diff options
| author | Jeff Carr <[email protected]> | 2025-08-29 10:39:34 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-29 10:39:34 -0500 | 
| commit | 8ecad2c6af8d9086e9829ee6403c7fb9a084ee77 (patch) | |
| tree | fa021999160099a28c5eff25175edd8a5bc97e45 | |
| parent | 8b32c8d316002dc9024f8acdfda4629de52011d1 (diff) | |
go test ?v1.6.2
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -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  | 
