Skip to content

Commit be13251

Browse files
committed
test: Re-run the complete test suite after Git history rewrite.
1 parent 4be61eb commit be13251

File tree

12 files changed

+360
-400
lines changed

12 files changed

+360
-400
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,6 @@ binsize:
153153
$(GO) tool nm -size "$(GOBIN)/$(BINARY_NAME)" | go-binsize-treemap > binsize.svg
154154
rsvg-convert --width=2000 --format=png --output="binsize.png" "binsize.svg"
155155

156-
.PHONY: binsize
157-
## binsize: [docs] Analyze the size of the binary by Go package.
158-
binsize:
159-
@ $(HEADER) "=====> Displaying Go HTTP documentation..."
160-
$(GO) tool nm -size "$(GOBIN)/$(BINARY_NAME)" | go-binsize-treemap > binsize.svg
161-
rsvg-convert --width=2000 --format=png --output="binsize.png" "binsize.svg"
162-
163156
#-------------------------------------------------------------------------------
164157
# Linting
165158

0 commit comments

Comments
 (0)