summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 18:03:17 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 18:03:17 -0800
commit20d5255ff7b4be3e95d910e2c19ed91a8a91c42b (patch)
tree65c4dc3e3189355dd4fc6bfac2cf223ec75a7c08
parentefe5814a6aeda21a6ca0a926d37297f20708b2ee (diff)
downloadoldinfra-20d5255ff7b4be3e95d910e2c19ed91a8a91c42b.tar.gz
oldinfra-20d5255ff7b4be3e95d910e2c19ed91a8a91c42b.zip
run formatter
-rwxr-xr-xcreate_service.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/create_service.sh b/create_service.sh
index 6426e65..59312d0 100755
--- a/create_service.sh
+++ b/create_service.sh
@@ -28,6 +28,7 @@ function render_template() {
function test_and_commit_code() {
cd $PACKAGE_PATH
+ go fmt ./...
go get
go mod tidy
go build