moved to go.adphi.net

This commit is contained in:
Adphi 2020-11-21 13:59:13 +01:00
parent a5c847b8ed
commit eb94e3a5d7
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ Accesses the [Gogs Client API](https://github.com/gogits/go-gogs-client), which
## Setup.
```bash
go get git.adphi.net/adphi/gogs-cli/cmd/gogs
go install git.adphi.net/adphi/gogs-cli/cmd/gogs
go get go.adphi.net/gogs-cli/cmd/gogs
go install go.adphi.net/gogs-cli/cmd/gogs
```
## Config.

2
go.mod
View File

@ -1,4 +1,4 @@
module git.adphi.net/adphi/gogs-cli
module go.adphi.net/gogs-cli
go 1.12