golint

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2011 License: BSD-3-Clause, GooglePatentClause Imports: 13 Imported by: 0

README

Golint is a linter for golang, providing basic style and syntax checking as well as scanning for common errors.

Gofmt Compatibility

Golint is not compatible with the current version of gofmt (the main go code formatting program), in the sense that running gofmt on code that passes golint may produce code that does not pass golint. This is the product of a combination of bugs in golint, gofmt, and the go compiler, and should be fixed soon.

In the long term, golint hopes to be compatible with gofmt in the sense above, although running gofmt on code that does not completely pass golint may increase the number of errors, and golint will never object to all code that gofmt would change.

Bugs

Please report bugs and feature requests to the issue tracker on github: http://github.com/bytbox/golint/issues.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL