Skip to content

Commit

Permalink
fix comment / another bad search and replace
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Jul 1, 2024
1 parent e462489 commit 7ec8cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ size-check:
ls -lh ./smallsize
CGO_ENABLED=0 $(GO_BIN) build -tags no_http,no_json -ldflags="-w -s" -trimpath -o ./smallsize ./levelsDemo
ls -lh ./smallsize
gsa ./smallsize # $(GO_BIN) install github.com/Zxilly/$(GO_BIN)-size-analyzer/cmd/gsa@master
gsa ./smallsize # go install github.com/Zxilly/go-size-analyzer/cmd/gsa@master


lint: .golangci.yml
Expand Down

0 comments on commit 7ec8cc2

Please sign in to comment.