diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 12:24:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 12:24:32 -0600 |
| commit | 926242710b9a4f78db0f824d12a32536ceff4987 (patch) | |
| tree | cbdc4098c7fafb6d3ce4eb2fed661736619d1c52 /Makefile | |
| parent | fbc99c0edba07f9257c21effc8e404ddd4b3994b (diff) | |
docsv0.20.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
