go test ?

This commit is contained in:
Jeff Carr 2025-08-29 10:39:34 -05:00
parent 8b32c8d316
commit 8ecad2c6af
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ redomod:
GO111MODULE= go mod init
GO111MODULE= go mod tidy
test:
go test
vet:
@GO111MODULE=off go vet
@echo this go binary package builds okay