nothing here yet

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-10 20:15:21 -06:00
parent c753a839fc
commit ff5892537c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
all: all:
go build -v -x -o control-panel-vpn go build -v -x
./control-panel-vpn ./control-panel-vpn
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy

View File

@ -5,7 +5,7 @@ import (
"log" "log"
"go.wit.com/gui/gui" "go.wit.com/gui/gui"
"go.wit.com/gui/gadgets" "go.wit.com/gui/gadgets"
"go.wit.com/control-panels/dns/smartwindow" "go.wit.com/apps/control-panel-dns/smartwindow"
) )
var myGui *gui.Node var myGui *gui.Node