Hello World using the Gin framework.
This will install the required dependencies and uses the Go Dependency Management Tool, which you may need to install.
$ dep ensure
$ up
Typically in .upignore you'd list specific files or directories to omit, however in cases such as Golang where you deploy a single binary, it may be simpler to blacklist all files, and whitelist the ./server
binary.
*
!server