template-go Description Template repo for Go-based projects. How to install Clone repo to new directory. How to use /cmd: put base application code here /internal: put code that you don't want to expose here /pkg: put reusable code here /test: put unit tests here