added build tag for gui

This commit is contained in:
0xdcarns
2022-05-05 11:11:37 -04:00
parent 7a1b719a91
commit 81ab4f76bb
5 changed files with 36 additions and 22 deletions

View File

@@ -24,8 +24,10 @@ import (
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
)
// Version - version of the netclient
var Version = "dev"
var (
// Version - version of the netclient
Version = "dev"
)
// MAX_NAME_LENGTH - maximum node name length
const MAX_NAME_LENGTH = 62