create project and management with go modules
- go to GOPATH in local
cd $GOPATH
- if not having src,bin,pkg folder , create they
mkdir -p {src,bin,pkg}
- go to src folder
cd src
- create repository your project in github
- create folder
mkdir -p github.com/username
- change username to your username