Skip to content

Instantly share code, notes, and snippets.

@ivancorrales
Last active December 26, 2018 22:25
Show Gist options
  • Save ivancorrales/3886f7262b6ee18210eb18872785fdca to your computer and use it in GitHub Desktop.
Save ivancorrales/3886f7262b6ee18210eb18872785fdca to your computer and use it in GitHub Desktop.
This script initializes a go project
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