Skip to main content

Golint

Review Go with Hound

Written by Scott

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?