default: build build: @go build -o bin/ ./... run: sudo go run ./cmd/mullvadclosest/*.go test: go test -v ./... fmt: go fmt ./... lint: golangci-lint run