summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-23 10:18:04 -0500
committerJeff Carr <[email protected]>2025-03-23 10:18:04 -0500
commit406472ecb2ba21a29b770d4da209fbf2fd1bc642 (patch)
treeed29dc151857646c6b92bf9b67be59a819a782f6
parent31852707466a9f4a362ce2366d911952185bcd0b (diff)
-rw-r--r--Makefile7
-rw-r--r--README.md3
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 350c71e..fdcffe0 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..29b36e8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# linuxstatus
+
+this is being moved to go.wit.com/lib/hostname