Can you help me review my code

Hi, I created this to improve my go and docker knowledge and will be very happy for feedback .

Bdikaa

  • didn’t test it on OSX

Im looking to add more database providers so your input will help me allot

thanks
Miki

Hey Miki,

Good start. I only had a chance to briefly skim but I would suggest a couple things based on these lines:

  • Double-check the English spelling of identifiers
  • Write your comments in the idiomatic Godoc format. Mainly, this means starting the first word of each function comment with the name of the function “Foobar does this or that…”. It helps ensures complete thoughts.

Thanks allot i really appreciate your feedback .

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.