Compare commits

...

1 Commits

Author SHA1 Message Date
Jeff Carr fecbab8d69 clean go mod
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-14 20:13:34 -06:00
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