One of the things I love about Go is that the standard library is very 
readable, even for beginners (relative to the standard libraries of other 
languages).

I think the database/sql package is great. The way it uses interfaces to 
handle testing is a good example of good quality code IMO.

On Tuesday, August 15, 2017 at 5:42:45 PM UTC-4, Keith Brown wrote:
>
> Coming from Python, I was told to use study Twisted Matrix code 7 years. I 
> haven't regretted it.  Take a look at it yourself, 
> http://twistedmatrix.com/documents/16.1.0/core/howto/trial.html . 
>
> Now, as I learn golang, are there any worth while projects I can use as 
> reference for writing high quality go code? I am not necessary looking for 
> code standards but more of code setup and quality so I can practice those 
> principles.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to