Re: [go-nuts] studying golang code

2017-08-16 Thread Konstantin Khomoutov
On Tue, Aug 15, 2017 at 02:42:45PM -0700, Keith Brown wrote:

[...]
> 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.

The Go standard library.

-- 
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.


[go-nuts] studying golang code

2017-08-15 Thread Keith Brown
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.