Last active
December 26, 2018 22:25
-
-
Save ivancorrales/3886f7262b6ee18210eb18872785fdca to your computer and use it in GitHub Desktop.
This script initializes a go project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PROJECT=go-demo | |
export MODULE=github.com/wesovilabs/go-demo | |
mkdir $PROJECT | |
cd $PROJECT | |
go mod init $MODULE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment