Add: pages, text component
This commit is contained in:
5
Makefile
5
Makefile
@ -9,10 +9,13 @@ build:
|
||||
@go build -o out/out main.go
|
||||
|
||||
export GO111MODULE=on
|
||||
export GOPRIVATE=gitea.unprism.ru/KRBL/*
|
||||
export GOPRIVATE=gitea.unprism.ru/KRBL/*\
|
||||
# In my case even setting up "url.git@gitea.unprism.ru:8022/.insteadof=https://gitea.unprism.ru/" did not help and git continued to use https instead of ssh
|
||||
# So just go to config(location is listed in error message) and change the URL yourself
|
||||
|
||||
get:
|
||||
go get .
|
||||
|
||||
update:
|
||||
go env
|
||||
go get -u
|
Reference in New Issue
Block a user