Skip to content

Commit 9e463eb

Browse files
committed
feat(goimports): remove the package
1 parent 97f326c commit 9e463eb

File tree

3 files changed

+2
-51
lines changed

3 files changed

+2
-51
lines changed

Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
.PHONY: build build_gofmt build_goimports
1+
.PHONY: build
22

33
default: build
44

5-
build: build_gofmt build_goimports
6-
7-
build_gofmt:
5+
build:
86
go build ./gofmt
9-
10-
build_goimports:
11-
go build ./goimports

goimports/golangci.go

Lines changed: 0 additions & 34 deletions
This file was deleted.

goimports/readme.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)