Skip to content

Commit

Permalink
Remove ./cmd/check for now
Browse files Browse the repository at this point in the history
It's broken as this version doesn't support generics, and the latest
version isn't compatible.
  • Loading branch information
arp242 committed Jun 6, 2022
1 parent 107a0ef commit bc11e69
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 344 deletions.
46 changes: 0 additions & 46 deletions cmd/check/copyright.go

This file was deleted.

67 changes: 0 additions & 67 deletions cmd/check/defer.go

This file was deleted.

26 changes: 0 additions & 26 deletions cmd/check/defer_test.go

This file was deleted.

147 changes: 0 additions & 147 deletions cmd/check/main.go

This file was deleted.

44 changes: 0 additions & 44 deletions cmd/check/testdata/src/deferr/deferr.go

This file was deleted.

3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ require (
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.9
honnef.co/go/tools v0.2.2
zgo.at/blackmail v0.0.0-20211212060815-1f8e8a94692b
zgo.at/errors v1.1.0
zgo.at/follow v0.0.0-20211017230838-112008350298
Expand Down Expand Up @@ -53,6 +51,7 @@ require (
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/tools v0.1.9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

Expand Down
Loading

0 comments on commit bc11e69

Please sign in to comment.