mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-24 02:32:17 +08:00
Update README.md
change path from '~/go/...' to '$GOPATH/...'
This commit is contained in:
parent
9e895470dd
commit
21991c830e
@ -117,7 +117,7 @@ $ go get github.com/kardianos/govendor
|
|||||||
2. Create your project folder and `cd` inside
|
2. Create your project folder and `cd` inside
|
||||||
|
|
||||||
```sh
|
```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
|
3. Vendor init your project and add gin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user