An open API service indexing awesome lists of open source software.

https://github.com/bahlo/printlint

Report usage of fmt.Println and friends.
https://github.com/bahlo/printlint

golang govet linter println tools

Last synced: about 1 year ago
JSON representation

Report usage of fmt.Println and friends.

Awesome Lists containing this project

README

          

# printlint

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

## Example

```bash
$ 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