This repository contains a simple template for a Go project.
You can use LetsTry to create a new project based on this template.
-
Import the template
$ lt import go https://github.com/letstrygo/go-template.git
-
Create a new session using the template
$ lt new go
As changes are made to this template, you can update your local copy of it using the following command.
$ lt update go