Due to Go's compatibility promise most example code written since Go
1.0 should still be relevant, will compile, and will run. Libraries
have grown since 1.0 as our understanding of how to write Go code
improves (context.Context is one such innovation), but the examples in
the documentation are kept up to date and new ones are added with new
library functions when necessary.

Are you looking for something specific? If you're just curious about
"modern go" you can read any of the latest blog posts both from the go
team and externally, as well as numerous conference talks.

On Fri, Apr 13, 2018 at 10:14 AM, JM <j...@magentatech.com> wrote:
> Where can I find some examples of using go that uses the latest releases? I
> went to golang.org but still looking. I am aware of gobyexample.com but not
> sure if it's kept updated as new builds are released.
> thanks.
>
> --
> 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.

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