clean go mod

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-14 20:13:34 -06:00
parent fea45b2d5b
commit fecbab8d69
2 changed files with 10 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all:
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module go.wit.com/dev/andlabs/libui
go 1.21.4