You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.2.0
* Add tls.Dial rule
* Handle attempts to send input through standard input politely
See tag messages for v0.1.1 through v0.1.7 for a list of updates since v0.1.0
Version 0.1.3
* Fixed several regression bugs introduced in 0.1.1 and 0.1.2
* Made golint goinstall'able by putting the auto-generated rules.go in the repo
* Added a -list option to list all available linters
Version 0.1.0
Complete rewrite for recent modifications to go (and for general clean-up). Old
deprecation warnings have been removed (new ones will be put in shortly). The
"unclean imports" linter has not yet been restored (it will be replaced by a
more general "(potentially) overlapping imports" linter.