Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ExportedConstant allows us to check that globocop doesn't pick up // exported constant. ExportedConstant = "exported" )
Variables ¶
View Source
var ( // ExportedVariable allows us to check that globocop picks up // exported variables. ExportedVariable = "exported" )
Functions ¶
func ExportedFunction ¶
func ExportedFunction()
ExportedFunction allows us to check that globocop doesn't pick up identifiers in exported functions.
Types ¶
type ExportedType ¶
type ExportedType struct{}
ExportedType allows us to check that globocop doesn't pick up exported types.
Click to show internal directories.
Click to hide internal directories.