Skip to content

Latest commit

 

History

History
 
 

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sample Go project

Most interesting for you here is not the source code, but configs in .mainframer folder.

This is a very common setup for Go project, but of course you might need to tune some ignore configs for your project.

How to build

$ bash mainframer.sh eval "export GOPATH=\`pwd\` && go install gojuno.com/mainframer/sample"

Or any other Go build command you want.

To properly export GOPATH env variable on remote machine we use eval.

Requirements

Go tools installed on remote machine.

Recipes