rename module name from gitlab to github.

This commit is contained in:
Miroslav Šedivý
2022-07-14 00:58:22 +02:00
parent 41df1bc8d3
commit 3cd59b9f30
75 changed files with 178 additions and 178 deletions

8
build
View File

@ -30,10 +30,10 @@ go build \
-o bin/neko \
-ldflags "
-s -w
-X 'gitlab.com/demodesk/neko/server.buildDate=`date -u +'%Y-%m-%dT%H:%M:%SZ'`'
-X 'gitlab.com/demodesk/neko/server.gitCommit=${GIT_COMMIT}'
-X 'gitlab.com/demodesk/neko/server.gitBranch=${GIT_BRANCH}'
-X 'gitlab.com/demodesk/neko/server.gitTag=${GIT_TAG}'
-X 'github.com/demodesk/neko.buildDate=`date -u +'%Y-%m-%dT%H:%M:%SZ'`'
-X 'github.com/demodesk/neko.gitCommit=${GIT_COMMIT}'
-X 'github.com/demodesk/neko.gitBranch=${GIT_BRANCH}'
-X 'github.com/demodesk/neko.gitTag=${GIT_TAG}'
" \
cmd/neko/main.go;