Skip to content

Commit

Permalink
build(go): remove the op of creating bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Oct 20, 2024
1 parent 44bdfdf commit 4e4d3c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/go/{{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ APP_PATH=.

# init
init:
@mkdir -p bin
@go mod tidy; go get -u ./...

# build image
Expand Down

0 comments on commit 4e4d3c0

Please sign in to comment.