Skip to Content
Sign in / Subscribe
  • All
  • Packages
  • Lang
  • Code snippets
  • Rob Pike
  • Jobs
  • Meetups
  • News
  • Tools
D
Diogo
Feb 16, 2017
Vojtech Vitek
1711
Vojtech Vitek
Feb 16, 2017
Up Next
Vojtech Vitek
Jun 5, 2019
I like this new try error check proposal. Much better than the handle & check proposal from last year :) Example:

Proposal: A built-in Go error check function, try

Go Project Design Documents. Contribute to golang/proposal development by creating an account on GitHub.

GitHub
#error#handling#proposal
3890
Vojtech Vitek
May 2, 2019
Well, this is interesting. A tool for code generating typed sync.Map. You can generate map[T1]T2, ie. map[int]*pkg.YourStruct. It's super fast in runtime, since there's no reflection and you don't need to type-cast anything.

a8m/syncmap

A typed implementation of the Go sync.Map using code generation. - a8m/syncmap

GitHub
#syncmap#sync#map
4641
Back to
All
D

Join in on the conversation with Diogo when you subscribe to Golang Toronto.

This page may not work properly because you are using an old browser.

For the best experience, we recommend updating your browser to the latest version. Learn more here.