syntax change

This commit is contained in:
Jeff Carr 2025-06-04 06:34:06 -05:00
parent 664ce4dfae
commit ce1d9457f9
1 changed files with 1 additions and 1 deletions

View File

@ -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