# Set go modules to on and use GoCenter for immutable modules
GO111MODULE=on
GOPROXY=https://gocenter.io
export GO111MODULE=on
export GOPROXY=https://gocenter.io
build:
go build -o bin/wtf
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.