2017年9月13日星期三

Golang project structures

If you are, like me, a new gopher, you'll probably be wondering how am I supposed to structure a golang project. There are packages, there are directories, there are $GOPATH, etc. Well, if that's the case, the following readings are right for you.

https://talks.golang.org/2014/organizeio.slide includes theories as well as tricks about not only project structures but how to make your golang programming more efficiently in general, like CDPATH.

- https://dave.cheney.net/2014/12/01/five-suggestions-for-setting-up-a-go-project is more of a explainatory style, covering all aspects about code structures in detail.

没有评论:

发表评论