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

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Languages