From d552fa86febe978a142071aa64f2a57a755a15d8 Mon Sep 17 00:00:00 2001 From: SerKo Date: Thu, 5 May 2022 19:49:35 +0800 Subject: [PATCH] chore: remove unused makefile script --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index da41d10..8feaf6a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,2 @@ install: go install ./cmd/routegen - -example: - cd ./internal/example/helloworld && go run main.go