Compare commits

...

1 Commits

Author SHA1 Message Date
Jeff Carr 406472ecb2 move this code to go.wit.com/lib/hostname 2025-03-23 10:18:04 -05:00
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,6 @@
all: all: goimports vet
vet:
GO111MODULE=off go vet GO111MODULE=off go vet
goimports: goimports:
@ -10,3 +12,6 @@ redomod:
GO111MODULE= go mod init GO111MODULE= go mod init
GO111MODULE= go mod tidy GO111MODULE= go mod tidy
clean:
-rm -f go.*
-go-mod-clean --purge

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# linuxstatus
this is being moved to go.wit.com/lib/hostname