7 lines
81 B
Batchfile
Executable File
7 lines
81 B
Batchfile
Executable File
@echo off
|
|
|
|
REM builds wireguard for windows
|
|
|
|
go get
|
|
go build -o wireguard-go.exe
|