diff options
| author | Jeff Carr <[email protected]> | 2024-12-13 12:36:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-13 12:36:34 -0600 |
| commit | 4065476bd2de9a8122a31adc53fd672b7d1a62a3 (patch) | |
| tree | a9aeef221014226dbbc012a63039d443b332d890 /Makefile | |
| parent | cdb0808c22be1cd6d5ee7d07b8bb0cf666766bf8 (diff) | |
go.wit.com/log is now primitiveHEADv0.21.9v0.21.8v0.21.7v0.21.6v0.21.5v0.21.46v0.21.45v0.21.44v0.21.43v0.21.42v0.21.41v0.21.40v0.21.39v0.21.38v0.21.37v0.21.36v0.21.35v0.21.34v0.21.33v0.21.32v0.21.31v0.21.30v0.21.29v0.21.28v0.21.27v0.21.26v0.21.25v0.21.24v0.21.23v0.21.22v0.21.21v0.21.20v0.21.19v0.21.18v0.21.17v0.21.16v0.21.15v0.21.14v0.21.13v0.21.12v0.21.11v0.21.10guimasterdevel
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,10 +1,14 @@ # git remote add github [email protected]:wit-go/digitalocean.git -all: +all: vet @echo @echo a work in progress digital ocean control panel @echo +vet: + @GO111MODULE=off go vet + @echo go vet: this go library package builds okay + goimports: goimports -w *.go |
