move this code to go.wit.com/lib/hostname

This commit is contained in:
Jeff Carr 2025-03-23 10:18:04 -05:00
parent 3185270746
commit 406472ecb2
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,6 @@
all:
all: goimports vet
vet:
GO111MODULE=off go vet
goimports:
@ -10,3 +12,6 @@ redomod:
GO111MODULE= go mod init
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