Update repo URL
This commit is contained in:
parent
bd4554f0c7
commit
d012cff7c5
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ go get golang.org/x/net/context
|
|||
Put the package under your project folder and add the following in import:
|
||||
|
||||
```golang
|
||||
import garage "git.deuxfleurs.fr/quentin/garage-admin-sdk-golang"
|
||||
import garage "git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-golang"
|
||||
```
|
||||
|
||||
To use a proxy, set the environment variable `HTTP_PROXY`:
|
||||
|
|
|
@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
|
|||
fi
|
||||
|
||||
if [ "$git_user_id" = "" ]; then
|
||||
git_user_id="quentin"
|
||||
git_user_id="garage-sdk"
|
||||
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
||||
fi
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.deuxfleurs.fr/quentin/garage-admin-sdk-golang
|
||||
module git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-golang
|
||||
|
||||
go 1.13
|
||||
|
||||
|
|
Loading…
Reference in a new issue