run formatter

This commit is contained in:
Elizabeth Hunt 2025-01-02 18:03:17 -08:00
parent efe5814a6a
commit 20d5255ff7
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -28,6 +28,7 @@ function render_template() {
function test_and_commit_code() {
cd $PACKAGE_PATH
go fmt ./...
go get
go mod tidy
go build