Added code from windows branch
This commit is contained in:
parent
eafa3df606
commit
6f5ef153c3
6 changed files with 896 additions and 337 deletions
6
src/build.cmd
Executable file
6
src/build.cmd
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
|
||||
REM builds wireguard for windows
|
||||
|
||||
go get
|
||||
go build -o wireguard-go.exe
|
||||
Loading…
Add table
Add a link
Reference in a new issue