Skip to content

Report usage of fmt.Println and friends.

License

Notifications You must be signed in to change notification settings

bahlo/printlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 17, 2019
4187bb1 · Jul 17, 2019

History

3 Commits
Jul 17, 2019
Jul 17, 2019
Jul 17, 2019
Jul 17, 2019
Jul 17, 2019
Jul 17, 2019
Jul 17, 2019

Repository files navigation

printlint

This package warns when fmt.Println or friends are used.

Example

$ go install github.com/bahlo/printlint/cmd/printlint
$ go vet -vettool=$GOBIN/printlint ./test
# github.com/bahlo/printlint/test
test/print.go:8:2: fmt.Println found "fmt.Println(\"foo bar\")"

References

https://github.com/fatih/addlint

About

Report usage of fmt.Println and friends.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages