Added explicit toplevel pkg to go mod init cmd

This commit is contained in:
Russ Magee 2025-12-08 21:49:46 -08:00
parent 85e1ff7505
commit 4a0e03798d
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ echo "Building most recent push on branch $branch"
git checkout "$branch" git checkout "$branch"
ls ls
git pull
go clean -modcache go clean -modcache
go mod init rm -f go.{mod,sum}
go mod init blitter.com/go/xs
go mod tidy go mod tidy
############ ############