remyoudompheng / go-misc

Miscellaneous Go toys
Other
133 stars 24 forks source link

Deadcode should detect unused methods #10

Open cristim opened 8 years ago

invidian commented 2 years ago
pkg/pki/etcd.go:44:16: func `(*Etcd).bar` is unused (unused)
func (e *Etcd) bar() {}
               ^

It does not, at least via latest golangci-lint.