GoLang 开发笔记

1.工具包:

json:

https://github.com/bitly/go-simplejson/blob/master/simplejson.go

https://github.com/bitly/go-simplejson.git

struct to map

https://github.com/fatih/structs

go get github.com/fatih/structs

UUID

https://github.com/satori/go.uuid

go get github.com/satori/go.uuid

oauth2

https://github.com/golang/oauth2

go get golang.org/x/oauth2

你可能感兴趣的:(GoLang 开发笔记)