Compare commits

..

No commits in common. "20d4f1bdc72ac4907bc5cab4f35c7ec03ba8287c" and "2b16955b1822961a5bf0a584b90a2b09cb8b29d8" have entirely different histories.

3 changed files with 1 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
bin
cmd/mullvadclosest/mullvadclosest

View File

@ -2,6 +2,3 @@ default: build
build:
@go build -o bin/ ./...
run:
sudo go run ./cmd/mullvadclosest/*.go

View File