@ -1,3 +1,5 @@
default: build
export GOOS=linux
export GOARCH=arm
export GOARM=6
@ -5,3 +7,12 @@ export CGO_ENABLED=0
build:
@go build -o out/out main.go
export GO111MODULE=on
export GOPRIVATE=gitea.unprism.ru/KRBL/*
get:
go get .
update:
go get -u
The note is not visible to the blocked user.