syntax change
This commit is contained in:
parent
664ce4dfae
commit
ce1d9457f9
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ custom:
|
||||||
clean:
|
clean:
|
||||||
rm -f gocui *.so go.*
|
rm -f gocui *.so go.*
|
||||||
rm -f *.pb.go *.patch
|
rm -f *.pb.go *.patch
|
||||||
go-mod-clean --purge
|
go-mod-clean purge
|
||||||
|
|
||||||
# Test the README.md & doc.go file
|
# Test the README.md & doc.go file
|
||||||
# this runs pkgsite, the binary that does dev.go.dev
|
# this runs pkgsite, the binary that does dev.go.dev
|
||||||
|
|
Loading…
Reference in New Issue