Skip to content

Instantly share code, notes, and snippets.

@rodesousa
Last active August 8, 2018 09:24
Show Gist options
  • Select an option

  • Save rodesousa/1334539e6674f389d86ab3bf6ed14cb9 to your computer and use it in GitHub Desktop.

Select an option

Save rodesousa/1334539e6674f389d86ab3bf6ed14cb9 to your computer and use it in GitHub Desktop.
Awesome golang go
## Lib
+ https://github.com/mikefarah/yaml/
+ https://github.com/Masterminds/vert
## Best pratrices
+ https://talks.golang.org/2013/bestpractices.slide#11
+ https://github.com/codeship/go-best-practices
## Design Patern
http://blog.ralch.com/tutorial/design-patterns/golang-builder/
## read, write config
+ https://github.com/spf13/viper
## decode
+ https://github.com/mitchellh/mapstructure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment