Golint

Review Go with Hound

Scott avatar
Written by Scott
Updated over a week ago

Hound uses Golint to review Go code.

To disable Go style checking, add the following to your .hound.yml

golint:
  enabled: false
Did this answer your question?