summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebef5dc..efe3e38 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,12 @@ build: nocui gocui andlabs
goimports:
goimports -w *.go
+# Test the README.md & doc.go file
+# this runs pkgsite, the binary that does dev.go.dev
+# go install golang.org/x/pkgsite/cmd/pkgsite@latest
+pkgsite:
+ GO111MODULE= pkgsite
+
redomod:
rm -f go.*
GO111MODULE= go mod init