From 4e4d3c03d168a56523c555873e78fc995a33988b Mon Sep 17 00:00:00 2001 From: Mystic <215104920@qq.com> Date: Sun, 20 Oct 2024 18:38:25 +0800 Subject: [PATCH] build(go): remove the op of creating bin dir --- template/go/{{cookiecutter.project_slug}}/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/template/go/{{cookiecutter.project_slug}}/Makefile b/template/go/{{cookiecutter.project_slug}}/Makefile index b5c7898..5e3a6fc 100644 --- a/template/go/{{cookiecutter.project_slug}}/Makefile +++ b/template/go/{{cookiecutter.project_slug}}/Makefile @@ -6,7 +6,6 @@ APP_PATH=. # init init: - @mkdir -p bin @go mod tidy; go get -u ./... # build image