Go 1.8 released

https://blog.golang.org/go1.8

  • Simpler sort.Slice function. No need to write an interface anymore.
  • Support for HTTP graceful shutdown.
  • Lesser GC pauses.
  • Overhead of defer reduced by half.
  • Overhead of Cgo calls reduced by more than half.
  • Support for using plugins.
  • Improvements in race detector for detecting iterate and write to map at same time.

Slides by Dave Cheney which give a nice overview - Go 1.8 Release Party

1 Like

The BLR meetup wasn’t anywhere near so informative. A bit of a let down.

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