Update README.md

change path from '~/go/...' to '$GOPATH/...'
This commit is contained in:
TaeJun Park 2017-11-30 22:38:17 +09:00 committed by GitHub
parent 9e895470dd
commit 21991c830e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ $ go get github.com/kardianos/govendor
2. Create your project folder and `cd` inside
```sh
$ mkdir -p ~/go/src/github.com/myusername/project && cd "$_"
$ mkdir -p $GOPATH/src/github.com/myusername/project && cd "$_"
```
3. Vendor init your project and add gin