Preparing report...

Report for github.com/shadowapex/godot-go

A    Great!    Found 490 issues across 503 files

Tweet

gofmt99%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


golint2%

Golint is a linter for Go source code.

    • godot-go/godot/inputeventaction.gen.go
    • Line 25: warning: comment on exported type InputEventAction should be of the form "InputEventAction ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventAction.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventAction.GetAction should be of the form "GetAction ..." (golint)
    • Line 60: warning: comment on exported method InputEventAction.SetAction should be of the form "SetAction ..." (golint)
    • Line 81: warning: comment on exported method InputEventAction.SetPressed should be of the form "SetPressed ..." (golint)
    • godot-go/godot/path2d.gen.go
    • Line 25: warning: comment on exported type Path2D should be of the form "Path2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Path2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Path2D.X_CurveChanged should be of the form "X_CurveChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_CurveChanged should be XCurveChanged (golint)
    • Line 57: warning: comment on exported method Path2D.GetCurve should be of the form "GetCurve ..." (golint)
    • Line 94: warning: comment on exported method Path2D.SetCurve should be of the form "SetCurve ..." (golint)
    • godot-go/godot/scrollcontainer.gen.go
    • Line 33: warning: exported method ScrollContainer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ScrollContainer.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 58: warning: comment on exported method ScrollContainer.X_ScrollMoved should be of the form "X_ScrollMoved ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_ScrollMoved should be XScrollMoved (golint)
    • Line 79: warning: comment on exported method ScrollContainer.X_UpdateScrollbarPosition should be of the form "X_UpdateScrollbarPosition ..." (golint)
    • Line 83: warning: don't use underscores in Go names; method X_UpdateScrollbarPosition should be XUpdateScrollbarPosition (golint)
    • Line 99: warning: comment on exported method ScrollContainer.GetHScroll should be of the form "GetHScroll ..." (golint)
    • Line 122: warning: comment on exported method ScrollContainer.GetVScroll should be of the form "GetVScroll ..." (golint)
    • Line 145: warning: comment on exported method ScrollContainer.IsHScrollEnabled should be of the form "IsHScrollEnabled ..." (golint)
    • Line 168: warning: comment on exported method ScrollContainer.IsVScrollEnabled should be of the form "IsVScrollEnabled ..." (golint)
    • Line 191: warning: comment on exported method ScrollContainer.SetEnableHScroll should be of the form "SetEnableHScroll ..." (golint)
    • Line 212: warning: comment on exported method ScrollContainer.SetEnableVScroll should be of the form "SetEnableVScroll ..." (golint)
    • Line 233: warning: comment on exported method ScrollContainer.SetHScroll should be of the form "SetHScroll ..." (golint)
    • Line 254: warning: comment on exported method ScrollContainer.SetVScroll should be of the form "SetVScroll ..." (golint)
    • godot-go/godot/visualscriptglobalconstant.gen.go
    • Line 25: warning: comment on exported type VisualScriptGlobalConstant should be of the form "VisualScriptGlobalConstant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptGlobalConstant.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptGlobalConstant.GetGlobalConstant should be of the form "GetGlobalConstant ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptGlobalConstant.SetGlobalConstant should be of the form "SetGlobalConstant ..." (golint)
    • godot-go/godot/audioeffectbandpassfilter.gen.go
    • Line 25: warning: comment on exported type AudioEffectBandPassFilter should be of the form "AudioEffectBandPassFilter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectBandPassFilter.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/packetpeerudp.gen.go
    • Line 25: warning: comment on exported type PacketPeerUDP should be of the form "PacketPeerUDP ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PacketPeerUDP.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PacketPeerUDP.Close should be of the form "Close ..." (golint)
    • Line 57: warning: comment on exported method PacketPeerUDP.GetPacketIp should be of the form "GetPacketIp ..." (golint)
    • Line 80: warning: comment on exported method PacketPeerUDP.GetPacketPort should be of the form "GetPacketPort ..." (golint)
    • Line 103: warning: comment on exported method PacketPeerUDP.IsListening should be of the form "IsListening ..." (golint)
    • Line 126: warning: comment on exported method PacketPeerUDP.Listen should be of the form "Listen ..." (golint)
    • Line 152: warning: comment on exported method PacketPeerUDP.SetDestAddress should be of the form "SetDestAddress ..." (golint)
    • Line 177: warning: comment on exported method PacketPeerUDP.Wait should be of the form "Wait ..." (golint)
    • godot-go/godot/spinbox.gen.go
    • Line 33: warning: exported method SpinBox.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SpinBox.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 58: warning: comment on exported method SpinBox.X_LineEditFocusExit should be of the form "X_LineEditFocusExit ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_LineEditFocusExit should be XLineEditFocusExit (golint)
    • Line 78: warning: comment on exported method SpinBox.X_LineEditInput should be of the form "X_LineEditInput ..." (golint)
    • Line 82: warning: don't use underscores in Go names; method X_LineEditInput should be XLineEditInput (golint)
    • Line 99: warning: comment on exported method SpinBox.X_RangeClickTimeout should be of the form "X_RangeClickTimeout ..." (golint)
    • Line 103: warning: don't use underscores in Go names; method X_RangeClickTimeout should be XRangeClickTimeout (golint)
    • Line 119: warning: comment on exported method SpinBox.X_TextEntered should be of the form "X_TextEntered ..." (golint)
    • Line 123: warning: don't use underscores in Go names; method X_TextEntered should be XTextEntered (golint)
    • Line 140: warning: comment on exported method SpinBox.GetLineEdit should be of the form "GetLineEdit ..." (golint)
    • Line 177: warning: comment on exported method SpinBox.GetPrefix should be of the form "GetPrefix ..." (golint)
    • Line 200: warning: comment on exported method SpinBox.GetSuffix should be of the form "GetSuffix ..." (golint)
    • Line 223: warning: comment on exported method SpinBox.IsEditable should be of the form "IsEditable ..." (golint)
    • Line 246: warning: comment on exported method SpinBox.SetEditable should be of the form "SetEditable ..." (golint)
    • Line 267: warning: comment on exported method SpinBox.SetPrefix should be of the form "SetPrefix ..." (golint)
    • Line 288: warning: comment on exported method SpinBox.SetSuffix should be of the form "SetSuffix ..." (golint)
    • godot-go/godot/editorresourceconversionplugin.gen.go
    • Line 25: warning: comment on exported type EditorResourceConversionPlugin should be of the form "EditorResourceConversionPlugin ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorResourceConversionPlugin.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorResourceConversionPlugin.X_Convert should be of the form "X_Convert ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Convert should be XConvert (golint)
    • Line 75: warning: comment on exported method EditorResourceConversionPlugin.X_ConvertsTo should be of the form "X_ConvertsTo ..." (golint)
    • Line 79: warning: don't use underscores in Go names; method X_ConvertsTo should be XConvertsTo (golint)
    • godot-go/godot/resourceimportertheora.gen.go
    • Line 25: warning: comment on exported type ResourceImporterTheora should be of the form "ResourceImporterTheora ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourceImporterTheora.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualscriptindexset.gen.go
    • Line 25: warning: comment on exported type VisualScriptIndexSet should be of the form "VisualScriptIndexSet ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptIndexSet.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualscriptyield.gen.go
    • Line 20: warning: exported const VisualScriptYieldYieldFrame should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type VisualScriptYield should be of the form "VisualScriptYield ..." (with optional leading article) (golint)
    • Line 42: warning: exported method VisualScriptYield.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method VisualScriptYield.GetWaitTime should be of the form "GetWaitTime ..." (golint)
    • Line 69: warning: comment on exported method VisualScriptYield.GetYieldMode should be of the form "GetYieldMode ..." (golint)
    • Line 92: warning: comment on exported method VisualScriptYield.SetWaitTime should be of the form "SetWaitTime ..." (golint)
    • Line 113: warning: comment on exported method VisualScriptYield.SetYieldMode should be of the form "SetYieldMode ..." (golint)
    • godot-go/godot/inputeventkey.gen.go
    • Line 25: warning: comment on exported type InputEventKey should be of the form "InputEventKey ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventKey.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventKey.GetScancode should be of the form "GetScancode ..." (golint)
    • Line 60: warning: comment on exported method InputEventKey.GetScancodeWithModifiers should be of the form "GetScancodeWithModifiers ..." (golint)
    • Line 83: warning: comment on exported method InputEventKey.GetUnicode should be of the form "GetUnicode ..." (golint)
    • Line 106: warning: comment on exported method InputEventKey.SetEcho should be of the form "SetEcho ..." (golint)
    • Line 127: warning: comment on exported method InputEventKey.SetPressed should be of the form "SetPressed ..." (golint)
    • Line 148: warning: comment on exported method InputEventKey.SetScancode should be of the form "SetScancode ..." (golint)
    • Line 169: warning: comment on exported method InputEventKey.SetUnicode should be of the form "SetUnicode ..." (golint)
    • godot-go/godot/pathfollow.gen.go
    • Line 20: warning: exported const PathFollowRotationNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type PathFollow should be of the form "PathFollow ..." (with optional leading article) (golint)
    • Line 43: warning: exported method PathFollow.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method PathFollow.GetCubicInterpolation should be of the form "GetCubicInterpolation ..." (golint)
    • Line 70: warning: comment on exported method PathFollow.GetHOffset should be of the form "GetHOffset ..." (golint)
    • Line 93: warning: comment on exported method PathFollow.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 116: warning: comment on exported method PathFollow.GetRotationMode should be of the form "GetRotationMode ..." (golint)
    • Line 139: warning: comment on exported method PathFollow.GetUnitOffset should be of the form "GetUnitOffset ..." (golint)
    • Line 162: warning: comment on exported method PathFollow.GetVOffset should be of the form "GetVOffset ..." (golint)
    • Line 185: warning: comment on exported method PathFollow.HasLoop should be of the form "HasLoop ..." (golint)
    • Line 208: warning: comment on exported method PathFollow.SetCubicInterpolation should be of the form "SetCubicInterpolation ..." (golint)
    • Line 229: warning: comment on exported method PathFollow.SetHOffset should be of the form "SetHOffset ..." (golint)
    • Line 250: warning: comment on exported method PathFollow.SetLoop should be of the form "SetLoop ..." (golint)
    • Line 271: warning: comment on exported method PathFollow.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 292: warning: comment on exported method PathFollow.SetRotationMode should be of the form "SetRotationMode ..." (golint)
    • Line 313: warning: comment on exported method PathFollow.SetUnitOffset should be of the form "SetUnitOffset ..." (golint)
    • Line 334: warning: comment on exported method PathFollow.SetVOffset should be of the form "SetVOffset ..." (golint)
    • godot-go/godot/regex.gen.go
    • Line 25: warning: comment on exported type RegEx should be of the form "RegEx ..." (with optional leading article) (golint)
    • Line 33: warning: exported method RegEx.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RegEx.Clear should be of the form "Clear ..." (golint)
    • Line 57: warning: comment on exported method RegEx.Compile should be of the form "Compile ..." (golint)
    • Line 81: warning: comment on exported method RegEx.GetGroupCount should be of the form "GetGroupCount ..." (golint)
    • Line 104: warning: comment on exported method RegEx.GetNames should be of the form "GetNames ..." (golint)
    • Line 127: warning: comment on exported method RegEx.GetPattern should be of the form "GetPattern ..." (golint)
    • Line 150: warning: comment on exported method RegEx.IsValid should be of the form "IsValid ..." (golint)
    • Line 173: warning: comment on exported method RegEx.Search should be of the form "Search ..." (golint)
    • Line 213: warning: comment on exported method RegEx.SearchAll should be of the form "SearchAll ..." (golint)
    • Line 239: warning: comment on exported method RegEx.Sub should be of the form "Sub ..." (golint)
    • godot-go/godot/visualscriptmathconstant.gen.go
    • Line 20: warning: exported const VisualScriptMathConstantMathConstantE should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: comment on exported type VisualScriptMathConstant should be of the form "VisualScriptMathConstant ..." (with optional leading article) (golint)
    • Line 48: warning: exported method VisualScriptMathConstant.BaseClass should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method VisualScriptMathConstant.GetMathConstant should be of the form "GetMathConstant ..." (golint)
    • Line 75: warning: comment on exported method VisualScriptMathConstant.SetMathConstant should be of the form "SetMathConstant ..." (golint)
    • godot-go/godot/xmlparser.gen.go
    • Line 20: warning: exported const XMLParserNodeCdata should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: comment on exported type XMLParser should be of the form "XMLParser ..." (with optional leading article) (golint)
    • Line 46: warning: exported method XMLParser.BaseClass should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method XMLParser.GetAttributeCount should be of the form "GetAttributeCount ..." (golint)
    • Line 73: warning: comment on exported method XMLParser.GetAttributeName should be of the form "GetAttributeName ..." (golint)
    • Line 97: warning: comment on exported method XMLParser.GetAttributeValue should be of the form "GetAttributeValue ..." (golint)
    • Line 121: warning: comment on exported method XMLParser.GetCurrentLine should be of the form "GetCurrentLine ..." (golint)
    • Line 144: warning: comment on exported method XMLParser.GetNamedAttributeValue should be of the form "GetNamedAttributeValue ..." (golint)
    • Line 168: warning: comment on exported method XMLParser.GetNamedAttributeValueSafe should be of the form "GetNamedAttributeValueSafe ..." (golint)
    • Line 192: warning: comment on exported method XMLParser.GetNodeData should be of the form "GetNodeData ..." (golint)
    • Line 215: warning: comment on exported method XMLParser.GetNodeName should be of the form "GetNodeName ..." (golint)
    • Line 238: warning: comment on exported method XMLParser.GetNodeOffset should be of the form "GetNodeOffset ..." (golint)
    • Line 261: warning: comment on exported method XMLParser.GetNodeType should be of the form "GetNodeType ..." (golint)
    • Line 284: warning: comment on exported method XMLParser.HasAttribute should be of the form "HasAttribute ..." (golint)
    • Line 308: warning: comment on exported method XMLParser.IsEmpty should be of the form "IsEmpty ..." (golint)
    • Line 331: warning: comment on exported method XMLParser.Open should be of the form "Open ..." (golint)
    • Line 355: warning: comment on exported method XMLParser.OpenBuffer should be of the form "OpenBuffer ..." (golint)
    • Line 402: warning: comment on exported method XMLParser.Seek should be of the form "Seek ..." (golint)
    • Line 426: warning: comment on exported method XMLParser.SkipSection should be of the form "SkipSection ..." (golint)
    • godot-go/godot/audiostreamoggvorbis.gen.go
    • Line 25: warning: comment on exported type AudioStreamOGGVorbis should be of the form "AudioStreamOGGVorbis ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioStreamOGGVorbis.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioStreamOGGVorbis.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 60: warning: comment on exported method AudioStreamOGGVorbis.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 81: warning: comment on exported method AudioStreamOGGVorbis.GetLoopOffset should be of the form "GetLoopOffset ..." (golint)
    • Line 104: warning: comment on exported method AudioStreamOGGVorbis.HasLoop should be of the form "HasLoop ..." (golint)
    • Line 127: warning: comment on exported method AudioStreamOGGVorbis.SetLoop should be of the form "SetLoop ..." (golint)
    • Line 148: warning: comment on exported method AudioStreamOGGVorbis.SetLoopOffset should be of the form "SetLoopOffset ..." (golint)
    • godot-go/godot/audiostreamplayer2d.gen.go
    • Line 25: warning: comment on exported type AudioStreamPlayer2D should be of the form "AudioStreamPlayer2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioStreamPlayer2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioStreamPlayer2D.X_BusLayoutChanged should be of the form "X_BusLayoutChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_BusLayoutChanged should be XBusLayoutChanged (golint)
    • Line 57: warning: comment on exported method AudioStreamPlayer2D.X_IsActive should be of the form "X_IsActive ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_IsActive should be XIsActive (golint)
    • Line 80: warning: comment on exported method AudioStreamPlayer2D.X_SetPlaying should be of the form "X_SetPlaying ..." (golint)
    • Line 84: warning: don't use underscores in Go names; method X_SetPlaying should be XSetPlaying (golint)
    • Line 101: warning: comment on exported method AudioStreamPlayer2D.GetAreaMask should be of the form "GetAreaMask ..." (golint)
    • Line 124: warning: comment on exported method AudioStreamPlayer2D.GetAttenuation should be of the form "GetAttenuation ..." (golint)
    • Line 147: warning: comment on exported method AudioStreamPlayer2D.GetBus should be of the form "GetBus ..." (golint)
    • Line 170: warning: comment on exported method AudioStreamPlayer2D.GetMaxDistance should be of the form "GetMaxDistance ..." (golint)
    • Line 193: warning: comment on exported method AudioStreamPlayer2D.GetPlaybackPosition should be of the form "GetPlaybackPosition ..." (golint)
    • Line 216: warning: comment on exported method AudioStreamPlayer2D.GetStream should be of the form "GetStream ..." (golint)
    • Line 253: warning: comment on exported method AudioStreamPlayer2D.GetVolumeDb should be of the form "GetVolumeDb ..." (golint)
    • Line 276: warning: comment on exported method AudioStreamPlayer2D.IsAutoplayEnabled should be of the form "IsAutoplayEnabled ..." (golint)
    • Line 299: warning: comment on exported method AudioStreamPlayer2D.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 322: warning: comment on exported method AudioStreamPlayer2D.Play should be of the form "Play ..." (golint)
    • Line 343: warning: comment on exported method AudioStreamPlayer2D.Seek should be of the form "Seek ..." (golint)
    • Line 364: warning: comment on exported method AudioStreamPlayer2D.SetAreaMask should be of the form "SetAreaMask ..." (golint)
    • Line 385: warning: comment on exported method AudioStreamPlayer2D.SetAttenuation should be of the form "SetAttenuation ..." (golint)
    • Line 406: warning: comment on exported method AudioStreamPlayer2D.SetAutoplay should be of the form "SetAutoplay ..." (golint)
    • Line 427: warning: comment on exported method AudioStreamPlayer2D.SetBus should be of the form "SetBus ..." (golint)
    • Line 448: warning: comment on exported method AudioStreamPlayer2D.SetMaxDistance should be of the form "SetMaxDistance ..." (golint)
    • Line 469: warning: comment on exported method AudioStreamPlayer2D.SetStream should be of the form "SetStream ..." (golint)
    • Line 490: warning: comment on exported method AudioStreamPlayer2D.SetVolumeDb should be of the form "SetVolumeDb ..." (golint)
    • Line 511: warning: comment on exported method AudioStreamPlayer2D.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/canvasitem.gen.go
    • Line 20: warning: exported const CanvasItemBlendModeAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: comment on exported type CanvasItem should be of the form "CanvasItem ..." (with optional leading article) (golint)
    • Line 44: warning: exported method CanvasItem.BaseClass should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method CanvasItem.X_Draw should be of the form "X_Draw ..." (golint)
    • Line 52: warning: don't use underscores in Go names; method X_Draw should be XDraw (golint)
    • Line 68: warning: comment on exported method CanvasItem.X_EditGetItemAndChildrenRect should be of the form "X_EditGetItemAndChildrenRect ..." (golint)
    • Line 72: warning: don't use underscores in Go names; method X_EditGetItemAndChildrenRect should be XEditGetItemAndChildrenRect (golint)
    • Line 91: warning: comment on exported method CanvasItem.X_EditGetPivot should be of the form "X_EditGetPivot ..." (golint)
    • Line 95: warning: don't use underscores in Go names; method X_EditGetPivot should be XEditGetPivot (golint)
    • Line 114: warning: comment on exported method CanvasItem.X_EditGetPosition should be of the form "X_EditGetPosition ..." (golint)
    • Line 118: warning: don't use underscores in Go names; method X_EditGetPosition should be XEditGetPosition (golint)
    • Line 137: warning: comment on exported method CanvasItem.X_EditGetRect should be of the form "X_EditGetRect ..." (golint)
    • Line 141: warning: don't use underscores in Go names; method X_EditGetRect should be XEditGetRect (golint)
    • Line 160: warning: comment on exported method CanvasItem.X_EditGetRotation should be of the form "X_EditGetRotation ..." (golint)
    • Line 164: warning: don't use underscores in Go names; method X_EditGetRotation should be XEditGetRotation (golint)
    • Line 183: warning: comment on exported method CanvasItem.X_EditGetState should be of the form "X_EditGetState ..." (golint)
    • Line 187: warning: don't use underscores in Go names; method X_EditGetState should be XEditGetState (golint)
    • Line 206: warning: comment on exported method CanvasItem.X_EditSetPivot should be of the form "X_EditSetPivot ..." (golint)
    • Line 210: warning: don't use underscores in Go names; method X_EditSetPivot should be XEditSetPivot (golint)
    • Line 227: warning: comment on exported method CanvasItem.X_EditSetPosition should be of the form "X_EditSetPosition ..." (golint)
    • Line 231: warning: don't use underscores in Go names; method X_EditSetPosition should be XEditSetPosition (golint)
    • Line 248: warning: comment on exported method CanvasItem.X_EditSetRect should be of the form "X_EditSetRect ..." (golint)
    • Line 252: warning: don't use underscores in Go names; method X_EditSetRect should be XEditSetRect (golint)
    • Line 269: warning: comment on exported method CanvasItem.X_EditSetRotation should be of the form "X_EditSetRotation ..." (golint)
    • Line 273: warning: don't use underscores in Go names; method X_EditSetRotation should be XEditSetRotation (golint)
    • Line 290: warning: comment on exported method CanvasItem.X_EditSetState should be of the form "X_EditSetState ..." (golint)
    • Line 294: warning: don't use underscores in Go names; method X_EditSetState should be XEditSetState (golint)
    • Line 311: warning: comment on exported method CanvasItem.X_EditUsePivot should be of the form "X_EditUsePivot ..." (golint)
    • Line 315: warning: don't use underscores in Go names; method X_EditUsePivot should be XEditUsePivot (golint)
    • Line 334: warning: comment on exported method CanvasItem.X_EditUsePosition should be of the form "X_EditUsePosition ..." (golint)
    • Line 338: warning: don't use underscores in Go names; method X_EditUsePosition should be XEditUsePosition (golint)
    • Line 357: warning: comment on exported method CanvasItem.X_EditUseRect should be of the form "X_EditUseRect ..." (golint)
    • Line 361: warning: don't use underscores in Go names; method X_EditUseRect should be XEditUseRect (golint)
    • Line 380: warning: comment on exported method CanvasItem.X_EditUseRotation should be of the form "X_EditUseRotation ..." (golint)
    • Line 384: warning: don't use underscores in Go names; method X_EditUseRotation should be XEditUseRotation (golint)
    • Line 403: warning: comment on exported method CanvasItem.X_IsOnTop should be of the form "X_IsOnTop ..." (golint)
    • Line 407: warning: don't use underscores in Go names; method X_IsOnTop should be XIsOnTop (golint)
    • Line 426: warning: comment on exported method CanvasItem.X_SetOnTop should be of the form "X_SetOnTop ..." (golint)
    • Line 430: warning: don't use underscores in Go names; method X_SetOnTop should be XSetOnTop (golint)
    • Line 447: warning: comment on exported method CanvasItem.X_ToplevelRaiseSelf should be of the form "X_ToplevelRaiseSelf ..." (golint)
    • Line 451: warning: don't use underscores in Go names; method X_ToplevelRaiseSelf should be XToplevelRaiseSelf (golint)
    • Line 467: warning: comment on exported method CanvasItem.X_UpdateCallback should be of the form "X_UpdateCallback ..." (golint)
    • Line 471: warning: don't use underscores in Go names; method X_UpdateCallback should be XUpdateCallback (golint)
    • Line 487: warning: comment on exported method CanvasItem.DrawChar should be of the form "DrawChar ..." (golint)
    • Line 515: warning: comment on exported method CanvasItem.DrawCircle should be of the form "DrawCircle ..." (golint)
    • Line 538: warning: comment on exported method CanvasItem.DrawColoredPolygon should be of the form "DrawColoredPolygon ..." (golint)
    • Line 564: warning: comment on exported method CanvasItem.DrawLine should be of the form "DrawLine ..." (golint)
    • Line 589: warning: comment on exported method CanvasItem.DrawMultiline should be of the form "DrawMultiline ..." (golint)
    • Line 613: warning: comment on exported method CanvasItem.DrawMultilineColors should be of the form "DrawMultilineColors ..." (golint)
    • Line 637: warning: comment on exported method CanvasItem.DrawPolygon should be of the form "DrawPolygon ..." (golint)
    • Line 663: warning: comment on exported method CanvasItem.DrawPolyline should be of the form "DrawPolyline ..." (golint)
    • Line 687: warning: comment on exported method CanvasItem.DrawPolylineColors should be of the form "DrawPolylineColors ..." (golint)
    • Line 711: warning: comment on exported method CanvasItem.DrawPrimitive should be of the form "DrawPrimitive ..." (golint)
    • Line 737: warning: comment on exported method CanvasItem.DrawRect should be of the form "DrawRect ..." (golint)
    • Line 760: warning: comment on exported method CanvasItem.DrawSetTransform should be of the form "DrawSetTransform ..." (golint)
    • Line 783: warning: comment on exported method CanvasItem.DrawSetTransformMatrix should be of the form "DrawSetTransformMatrix ..." (golint)
    • Line 804: warning: comment on exported method CanvasItem.DrawString should be of the form "DrawString ..." (golint)
    • Line 829: warning: comment on exported method CanvasItem.DrawStyleBox should be of the form "DrawStyleBox ..." (golint)
    • Line 851: warning: comment on exported method CanvasItem.DrawTexture should be of the form "DrawTexture ..." (golint)
    • Line 875: warning: comment on exported method CanvasItem.DrawTextureRect should be of the form "DrawTextureRect ..." (golint)
    • Line 901: warning: comment on exported method CanvasItem.DrawTextureRectRegion should be of the form "DrawTextureRectRegion ..." (golint)
    • Line 928: warning: comment on exported method CanvasItem.GetCanvas should be of the form "GetCanvas ..." (golint)
    • Line 951: warning: comment on exported method CanvasItem.GetCanvasItem should be of the form "GetCanvasItem ..." (golint)
    • Line 974: warning: comment on exported method CanvasItem.GetCanvasTransform should be of the form "GetCanvasTransform ..." (golint)
    • Line 997: warning: comment on exported method CanvasItem.GetGlobalMousePosition should be of the form "GetGlobalMousePosition ..." (golint)
    • Line 1020: warning: comment on exported method CanvasItem.GetGlobalTransform should be of the form "GetGlobalTransform ..." (golint)
    • Line 1043: warning: comment on exported method CanvasItem.GetGlobalTransformWithCanvas should be of the form "GetGlobalTransformWithCanvas ..." (golint)
    • Line 1066: warning: comment on exported method CanvasItem.GetLightMask should be of the form "GetLightMask ..." (golint)
    • Line 1089: warning: comment on exported method CanvasItem.GetLocalMousePosition should be of the form "GetLocalMousePosition ..." (golint)
    • Line 1112: warning: comment on exported method CanvasItem.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 1149: warning: comment on exported method CanvasItem.GetModulate should be of the form "GetModulate ..." (golint)
    • Line 1172: warning: comment on exported method CanvasItem.GetSelfModulate should be of the form "GetSelfModulate ..." (golint)
    • Line 1195: warning: comment on exported method CanvasItem.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 1218: warning: comment on exported method CanvasItem.GetUseParentMaterial should be of the form "GetUseParentMaterial ..." (golint)
    • Line 1241: warning: comment on exported method CanvasItem.GetViewportRect should be of the form "GetViewportRect ..." (golint)
    • Line 1264: warning: comment on exported method CanvasItem.GetViewportTransform should be of the form "GetViewportTransform ..." (golint)
    • Line 1287: warning: comment on exported method CanvasItem.GetWorld2D should be of the form "GetWorld2D ..." (golint)
    • Line 1324: warning: comment on exported method CanvasItem.Hide should be of the form "Hide ..." (golint)
    • Line 1344: warning: comment on exported method CanvasItem.IsDrawBehindParentEnabled should be of the form "IsDrawBehindParentEnabled ..." (golint)
    • Line 1367: warning: comment on exported method CanvasItem.IsLocalTransformNotificationEnabled should be of the form "IsLocalTransformNotificationEnabled ..." (golint)
    • Line 1390: warning: comment on exported method CanvasItem.IsSetAsToplevel should be of the form "IsSetAsToplevel ..." (golint)
    • Line 1413: warning: comment on exported method CanvasItem.IsTransformNotificationEnabled should be of the form "IsTransformNotificationEnabled ..." (golint)
    • Line 1436: warning: comment on exported method CanvasItem.IsVisible should be of the form "IsVisible ..." (golint)
    • Line 1459: warning: comment on exported method CanvasItem.IsVisibleInTree should be of the form "IsVisibleInTree ..." (golint)
    • Line 1482: warning: comment on exported method CanvasItem.MakeCanvasPositionLocal should be of the form "MakeCanvasPositionLocal ..." (golint)
    • Line 1506: warning: comment on exported method CanvasItem.MakeInputLocal should be of the form "MakeInputLocal ..." (golint)
    • Line 1544: warning: comment on exported method CanvasItem.SetAsToplevel should be of the form "SetAsToplevel ..." (golint)
    • Line 1565: warning: comment on exported method CanvasItem.SetDrawBehindParent should be of the form "SetDrawBehindParent ..." (golint)
    • Line 1586: warning: comment on exported method CanvasItem.SetLightMask should be of the form "SetLightMask ..." (golint)
    • Line 1607: warning: comment on exported method CanvasItem.SetMaterial should be of the form "SetMaterial ..." (golint)
    • Line 1628: warning: comment on exported method CanvasItem.SetModulate should be of the form "SetModulate ..." (golint)
    • Line 1649: warning: comment on exported method CanvasItem.SetNotifyLocalTransform should be of the form "SetNotifyLocalTransform ..." (golint)
    • Line 1670: warning: comment on exported method CanvasItem.SetNotifyTransform should be of the form "SetNotifyTransform ..." (golint)
    • Line 1691: warning: comment on exported method CanvasItem.SetSelfModulate should be of the form "SetSelfModulate ..." (golint)
    • Line 1712: warning: comment on exported method CanvasItem.SetUseParentMaterial should be of the form "SetUseParentMaterial ..." (golint)
    • Line 1733: warning: comment on exported method CanvasItem.SetVisible should be of the form "SetVisible ..." (golint)
    • Line 1754: warning: comment on exported method CanvasItem.Show should be of the form "Show ..." (golint)
    • Line 1774: warning: comment on exported method CanvasItem.Update should be of the form "Update ..." (golint)
    • godot-go/godot/inputevent.gen.go
    • Line 25: warning: comment on exported type InputEvent should be of the form "InputEvent ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEvent.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEvent.ActionMatch should be of the form "ActionMatch ..." (golint)
    • Line 61: warning: comment on exported method InputEvent.AsText should be of the form "AsText ..." (golint)
    • Line 84: warning: comment on exported method InputEvent.GetDevice should be of the form "GetDevice ..." (golint)
    • Line 107: warning: comment on exported method InputEvent.IsAction should be of the form "IsAction ..." (golint)
    • Line 131: warning: comment on exported method InputEvent.IsActionPressed should be of the form "IsActionPressed ..." (golint)
    • Line 155: warning: comment on exported method InputEvent.IsActionReleased should be of the form "IsActionReleased ..." (golint)
    • Line 179: warning: comment on exported method InputEvent.IsActionType should be of the form "IsActionType ..." (golint)
    • Line 202: warning: comment on exported method InputEvent.IsEcho should be of the form "IsEcho ..." (golint)
    • Line 225: warning: comment on exported method InputEvent.IsPressed should be of the form "IsPressed ..." (golint)
    • Line 248: warning: comment on exported method InputEvent.SetDevice should be of the form "SetDevice ..." (golint)
    • Line 269: warning: comment on exported method InputEvent.ShortcutMatch should be of the form "ShortcutMatch ..." (golint)
    • Line 293: warning: comment on exported method InputEvent.XformedBy should be of the form "XformedBy ..." (golint)
    • godot-go/godot/kinematiccollision2d.gen.go
    • Line 25: warning: comment on exported type KinematicCollision2D should be of the form "KinematicCollision2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method KinematicCollision2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method KinematicCollision2D.GetCollider should be of the form "GetCollider ..." (golint)
    • Line 74: warning: comment on exported method KinematicCollision2D.GetColliderId should be of the form "GetColliderId ..." (golint)
    • Line 97: warning: comment on exported method KinematicCollision2D.GetColliderMetadata should be of the form "GetColliderMetadata ..." (golint)
    • Line 120: warning: comment on exported method KinematicCollision2D.GetColliderShape should be of the form "GetColliderShape ..." (golint)
    • Line 157: warning: comment on exported method KinematicCollision2D.GetColliderShapeIndex should be of the form "GetColliderShapeIndex ..." (golint)
    • Line 180: warning: comment on exported method KinematicCollision2D.GetColliderVelocity should be of the form "GetColliderVelocity ..." (golint)
    • Line 203: warning: comment on exported method KinematicCollision2D.GetLocalShape should be of the form "GetLocalShape ..." (golint)
    • Line 240: warning: comment on exported method KinematicCollision2D.GetNormal should be of the form "GetNormal ..." (golint)
    • Line 263: warning: comment on exported method KinematicCollision2D.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 286: warning: comment on exported method KinematicCollision2D.GetRemainder should be of the form "GetRemainder ..." (golint)
    • Line 309: warning: comment on exported method KinematicCollision2D.GetTravel should be of the form "GetTravel ..." (golint)
    • godot-go/godot/resourceloader.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_ResourceLoaderFromPointer should be newResourceLoaderFromPointer (golint)
    • Line 29: warning: comment on exported var ResourceLoader should be of the form "ResourceLoader ..." (golint)
    • godot-go/godot/segmentshape2d.gen.go
    • Line 25: warning: comment on exported type SegmentShape2D should be of the form "SegmentShape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SegmentShape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SegmentShape2D.GetA should be of the form "GetA ..." (golint)
    • Line 60: warning: comment on exported method SegmentShape2D.GetB should be of the form "GetB ..." (golint)
    • Line 83: warning: comment on exported method SegmentShape2D.SetA should be of the form "SetA ..." (golint)
    • Line 104: warning: comment on exported method SegmentShape2D.SetB should be of the form "SetB ..." (golint)
    • godot-go/godot/packetpeerstream.gen.go
    • Line 25: warning: comment on exported type PacketPeerStream should be of the form "PacketPeerStream ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PacketPeerStream.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PacketPeerStream.GetInputBufferMaxSize should be of the form "GetInputBufferMaxSize ..." (golint)
    • Line 60: warning: comment on exported method PacketPeerStream.GetOutputBufferMaxSize should be of the form "GetOutputBufferMaxSize ..." (golint)
    • Line 83: warning: comment on exported method PacketPeerStream.GetStreamPeer should be of the form "GetStreamPeer ..." (golint)
    • Line 120: warning: comment on exported method PacketPeerStream.SetInputBufferMaxSize should be of the form "SetInputBufferMaxSize ..." (golint)
    • Line 141: warning: comment on exported method PacketPeerStream.SetOutputBufferMaxSize should be of the form "SetOutputBufferMaxSize ..." (golint)
    • Line 162: warning: comment on exported method PacketPeerStream.SetStreamPeer should be of the form "SetStreamPeer ..." (golint)
    • godot-go/godot/lineshape2d.gen.go
    • Line 25: warning: comment on exported type LineShape2D should be of the form "LineShape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method LineShape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method LineShape2D.GetD should be of the form "GetD ..." (golint)
    • Line 60: warning: comment on exported method LineShape2D.GetNormal should be of the form "GetNormal ..." (golint)
    • Line 83: warning: comment on exported method LineShape2D.SetD should be of the form "SetD ..." (golint)
    • Line 104: warning: comment on exported method LineShape2D.SetNormal should be of the form "SetNormal ..." (golint)
    • godot-go/godot/visibilityenabler.gen.go
    • Line 20: warning: exported const VisibilityEnablerEnablerFreezeBodies should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported method VisibilityEnabler.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method VisibilityEnabler.X_NodeRemoved should be of the form "X_NodeRemoved ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_NodeRemoved should be XNodeRemoved (golint)
    • Line 67: warning: comment on exported method VisibilityEnabler.IsEnablerEnabled should be of the form "IsEnablerEnabled ..." (golint)
    • Line 91: warning: comment on exported method VisibilityEnabler.SetEnabler should be of the form "SetEnabler ..." (golint)
    • godot-go/godot/buttongroup.gen.go
    • Line 25: warning: comment on exported type ButtonGroup should be of the form "ButtonGroup ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ButtonGroup.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ButtonGroup.GetPressedButton should be of the form "GetPressedButton ..." (golint)
    • godot-go/godot/stylebox.gen.go
    • Line 33: warning: exported method StyleBox.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method StyleBox.Draw should be of the form "Draw ..." (golint)
    • Line 59: warning: comment on exported method StyleBox.GetCenterSize should be of the form "GetCenterSize ..." (golint)
    • Line 82: warning: comment on exported method StyleBox.GetDefaultMargin should be of the form "GetDefaultMargin ..." (golint)
    • Line 106: warning: comment on exported method StyleBox.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 130: warning: comment on exported method StyleBox.GetMinimumSize should be of the form "GetMinimumSize ..." (golint)
    • Line 153: warning: comment on exported method StyleBox.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 176: warning: comment on exported method StyleBox.SetDefaultMargin should be of the form "SetDefaultMargin ..." (golint)
    • Line 198: warning: comment on exported method StyleBox.TestMask should be of the form "TestMask ..." (golint)
    • godot-go/godot/immediategeometry.gen.go
    • Line 25: warning: comment on exported type ImmediateGeometry should be of the form "ImmediateGeometry ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ImmediateGeometry.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ImmediateGeometry.AddSphere should be of the form "AddSphere ..." (golint)
    • Line 61: warning: comment on exported method ImmediateGeometry.AddVertex should be of the form "AddVertex ..." (golint)
    • Line 82: warning: comment on exported method ImmediateGeometry.Begin should be of the form "Begin ..." (golint)
    • Line 104: warning: comment on exported method ImmediateGeometry.Clear should be of the form "Clear ..." (golint)
    • Line 124: warning: comment on exported method ImmediateGeometry.End should be of the form "End ..." (golint)
    • Line 144: warning: comment on exported method ImmediateGeometry.SetColor should be of the form "SetColor ..." (golint)
    • Line 165: warning: comment on exported method ImmediateGeometry.SetNormal should be of the form "SetNormal ..." (golint)
    • Line 186: warning: comment on exported method ImmediateGeometry.SetTangent should be of the form "SetTangent ..." (golint)
    • Line 207: warning: comment on exported method ImmediateGeometry.SetUv should be of the form "SetUv ..." (golint)
    • Line 228: warning: comment on exported method ImmediateGeometry.SetUv2 should be of the form "SetUv2 ..." (golint)
    • godot-go/godot/script.gen.go
    • Line 25: warning: comment on exported type Script should be of the form "Script ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Script.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Script.CanInstance should be of the form "CanInstance ..." (golint)
    • Line 60: warning: comment on exported method Script.GetBaseScript should be of the form "GetBaseScript ..." (golint)
    • Line 97: warning: comment on exported method Script.GetInstanceBaseType should be of the form "GetInstanceBaseType ..." (golint)
    • Line 120: warning: comment on exported method Script.GetSourceCode should be of the form "GetSourceCode ..." (golint)
    • Line 143: warning: comment on exported method Script.HasScriptSignal should be of the form "HasScriptSignal ..." (golint)
    • Line 167: warning: comment on exported method Script.HasSourceCode should be of the form "HasSourceCode ..." (golint)
    • Line 190: warning: comment on exported method Script.InstanceHas should be of the form "InstanceHas ..." (golint)
    • Line 214: warning: comment on exported method Script.IsTool should be of the form "IsTool ..." (golint)
    • Line 237: warning: comment on exported method Script.Reload should be of the form "Reload ..." (golint)
    • Line 261: warning: comment on exported method Script.SetSourceCode should be of the form "SetSourceCode ..." (golint)
    • godot-go/godot/visualscriptpropertyget.gen.go
    • Line 20: warning: exported const VisualScriptPropertyGetCallModeInstance should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type VisualScriptPropertyGet should be of the form "VisualScriptPropertyGet ..." (with optional leading article) (golint)
    • Line 42: warning: exported method VisualScriptPropertyGet.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method VisualScriptPropertyGet.X_GetTypeCache should be of the form "X_GetTypeCache ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_GetTypeCache should be XGetTypeCache (golint)
    • Line 69: warning: comment on exported method VisualScriptPropertyGet.X_SetTypeCache should be of the form "X_SetTypeCache ..." (golint)
    • Line 73: warning: don't use underscores in Go names; method X_SetTypeCache should be XSetTypeCache (golint)
    • Line 90: warning: comment on exported method VisualScriptPropertyGet.GetBasePath should be of the form "GetBasePath ..." (golint)
    • Line 113: warning: comment on exported method VisualScriptPropertyGet.GetBaseScript should be of the form "GetBaseScript ..." (golint)
    • Line 136: warning: comment on exported method VisualScriptPropertyGet.GetBaseType should be of the form "GetBaseType ..." (golint)
    • Line 159: warning: comment on exported method VisualScriptPropertyGet.GetBasicType should be of the form "GetBasicType ..." (golint)
    • Line 182: warning: comment on exported method VisualScriptPropertyGet.GetCallMode should be of the form "GetCallMode ..." (golint)
    • Line 205: warning: comment on exported method VisualScriptPropertyGet.GetIndex should be of the form "GetIndex ..." (golint)
    • Line 228: warning: comment on exported method VisualScriptPropertyGet.GetProperty should be of the form "GetProperty ..." (golint)
    • Line 251: warning: comment on exported method VisualScriptPropertyGet.SetBasePath should be of the form "SetBasePath ..." (golint)
    • Line 272: warning: comment on exported method VisualScriptPropertyGet.SetBaseScript should be of the form "SetBaseScript ..." (golint)
    • Line 293: warning: comment on exported method VisualScriptPropertyGet.SetBaseType should be of the form "SetBaseType ..." (golint)
    • Line 314: warning: comment on exported method VisualScriptPropertyGet.SetBasicType should be of the form "SetBasicType ..." (golint)
    • Line 335: warning: comment on exported method VisualScriptPropertyGet.SetCallMode should be of the form "SetCallMode ..." (golint)
    • Line 356: warning: comment on exported method VisualScriptPropertyGet.SetIndex should be of the form "SetIndex ..." (golint)
    • Line 377: warning: comment on exported method VisualScriptPropertyGet.SetProperty should be of the form "SetProperty ..." (golint)
    • godot-go/godot/visualscriptinputaction.gen.go
    • Line 20: warning: exported const VisualScriptInputActionModeJustPressed should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type VisualScriptInputAction should be of the form "VisualScriptInputAction ..." (with optional leading article) (golint)
    • Line 43: warning: exported method VisualScriptInputAction.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method VisualScriptInputAction.GetActionMode should be of the form "GetActionMode ..." (golint)
    • Line 70: warning: comment on exported method VisualScriptInputAction.GetActionName should be of the form "GetActionName ..." (golint)
    • Line 93: warning: comment on exported method VisualScriptInputAction.SetActionMode should be of the form "SetActionMode ..." (golint)
    • Line 114: warning: comment on exported method VisualScriptInputAction.SetActionName should be of the form "SetActionName ..." (golint)
    • godot-go/godot/rigidbody2d.gen.go
    • Line 20: warning: exported const RigidBody2DCcdModeCastRay should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const RigidBody2DModeCharacter should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported type RigidBody2D should be of the form "RigidBody2D ..." (with optional leading article) (golint)
    • Line 52: warning: exported method RigidBody2D.BaseClass should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method RigidBody2D.X_BodyEnterTree should be of the form "X_BodyEnterTree ..." (golint)
    • Line 60: warning: don't use underscores in Go names; method X_BodyEnterTree should be XBodyEnterTree (golint)
    • Line 77: warning: comment on exported method RigidBody2D.X_BodyExitTree should be of the form "X_BodyExitTree ..." (golint)
    • Line 81: warning: don't use underscores in Go names; method X_BodyExitTree should be XBodyExitTree (golint)
    • Line 98: warning: comment on exported method RigidBody2D.X_DirectStateChanged should be of the form "X_DirectStateChanged ..." (golint)
    • Line 102: warning: don't use underscores in Go names; method X_DirectStateChanged should be XDirectStateChanged (golint)
    • Line 119: warning: comment on exported method RigidBody2D.X_IntegrateForces should be of the form "X_IntegrateForces ..." (golint)
    • Line 123: warning: don't use underscores in Go names; method X_IntegrateForces should be XIntegrateForces (golint)
    • Line 140: warning: comment on exported method RigidBody2D.AddForce should be of the form "AddForce ..." (golint)
    • Line 162: warning: comment on exported method RigidBody2D.ApplyImpulse should be of the form "ApplyImpulse ..." (golint)
    • Line 184: warning: comment on exported method RigidBody2D.GetAngularDamp should be of the form "GetAngularDamp ..." (golint)
    • Line 207: warning: comment on exported method RigidBody2D.GetAngularVelocity should be of the form "GetAngularVelocity ..." (golint)
    • Line 230: warning: comment on exported method RigidBody2D.GetAppliedForce should be of the form "GetAppliedForce ..." (golint)
    • Line 253: warning: comment on exported method RigidBody2D.GetAppliedTorque should be of the form "GetAppliedTorque ..." (golint)
    • Line 276: warning: comment on exported method RigidBody2D.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 299: warning: comment on exported method RigidBody2D.GetCollidingBodies should be of the form "GetCollidingBodies ..." (golint)
    • Line 322: warning: comment on exported method RigidBody2D.GetContinuousCollisionDetectionMode should be of the form "GetContinuousCollisionDetectionMode ..." (golint)
    • Line 345: warning: comment on exported method RigidBody2D.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 368: warning: comment on exported method RigidBody2D.GetGravityScale should be of the form "GetGravityScale ..." (golint)
    • Line 391: warning: comment on exported method RigidBody2D.GetInertia should be of the form "GetInertia ..." (golint)
    • Line 414: warning: comment on exported method RigidBody2D.GetLinearDamp should be of the form "GetLinearDamp ..." (golint)
    • Line 437: warning: comment on exported method RigidBody2D.GetLinearVelocity should be of the form "GetLinearVelocity ..." (golint)
    • Line 460: warning: comment on exported method RigidBody2D.GetMass should be of the form "GetMass ..." (golint)
    • Line 483: warning: comment on exported method RigidBody2D.GetMaxContactsReported should be of the form "GetMaxContactsReported ..." (golint)
    • Line 506: warning: comment on exported method RigidBody2D.GetMode should be of the form "GetMode ..." (golint)
    • Line 529: warning: comment on exported method RigidBody2D.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 552: warning: comment on exported method RigidBody2D.IsAbleToSleep should be of the form "IsAbleToSleep ..." (golint)
    • Line 575: warning: comment on exported method RigidBody2D.IsContactMonitorEnabled should be of the form "IsContactMonitorEnabled ..." (golint)
    • Line 598: warning: comment on exported method RigidBody2D.IsSleeping should be of the form "IsSleeping ..." (golint)
    • Line 621: warning: comment on exported method RigidBody2D.IsUsingCustomIntegrator should be of the form "IsUsingCustomIntegrator ..." (golint)
    • Line 644: warning: comment on exported method RigidBody2D.SetAngularDamp should be of the form "SetAngularDamp ..." (golint)
    • Line 665: warning: comment on exported method RigidBody2D.SetAngularVelocity should be of the form "SetAngularVelocity ..." (golint)
    • Line 686: warning: comment on exported method RigidBody2D.SetAppliedForce should be of the form "SetAppliedForce ..." (golint)
    • Line 707: warning: comment on exported method RigidBody2D.SetAppliedTorque should be of the form "SetAppliedTorque ..." (golint)
    • Line 728: warning: comment on exported method RigidBody2D.SetAxisVelocity should be of the form "SetAxisVelocity ..." (golint)
    • Line 749: warning: comment on exported method RigidBody2D.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 770: warning: comment on exported method RigidBody2D.SetCanSleep should be of the form "SetCanSleep ..." (golint)
    • Line 791: warning: comment on exported method RigidBody2D.SetContactMonitor should be of the form "SetContactMonitor ..." (golint)
    • Line 812: warning: comment on exported method RigidBody2D.SetContinuousCollisionDetectionMode should be of the form "SetContinuousCollisionDetectionMode ..." (golint)
    • Line 833: warning: comment on exported method RigidBody2D.SetFriction should be of the form "SetFriction ..." (golint)
    • Line 854: warning: comment on exported method RigidBody2D.SetGravityScale should be of the form "SetGravityScale ..." (golint)
    • Line 875: warning: comment on exported method RigidBody2D.SetInertia should be of the form "SetInertia ..." (golint)
    • Line 896: warning: comment on exported method RigidBody2D.SetLinearDamp should be of the form "SetLinearDamp ..." (golint)
    • Line 917: warning: comment on exported method RigidBody2D.SetLinearVelocity should be of the form "SetLinearVelocity ..." (golint)
    • Line 938: warning: comment on exported method RigidBody2D.SetMass should be of the form "SetMass ..." (golint)
    • Line 959: warning: comment on exported method RigidBody2D.SetMaxContactsReported should be of the form "SetMaxContactsReported ..." (golint)
    • Line 980: warning: comment on exported method RigidBody2D.SetMode should be of the form "SetMode ..." (golint)
    • Line 1001: warning: comment on exported method RigidBody2D.SetSleeping should be of the form "SetSleeping ..." (golint)
    • Line 1022: warning: comment on exported method RigidBody2D.SetUseCustomIntegrator should be of the form "SetUseCustomIntegrator ..." (golint)
    • Line 1043: warning: comment on exported method RigidBody2D.SetWeight should be of the form "SetWeight ..." (golint)
    • Line 1064: warning: comment on exported method RigidBody2D.TestMotion should be of the form "TestMotion ..." (golint)
    • godot-go/godot/toolbutton.gen.go
    • Line 25: warning: comment on exported type ToolButton should be of the form "ToolButton ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ToolButton.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/videostreamwebm.gen.go
    • Line 25: warning: comment on exported type VideoStreamWebm should be of the form "VideoStreamWebm ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VideoStreamWebm.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VideoStreamWebm.GetFile should be of the form "GetFile ..." (golint)
    • Line 60: warning: comment on exported method VideoStreamWebm.SetFile should be of the form "SetFile ..." (golint)
    • godot-go/godot/audioeffectdelay.gen.go
    • Line 25: warning: comment on exported type AudioEffectDelay should be of the form "AudioEffectDelay ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectDelay.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectDelay.GetDry should be of the form "GetDry ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectDelay.GetFeedbackDelayMs should be of the form "GetFeedbackDelayMs ..." (golint)
    • Line 83: warning: comment on exported method AudioEffectDelay.GetFeedbackLevelDb should be of the form "GetFeedbackLevelDb ..." (golint)
    • Line 106: warning: comment on exported method AudioEffectDelay.GetFeedbackLowpass should be of the form "GetFeedbackLowpass ..." (golint)
    • Line 129: warning: comment on exported method AudioEffectDelay.GetTap1DelayMs should be of the form "GetTap1DelayMs ..." (golint)
    • Line 152: warning: comment on exported method AudioEffectDelay.GetTap1LevelDb should be of the form "GetTap1LevelDb ..." (golint)
    • Line 175: warning: comment on exported method AudioEffectDelay.GetTap1Pan should be of the form "GetTap1Pan ..." (golint)
    • Line 198: warning: comment on exported method AudioEffectDelay.GetTap2DelayMs should be of the form "GetTap2DelayMs ..." (golint)
    • Line 221: warning: comment on exported method AudioEffectDelay.GetTap2LevelDb should be of the form "GetTap2LevelDb ..." (golint)
    • Line 244: warning: comment on exported method AudioEffectDelay.GetTap2Pan should be of the form "GetTap2Pan ..." (golint)
    • Line 267: warning: comment on exported method AudioEffectDelay.IsFeedbackActive should be of the form "IsFeedbackActive ..." (golint)
    • Line 290: warning: comment on exported method AudioEffectDelay.IsTap1Active should be of the form "IsTap1Active ..." (golint)
    • Line 313: warning: comment on exported method AudioEffectDelay.IsTap2Active should be of the form "IsTap2Active ..." (golint)
    • Line 336: warning: comment on exported method AudioEffectDelay.SetDry should be of the form "SetDry ..." (golint)
    • Line 357: warning: comment on exported method AudioEffectDelay.SetFeedbackActive should be of the form "SetFeedbackActive ..." (golint)
    • Line 378: warning: comment on exported method AudioEffectDelay.SetFeedbackDelayMs should be of the form "SetFeedbackDelayMs ..." (golint)
    • Line 399: warning: comment on exported method AudioEffectDelay.SetFeedbackLevelDb should be of the form "SetFeedbackLevelDb ..." (golint)
    • Line 420: warning: comment on exported method AudioEffectDelay.SetFeedbackLowpass should be of the form "SetFeedbackLowpass ..." (golint)
    • Line 441: warning: comment on exported method AudioEffectDelay.SetTap1Active should be of the form "SetTap1Active ..." (golint)
    • Line 462: warning: comment on exported method AudioEffectDelay.SetTap1DelayMs should be of the form "SetTap1DelayMs ..." (golint)
    • Line 483: warning: comment on exported method AudioEffectDelay.SetTap1LevelDb should be of the form "SetTap1LevelDb ..." (golint)
    • Line 504: warning: comment on exported method AudioEffectDelay.SetTap1Pan should be of the form "SetTap1Pan ..." (golint)
    • Line 525: warning: comment on exported method AudioEffectDelay.SetTap2Active should be of the form "SetTap2Active ..." (golint)
    • Line 546: warning: comment on exported method AudioEffectDelay.SetTap2DelayMs should be of the form "SetTap2DelayMs ..." (golint)
    • Line 567: warning: comment on exported method AudioEffectDelay.SetTap2LevelDb should be of the form "SetTap2LevelDb ..." (golint)
    • Line 588: warning: comment on exported method AudioEffectDelay.SetTap2Pan should be of the form "SetTap2Pan ..." (golint)
    • godot-go/godot/bitmapfont.gen.go
    • Line 25: warning: comment on exported type BitmapFont should be of the form "BitmapFont ..." (with optional leading article) (golint)
    • Line 33: warning: exported method BitmapFont.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method BitmapFont.X_GetChars should be of the form "X_GetChars ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetChars should be XGetChars (golint)
    • Line 60: warning: comment on exported method BitmapFont.X_GetKernings should be of the form "X_GetKernings ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_GetKernings should be XGetKernings (golint)
    • Line 83: warning: comment on exported method BitmapFont.X_GetTextures should be of the form "X_GetTextures ..." (golint)
    • Line 87: warning: don't use underscores in Go names; method X_GetTextures should be XGetTextures (golint)
    • Line 106: warning: comment on exported method BitmapFont.X_SetChars should be of the form "X_SetChars ..." (golint)
    • Line 110: warning: don't use underscores in Go names; method X_SetChars should be XSetChars (golint)
    • Line 127: warning: comment on exported method BitmapFont.X_SetKernings should be of the form "X_SetKernings ..." (golint)
    • Line 131: warning: don't use underscores in Go names; method X_SetKernings should be XSetKernings (golint)
    • Line 148: warning: comment on exported method BitmapFont.X_SetTextures should be of the form "X_SetTextures ..." (golint)
    • Line 152: warning: don't use underscores in Go names; method X_SetTextures should be XSetTextures (golint)
    • Line 169: warning: comment on exported method BitmapFont.AddChar should be of the form "AddChar ..." (golint)
    • Line 194: warning: comment on exported method BitmapFont.AddKerningPair should be of the form "AddKerningPair ..." (golint)
    • Line 217: warning: comment on exported method BitmapFont.AddTexture should be of the form "AddTexture ..." (golint)
    • Line 238: warning: comment on exported method BitmapFont.Clear should be of the form "Clear ..." (golint)
    • Line 258: warning: comment on exported method BitmapFont.CreateFromFnt should be of the form "CreateFromFnt ..." (golint)
    • Line 282: warning: comment on exported method BitmapFont.GetCharSize should be of the form "GetCharSize ..." (golint)
    • Line 307: warning: comment on exported method BitmapFont.GetFallback should be of the form "GetFallback ..." (golint)
    • Line 344: warning: comment on exported method BitmapFont.GetKerningPair should be of the form "GetKerningPair ..." (golint)
    • Line 369: warning: comment on exported method BitmapFont.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 407: warning: comment on exported method BitmapFont.GetTextureCount should be of the form "GetTextureCount ..." (golint)
    • Line 430: warning: comment on exported method BitmapFont.SetAscent should be of the form "SetAscent ..." (golint)
    • Line 451: warning: comment on exported method BitmapFont.SetDistanceFieldHint should be of the form "SetDistanceFieldHint ..." (golint)
    • Line 472: warning: comment on exported method BitmapFont.SetFallback should be of the form "SetFallback ..." (golint)
    • Line 493: warning: comment on exported method BitmapFont.SetHeight should be of the form "SetHeight ..." (golint)
    • godot-go/godot/editorexportplugin.gen.go
    • Line 25: warning: comment on exported type EditorExportPlugin should be of the form "EditorExportPlugin ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorExportPlugin.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorExportPlugin.X_ExportBegin should be of the form "X_ExportBegin ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ExportBegin should be XExportBegin (golint)
    • Line 61: warning: comment on exported method EditorExportPlugin.X_ExportFile should be of the form "X_ExportFile ..." (golint)
    • Line 65: warning: don't use underscores in Go names; method X_ExportFile should be XExportFile (golint)
    • Line 84: warning: comment on exported method EditorExportPlugin.AddFile should be of the form "AddFile ..." (golint)
    • Line 107: warning: comment on exported method EditorExportPlugin.AddIosBundleFile should be of the form "AddIosBundleFile ..." (golint)
    • Line 128: warning: comment on exported method EditorExportPlugin.AddIosCppCode should be of the form "AddIosCppCode ..." (golint)
    • Line 149: warning: comment on exported method EditorExportPlugin.AddIosFramework should be of the form "AddIosFramework ..." (golint)
    • Line 170: warning: comment on exported method EditorExportPlugin.AddIosLinkerFlags should be of the form "AddIosLinkerFlags ..." (golint)
    • Line 191: warning: comment on exported method EditorExportPlugin.AddIosPlistContent should be of the form "AddIosPlistContent ..." (golint)
    • Line 212: warning: comment on exported method EditorExportPlugin.AddSharedObject should be of the form "AddSharedObject ..." (golint)
    • Line 234: warning: comment on exported method EditorExportPlugin.Skip should be of the form "Skip ..." (golint)
    • godot-go/godot/hsplitcontainer.gen.go
    • Line 25: warning: comment on exported type HSplitContainer should be of the form "HSplitContainer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method HSplitContainer.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/physics2dshapequeryparameters.gen.go
    • Line 25: warning: comment on exported type Physics2DShapeQueryParameters should be of the form "Physics2DShapeQueryParameters ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Physics2DShapeQueryParameters.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Physics2DShapeQueryParameters.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 60: warning: comment on exported method Physics2DShapeQueryParameters.GetExclude should be of the form "GetExclude ..." (golint)
    • Line 83: warning: comment on exported method Physics2DShapeQueryParameters.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 106: warning: comment on exported method Physics2DShapeQueryParameters.GetMotion should be of the form "GetMotion ..." (golint)
    • Line 129: warning: comment on exported method Physics2DShapeQueryParameters.GetShapeRid should be of the form "GetShapeRid ..." (golint)
    • Line 152: warning: comment on exported method Physics2DShapeQueryParameters.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 175: warning: comment on exported method Physics2DShapeQueryParameters.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 196: warning: comment on exported method Physics2DShapeQueryParameters.SetExclude should be of the form "SetExclude ..." (golint)
    • Line 217: warning: comment on exported method Physics2DShapeQueryParameters.SetMargin should be of the form "SetMargin ..." (golint)
    • Line 238: warning: comment on exported method Physics2DShapeQueryParameters.SetMotion should be of the form "SetMotion ..." (golint)
    • Line 259: warning: comment on exported method Physics2DShapeQueryParameters.SetShape should be of the form "SetShape ..." (golint)
    • Line 280: warning: comment on exported method Physics2DShapeQueryParameters.SetShapeRid should be of the form "SetShapeRid ..." (golint)
    • Line 301: warning: comment on exported method Physics2DShapeQueryParameters.SetTransform should be of the form "SetTransform ..." (golint)
    • godot-go/godot/streamtexture.gen.go
    • Line 25: warning: comment on exported type StreamTexture should be of the form "StreamTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method StreamTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method StreamTexture.GetLoadPath should be of the form "GetLoadPath ..." (golint)
    • Line 60: warning: comment on exported method StreamTexture.Load should be of the form "Load ..." (golint)
    • godot-go/godot/visualscriptcondition.gen.go
    • Line 25: warning: comment on exported type VisualScriptCondition should be of the form "VisualScriptCondition ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptCondition.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualscriptfunctionstate.gen.go
    • Line 25: warning: comment on exported type VisualScriptFunctionState should be of the form "VisualScriptFunctionState ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptFunctionState.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptFunctionState.X_SignalCallback should be of the form "X_SignalCallback ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_SignalCallback should be XSignalCallback (golint)
    • Line 60: warning: comment on exported method VisualScriptFunctionState.ConnectToSignal should be of the form "ConnectToSignal ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptFunctionState.IsValid should be of the form "IsValid ..." (golint)
    • Line 106: warning: comment on exported method VisualScriptFunctionState.Resume should be of the form "Resume ..." (golint)
    • godot-go/godot/audiostream.gen.go
    • Line 25: warning: comment on exported type AudioStream should be of the form "AudioStream ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioStream.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioStream.GetLength should be of the form "GetLength ..." (golint)
    • godot-go/godot/collisionshape2d.gen.go
    • Line 25: warning: comment on exported type CollisionShape2D should be of the form "CollisionShape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CollisionShape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CollisionShape2D.X_ShapeChanged should be of the form "X_ShapeChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ShapeChanged should be XShapeChanged (golint)
    • Line 57: warning: comment on exported method CollisionShape2D.GetShape should be of the form "GetShape ..." (golint)
    • Line 94: warning: comment on exported method CollisionShape2D.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 117: warning: comment on exported method CollisionShape2D.IsOneWayCollisionEnabled should be of the form "IsOneWayCollisionEnabled ..." (golint)
    • Line 140: warning: comment on exported method CollisionShape2D.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 161: warning: comment on exported method CollisionShape2D.SetOneWayCollision should be of the form "SetOneWayCollision ..." (golint)
    • Line 182: warning: comment on exported method CollisionShape2D.SetShape should be of the form "SetShape ..." (golint)
    • godot-go/godot/confirmationdialog.gen.go
    • Line 25: warning: comment on exported type ConfirmationDialog should be of the form "ConfirmationDialog ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ConfirmationDialog.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ConfirmationDialog.GetCancel should be of the form "GetCancel ..." (golint)
    • godot-go/godot/graphnode.gen.go
    • Line 20: warning: exported const GraphNodeOverlayBreakpoint should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported method GraphNode.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method GraphNode.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 67: warning: comment on exported method GraphNode.ClearAllSlots should be of the form "ClearAllSlots ..." (golint)
    • Line 87: warning: comment on exported method GraphNode.ClearSlot should be of the form "ClearSlot ..." (golint)
    • Line 108: warning: comment on exported method GraphNode.GetConnectionInputColor should be of the form "GetConnectionInputColor ..." (golint)
    • Line 132: warning: comment on exported method GraphNode.GetConnectionInputCount should be of the form "GetConnectionInputCount ..." (golint)
    • Line 155: warning: comment on exported method GraphNode.GetConnectionInputPosition should be of the form "GetConnectionInputPosition ..." (golint)
    • Line 179: warning: comment on exported method GraphNode.GetConnectionInputType should be of the form "GetConnectionInputType ..." (golint)
    • Line 203: warning: comment on exported method GraphNode.GetConnectionOutputColor should be of the form "GetConnectionOutputColor ..." (golint)
    • Line 227: warning: comment on exported method GraphNode.GetConnectionOutputCount should be of the form "GetConnectionOutputCount ..." (golint)
    • Line 250: warning: comment on exported method GraphNode.GetConnectionOutputPosition should be of the form "GetConnectionOutputPosition ..." (golint)
    • Line 274: warning: comment on exported method GraphNode.GetConnectionOutputType should be of the form "GetConnectionOutputType ..." (golint)
    • Line 298: warning: comment on exported method GraphNode.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 321: warning: comment on exported method GraphNode.GetOverlay should be of the form "GetOverlay ..." (golint)
    • Line 344: warning: comment on exported method GraphNode.GetSlotColorLeft should be of the form "GetSlotColorLeft ..." (golint)
    • Line 368: warning: comment on exported method GraphNode.GetSlotColorRight should be of the form "GetSlotColorRight ..." (golint)
    • Line 392: warning: comment on exported method GraphNode.GetSlotTypeLeft should be of the form "GetSlotTypeLeft ..." (golint)
    • Line 416: warning: comment on exported method GraphNode.GetSlotTypeRight should be of the form "GetSlotTypeRight ..." (golint)
    • Line 440: warning: comment on exported method GraphNode.GetTitle should be of the form "GetTitle ..." (golint)
    • Line 463: warning: comment on exported method GraphNode.IsCloseButtonVisible should be of the form "IsCloseButtonVisible ..." (golint)
    • Line 486: warning: comment on exported method GraphNode.IsComment should be of the form "IsComment ..." (golint)
    • Line 509: warning: comment on exported method GraphNode.IsResizable should be of the form "IsResizable ..." (golint)
    • Line 532: warning: comment on exported method GraphNode.IsSelected should be of the form "IsSelected ..." (golint)
    • Line 555: warning: comment on exported method GraphNode.IsSlotEnabledLeft should be of the form "IsSlotEnabledLeft ..." (golint)
    • Line 579: warning: comment on exported method GraphNode.IsSlotEnabledRight should be of the form "IsSlotEnabledRight ..." (golint)
    • Line 603: warning: comment on exported method GraphNode.SetComment should be of the form "SetComment ..." (golint)
    • Line 624: warning: comment on exported method GraphNode.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 645: warning: comment on exported method GraphNode.SetOverlay should be of the form "SetOverlay ..." (golint)
    • Line 666: warning: comment on exported method GraphNode.SetResizable should be of the form "SetResizable ..." (golint)
    • Line 687: warning: comment on exported method GraphNode.SetSelected should be of the form "SetSelected ..." (golint)
    • Line 708: warning: comment on exported method GraphNode.SetShowCloseButton should be of the form "SetShowCloseButton ..." (golint)
    • Line 729: warning: comment on exported method GraphNode.SetSlot should be of the form "SetSlot ..." (golint)
    • Line 758: warning: comment on exported method GraphNode.SetTitle should be of the form "SetTitle ..." (golint)
    • godot-go/godot/networkedmultiplayerpeer.gen.go
    • Line 20: warning: exported const NetworkedMultiplayerPeerConnectionConnected should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const NetworkedMultiplayerPeerTransferModeReliable should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported type NetworkedMultiplayerPeer should be of the form "NetworkedMultiplayerPeer ..." (with optional leading article) (golint)
    • Line 51: warning: exported method NetworkedMultiplayerPeer.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method NetworkedMultiplayerPeer.GetConnectionStatus should be of the form "GetConnectionStatus ..." (golint)
    • Line 78: warning: comment on exported method NetworkedMultiplayerPeer.GetPacketPeer should be of the form "GetPacketPeer ..." (golint)
    • Line 101: warning: comment on exported method NetworkedMultiplayerPeer.GetTransferMode should be of the form "GetTransferMode ..." (golint)
    • Line 124: warning: comment on exported method NetworkedMultiplayerPeer.GetUniqueId should be of the form "GetUniqueId ..." (golint)
    • Line 147: warning: comment on exported method NetworkedMultiplayerPeer.IsRefusingNewConnections should be of the form "IsRefusingNewConnections ..." (golint)
    • Line 170: warning: comment on exported method NetworkedMultiplayerPeer.Poll should be of the form "Poll ..." (golint)
    • Line 190: warning: comment on exported method NetworkedMultiplayerPeer.SetRefuseNewConnections should be of the form "SetRefuseNewConnections ..." (golint)
    • Line 211: warning: comment on exported method NetworkedMultiplayerPeer.SetTargetPeer should be of the form "SetTargetPeer ..." (golint)
    • Line 232: warning: comment on exported method NetworkedMultiplayerPeer.SetTransferMode should be of the form "SetTransferMode ..." (golint)
    • godot-go/godot/visualscriptpreload.gen.go
    • Line 25: warning: comment on exported type VisualScriptPreload should be of the form "VisualScriptPreload ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptPreload.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptPreload.GetPreload should be of the form "GetPreload ..." (golint)
    • Line 74: warning: comment on exported method VisualScriptPreload.SetPreload should be of the form "SetPreload ..." (golint)
    • godot-go/godot/convexpolygonshape2d.gen.go
    • Line 25: warning: comment on exported type ConvexPolygonShape2D should be of the form "ConvexPolygonShape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ConvexPolygonShape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ConvexPolygonShape2D.GetPoints should be of the form "GetPoints ..." (golint)
    • Line 60: warning: comment on exported method ConvexPolygonShape2D.SetPointCloud should be of the form "SetPointCloud ..." (golint)
    • Line 81: warning: comment on exported method ConvexPolygonShape2D.SetPoints should be of the form "SetPoints ..." (golint)
    • godot-go/godot/cubemesh.gen.go
    • Line 25: warning: comment on exported type CubeMesh should be of the form "CubeMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CubeMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CubeMesh.GetSize should be of the form "GetSize ..." (golint)
    • Line 60: warning: comment on exported method CubeMesh.GetSubdivideDepth should be of the form "GetSubdivideDepth ..." (golint)
    • Line 83: warning: comment on exported method CubeMesh.GetSubdivideHeight should be of the form "GetSubdivideHeight ..." (golint)
    • Line 106: warning: comment on exported method CubeMesh.GetSubdivideWidth should be of the form "GetSubdivideWidth ..." (golint)
    • Line 129: warning: comment on exported method CubeMesh.SetSize should be of the form "SetSize ..." (golint)
    • Line 150: warning: comment on exported method CubeMesh.SetSubdivideDepth should be of the form "SetSubdivideDepth ..." (golint)
    • Line 171: warning: comment on exported method CubeMesh.SetSubdivideHeight should be of the form "SetSubdivideHeight ..." (golint)
    • Line 192: warning: comment on exported method CubeMesh.SetSubdivideWidth should be of the form "SetSubdivideWidth ..." (golint)
    • godot-go/godot/environment.gen.go
    • Line 20: warning: exported const EnvironmentBgCanvas should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported const EnvironmentDofBlurQualityHigh should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported const EnvironmentGlowBlendModeAdditive should have comment (or a comment on this block) or be unexported (golint)
    • Line 52: warning: exported const EnvironmentSsaoBlur1X1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 62: warning: exported const EnvironmentSsaoQualityHigh should have comment (or a comment on this block) or be unexported (golint)
    • Line 71: warning: exported const EnvironmentToneMapperAces should have comment (or a comment on this block) or be unexported (golint)
    • Line 86: warning: comment on exported type Environment should be of the form "Environment ..." (with optional leading article) (golint)
    • Line 94: warning: exported method Environment.BaseClass should have comment or be unexported (golint)
    • Line 98: warning: comment on exported method Environment.GetAdjustmentBrightness should be of the form "GetAdjustmentBrightness ..." (golint)
    • Line 121: warning: comment on exported method Environment.GetAdjustmentColorCorrection should be of the form "GetAdjustmentColorCorrection ..." (golint)
    • Line 158: warning: comment on exported method Environment.GetAdjustmentContrast should be of the form "GetAdjustmentContrast ..." (golint)
    • Line 181: warning: comment on exported method Environment.GetAdjustmentSaturation should be of the form "GetAdjustmentSaturation ..." (golint)
    • Line 204: warning: comment on exported method Environment.GetAmbientLightColor should be of the form "GetAmbientLightColor ..." (golint)
    • Line 227: warning: comment on exported method Environment.GetAmbientLightEnergy should be of the form "GetAmbientLightEnergy ..." (golint)
    • Line 250: warning: comment on exported method Environment.GetAmbientLightSkyContribution should be of the form "GetAmbientLightSkyContribution ..." (golint)
    • Line 273: warning: comment on exported method Environment.GetBackground should be of the form "GetBackground ..." (golint)
    • Line 296: warning: comment on exported method Environment.GetBgColor should be of the form "GetBgColor ..." (golint)
    • Line 319: warning: comment on exported method Environment.GetBgEnergy should be of the form "GetBgEnergy ..." (golint)
    • Line 342: warning: comment on exported method Environment.GetCanvasMaxLayer should be of the form "GetCanvasMaxLayer ..." (golint)
    • Line 365: warning: comment on exported method Environment.GetDofBlurFarAmount should be of the form "GetDofBlurFarAmount ..." (golint)
    • Line 388: warning: comment on exported method Environment.GetDofBlurFarDistance should be of the form "GetDofBlurFarDistance ..." (golint)
    • Line 411: warning: comment on exported method Environment.GetDofBlurFarQuality should be of the form "GetDofBlurFarQuality ..." (golint)
    • Line 434: warning: comment on exported method Environment.GetDofBlurFarTransition should be of the form "GetDofBlurFarTransition ..." (golint)
    • Line 457: warning: comment on exported method Environment.GetDofBlurNearAmount should be of the form "GetDofBlurNearAmount ..." (golint)
    • Line 480: warning: comment on exported method Environment.GetDofBlurNearDistance should be of the form "GetDofBlurNearDistance ..." (golint)
    • Line 503: warning: comment on exported method Environment.GetDofBlurNearQuality should be of the form "GetDofBlurNearQuality ..." (golint)
    • Line 526: warning: comment on exported method Environment.GetDofBlurNearTransition should be of the form "GetDofBlurNearTransition ..." (golint)
    • Line 549: warning: comment on exported method Environment.GetFogColor should be of the form "GetFogColor ..." (golint)
    • Line 572: warning: comment on exported method Environment.GetFogDepthBegin should be of the form "GetFogDepthBegin ..." (golint)
    • Line 595: warning: comment on exported method Environment.GetFogDepthCurve should be of the form "GetFogDepthCurve ..." (golint)
    • Line 618: warning: comment on exported method Environment.GetFogHeightCurve should be of the form "GetFogHeightCurve ..." (golint)
    • Line 641: warning: comment on exported method Environment.GetFogHeightMax should be of the form "GetFogHeightMax ..." (golint)
    • Line 664: warning: comment on exported method Environment.GetFogHeightMin should be of the form "GetFogHeightMin ..." (golint)
    • Line 687: warning: comment on exported method Environment.GetFogSunAmount should be of the form "GetFogSunAmount ..." (golint)
    • Line 710: warning: comment on exported method Environment.GetFogSunColor should be of the form "GetFogSunColor ..." (golint)
    • Line 733: warning: comment on exported method Environment.GetFogTransmitCurve should be of the form "GetFogTransmitCurve ..." (golint)
    • Line 756: warning: comment on exported method Environment.GetGlowBlendMode should be of the form "GetGlowBlendMode ..." (golint)
    • Line 779: warning: comment on exported method Environment.GetGlowBloom should be of the form "GetGlowBloom ..." (golint)
    • Line 802: warning: comment on exported method Environment.GetGlowHdrBleedScale should be of the form "GetGlowHdrBleedScale ..." (golint)
    • Line 825: warning: comment on exported method Environment.GetGlowHdrBleedThreshold should be of the form "GetGlowHdrBleedThreshold ..." (golint)
    • Line 848: warning: comment on exported method Environment.GetGlowIntensity should be of the form "GetGlowIntensity ..." (golint)
    • Line 871: warning: comment on exported method Environment.GetGlowStrength should be of the form "GetGlowStrength ..." (golint)
    • Line 894: warning: comment on exported method Environment.GetSky should be of the form "GetSky ..." (golint)
    • Line 931: warning: comment on exported method Environment.GetSkyCustomFov should be of the form "GetSkyCustomFov ..." (golint)
    • Line 954: warning: comment on exported method Environment.GetSsaoBias should be of the form "GetSsaoBias ..." (golint)
    • Line 977: warning: comment on exported method Environment.GetSsaoBlur should be of the form "GetSsaoBlur ..." (golint)
    • Line 1000: warning: comment on exported method Environment.GetSsaoColor should be of the form "GetSsaoColor ..." (golint)
    • Line 1023: warning: comment on exported method Environment.GetSsaoDirectLightAffect should be of the form "GetSsaoDirectLightAffect ..." (golint)
    • Line 1046: warning: comment on exported method Environment.GetSsaoEdgeSharpness should be of the form "GetSsaoEdgeSharpness ..." (golint)
    • Line 1069: warning: comment on exported method Environment.GetSsaoIntensity should be of the form "GetSsaoIntensity ..." (golint)
    • Line 1092: warning: comment on exported method Environment.GetSsaoIntensity2 should be of the form "GetSsaoIntensity2 ..." (golint)
    • Line 1115: warning: comment on exported method Environment.GetSsaoQuality should be of the form "GetSsaoQuality ..." (golint)
    • Line 1138: warning: comment on exported method Environment.GetSsaoRadius should be of the form "GetSsaoRadius ..." (golint)
    • Line 1161: warning: comment on exported method Environment.GetSsaoRadius2 should be of the form "GetSsaoRadius2 ..." (golint)
    • Line 1184: warning: comment on exported method Environment.GetSsrDepthTolerance should be of the form "GetSsrDepthTolerance ..." (golint)
    • Line 1207: warning: comment on exported method Environment.GetSsrFadeIn should be of the form "GetSsrFadeIn ..." (golint)
    • Line 1230: warning: comment on exported method Environment.GetSsrFadeOut should be of the form "GetSsrFadeOut ..." (golint)
    • Line 1253: warning: comment on exported method Environment.GetSsrMaxSteps should be of the form "GetSsrMaxSteps ..." (golint)
    • Line 1276: warning: comment on exported method Environment.GetTonemapAutoExposure should be of the form "GetTonemapAutoExposure ..." (golint)
    • Line 1299: warning: comment on exported method Environment.GetTonemapAutoExposureGrey should be of the form "GetTonemapAutoExposureGrey ..." (golint)
    • Line 1322: warning: comment on exported method Environment.GetTonemapAutoExposureMax should be of the form "GetTonemapAutoExposureMax ..." (golint)
    • Line 1345: warning: comment on exported method Environment.GetTonemapAutoExposureMin should be of the form "GetTonemapAutoExposureMin ..." (golint)
    • Line 1368: warning: comment on exported method Environment.GetTonemapAutoExposureSpeed should be of the form "GetTonemapAutoExposureSpeed ..." (golint)
    • Line 1391: warning: comment on exported method Environment.GetTonemapExposure should be of the form "GetTonemapExposure ..." (golint)
    • Line 1414: warning: comment on exported method Environment.GetTonemapWhite should be of the form "GetTonemapWhite ..." (golint)
    • Line 1437: warning: comment on exported method Environment.GetTonemapper should be of the form "GetTonemapper ..." (golint)
    • Line 1460: warning: comment on exported method Environment.IsAdjustmentEnabled should be of the form "IsAdjustmentEnabled ..." (golint)
    • Line 1483: warning: comment on exported method Environment.IsDofBlurFarEnabled should be of the form "IsDofBlurFarEnabled ..." (golint)
    • Line 1506: warning: comment on exported method Environment.IsDofBlurNearEnabled should be of the form "IsDofBlurNearEnabled ..." (golint)
    • Line 1529: warning: comment on exported method Environment.IsFogDepthEnabled should be of the form "IsFogDepthEnabled ..." (golint)
    • Line 1552: warning: comment on exported method Environment.IsFogEnabled should be of the form "IsFogEnabled ..." (golint)
    • Line 1575: warning: comment on exported method Environment.IsFogHeightEnabled should be of the form "IsFogHeightEnabled ..." (golint)
    • Line 1598: warning: comment on exported method Environment.IsFogTransmitEnabled should be of the form "IsFogTransmitEnabled ..." (golint)
    • Line 1621: warning: comment on exported method Environment.IsGlowBicubicUpscaleEnabled should be of the form "IsGlowBicubicUpscaleEnabled ..." (golint)
    • Line 1644: warning: comment on exported method Environment.IsGlowEnabled should be of the form "IsGlowEnabled ..." (golint)
    • Line 1667: warning: comment on exported method Environment.IsGlowLevelEnabled should be of the form "IsGlowLevelEnabled ..." (golint)
    • Line 1691: warning: comment on exported method Environment.IsSsaoEnabled should be of the form "IsSsaoEnabled ..." (golint)
    • Line 1714: warning: comment on exported method Environment.IsSsrEnabled should be of the form "IsSsrEnabled ..." (golint)
    • Line 1737: warning: comment on exported method Environment.IsSsrRough should be of the form "IsSsrRough ..." (golint)
    • Line 1760: warning: comment on exported method Environment.SetAdjustmentBrightness should be of the form "SetAdjustmentBrightness ..." (golint)
    • Line 1781: warning: comment on exported method Environment.SetAdjustmentColorCorrection should be of the form "SetAdjustmentColorCorrection ..." (golint)
    • Line 1802: warning: comment on exported method Environment.SetAdjustmentContrast should be of the form "SetAdjustmentContrast ..." (golint)
    • Line 1823: warning: comment on exported method Environment.SetAdjustmentEnable should be of the form "SetAdjustmentEnable ..." (golint)
    • Line 1844: warning: comment on exported method Environment.SetAdjustmentSaturation should be of the form "SetAdjustmentSaturation ..." (golint)
    • Line 1865: warning: comment on exported method Environment.SetAmbientLightColor should be of the form "SetAmbientLightColor ..." (golint)
    • Line 1886: warning: comment on exported method Environment.SetAmbientLightEnergy should be of the form "SetAmbientLightEnergy ..." (golint)
    • Line 1907: warning: comment on exported method Environment.SetAmbientLightSkyContribution should be of the form "SetAmbientLightSkyContribution ..." (golint)
    • Line 1928: warning: comment on exported method Environment.SetBackground should be of the form "SetBackground ..." (golint)
    • Line 1949: warning: comment on exported method Environment.SetBgColor should be of the form "SetBgColor ..." (golint)
    • Line 1970: warning: comment on exported method Environment.SetBgEnergy should be of the form "SetBgEnergy ..." (golint)
    • Line 1991: warning: comment on exported method Environment.SetCanvasMaxLayer should be of the form "SetCanvasMaxLayer ..." (golint)
    • Line 2012: warning: comment on exported method Environment.SetDofBlurFarAmount should be of the form "SetDofBlurFarAmount ..." (golint)
    • Line 2033: warning: comment on exported method Environment.SetDofBlurFarDistance should be of the form "SetDofBlurFarDistance ..." (golint)
    • Line 2054: warning: comment on exported method Environment.SetDofBlurFarEnabled should be of the form "SetDofBlurFarEnabled ..." (golint)
    • Line 2075: warning: comment on exported method Environment.SetDofBlurFarQuality should be of the form "SetDofBlurFarQuality ..." (golint)
    • Line 2096: warning: comment on exported method Environment.SetDofBlurFarTransition should be of the form "SetDofBlurFarTransition ..." (golint)
    • Line 2117: warning: comment on exported method Environment.SetDofBlurNearAmount should be of the form "SetDofBlurNearAmount ..." (golint)
    • Line 2138: warning: comment on exported method Environment.SetDofBlurNearDistance should be of the form "SetDofBlurNearDistance ..." (golint)
    • Line 2159: warning: comment on exported method Environment.SetDofBlurNearEnabled should be of the form "SetDofBlurNearEnabled ..." (golint)
    • Line 2180: warning: comment on exported method Environment.SetDofBlurNearQuality should be of the form "SetDofBlurNearQuality ..." (golint)
    • Line 2201: warning: comment on exported method Environment.SetDofBlurNearTransition should be of the form "SetDofBlurNearTransition ..." (golint)
    • Line 2222: warning: comment on exported method Environment.SetFogColor should be of the form "SetFogColor ..." (golint)
    • Line 2243: warning: comment on exported method Environment.SetFogDepthBegin should be of the form "SetFogDepthBegin ..." (golint)
    • Line 2264: warning: comment on exported method Environment.SetFogDepthCurve should be of the form "SetFogDepthCurve ..." (golint)
    • Line 2285: warning: comment on exported method Environment.SetFogDepthEnabled should be of the form "SetFogDepthEnabled ..." (golint)
    • Line 2306: warning: comment on exported method Environment.SetFogEnabled should be of the form "SetFogEnabled ..." (golint)
    • Line 2327: warning: comment on exported method Environment.SetFogHeightCurve should be of the form "SetFogHeightCurve ..." (golint)
    • Line 2348: warning: comment on exported method Environment.SetFogHeightEnabled should be of the form "SetFogHeightEnabled ..." (golint)
    • Line 2369: warning: comment on exported method Environment.SetFogHeightMax should be of the form "SetFogHeightMax ..." (golint)
    • Line 2390: warning: comment on exported method Environment.SetFogHeightMin should be of the form "SetFogHeightMin ..." (golint)
    • Line 2411: warning: comment on exported method Environment.SetFogSunAmount should be of the form "SetFogSunAmount ..." (golint)
    • Line 2432: warning: comment on exported method Environment.SetFogSunColor should be of the form "SetFogSunColor ..." (golint)
    • Line 2453: warning: comment on exported method Environment.SetFogTransmitCurve should be of the form "SetFogTransmitCurve ..." (golint)
    • Line 2474: warning: comment on exported method Environment.SetFogTransmitEnabled should be of the form "SetFogTransmitEnabled ..." (golint)
    • Line 2495: warning: comment on exported method Environment.SetGlowBicubicUpscale should be of the form "SetGlowBicubicUpscale ..." (golint)
    • Line 2516: warning: comment on exported method Environment.SetGlowBlendMode should be of the form "SetGlowBlendMode ..." (golint)
    • Line 2537: warning: comment on exported method Environment.SetGlowBloom should be of the form "SetGlowBloom ..." (golint)
    • Line 2558: warning: comment on exported method Environment.SetGlowEnabled should be of the form "SetGlowEnabled ..." (golint)
    • Line 2579: warning: comment on exported method Environment.SetGlowHdrBleedScale should be of the form "SetGlowHdrBleedScale ..." (golint)
    • Line 2600: warning: comment on exported method Environment.SetGlowHdrBleedThreshold should be of the form "SetGlowHdrBleedThreshold ..." (golint)
    • Line 2621: warning: comment on exported method Environment.SetGlowIntensity should be of the form "SetGlowIntensity ..." (golint)
    • Line 2642: warning: comment on exported method Environment.SetGlowLevel should be of the form "SetGlowLevel ..." (golint)
    • Line 2664: warning: comment on exported method Environment.SetGlowStrength should be of the form "SetGlowStrength ..." (golint)
    • Line 2685: warning: comment on exported method Environment.SetSky should be of the form "SetSky ..." (golint)
    • Line 2706: warning: comment on exported method Environment.SetSkyCustomFov should be of the form "SetSkyCustomFov ..." (golint)
    • Line 2727: warning: comment on exported method Environment.SetSsaoBias should be of the form "SetSsaoBias ..." (golint)
    • Line 2748: warning: comment on exported method Environment.SetSsaoBlur should be of the form "SetSsaoBlur ..." (golint)
    • Line 2769: warning: comment on exported method Environment.SetSsaoColor should be of the form "SetSsaoColor ..." (golint)
    • Line 2790: warning: comment on exported method Environment.SetSsaoDirectLightAffect should be of the form "SetSsaoDirectLightAffect ..." (golint)
    • Line 2811: warning: comment on exported method Environment.SetSsaoEdgeSharpness should be of the form "SetSsaoEdgeSharpness ..." (golint)
    • Line 2832: warning: comment on exported method Environment.SetSsaoEnabled should be of the form "SetSsaoEnabled ..." (golint)
    • Line 2853: warning: comment on exported method Environment.SetSsaoIntensity should be of the form "SetSsaoIntensity ..." (golint)
    • Line 2874: warning: comment on exported method Environment.SetSsaoIntensity2 should be of the form "SetSsaoIntensity2 ..." (golint)
    • Line 2895: warning: comment on exported method Environment.SetSsaoQuality should be of the form "SetSsaoQuality ..." (golint)
    • Line 2916: warning: comment on exported method Environment.SetSsaoRadius should be of the form "SetSsaoRadius ..." (golint)
    • Line 2937: warning: comment on exported method Environment.SetSsaoRadius2 should be of the form "SetSsaoRadius2 ..." (golint)
    • Line 2958: warning: comment on exported method Environment.SetSsrDepthTolerance should be of the form "SetSsrDepthTolerance ..." (golint)
    • Line 2979: warning: comment on exported method Environment.SetSsrEnabled should be of the form "SetSsrEnabled ..." (golint)
    • Line 3000: warning: comment on exported method Environment.SetSsrFadeIn should be of the form "SetSsrFadeIn ..." (golint)
    • Line 3021: warning: comment on exported method Environment.SetSsrFadeOut should be of the form "SetSsrFadeOut ..." (golint)
    • Line 3042: warning: comment on exported method Environment.SetSsrMaxSteps should be of the form "SetSsrMaxSteps ..." (golint)
    • Line 3063: warning: comment on exported method Environment.SetSsrRough should be of the form "SetSsrRough ..." (golint)
    • Line 3084: warning: comment on exported method Environment.SetTonemapAutoExposure should be of the form "SetTonemapAutoExposure ..." (golint)
    • Line 3105: warning: comment on exported method Environment.SetTonemapAutoExposureGrey should be of the form "SetTonemapAutoExposureGrey ..." (golint)
    • Line 3126: warning: comment on exported method Environment.SetTonemapAutoExposureMax should be of the form "SetTonemapAutoExposureMax ..." (golint)
    • Line 3147: warning: comment on exported method Environment.SetTonemapAutoExposureMin should be of the form "SetTonemapAutoExposureMin ..." (golint)
    • Line 3168: warning: comment on exported method Environment.SetTonemapAutoExposureSpeed should be of the form "SetTonemapAutoExposureSpeed ..." (golint)
    • Line 3189: warning: comment on exported method Environment.SetTonemapExposure should be of the form "SetTonemapExposure ..." (golint)
    • Line 3210: warning: comment on exported method Environment.SetTonemapWhite should be of the form "SetTonemapWhite ..." (golint)
    • Line 3231: warning: comment on exported method Environment.SetTonemapper should be of the form "SetTonemapper ..." (golint)
    • godot-go/godot/inputeventmouse.gen.go
    • Line 25: warning: comment on exported type InputEventMouse should be of the form "InputEventMouse ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventMouse.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventMouse.GetButtonMask should be of the form "GetButtonMask ..." (golint)
    • Line 60: warning: comment on exported method InputEventMouse.GetGlobalPosition should be of the form "GetGlobalPosition ..." (golint)
    • Line 83: warning: comment on exported method InputEventMouse.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 106: warning: comment on exported method InputEventMouse.SetButtonMask should be of the form "SetButtonMask ..." (golint)
    • Line 127: warning: comment on exported method InputEventMouse.SetGlobalPosition should be of the form "SetGlobalPosition ..." (golint)
    • Line 148: warning: comment on exported method InputEventMouse.SetPosition should be of the form "SetPosition ..." (golint)
    • godot-go/godot/texture.gen.go
    • Line 20: warning: exported const TextureFlagsDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: comment on exported type Texture should be of the form "Texture ..." (with optional leading article) (golint)
    • Line 47: warning: exported method Texture.BaseClass should have comment or be unexported (golint)
    • Line 51: warning: comment on exported method Texture.Draw should be of the form "Draw ..." (golint)
    • Line 76: warning: comment on exported method Texture.DrawRect should be of the form "DrawRect ..." (golint)
    • Line 102: warning: comment on exported method Texture.DrawRectRegion should be of the form "DrawRectRegion ..." (golint)
    • Line 129: warning: comment on exported method Texture.GetData should be of the form "GetData ..." (golint)
    • Line 166: warning: comment on exported method Texture.GetFlags should be of the form "GetFlags ..." (golint)
    • Line 189: warning: comment on exported method Texture.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 212: warning: comment on exported method Texture.GetSize should be of the form "GetSize ..." (golint)
    • Line 235: warning: comment on exported method Texture.GetWidth should be of the form "GetWidth ..." (golint)
    • Line 258: warning: comment on exported method Texture.HasAlpha should be of the form "HasAlpha ..." (golint)
    • Line 281: warning: comment on exported method Texture.SetFlags should be of the form "SetFlags ..." (golint)
    • godot-go/godot/physics2dserver.gen.go
    • Line 20: warning: exported const Physics2DServerAreaBodyAdded should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const Physics2DServerAreaParamAngularDamp should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported const Physics2DServerAreaSpaceOverrideCombine should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported const Physics2DServerBodyModeCharacter should have comment (or a comment on this block) or be unexported (golint)
    • Line 63: warning: exported const Physics2DServerBodyParamAngularDamp should have comment (or a comment on this block) or be unexported (golint)
    • Line 77: warning: exported const Physics2DServerBodyStateAngularVelocity should have comment (or a comment on this block) or be unexported (golint)
    • Line 88: warning: exported const Physics2DServerCcdModeCastRay should have comment (or a comment on this block) or be unexported (golint)
    • Line 97: warning: exported const Physics2DServerDampedStringDamping should have comment (or a comment on this block) or be unexported (golint)
    • Line 106: warning: exported const Physics2DServerJointParamBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 115: warning: exported const Physics2DServerJointDampedSpring should have comment (or a comment on this block) or be unexported (golint)
    • Line 124: warning: exported const Physics2DServerInfoActiveObjects should have comment (or a comment on this block) or be unexported (golint)
    • Line 133: warning: exported const Physics2DServerShapeCapsule should have comment (or a comment on this block) or be unexported (golint)
    • Line 148: warning: exported const Physics2DServerSpaceParamBodyAngularVelocitySleepThreshold should have comment (or a comment on this block) or be unexported (golint)
    • Line 170: warning: comment on exported var Physics2DServer should be of the form "Physics2DServer ..." (golint)
    • godot-go/godot/timer.gen.go
    • Line 20: warning: exported const TimerTimerProcessIdle should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type Timer should be of the form "Timer ..." (with optional leading article) (golint)
    • Line 41: warning: exported method Timer.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method Timer.GetTimeLeft should be of the form "GetTimeLeft ..." (golint)
    • Line 68: warning: comment on exported method Timer.GetTimerProcessMode should be of the form "GetTimerProcessMode ..." (golint)
    • Line 91: warning: comment on exported method Timer.GetWaitTime should be of the form "GetWaitTime ..." (golint)
    • Line 114: warning: comment on exported method Timer.HasAutostart should be of the form "HasAutostart ..." (golint)
    • Line 137: warning: comment on exported method Timer.IsOneShot should be of the form "IsOneShot ..." (golint)
    • Line 160: warning: comment on exported method Timer.IsPaused should be of the form "IsPaused ..." (golint)
    • Line 183: warning: comment on exported method Timer.IsStopped should be of the form "IsStopped ..." (golint)
    • Line 206: warning: comment on exported method Timer.SetAutostart should be of the form "SetAutostart ..." (golint)
    • Line 227: warning: comment on exported method Timer.SetOneShot should be of the form "SetOneShot ..." (golint)
    • Line 248: warning: comment on exported method Timer.SetPaused should be of the form "SetPaused ..." (golint)
    • Line 269: warning: comment on exported method Timer.SetTimerProcessMode should be of the form "SetTimerProcessMode ..." (golint)
    • Line 290: warning: comment on exported method Timer.SetWaitTime should be of the form "SetWaitTime ..." (golint)
    • Line 311: warning: comment on exported method Timer.Start should be of the form "Start ..." (golint)
    • Line 331: warning: comment on exported method Timer.Stop should be of the form "Stop ..." (golint)
    • godot-go/examples/godot/DodgeTheCreeps/src/main.go
    • Line 51: warning: don't use underscores in Go names; method X_Ready should be XReady (golint)
    • Line 87: warning: exported method Main.GameOver should have comment or be unexported (golint)
    • Line 93: warning: exported method Main.NewGame should have comment or be unexported (golint)
    • Line 100: warning: exported method Main.X_OnStartTimerTimeout should have comment or be unexported (golint)
    • Line 100: warning: don't use underscores in Go names; method X_OnStartTimerTimeout should be XOnStartTimerTimeout (golint)
    • Line 106: warning: exported method Main.X_OnScoreTimerTimeout should have comment or be unexported (golint)
    • Line 106: warning: don't use underscores in Go names; method X_OnScoreTimerTimeout should be XOnScoreTimerTimeout (golint)
    • Line 111: warning: exported method Main.X_OnMobTimerTimeout should have comment or be unexported (golint)
    • Line 111: warning: don't use underscores in Go names; method X_OnMobTimerTimeout should be XOnMobTimerTimeout (golint)
    • godot-go/godot/camera.gen.go
    • Line 20: warning: exported const CameraDopplerTrackingDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const CameraKeepHeight should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported const CameraProjectionOrthogonal should have comment (or a comment on this block) or be unexported (golint)
    • Line 58: warning: exported method Camera.BaseClass should have comment or be unexported (golint)
    • Line 62: warning: comment on exported method Camera.ClearCurrent should be of the form "ClearCurrent ..." (golint)
    • Line 82: warning: comment on exported method Camera.GetCameraTransform should be of the form "GetCameraTransform ..." (golint)
    • Line 105: warning: comment on exported method Camera.GetCullMask should be of the form "GetCullMask ..." (golint)
    • Line 128: warning: comment on exported method Camera.GetDopplerTracking should be of the form "GetDopplerTracking ..." (golint)
    • Line 151: warning: comment on exported method Camera.GetEnvironment should be of the form "GetEnvironment ..." (golint)
    • Line 188: warning: comment on exported method Camera.GetFov should be of the form "GetFov ..." (golint)
    • Line 211: warning: comment on exported method Camera.GetHOffset should be of the form "GetHOffset ..." (golint)
    • Line 234: warning: comment on exported method Camera.GetKeepAspectMode should be of the form "GetKeepAspectMode ..." (golint)
    • Line 257: warning: comment on exported method Camera.GetProjection should be of the form "GetProjection ..." (golint)
    • Line 280: warning: comment on exported method Camera.GetSize should be of the form "GetSize ..." (golint)
    • Line 303: warning: comment on exported method Camera.GetVOffset should be of the form "GetVOffset ..." (golint)
    • Line 326: warning: comment on exported method Camera.GetZfar should be of the form "GetZfar ..." (golint)
    • Line 349: warning: comment on exported method Camera.GetZnear should be of the form "GetZnear ..." (golint)
    • Line 372: warning: comment on exported method Camera.IsCurrent should be of the form "IsCurrent ..." (golint)
    • Line 395: warning: comment on exported method Camera.IsPositionBehind should be of the form "IsPositionBehind ..." (golint)
    • Line 419: warning: comment on exported method Camera.MakeCurrent should be of the form "MakeCurrent ..." (golint)
    • Line 439: warning: comment on exported method Camera.ProjectLocalRayNormal should be of the form "ProjectLocalRayNormal ..." (golint)
    • Line 463: warning: comment on exported method Camera.ProjectPosition should be of the form "ProjectPosition ..." (golint)
    • Line 487: warning: comment on exported method Camera.ProjectRayNormal should be of the form "ProjectRayNormal ..." (golint)
    • Line 511: warning: comment on exported method Camera.ProjectRayOrigin should be of the form "ProjectRayOrigin ..." (golint)
    • Line 535: warning: comment on exported method Camera.SetCullMask should be of the form "SetCullMask ..." (golint)
    • Line 556: warning: comment on exported method Camera.SetCurrent should be of the form "SetCurrent ..." (golint)
    • Line 577: warning: comment on exported method Camera.SetDopplerTracking should be of the form "SetDopplerTracking ..." (golint)
    • Line 598: warning: comment on exported method Camera.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 619: warning: comment on exported method Camera.SetFov should be of the form "SetFov ..." (golint)
    • Line 640: warning: comment on exported method Camera.SetHOffset should be of the form "SetHOffset ..." (golint)
    • Line 661: warning: comment on exported method Camera.SetKeepAspectMode should be of the form "SetKeepAspectMode ..." (golint)
    • Line 682: warning: comment on exported method Camera.SetOrthogonal should be of the form "SetOrthogonal ..." (golint)
    • Line 705: warning: comment on exported method Camera.SetPerspective should be of the form "SetPerspective ..." (golint)
    • Line 728: warning: comment on exported method Camera.SetProjection should be of the form "SetProjection ..." (golint)
    • Line 749: warning: comment on exported method Camera.SetSize should be of the form "SetSize ..." (golint)
    • Line 770: warning: comment on exported method Camera.SetVOffset should be of the form "SetVOffset ..." (golint)
    • Line 791: warning: comment on exported method Camera.SetZfar should be of the form "SetZfar ..." (golint)
    • Line 812: warning: comment on exported method Camera.SetZnear should be of the form "SetZnear ..." (golint)
    • Line 833: warning: comment on exported method Camera.UnprojectPosition should be of the form "UnprojectPosition ..." (golint)
    • godot-go/godot/weakref.gen.go
    • Line 25: warning: comment on exported type WeakRef should be of the form "WeakRef ..." (with optional leading article) (golint)
    • Line 33: warning: exported method WeakRef.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method WeakRef.GetRef should be of the form "GetRef ..." (golint)
    • godot-go/godot/dampedspringjoint2d.gen.go
    • Line 25: warning: comment on exported type DampedSpringJoint2D should be of the form "DampedSpringJoint2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method DampedSpringJoint2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method DampedSpringJoint2D.GetDamping should be of the form "GetDamping ..." (golint)
    • Line 60: warning: comment on exported method DampedSpringJoint2D.GetLength should be of the form "GetLength ..." (golint)
    • Line 83: warning: comment on exported method DampedSpringJoint2D.GetRestLength should be of the form "GetRestLength ..." (golint)
    • Line 106: warning: comment on exported method DampedSpringJoint2D.GetStiffness should be of the form "GetStiffness ..." (golint)
    • Line 129: warning: comment on exported method DampedSpringJoint2D.SetDamping should be of the form "SetDamping ..." (golint)
    • Line 150: warning: comment on exported method DampedSpringJoint2D.SetLength should be of the form "SetLength ..." (golint)
    • Line 171: warning: comment on exported method DampedSpringJoint2D.SetRestLength should be of the form "SetRestLength ..." (golint)
    • Line 192: warning: comment on exported method DampedSpringJoint2D.SetStiffness should be of the form "SetStiffness ..." (golint)
    • godot-go/godot/dynamicfont.gen.go
    • Line 20: warning: exported const DynamicFontSpacingBottom should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported method DynamicFont.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method DynamicFont.AddFallback should be of the form "AddFallback ..." (golint)
    • Line 68: warning: comment on exported method DynamicFont.GetFallback should be of the form "GetFallback ..." (golint)
    • Line 106: warning: comment on exported method DynamicFont.GetFallbackCount should be of the form "GetFallbackCount ..." (golint)
    • Line 129: warning: comment on exported method DynamicFont.GetFontData should be of the form "GetFontData ..." (golint)
    • Line 166: warning: comment on exported method DynamicFont.GetSize should be of the form "GetSize ..." (golint)
    • Line 189: warning: comment on exported method DynamicFont.GetSpacing should be of the form "GetSpacing ..." (golint)
    • Line 213: warning: comment on exported method DynamicFont.GetUseFilter should be of the form "GetUseFilter ..." (golint)
    • Line 236: warning: comment on exported method DynamicFont.GetUseMipmaps should be of the form "GetUseMipmaps ..." (golint)
    • Line 259: warning: comment on exported method DynamicFont.RemoveFallback should be of the form "RemoveFallback ..." (golint)
    • Line 280: warning: comment on exported method DynamicFont.SetFallback should be of the form "SetFallback ..." (golint)
    • Line 302: warning: comment on exported method DynamicFont.SetFontData should be of the form "SetFontData ..." (golint)
    • Line 323: warning: comment on exported method DynamicFont.SetSize should be of the form "SetSize ..." (golint)
    • Line 344: warning: comment on exported method DynamicFont.SetSpacing should be of the form "SetSpacing ..." (golint)
    • Line 366: warning: comment on exported method DynamicFont.SetUseFilter should be of the form "SetUseFilter ..." (golint)
    • Line 387: warning: comment on exported method DynamicFont.SetUseMipmaps should be of the form "SetUseMipmaps ..." (golint)
    • godot-go/godot/hingejoint.gen.go
    • Line 20: warning: exported const HingeJointFlagEnableMotor should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const HingeJointParamBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: comment on exported type HingeJoint should be of the form "HingeJoint ..." (with optional leading article) (golint)
    • Line 57: warning: exported method HingeJoint.BaseClass should have comment or be unexported (golint)
    • Line 61: warning: comment on exported method HingeJoint.X_GetLowerLimit should be of the form "X_GetLowerLimit ..." (golint)
    • Line 65: warning: don't use underscores in Go names; method X_GetLowerLimit should be XGetLowerLimit (golint)
    • Line 84: warning: comment on exported method HingeJoint.X_GetUpperLimit should be of the form "X_GetUpperLimit ..." (golint)
    • Line 88: warning: don't use underscores in Go names; method X_GetUpperLimit should be XGetUpperLimit (golint)
    • Line 107: warning: comment on exported method HingeJoint.X_SetLowerLimit should be of the form "X_SetLowerLimit ..." (golint)
    • Line 111: warning: don't use underscores in Go names; method X_SetLowerLimit should be XSetLowerLimit (golint)
    • Line 128: warning: comment on exported method HingeJoint.X_SetUpperLimit should be of the form "X_SetUpperLimit ..." (golint)
    • Line 132: warning: don't use underscores in Go names; method X_SetUpperLimit should be XSetUpperLimit (golint)
    • Line 149: warning: comment on exported method HingeJoint.GetFlag should be of the form "GetFlag ..." (golint)
    • Line 173: warning: comment on exported method HingeJoint.GetParam should be of the form "GetParam ..." (golint)
    • Line 197: warning: comment on exported method HingeJoint.SetFlag should be of the form "SetFlag ..." (golint)
    • Line 219: warning: comment on exported method HingeJoint.SetParam should be of the form "SetParam ..." (golint)
    • godot-go/godot/visualscriptsequence.gen.go
    • Line 25: warning: comment on exported type VisualScriptSequence should be of the form "VisualScriptSequence ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptSequence.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptSequence.GetSteps should be of the form "GetSteps ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptSequence.SetSteps should be of the form "SetSteps ..." (golint)
    • godot-go/godot/arvrinterfacegdnative.gen.go
    • Line 25: warning: comment on exported type ARVRInterfaceGDNative should be of the form "ARVRInterfaceGDNative ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ARVRInterfaceGDNative.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/font.gen.go
    • Line 33: warning: exported method Font.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Font.Draw should be of the form "Draw ..." (golint)
    • Line 62: warning: comment on exported method Font.DrawChar should be of the form "DrawChar ..." (golint)
    • Line 90: warning: comment on exported method Font.GetAscent should be of the form "GetAscent ..." (golint)
    • Line 113: warning: comment on exported method Font.GetDescent should be of the form "GetDescent ..." (golint)
    • Line 136: warning: comment on exported method Font.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 159: warning: comment on exported method Font.GetStringSize should be of the form "GetStringSize ..." (golint)
    • Line 183: warning: comment on exported method Font.IsDistanceFieldHint should be of the form "IsDistanceFieldHint ..." (golint)
    • Line 206: warning: comment on exported method Font.UpdateChanges should be of the form "UpdateChanges ..." (golint)
    • godot-go/godot/planeshape.gen.go
    • Line 25: warning: comment on exported type PlaneShape should be of the form "PlaneShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PlaneShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PlaneShape.GetPlane should be of the form "GetPlane ..." (golint)
    • Line 60: warning: comment on exported method PlaneShape.SetPlane should be of the form "SetPlane ..." (golint)
    • godot-go/godot/bakedlightmapdata.gen.go
    • Line 25: warning: comment on exported type BakedLightmapData should be of the form "BakedLightmapData ..." (with optional leading article) (golint)
    • Line 33: warning: exported method BakedLightmapData.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method BakedLightmapData.X_GetUserData should be of the form "X_GetUserData ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetUserData should be XGetUserData (golint)
    • Line 60: warning: comment on exported method BakedLightmapData.X_SetUserData should be of the form "X_SetUserData ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetUserData should be XSetUserData (golint)
    • Line 81: warning: comment on exported method BakedLightmapData.AddUser should be of the form "AddUser ..." (golint)
    • Line 104: warning: comment on exported method BakedLightmapData.ClearUsers should be of the form "ClearUsers ..." (golint)
    • Line 124: warning: comment on exported method BakedLightmapData.GetBounds should be of the form "GetBounds ..." (golint)
    • Line 147: warning: comment on exported method BakedLightmapData.GetCellSpaceTransform should be of the form "GetCellSpaceTransform ..." (golint)
    • Line 170: warning: comment on exported method BakedLightmapData.GetCellSubdiv should be of the form "GetCellSubdiv ..." (golint)
    • Line 193: warning: comment on exported method BakedLightmapData.GetEnergy should be of the form "GetEnergy ..." (golint)
    • Line 216: warning: comment on exported method BakedLightmapData.GetOctree should be of the form "GetOctree ..." (golint)
    • Line 239: warning: comment on exported method BakedLightmapData.GetUserCount should be of the form "GetUserCount ..." (golint)
    • Line 262: warning: comment on exported method BakedLightmapData.GetUserLightmap should be of the form "GetUserLightmap ..." (golint)
    • Line 300: warning: comment on exported method BakedLightmapData.GetUserPath should be of the form "GetUserPath ..." (golint)
    • Line 324: warning: comment on exported method BakedLightmapData.SetBounds should be of the form "SetBounds ..." (golint)
    • Line 345: warning: comment on exported method BakedLightmapData.SetCellSpaceTransform should be of the form "SetCellSpaceTransform ..." (golint)
    • Line 366: warning: comment on exported method BakedLightmapData.SetCellSubdiv should be of the form "SetCellSubdiv ..." (golint)
    • Line 387: warning: comment on exported method BakedLightmapData.SetEnergy should be of the form "SetEnergy ..." (golint)
    • Line 408: warning: comment on exported method BakedLightmapData.SetOctree should be of the form "SetOctree ..." (golint)
    • godot-go/godot/convexpolygonshape.gen.go
    • Line 25: warning: comment on exported type ConvexPolygonShape should be of the form "ConvexPolygonShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ConvexPolygonShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ConvexPolygonShape.GetPoints should be of the form "GetPoints ..." (golint)
    • Line 60: warning: comment on exported method ConvexPolygonShape.SetPoints should be of the form "SetPoints ..." (golint)
    • godot-go/godot/visualscriptyieldsignal.gen.go
    • Line 20: warning: exported const VisualScriptYieldSignalCallModeInstance should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type VisualScriptYieldSignal should be of the form "VisualScriptYieldSignal ..." (with optional leading article) (golint)
    • Line 42: warning: exported method VisualScriptYieldSignal.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method VisualScriptYieldSignal.GetBasePath should be of the form "GetBasePath ..." (golint)
    • Line 69: warning: comment on exported method VisualScriptYieldSignal.GetBaseType should be of the form "GetBaseType ..." (golint)
    • Line 92: warning: comment on exported method VisualScriptYieldSignal.GetCallMode should be of the form "GetCallMode ..." (golint)
    • Line 115: warning: comment on exported method VisualScriptYieldSignal.GetSignal should be of the form "GetSignal ..." (golint)
    • Line 138: warning: comment on exported method VisualScriptYieldSignal.SetBasePath should be of the form "SetBasePath ..." (golint)
    • Line 159: warning: comment on exported method VisualScriptYieldSignal.SetBaseType should be of the form "SetBaseType ..." (golint)
    • Line 180: warning: comment on exported method VisualScriptYieldSignal.SetCallMode should be of the form "SetCallMode ..." (golint)
    • Line 201: warning: comment on exported method VisualScriptYieldSignal.SetSignal should be of the form "SetSignal ..." (golint)
    • godot-go/godot/interpolatedcamera.gen.go
    • Line 25: warning: comment on exported type InterpolatedCamera should be of the form "InterpolatedCamera ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InterpolatedCamera.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InterpolatedCamera.GetSpeed should be of the form "GetSpeed ..." (golint)
    • Line 60: warning: comment on exported method InterpolatedCamera.GetTargetPath should be of the form "GetTargetPath ..." (golint)
    • Line 83: warning: comment on exported method InterpolatedCamera.IsInterpolationEnabled should be of the form "IsInterpolationEnabled ..." (golint)
    • Line 106: warning: comment on exported method InterpolatedCamera.SetInterpolationEnabled should be of the form "SetInterpolationEnabled ..." (golint)
    • Line 127: warning: comment on exported method InterpolatedCamera.SetSpeed should be of the form "SetSpeed ..." (golint)
    • Line 148: warning: comment on exported method InterpolatedCamera.SetTarget should be of the form "SetTarget ..." (golint)
    • Line 169: warning: comment on exported method InterpolatedCamera.SetTargetPath should be of the form "SetTargetPath ..." (golint)
    • godot-go/godot/lineedit.gen.go
    • Line 20: warning: exported const LineEditAlignCenter should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const LineEditMenuClear should have comment (or a comment on this block) or be unexported (golint)
    • Line 57: warning: exported method LineEdit.BaseClass should have comment or be unexported (golint)
    • Line 61: warning: comment on exported method LineEdit.X_EditorSettingsChanged should be of the form "X_EditorSettingsChanged ..." (golint)
    • Line 65: warning: don't use underscores in Go names; method X_EditorSettingsChanged should be XEditorSettingsChanged (golint)
    • Line 81: warning: comment on exported method LineEdit.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 85: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 102: warning: comment on exported method LineEdit.X_TextChanged should be of the form "X_TextChanged ..." (golint)
    • Line 106: warning: don't use underscores in Go names; method X_TextChanged should be XTextChanged (golint)
    • Line 122: warning: comment on exported method LineEdit.X_ToggleDrawCaret should be of the form "X_ToggleDrawCaret ..." (golint)
    • Line 126: warning: don't use underscores in Go names; method X_ToggleDrawCaret should be XToggleDrawCaret (golint)
    • Line 142: warning: comment on exported method LineEdit.AppendAtCursor should be of the form "AppendAtCursor ..." (golint)
    • Line 163: warning: comment on exported method LineEdit.Clear should be of the form "Clear ..." (golint)
    • Line 183: warning: comment on exported method LineEdit.CursorGetBlinkEnabled should be of the form "CursorGetBlinkEnabled ..." (golint)
    • Line 206: warning: comment on exported method LineEdit.CursorGetBlinkSpeed should be of the form "CursorGetBlinkSpeed ..." (golint)
    • Line 229: warning: comment on exported method LineEdit.CursorSetBlinkEnabled should be of the form "CursorSetBlinkEnabled ..." (golint)
    • Line 250: warning: comment on exported method LineEdit.CursorSetBlinkSpeed should be of the form "CursorSetBlinkSpeed ..." (golint)
    • Line 271: warning: comment on exported method LineEdit.Deselect should be of the form "Deselect ..." (golint)
    • Line 291: warning: comment on exported method LineEdit.GetAlign should be of the form "GetAlign ..." (golint)
    • Line 314: warning: comment on exported method LineEdit.GetCursorPosition should be of the form "GetCursorPosition ..." (golint)
    • Line 337: warning: comment on exported method LineEdit.GetExpandToTextLength should be of the form "GetExpandToTextLength ..." (golint)
    • Line 360: warning: comment on exported method LineEdit.GetMaxLength should be of the form "GetMaxLength ..." (golint)
    • Line 383: warning: comment on exported method LineEdit.GetMenu should be of the form "GetMenu ..." (golint)
    • Line 420: warning: comment on exported method LineEdit.GetPlaceholder should be of the form "GetPlaceholder ..." (golint)
    • Line 443: warning: comment on exported method LineEdit.GetPlaceholderAlpha should be of the form "GetPlaceholderAlpha ..." (golint)
    • Line 466: warning: comment on exported method LineEdit.GetText should be of the form "GetText ..." (golint)
    • Line 489: warning: comment on exported method LineEdit.IsContextMenuEnabled should be of the form "IsContextMenuEnabled ..." (golint)
    • Line 512: warning: comment on exported method LineEdit.IsEditable should be of the form "IsEditable ..." (golint)
    • Line 535: warning: comment on exported method LineEdit.IsSecret should be of the form "IsSecret ..." (golint)
    • Line 558: warning: comment on exported method LineEdit.MenuOption should be of the form "MenuOption ..." (golint)
    • Line 579: warning: comment on exported method LineEdit.Select should be of the form "Select ..." (golint)
    • Line 601: warning: comment on exported method LineEdit.SelectAll should be of the form "SelectAll ..." (golint)
    • Line 621: warning: comment on exported method LineEdit.SetAlign should be of the form "SetAlign ..." (golint)
    • Line 642: warning: comment on exported method LineEdit.SetContextMenuEnabled should be of the form "SetContextMenuEnabled ..." (golint)
    • Line 663: warning: comment on exported method LineEdit.SetCursorPosition should be of the form "SetCursorPosition ..." (golint)
    • Line 684: warning: comment on exported method LineEdit.SetEditable should be of the form "SetEditable ..." (golint)
    • Line 705: warning: comment on exported method LineEdit.SetExpandToTextLength should be of the form "SetExpandToTextLength ..." (golint)
    • Line 726: warning: comment on exported method LineEdit.SetMaxLength should be of the form "SetMaxLength ..." (golint)
    • Line 747: warning: comment on exported method LineEdit.SetPlaceholder should be of the form "SetPlaceholder ..." (golint)
    • Line 768: warning: comment on exported method LineEdit.SetPlaceholderAlpha should be of the form "SetPlaceholderAlpha ..." (golint)
    • Line 789: warning: comment on exported method LineEdit.SetSecret should be of the form "SetSecret ..." (golint)
    • Line 810: warning: comment on exported method LineEdit.SetText should be of the form "SetText ..." (golint)
    • godot-go/godot/packeddatacontainer.gen.go
    • Line 25: warning: comment on exported type PackedDataContainer should be of the form "PackedDataContainer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PackedDataContainer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PackedDataContainer.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 60: warning: comment on exported method PackedDataContainer.X_IterGet should be of the form "X_IterGet ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_IterGet should be XIterGet (golint)
    • Line 84: warning: comment on exported method PackedDataContainer.X_IterInit should be of the form "X_IterInit ..." (golint)
    • Line 88: warning: don't use underscores in Go names; method X_IterInit should be XIterInit (golint)
    • Line 108: warning: comment on exported method PackedDataContainer.X_IterNext should be of the form "X_IterNext ..." (golint)
    • Line 112: warning: don't use underscores in Go names; method X_IterNext should be XIterNext (golint)
    • Line 132: warning: comment on exported method PackedDataContainer.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 136: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 153: warning: comment on exported method PackedDataContainer.Pack should be of the form "Pack ..." (golint)
    • Line 177: warning: comment on exported method PackedDataContainer.Size should be of the form "Size ..." (golint)
    • godot-go/godot/visualscriptpropertyset.gen.go
    • Line 20: warning: exported const VisualScriptPropertySetAssignOpAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported const VisualScriptPropertySetCallModeBasicType should have comment (or a comment on this block) or be unexported (golint)
    • Line 52: warning: comment on exported type VisualScriptPropertySet should be of the form "VisualScriptPropertySet ..." (with optional leading article) (golint)
    • Line 60: warning: exported method VisualScriptPropertySet.BaseClass should have comment or be unexported (golint)
    • Line 64: warning: comment on exported method VisualScriptPropertySet.X_GetTypeCache should be of the form "X_GetTypeCache ..." (golint)
    • Line 68: warning: don't use underscores in Go names; method X_GetTypeCache should be XGetTypeCache (golint)
    • Line 87: warning: comment on exported method VisualScriptPropertySet.X_SetTypeCache should be of the form "X_SetTypeCache ..." (golint)
    • Line 91: warning: don't use underscores in Go names; method X_SetTypeCache should be XSetTypeCache (golint)
    • Line 108: warning: comment on exported method VisualScriptPropertySet.GetAssignOp should be of the form "GetAssignOp ..." (golint)
    • Line 131: warning: comment on exported method VisualScriptPropertySet.GetBasePath should be of the form "GetBasePath ..." (golint)
    • Line 154: warning: comment on exported method VisualScriptPropertySet.GetBaseScript should be of the form "GetBaseScript ..." (golint)
    • Line 177: warning: comment on exported method VisualScriptPropertySet.GetBaseType should be of the form "GetBaseType ..." (golint)
    • Line 200: warning: comment on exported method VisualScriptPropertySet.GetBasicType should be of the form "GetBasicType ..." (golint)
    • Line 223: warning: comment on exported method VisualScriptPropertySet.GetCallMode should be of the form "GetCallMode ..." (golint)
    • Line 246: warning: comment on exported method VisualScriptPropertySet.GetIndex should be of the form "GetIndex ..." (golint)
    • Line 269: warning: comment on exported method VisualScriptPropertySet.GetProperty should be of the form "GetProperty ..." (golint)
    • Line 292: warning: comment on exported method VisualScriptPropertySet.SetAssignOp should be of the form "SetAssignOp ..." (golint)
    • Line 313: warning: comment on exported method VisualScriptPropertySet.SetBasePath should be of the form "SetBasePath ..." (golint)
    • Line 334: warning: comment on exported method VisualScriptPropertySet.SetBaseScript should be of the form "SetBaseScript ..." (golint)
    • Line 355: warning: comment on exported method VisualScriptPropertySet.SetBaseType should be of the form "SetBaseType ..." (golint)
    • Line 376: warning: comment on exported method VisualScriptPropertySet.SetBasicType should be of the form "SetBasicType ..." (golint)
    • Line 397: warning: comment on exported method VisualScriptPropertySet.SetCallMode should be of the form "SetCallMode ..." (golint)
    • Line 418: warning: comment on exported method VisualScriptPropertySet.SetIndex should be of the form "SetIndex ..." (golint)
    • Line 439: warning: comment on exported method VisualScriptPropertySet.SetProperty should be of the form "SetProperty ..." (golint)
    • godot-go/godot/audioeffecteq6.gen.go
    • Line 25: warning: comment on exported type AudioEffectEQ6 should be of the form "AudioEffectEQ6 ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectEQ6.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/boxcontainer.gen.go
    • Line 20: warning: exported const BoxContainerAlignBegin should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type BoxContainer should be of the form "BoxContainer ..." (with optional leading article) (golint)
    • Line 42: warning: exported method BoxContainer.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method BoxContainer.AddSpacer should be of the form "AddSpacer ..." (golint)
    • Line 67: warning: comment on exported method BoxContainer.GetAlignment should be of the form "GetAlignment ..." (golint)
    • Line 90: warning: comment on exported method BoxContainer.SetAlignment should be of the form "SetAlignment ..." (golint)
    • godot-go/godot/editorfiledialog.gen.go
    • Line 20: warning: exported const EditorFileDialogAccessFilesystem should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const EditorFileDialogDisplayList should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: exported const EditorFileDialogModeOpenAny should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: comment on exported type EditorFileDialog should be of the form "EditorFileDialog ..." (with optional leading article) (golint)
    • Line 61: warning: exported method EditorFileDialog.BaseClass should have comment or be unexported (golint)
    • Line 65: warning: comment on exported method EditorFileDialog.X_ActionPressed should be of the form "X_ActionPressed ..." (golint)
    • Line 69: warning: don't use underscores in Go names; method X_ActionPressed should be XActionPressed (golint)
    • Line 85: warning: comment on exported method EditorFileDialog.X_CancelPressed should be of the form "X_CancelPressed ..." (golint)
    • Line 89: warning: don't use underscores in Go names; method X_CancelPressed should be XCancelPressed (golint)
    • Line 105: warning: comment on exported method EditorFileDialog.X_DirEntered should be of the form "X_DirEntered ..." (golint)
    • Line 109: warning: don't use underscores in Go names; method X_DirEntered should be XDirEntered (golint)
    • Line 126: warning: comment on exported method EditorFileDialog.X_FavoriteMoveDown should be of the form "X_FavoriteMoveDown ..." (golint)
    • Line 130: warning: don't use underscores in Go names; method X_FavoriteMoveDown should be XFavoriteMoveDown (golint)
    • Line 146: warning: comment on exported method EditorFileDialog.X_FavoriteMoveUp should be of the form "X_FavoriteMoveUp ..." (golint)
    • Line 150: warning: don't use underscores in Go names; method X_FavoriteMoveUp should be XFavoriteMoveUp (golint)
    • Line 166: warning: comment on exported method EditorFileDialog.X_FavoriteSelected should be of the form "X_FavoriteSelected ..." (golint)
    • Line 170: warning: don't use underscores in Go names; method X_FavoriteSelected should be XFavoriteSelected (golint)
    • Line 187: warning: comment on exported method EditorFileDialog.X_FavoriteToggled should be of the form "X_FavoriteToggled ..." (golint)
    • Line 191: warning: don't use underscores in Go names; method X_FavoriteToggled should be XFavoriteToggled (golint)
    • Line 208: warning: comment on exported method EditorFileDialog.X_FileEntered should be of the form "X_FileEntered ..." (golint)
    • Line 212: warning: don't use underscores in Go names; method X_FileEntered should be XFileEntered (golint)
    • Line 229: warning: comment on exported method EditorFileDialog.X_FilterSelected should be of the form "X_FilterSelected ..." (golint)
    • Line 233: warning: don't use underscores in Go names; method X_FilterSelected should be XFilterSelected (golint)
    • Line 250: warning: comment on exported method EditorFileDialog.X_GoBack should be of the form "X_GoBack ..." (golint)
    • Line 254: warning: don't use underscores in Go names; method X_GoBack should be XGoBack (golint)
    • Line 270: warning: comment on exported method EditorFileDialog.X_GoForward should be of the form "X_GoForward ..." (golint)
    • Line 274: warning: don't use underscores in Go names; method X_GoForward should be XGoForward (golint)
    • Line 290: warning: comment on exported method EditorFileDialog.X_GoUp should be of the form "X_GoUp ..." (golint)
    • Line 294: warning: don't use underscores in Go names; method X_GoUp should be XGoUp (golint)
    • Line 310: warning: comment on exported method EditorFileDialog.X_ItemDbSelected should be of the form "X_ItemDbSelected ..." (golint)
    • Line 314: warning: don't use underscores in Go names; method X_ItemDbSelected should be XItemDbSelected (golint)
    • Line 331: warning: comment on exported method EditorFileDialog.X_ItemListItemRmbSelected should be of the form "X_ItemListItemRmbSelected ..." (golint)
    • Line 335: warning: don't use underscores in Go names; method X_ItemListItemRmbSelected should be XItemListItemRmbSelected (golint)
    • Line 353: warning: comment on exported method EditorFileDialog.X_ItemListRmbClicked should be of the form "X_ItemListRmbClicked ..." (golint)
    • Line 357: warning: don't use underscores in Go names; method X_ItemListRmbClicked should be XItemListRmbClicked (golint)
    • Line 374: warning: comment on exported method EditorFileDialog.X_ItemMenuIdPressed should be of the form "X_ItemMenuIdPressed ..." (golint)
    • Line 378: warning: don't use underscores in Go names; method X_ItemMenuIdPressed should be XItemMenuIDPressed (golint)
    • Line 395: warning: comment on exported method EditorFileDialog.X_ItemSelected should be of the form "X_ItemSelected ..." (golint)
    • Line 399: warning: don't use underscores in Go names; method X_ItemSelected should be XItemSelected (golint)
    • Line 416: warning: comment on exported method EditorFileDialog.X_ItemsClearSelection should be of the form "X_ItemsClearSelection ..." (golint)
    • Line 420: warning: don't use underscores in Go names; method X_ItemsClearSelection should be XItemsClearSelection (golint)
    • Line 436: warning: comment on exported method EditorFileDialog.X_MakeDir should be of the form "X_MakeDir ..." (golint)
    • Line 440: warning: don't use underscores in Go names; method X_MakeDir should be XMakeDir (golint)
    • Line 456: warning: comment on exported method EditorFileDialog.X_MakeDirConfirm should be of the form "X_MakeDirConfirm ..." (golint)
    • Line 460: warning: don't use underscores in Go names; method X_MakeDirConfirm should be XMakeDirConfirm (golint)
    • Line 476: warning: comment on exported method EditorFileDialog.X_MultiSelected should be of the form "X_MultiSelected ..." (golint)
    • Line 480: warning: don't use underscores in Go names; method X_MultiSelected should be XMultiSelected (golint)
    • Line 498: warning: comment on exported method EditorFileDialog.X_RecentSelected should be of the form "X_RecentSelected ..." (golint)
    • Line 502: warning: don't use underscores in Go names; method X_RecentSelected should be XRecentSelected (golint)
    • Line 519: warning: comment on exported method EditorFileDialog.X_SaveConfirmPressed should be of the form "X_SaveConfirmPressed ..." (golint)
    • Line 523: warning: don't use underscores in Go names; method X_SaveConfirmPressed should be XSaveConfirmPressed (golint)
    • Line 539: warning: comment on exported method EditorFileDialog.X_SelectDrive should be of the form "X_SelectDrive ..." (golint)
    • Line 543: warning: don't use underscores in Go names; method X_SelectDrive should be XSelectDrive (golint)
    • Line 560: warning: comment on exported method EditorFileDialog.X_ThumbnailDone should be of the form "X_ThumbnailDone ..." (golint)
    • Line 564: warning: don't use underscores in Go names; method X_ThumbnailDone should be XThumbnailDone (golint)
    • Line 583: warning: comment on exported method EditorFileDialog.X_ThumbnailResult should be of the form "X_ThumbnailResult ..." (golint)
    • Line 587: warning: don't use underscores in Go names; method X_ThumbnailResult should be XThumbnailResult (golint)
    • Line 606: warning: comment on exported method EditorFileDialog.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 610: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 627: warning: comment on exported method EditorFileDialog.X_UpdateDir should be of the form "X_UpdateDir ..." (golint)
    • Line 631: warning: don't use underscores in Go names; method X_UpdateDir should be XUpdateDir (golint)
    • Line 647: warning: comment on exported method EditorFileDialog.X_UpdateFileList should be of the form "X_UpdateFileList ..." (golint)
    • Line 651: warning: don't use underscores in Go names; method X_UpdateFileList should be XUpdateFileList (golint)
    • Line 667: warning: comment on exported method EditorFileDialog.AddFilter should be of the form "AddFilter ..." (golint)
    • Line 688: warning: comment on exported method EditorFileDialog.ClearFilters should be of the form "ClearFilters ..." (golint)
    • Line 708: warning: comment on exported method EditorFileDialog.GetAccess should be of the form "GetAccess ..." (golint)
    • Line 731: warning: comment on exported method EditorFileDialog.GetCurrentDir should be of the form "GetCurrentDir ..." (golint)
    • Line 754: warning: comment on exported method EditorFileDialog.GetCurrentFile should be of the form "GetCurrentFile ..." (golint)
    • Line 777: warning: comment on exported method EditorFileDialog.GetCurrentPath should be of the form "GetCurrentPath ..." (golint)
    • Line 800: warning: comment on exported method EditorFileDialog.GetDisplayMode should be of the form "GetDisplayMode ..." (golint)
    • Line 823: warning: comment on exported method EditorFileDialog.GetMode should be of the form "GetMode ..." (golint)
    • Line 846: warning: comment on exported method EditorFileDialog.GetVbox should be of the form "GetVbox ..." (golint)
    • Line 883: warning: comment on exported method EditorFileDialog.Invalidate should be of the form "Invalidate ..." (golint)
    • Line 903: warning: comment on exported method EditorFileDialog.IsOverwriteWarningDisabled should be of the form "IsOverwriteWarningDisabled ..." (golint)
    • Line 926: warning: comment on exported method EditorFileDialog.IsShowingHiddenFiles should be of the form "IsShowingHiddenFiles ..." (golint)
    • Line 949: warning: comment on exported method EditorFileDialog.SetAccess should be of the form "SetAccess ..." (golint)
    • Line 970: warning: comment on exported method EditorFileDialog.SetCurrentDir should be of the form "SetCurrentDir ..." (golint)
    • Line 991: warning: comment on exported method EditorFileDialog.SetCurrentFile should be of the form "SetCurrentFile ..." (golint)
    • Line 1012: warning: comment on exported method EditorFileDialog.SetCurrentPath should be of the form "SetCurrentPath ..." (golint)
    • Line 1033: warning: comment on exported method EditorFileDialog.SetDisableOverwriteWarning should be of the form "SetDisableOverwriteWarning ..." (golint)
    • Line 1054: warning: comment on exported method EditorFileDialog.SetDisplayMode should be of the form "SetDisplayMode ..." (golint)
    • Line 1075: warning: comment on exported method EditorFileDialog.SetMode should be of the form "SetMode ..." (golint)
    • Line 1096: warning: comment on exported method EditorFileDialog.SetShowHiddenFiles should be of the form "SetShowHiddenFiles ..." (golint)
    • godot-go/godot/editorscript.gen.go
    • Line 25: warning: comment on exported type EditorScript should be of the form "EditorScript ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorScript.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorScript.X_Run should be of the form "X_Run ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Run should be XRun (golint)
    • Line 57: warning: comment on exported method EditorScript.AddRootNode should be of the form "AddRootNode ..." (golint)
    • Line 78: warning: comment on exported method EditorScript.GetEditorInterface should be of the form "GetEditorInterface ..." (golint)
    • Line 115: warning: comment on exported method EditorScript.GetScene should be of the form "GetScene ..." (golint)
    • godot-go/godot/inputeventscreendrag.gen.go
    • Line 25: warning: comment on exported type InputEventScreenDrag should be of the form "InputEventScreenDrag ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventScreenDrag.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventScreenDrag.GetIndex should be of the form "GetIndex ..." (golint)
    • Line 60: warning: comment on exported method InputEventScreenDrag.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 83: warning: comment on exported method InputEventScreenDrag.GetRelative should be of the form "GetRelative ..." (golint)
    • Line 106: warning: comment on exported method InputEventScreenDrag.GetSpeed should be of the form "GetSpeed ..." (golint)
    • Line 129: warning: comment on exported method InputEventScreenDrag.SetIndex should be of the form "SetIndex ..." (golint)
    • Line 150: warning: comment on exported method InputEventScreenDrag.SetPosition should be of the form "SetPosition ..." (golint)
    • Line 171: warning: comment on exported method InputEventScreenDrag.SetRelative should be of the form "SetRelative ..." (golint)
    • Line 192: warning: comment on exported method InputEventScreenDrag.SetSpeed should be of the form "SetSpeed ..." (golint)
    • godot-go/godot/visibilitynotifier2d.gen.go
    • Line 33: warning: exported method VisibilityNotifier2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisibilityNotifier2D.GetRect should be of the form "GetRect ..." (golint)
    • Line 60: warning: comment on exported method VisibilityNotifier2D.IsOnScreen should be of the form "IsOnScreen ..." (golint)
    • Line 83: warning: comment on exported method VisibilityNotifier2D.SetRect should be of the form "SetRect ..." (golint)
    • godot-go/gdnative/string_name.go
    • Line 10: warning: exported function NewStringName should have comment or be unexported (golint)
    • Line 17: warning: exported function NewStringNameData should have comment or be unexported (golint)
    • godot-go/godot/audioeffectamplify.gen.go
    • Line 25: warning: comment on exported type AudioEffectAmplify should be of the form "AudioEffectAmplify ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectAmplify.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectAmplify.GetVolumeDb should be of the form "GetVolumeDb ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectAmplify.SetVolumeDb should be of the form "SetVolumeDb ..." (golint)
    • godot-go/godot/ninepatchrect.gen.go
    • Line 20: warning: exported const NinePatchRectAxisStretchModeStretch should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type NinePatchRect should be of the form "NinePatchRect ..." (with optional leading article) (golint)
    • Line 42: warning: exported method NinePatchRect.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method NinePatchRect.GetHAxisStretchMode should be of the form "GetHAxisStretchMode ..." (golint)
    • Line 69: warning: comment on exported method NinePatchRect.GetPatchMargin should be of the form "GetPatchMargin ..." (golint)
    • Line 93: warning: comment on exported method NinePatchRect.GetRegionRect should be of the form "GetRegionRect ..." (golint)
    • Line 116: warning: comment on exported method NinePatchRect.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 153: warning: comment on exported method NinePatchRect.GetVAxisStretchMode should be of the form "GetVAxisStretchMode ..." (golint)
    • Line 176: warning: comment on exported method NinePatchRect.IsDrawCenterEnabled should be of the form "IsDrawCenterEnabled ..." (golint)
    • Line 199: warning: comment on exported method NinePatchRect.SetDrawCenter should be of the form "SetDrawCenter ..." (golint)
    • Line 220: warning: comment on exported method NinePatchRect.SetHAxisStretchMode should be of the form "SetHAxisStretchMode ..." (golint)
    • Line 241: warning: comment on exported method NinePatchRect.SetPatchMargin should be of the form "SetPatchMargin ..." (golint)
    • Line 263: warning: comment on exported method NinePatchRect.SetRegionRect should be of the form "SetRegionRect ..." (golint)
    • Line 284: warning: comment on exported method NinePatchRect.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 305: warning: comment on exported method NinePatchRect.SetVAxisStretchMode should be of the form "SetVAxisStretchMode ..." (golint)
    • godot-go/godot/packetpeer.gen.go
    • Line 33: warning: exported method PacketPeer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PacketPeer.GetAvailablePacketCount should be of the form "GetAvailablePacketCount ..." (golint)
    • Line 60: warning: comment on exported method PacketPeer.GetPacket should be of the form "GetPacket ..." (golint)
    • Line 83: warning: comment on exported method PacketPeer.GetPacketError should be of the form "GetPacketError ..." (golint)
    • Line 106: warning: comment on exported method PacketPeer.GetVar should be of the form "GetVar ..." (golint)
    • Line 129: warning: comment on exported method PacketPeer.IsObjectDecodingAllowed should be of the form "IsObjectDecodingAllowed ..." (golint)
    • Line 152: warning: comment on exported method PacketPeer.PutPacket should be of the form "PutPacket ..." (golint)
    • Line 176: warning: comment on exported method PacketPeer.PutVar should be of the form "PutVar ..." (golint)
    • Line 200: warning: comment on exported method PacketPeer.SetAllowObjectDecoding should be of the form "SetAllowObjectDecoding ..." (golint)
    • godot-go/godot/animation.gen.go
    • Line 20: warning: exported const AnimationInterpolationCubic should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const AnimationTypeMethod should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported const AnimationUpdateContinuous should have comment (or a comment on this block) or be unexported (golint)
    • Line 60: warning: exported method Animation.BaseClass should have comment or be unexported (golint)
    • Line 64: warning: comment on exported method Animation.AddTrack should be of the form "AddTrack ..." (golint)
    • Line 89: warning: comment on exported method Animation.Clear should be of the form "Clear ..." (golint)
    • Line 109: warning: comment on exported method Animation.CopyTrack should be of the form "CopyTrack ..." (golint)
    • Line 131: warning: comment on exported method Animation.FindTrack should be of the form "FindTrack ..." (golint)
    • Line 155: warning: comment on exported method Animation.GetLength should be of the form "GetLength ..." (golint)
    • Line 178: warning: comment on exported method Animation.GetStep should be of the form "GetStep ..." (golint)
    • Line 201: warning: comment on exported method Animation.GetTrackCount should be of the form "GetTrackCount ..." (golint)
    • Line 224: warning: comment on exported method Animation.HasLoop should be of the form "HasLoop ..." (golint)
    • Line 247: warning: comment on exported method Animation.MethodTrackGetKeyIndices should be of the form "MethodTrackGetKeyIndices ..." (golint)
    • Line 273: warning: comment on exported method Animation.MethodTrackGetName should be of the form "MethodTrackGetName ..." (golint)
    • Line 298: warning: comment on exported method Animation.MethodTrackGetParams should be of the form "MethodTrackGetParams ..." (golint)
    • Line 323: warning: comment on exported method Animation.RemoveTrack should be of the form "RemoveTrack ..." (golint)
    • Line 344: warning: comment on exported method Animation.SetLength should be of the form "SetLength ..." (golint)
    • Line 365: warning: comment on exported method Animation.SetLoop should be of the form "SetLoop ..." (golint)
    • Line 386: warning: comment on exported method Animation.SetStep should be of the form "SetStep ..." (golint)
    • Line 407: warning: comment on exported method Animation.TrackFindKey should be of the form "TrackFindKey ..." (golint)
    • Line 433: warning: comment on exported method Animation.TrackGetInterpolationLoopWrap should be of the form "TrackGetInterpolationLoopWrap ..." (golint)
    • Line 457: warning: comment on exported method Animation.TrackGetInterpolationType should be of the form "TrackGetInterpolationType ..." (golint)
    • Line 481: warning: comment on exported method Animation.TrackGetKeyCount should be of the form "TrackGetKeyCount ..." (golint)
    • Line 505: warning: comment on exported method Animation.TrackGetKeyTime should be of the form "TrackGetKeyTime ..." (golint)
    • Line 530: warning: comment on exported method Animation.TrackGetKeyTransition should be of the form "TrackGetKeyTransition ..." (golint)
    • Line 555: warning: comment on exported method Animation.TrackGetKeyValue should be of the form "TrackGetKeyValue ..." (golint)
    • Line 580: warning: comment on exported method Animation.TrackGetPath should be of the form "TrackGetPath ..." (golint)
    • Line 604: warning: comment on exported method Animation.TrackGetType should be of the form "TrackGetType ..." (golint)
    • Line 628: warning: comment on exported method Animation.TrackInsertKey should be of the form "TrackInsertKey ..." (golint)
    • Line 652: warning: comment on exported method Animation.TrackIsEnabled should be of the form "TrackIsEnabled ..." (golint)
    • Line 676: warning: comment on exported method Animation.TrackIsImported should be of the form "TrackIsImported ..." (golint)
    • Line 700: warning: comment on exported method Animation.TrackMoveDown should be of the form "TrackMoveDown ..." (golint)
    • Line 721: warning: comment on exported method Animation.TrackMoveUp should be of the form "TrackMoveUp ..." (golint)
    • Line 742: warning: comment on exported method Animation.TrackRemoveKey should be of the form "TrackRemoveKey ..." (golint)
    • Line 764: warning: comment on exported method Animation.TrackRemoveKeyAtPosition should be of the form "TrackRemoveKeyAtPosition ..." (golint)
    • Line 786: warning: comment on exported method Animation.TrackSetEnabled should be of the form "TrackSetEnabled ..." (golint)
    • Line 808: warning: comment on exported method Animation.TrackSetImported should be of the form "TrackSetImported ..." (golint)
    • Line 830: warning: comment on exported method Animation.TrackSetInterpolationLoopWrap should be of the form "TrackSetInterpolationLoopWrap ..." (golint)
    • Line 852: warning: comment on exported method Animation.TrackSetInterpolationType should be of the form "TrackSetInterpolationType ..." (golint)
    • Line 874: warning: comment on exported method Animation.TrackSetKeyTransition should be of the form "TrackSetKeyTransition ..." (golint)
    • Line 897: warning: comment on exported method Animation.TrackSetKeyValue should be of the form "TrackSetKeyValue ..." (golint)
    • Line 920: warning: comment on exported method Animation.TrackSetPath should be of the form "TrackSetPath ..." (golint)
    • Line 942: warning: comment on exported method Animation.TransformTrackInsertKey should be of the form "TransformTrackInsertKey ..." (golint)
    • Line 970: warning: comment on exported method Animation.TransformTrackInterpolate should be of the form "TransformTrackInterpolate ..." (golint)
    • Line 995: warning: comment on exported method Animation.ValueTrackGetKeyIndices should be of the form "ValueTrackGetKeyIndices ..." (golint)
    • Line 1021: warning: comment on exported method Animation.ValueTrackGetUpdateMode should be of the form "ValueTrackGetUpdateMode ..." (golint)
    • Line 1045: warning: comment on exported method Animation.ValueTrackSetUpdateMode should be of the form "ValueTrackSetUpdateMode ..." (golint)
    • godot-go/godot/editorsceneimporter.gen.go
    • Line 25: warning: comment on exported type EditorSceneImporter should be of the form "EditorSceneImporter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorSceneImporter.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorSceneImporter.X_GetExtensions should be of the form "X_GetExtensions ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetExtensions should be XGetExtensions (golint)
    • Line 60: warning: comment on exported method EditorSceneImporter.X_GetImportFlags should be of the form "X_GetImportFlags ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_GetImportFlags should be XGetImportFlags (golint)
    • Line 83: warning: comment on exported method EditorSceneImporter.X_ImportAnimation should be of the form "X_ImportAnimation ..." (golint)
    • Line 87: warning: don't use underscores in Go names; method X_ImportAnimation should be XImportAnimation (golint)
    • Line 123: warning: comment on exported method EditorSceneImporter.X_ImportScene should be of the form "X_ImportScene ..." (golint)
    • Line 127: warning: don't use underscores in Go names; method X_ImportScene should be XImportScene (golint)
    • Line 163: warning: comment on exported method EditorSceneImporter.ImportAnimationFromOtherImporter should be of the form "ImportAnimationFromOtherImporter ..." (golint)
    • Line 203: warning: comment on exported method EditorSceneImporter.ImportSceneFromOtherImporter should be of the form "ImportSceneFromOtherImporter ..." (golint)
    • godot-go/godot/kinematiccollision.gen.go
    • Line 25: warning: comment on exported type KinematicCollision should be of the form "KinematicCollision ..." (with optional leading article) (golint)
    • Line 33: warning: exported method KinematicCollision.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method KinematicCollision.GetCollider should be of the form "GetCollider ..." (golint)
    • Line 74: warning: comment on exported method KinematicCollision.GetColliderId should be of the form "GetColliderId ..." (golint)
    • Line 97: warning: comment on exported method KinematicCollision.GetColliderMetadata should be of the form "GetColliderMetadata ..." (golint)
    • Line 120: warning: comment on exported method KinematicCollision.GetColliderShape should be of the form "GetColliderShape ..." (golint)
    • Line 157: warning: comment on exported method KinematicCollision.GetColliderShapeIndex should be of the form "GetColliderShapeIndex ..." (golint)
    • Line 180: warning: comment on exported method KinematicCollision.GetColliderVelocity should be of the form "GetColliderVelocity ..." (golint)
    • Line 203: warning: comment on exported method KinematicCollision.GetLocalShape should be of the form "GetLocalShape ..." (golint)
    • Line 240: warning: comment on exported method KinematicCollision.GetNormal should be of the form "GetNormal ..." (golint)
    • Line 263: warning: comment on exported method KinematicCollision.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 286: warning: comment on exported method KinematicCollision.GetRemainder should be of the form "GetRemainder ..." (golint)
    • Line 309: warning: comment on exported method KinematicCollision.GetTravel should be of the form "GetTravel ..." (golint)
    • godot-go/godot/visualscriptswitch.gen.go
    • Line 25: warning: comment on exported type VisualScriptSwitch should be of the form "VisualScriptSwitch ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptSwitch.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/audiobuslayout.gen.go
    • Line 25: warning: comment on exported type AudioBusLayout should be of the form "AudioBusLayout ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioBusLayout.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/bulletphysicsdirectbodystate.gen.go
    • Line 25: warning: comment on exported type BulletPhysicsDirectBodyState should be of the form "BulletPhysicsDirectBodyState ..." (with optional leading article) (golint)
    • Line 33: warning: exported method BulletPhysicsDirectBodyState.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/collisionobject2d.gen.go
    • Line 33: warning: exported method CollisionObject2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CollisionObject2D.X_InputEvent should be of the form "X_InputEvent ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_InputEvent should be XInputEvent (golint)
    • Line 60: warning: comment on exported method CollisionObject2D.CreateShapeOwner should be of the form "CreateShapeOwner ..." (golint)
    • Line 84: warning: comment on exported method CollisionObject2D.GetRid should be of the form "GetRid ..." (golint)
    • Line 107: warning: comment on exported method CollisionObject2D.GetShapeOwners should be of the form "GetShapeOwners ..." (golint)
    • Line 130: warning: comment on exported method CollisionObject2D.IsPickable should be of the form "IsPickable ..." (golint)
    • Line 153: warning: comment on exported method CollisionObject2D.IsShapeOwnerDisabled should be of the form "IsShapeOwnerDisabled ..." (golint)
    • Line 177: warning: comment on exported method CollisionObject2D.IsShapeOwnerOneWayCollisionEnabled should be of the form "IsShapeOwnerOneWayCollisionEnabled ..." (golint)
    • Line 201: warning: comment on exported method CollisionObject2D.RemoveShapeOwner should be of the form "RemoveShapeOwner ..." (golint)
    • Line 222: warning: comment on exported method CollisionObject2D.SetPickable should be of the form "SetPickable ..." (golint)
    • Line 243: warning: comment on exported method CollisionObject2D.ShapeFindOwner should be of the form "ShapeFindOwner ..." (golint)
    • Line 267: warning: comment on exported method CollisionObject2D.ShapeOwnerAddShape should be of the form "ShapeOwnerAddShape ..." (golint)
    • Line 289: warning: comment on exported method CollisionObject2D.ShapeOwnerClearShapes should be of the form "ShapeOwnerClearShapes ..." (golint)
    • Line 310: warning: comment on exported method CollisionObject2D.ShapeOwnerGetOwner should be of the form "ShapeOwnerGetOwner ..." (golint)
    • Line 348: warning: comment on exported method CollisionObject2D.ShapeOwnerGetShape should be of the form "ShapeOwnerGetShape ..." (golint)
    • Line 387: warning: comment on exported method CollisionObject2D.ShapeOwnerGetShapeCount should be of the form "ShapeOwnerGetShapeCount ..." (golint)
    • Line 411: warning: comment on exported method CollisionObject2D.ShapeOwnerGetShapeIndex should be of the form "ShapeOwnerGetShapeIndex ..." (golint)
    • Line 436: warning: comment on exported method CollisionObject2D.ShapeOwnerGetTransform should be of the form "ShapeOwnerGetTransform ..." (golint)
    • Line 460: warning: comment on exported method CollisionObject2D.ShapeOwnerRemoveShape should be of the form "ShapeOwnerRemoveShape ..." (golint)
    • Line 482: warning: comment on exported method CollisionObject2D.ShapeOwnerSetDisabled should be of the form "ShapeOwnerSetDisabled ..." (golint)
    • Line 504: warning: comment on exported method CollisionObject2D.ShapeOwnerSetOneWayCollision should be of the form "ShapeOwnerSetOneWayCollision ..." (golint)
    • Line 526: warning: comment on exported method CollisionObject2D.ShapeOwnerSetTransform should be of the form "ShapeOwnerSetTransform ..." (golint)
    • godot-go/godot/dynamicfontdata.gen.go
    • Line 25: warning: comment on exported type DynamicFontData should be of the form "DynamicFontData ..." (with optional leading article) (golint)
    • Line 33: warning: exported method DynamicFontData.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method DynamicFontData.GetFontPath should be of the form "GetFontPath ..." (golint)
    • Line 60: warning: comment on exported method DynamicFontData.SetFontPath should be of the form "SetFontPath ..." (golint)
    • godot-go/godot/light.gen.go
    • Line 20: warning: exported const LightBakeAll should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const LightParamAttenuation should have comment (or a comment on this block) or be unexported (golint)
    • Line 64: warning: exported method Light.BaseClass should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method Light.GetBakeMode should be of the form "GetBakeMode ..." (golint)
    • Line 91: warning: comment on exported method Light.GetColor should be of the form "GetColor ..." (golint)
    • Line 114: warning: comment on exported method Light.GetCullMask should be of the form "GetCullMask ..." (golint)
    • Line 137: warning: comment on exported method Light.GetParam should be of the form "GetParam ..." (golint)
    • Line 161: warning: comment on exported method Light.GetShadowColor should be of the form "GetShadowColor ..." (golint)
    • Line 184: warning: comment on exported method Light.GetShadowReverseCullFace should be of the form "GetShadowReverseCullFace ..." (golint)
    • Line 207: warning: comment on exported method Light.HasShadow should be of the form "HasShadow ..." (golint)
    • Line 230: warning: comment on exported method Light.IsEditorOnly should be of the form "IsEditorOnly ..." (golint)
    • Line 253: warning: comment on exported method Light.IsNegative should be of the form "IsNegative ..." (golint)
    • Line 276: warning: comment on exported method Light.SetBakeMode should be of the form "SetBakeMode ..." (golint)
    • Line 297: warning: comment on exported method Light.SetColor should be of the form "SetColor ..." (golint)
    • Line 318: warning: comment on exported method Light.SetCullMask should be of the form "SetCullMask ..." (golint)
    • Line 339: warning: comment on exported method Light.SetEditorOnly should be of the form "SetEditorOnly ..." (golint)
    • Line 360: warning: comment on exported method Light.SetNegative should be of the form "SetNegative ..." (golint)
    • Line 381: warning: comment on exported method Light.SetParam should be of the form "SetParam ..." (golint)
    • Line 403: warning: comment on exported method Light.SetShadow should be of the form "SetShadow ..." (golint)
    • Line 424: warning: comment on exported method Light.SetShadowColor should be of the form "SetShadowColor ..." (golint)
    • Line 445: warning: comment on exported method Light.SetShadowReverseCullFace should be of the form "SetShadowReverseCullFace ..." (golint)
    • godot-go/godot/styleboxflat.gen.go
    • Line 25: warning: comment on exported type StyleBoxFlat should be of the form "StyleBoxFlat ..." (with optional leading article) (golint)
    • Line 33: warning: exported method StyleBoxFlat.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method StyleBoxFlat.GetAaSize should be of the form "GetAaSize ..." (golint)
    • Line 60: warning: comment on exported method StyleBoxFlat.GetBgColor should be of the form "GetBgColor ..." (golint)
    • Line 83: warning: comment on exported method StyleBoxFlat.GetBorderBlend should be of the form "GetBorderBlend ..." (golint)
    • Line 106: warning: comment on exported method StyleBoxFlat.GetBorderColor should be of the form "GetBorderColor ..." (golint)
    • Line 129: warning: comment on exported method StyleBoxFlat.GetBorderWidth should be of the form "GetBorderWidth ..." (golint)
    • Line 153: warning: comment on exported method StyleBoxFlat.GetBorderWidthMin should be of the form "GetBorderWidthMin ..." (golint)
    • Line 176: warning: comment on exported method StyleBoxFlat.GetCornerDetail should be of the form "GetCornerDetail ..." (golint)
    • Line 199: warning: comment on exported method StyleBoxFlat.GetCornerRadius should be of the form "GetCornerRadius ..." (golint)
    • Line 223: warning: comment on exported method StyleBoxFlat.GetExpandMargin should be of the form "GetExpandMargin ..." (golint)
    • Line 247: warning: comment on exported method StyleBoxFlat.GetShadowColor should be of the form "GetShadowColor ..." (golint)
    • Line 270: warning: comment on exported method StyleBoxFlat.GetShadowSize should be of the form "GetShadowSize ..." (golint)
    • Line 293: warning: comment on exported method StyleBoxFlat.IsAntiAliased should be of the form "IsAntiAliased ..." (golint)
    • Line 316: warning: comment on exported method StyleBoxFlat.IsDrawCenterEnabled should be of the form "IsDrawCenterEnabled ..." (golint)
    • Line 339: warning: comment on exported method StyleBoxFlat.SetAaSize should be of the form "SetAaSize ..." (golint)
    • Line 360: warning: comment on exported method StyleBoxFlat.SetAntiAliased should be of the form "SetAntiAliased ..." (golint)
    • Line 381: warning: comment on exported method StyleBoxFlat.SetBgColor should be of the form "SetBgColor ..." (golint)
    • Line 402: warning: comment on exported method StyleBoxFlat.SetBorderBlend should be of the form "SetBorderBlend ..." (golint)
    • Line 423: warning: comment on exported method StyleBoxFlat.SetBorderColor should be of the form "SetBorderColor ..." (golint)
    • Line 444: warning: comment on exported method StyleBoxFlat.SetBorderWidth should be of the form "SetBorderWidth ..." (golint)
    • Line 466: warning: comment on exported method StyleBoxFlat.SetBorderWidthAll should be of the form "SetBorderWidthAll ..." (golint)
    • Line 487: warning: comment on exported method StyleBoxFlat.SetCornerDetail should be of the form "SetCornerDetail ..." (golint)
    • Line 508: warning: comment on exported method StyleBoxFlat.SetCornerRadius should be of the form "SetCornerRadius ..." (golint)
    • Line 530: warning: comment on exported method StyleBoxFlat.SetCornerRadiusAll should be of the form "SetCornerRadiusAll ..." (golint)
    • Line 551: warning: comment on exported method StyleBoxFlat.SetCornerRadiusIndividual should be of the form "SetCornerRadiusIndividual ..." (golint)
    • Line 575: warning: comment on exported method StyleBoxFlat.SetDrawCenter should be of the form "SetDrawCenter ..." (golint)
    • Line 596: warning: comment on exported method StyleBoxFlat.SetExpandMargin should be of the form "SetExpandMargin ..." (golint)
    • Line 618: warning: comment on exported method StyleBoxFlat.SetExpandMarginAll should be of the form "SetExpandMarginAll ..." (golint)
    • Line 639: warning: comment on exported method StyleBoxFlat.SetExpandMarginIndividual should be of the form "SetExpandMarginIndividual ..." (golint)
    • Line 663: warning: comment on exported method StyleBoxFlat.SetShadowColor should be of the form "SetShadowColor ..." (golint)
    • Line 684: warning: comment on exported method StyleBoxFlat.SetShadowSize should be of the form "SetShadowSize ..." (golint)
    • godot-go/godot/visualscriptemitsignal.gen.go
    • Line 25: warning: comment on exported type VisualScriptEmitSignal should be of the form "VisualScriptEmitSignal ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptEmitSignal.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptEmitSignal.GetSignal should be of the form "GetSignal ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptEmitSignal.SetSignal should be of the form "SetSignal ..." (golint)
    • godot-go/godot/capsuleshape.gen.go
    • Line 25: warning: comment on exported type CapsuleShape should be of the form "CapsuleShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CapsuleShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CapsuleShape.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 60: warning: comment on exported method CapsuleShape.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 83: warning: comment on exported method CapsuleShape.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 104: warning: comment on exported method CapsuleShape.SetRadius should be of the form "SetRadius ..." (golint)
    • godot-go/godot/gradienttexture.gen.go
    • Line 25: warning: comment on exported type GradientTexture should be of the form "GradientTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method GradientTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GradientTexture.X_Update should be of the form "X_Update ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Update should be XUpdate (golint)
    • Line 57: warning: comment on exported method GradientTexture.GetGradient should be of the form "GetGradient ..." (golint)
    • Line 94: warning: comment on exported method GradientTexture.SetGradient should be of the form "SetGradient ..." (golint)
    • Line 115: warning: comment on exported method GradientTexture.SetWidth should be of the form "SetWidth ..." (golint)
    • godot-go/godot/inputeventscreentouch.gen.go
    • Line 25: warning: comment on exported type InputEventScreenTouch should be of the form "InputEventScreenTouch ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventScreenTouch.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventScreenTouch.GetIndex should be of the form "GetIndex ..." (golint)
    • Line 60: warning: comment on exported method InputEventScreenTouch.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 83: warning: comment on exported method InputEventScreenTouch.SetIndex should be of the form "SetIndex ..." (golint)
    • Line 104: warning: comment on exported method InputEventScreenTouch.SetPosition should be of the form "SetPosition ..." (golint)
    • Line 125: warning: comment on exported method InputEventScreenTouch.SetPressed should be of the form "SetPressed ..." (golint)
    • godot-go/godot/performance.gen.go
    • Line 20: warning: exported const PerformanceMemoryDynamic should have comment (or a comment on this block) or be unexported (golint)
    • Line 63: warning: comment on exported var Performance should be of the form "Performance ..." (golint)
    • godot-go/godot/ranges.gen.go
    • Line 33: warning: exported method Range.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Range.GetAsRatio should be of the form "GetAsRatio ..." (golint)
    • Line 60: warning: comment on exported method Range.GetMax should be of the form "GetMax ..." (golint)
    • Line 83: warning: comment on exported method Range.GetMin should be of the form "GetMin ..." (golint)
    • Line 106: warning: comment on exported method Range.GetPage should be of the form "GetPage ..." (golint)
    • Line 129: warning: comment on exported method Range.GetStep should be of the form "GetStep ..." (golint)
    • Line 152: warning: comment on exported method Range.GetValue should be of the form "GetValue ..." (golint)
    • Line 175: warning: comment on exported method Range.IsRatioExp should be of the form "IsRatioExp ..." (golint)
    • Line 198: warning: comment on exported method Range.IsUsingRoundedValues should be of the form "IsUsingRoundedValues ..." (golint)
    • Line 221: warning: comment on exported method Range.SetAsRatio should be of the form "SetAsRatio ..." (golint)
    • Line 242: warning: comment on exported method Range.SetExpRatio should be of the form "SetExpRatio ..." (golint)
    • Line 263: warning: comment on exported method Range.SetMax should be of the form "SetMax ..." (golint)
    • Line 284: warning: comment on exported method Range.SetMin should be of the form "SetMin ..." (golint)
    • Line 305: warning: comment on exported method Range.SetPage should be of the form "SetPage ..." (golint)
    • Line 326: warning: comment on exported method Range.SetStep should be of the form "SetStep ..." (golint)
    • Line 347: warning: comment on exported method Range.SetUseRoundedValues should be of the form "SetUseRoundedValues ..." (golint)
    • Line 368: warning: comment on exported method Range.SetValue should be of the form "SetValue ..." (golint)
    • Line 389: warning: comment on exported method Range.Share should be of the form "Share ..." (golint)
    • Line 410: warning: comment on exported method Range.Unshare should be of the form "Unshare ..." (golint)
    • godot-go/godot/audioeffectnotchfilter.gen.go
    • Line 25: warning: comment on exported type AudioEffectNotchFilter should be of the form "AudioEffectNotchFilter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectNotchFilter.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/inputeventwithmodifiers.gen.go
    • Line 25: warning: comment on exported type InputEventWithModifiers should be of the form "InputEventWithModifiers ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventWithModifiers.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventWithModifiers.GetAlt should be of the form "GetAlt ..." (golint)
    • Line 60: warning: comment on exported method InputEventWithModifiers.GetCommand should be of the form "GetCommand ..." (golint)
    • Line 83: warning: comment on exported method InputEventWithModifiers.GetControl should be of the form "GetControl ..." (golint)
    • Line 106: warning: comment on exported method InputEventWithModifiers.GetMetakey should be of the form "GetMetakey ..." (golint)
    • Line 129: warning: comment on exported method InputEventWithModifiers.GetShift should be of the form "GetShift ..." (golint)
    • Line 152: warning: comment on exported method InputEventWithModifiers.SetAlt should be of the form "SetAlt ..." (golint)
    • Line 173: warning: comment on exported method InputEventWithModifiers.SetCommand should be of the form "SetCommand ..." (golint)
    • Line 194: warning: comment on exported method InputEventWithModifiers.SetControl should be of the form "SetControl ..." (golint)
    • Line 215: warning: comment on exported method InputEventWithModifiers.SetMetakey should be of the form "SetMetakey ..." (golint)
    • Line 236: warning: comment on exported method InputEventWithModifiers.SetShift should be of the form "SetShift ..." (golint)
    • godot-go/godot/gdscriptfunctionstate.gen.go
    • Line 25: warning: comment on exported type GDScriptFunctionState should be of the form "GDScriptFunctionState ..." (with optional leading article) (golint)
    • Line 33: warning: exported method GDScriptFunctionState.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GDScriptFunctionState.X_SignalCallback should be of the form "X_SignalCallback ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_SignalCallback should be XSignalCallback (golint)
    • Line 60: warning: comment on exported method GDScriptFunctionState.IsValid should be of the form "IsValid ..." (golint)
    • Line 84: warning: comment on exported method GDScriptFunctionState.Resume should be of the form "Resume ..." (golint)
    • godot-go/godot/inputeventmousemotion.gen.go
    • Line 25: warning: comment on exported type InputEventMouseMotion should be of the form "InputEventMouseMotion ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventMouseMotion.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventMouseMotion.GetRelative should be of the form "GetRelative ..." (golint)
    • Line 60: warning: comment on exported method InputEventMouseMotion.GetSpeed should be of the form "GetSpeed ..." (golint)
    • Line 83: warning: comment on exported method InputEventMouseMotion.SetRelative should be of the form "SetRelative ..." (golint)
    • Line 104: warning: comment on exported method InputEventMouseMotion.SetSpeed should be of the form "SetSpeed ..." (golint)
    • godot-go/godot/physicsshapequeryparameters.gen.go
    • Line 25: warning: comment on exported type PhysicsShapeQueryParameters should be of the form "PhysicsShapeQueryParameters ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PhysicsShapeQueryParameters.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PhysicsShapeQueryParameters.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 60: warning: comment on exported method PhysicsShapeQueryParameters.GetExclude should be of the form "GetExclude ..." (golint)
    • Line 83: warning: comment on exported method PhysicsShapeQueryParameters.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 106: warning: comment on exported method PhysicsShapeQueryParameters.GetShapeRid should be of the form "GetShapeRid ..." (golint)
    • Line 129: warning: comment on exported method PhysicsShapeQueryParameters.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 152: warning: comment on exported method PhysicsShapeQueryParameters.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 173: warning: comment on exported method PhysicsShapeQueryParameters.SetExclude should be of the form "SetExclude ..." (golint)
    • Line 194: warning: comment on exported method PhysicsShapeQueryParameters.SetMargin should be of the form "SetMargin ..." (golint)
    • Line 215: warning: comment on exported method PhysicsShapeQueryParameters.SetShape should be of the form "SetShape ..." (golint)
    • Line 236: warning: comment on exported method PhysicsShapeQueryParameters.SetShapeRid should be of the form "SetShapeRid ..." (golint)
    • Line 257: warning: comment on exported method PhysicsShapeQueryParameters.SetTransform should be of the form "SetTransform ..." (golint)
    • godot-go/godot/physics2ddirectbodystatesw.gen.go
    • Line 25: warning: comment on exported type Physics2DDirectBodyStateSW should be of the form "Physics2DDirectBodyStateSW ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Physics2DDirectBodyStateSW.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/streampeerbuffer.gen.go
    • Line 25: warning: comment on exported type StreamPeerBuffer should be of the form "StreamPeerBuffer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method StreamPeerBuffer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method StreamPeerBuffer.Clear should be of the form "Clear ..." (golint)
    • Line 57: warning: comment on exported method StreamPeerBuffer.Duplicate should be of the form "Duplicate ..." (golint)
    • Line 94: warning: comment on exported method StreamPeerBuffer.GetDataArray should be of the form "GetDataArray ..." (golint)
    • Line 117: warning: comment on exported method StreamPeerBuffer.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 140: warning: comment on exported method StreamPeerBuffer.GetSize should be of the form "GetSize ..." (golint)
    • Line 163: warning: comment on exported method StreamPeerBuffer.Resize should be of the form "Resize ..." (golint)
    • Line 184: warning: comment on exported method StreamPeerBuffer.Seek should be of the form "Seek ..." (golint)
    • Line 205: warning: comment on exported method StreamPeerBuffer.SetDataArray should be of the form "SetDataArray ..." (golint)
    • godot-go/godot/multimeshinstance.gen.go
    • Line 25: warning: comment on exported type MultiMeshInstance should be of the form "MultiMeshInstance ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MultiMeshInstance.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MultiMeshInstance.GetMultimesh should be of the form "GetMultimesh ..." (golint)
    • Line 74: warning: comment on exported method MultiMeshInstance.SetMultimesh should be of the form "SetMultimesh ..." (golint)
    • godot-go/godot/particles.gen.go
    • Line 20: warning: exported const ParticlesDrawOrderIndex should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type Particles should be of the form "Particles ..." (with optional leading article) (golint)
    • Line 42: warning: exported method Particles.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method Particles.CaptureAabb should be of the form "CaptureAabb ..." (golint)
    • Line 69: warning: comment on exported method Particles.GetAmount should be of the form "GetAmount ..." (golint)
    • Line 92: warning: comment on exported method Particles.GetDrawOrder should be of the form "GetDrawOrder ..." (golint)
    • Line 115: warning: comment on exported method Particles.GetDrawPassMesh should be of the form "GetDrawPassMesh ..." (golint)
    • Line 153: warning: comment on exported method Particles.GetDrawPasses should be of the form "GetDrawPasses ..." (golint)
    • Line 176: warning: comment on exported method Particles.GetExplosivenessRatio should be of the form "GetExplosivenessRatio ..." (golint)
    • Line 199: warning: comment on exported method Particles.GetFixedFps should be of the form "GetFixedFps ..." (golint)
    • Line 222: warning: comment on exported method Particles.GetFractionalDelta should be of the form "GetFractionalDelta ..." (golint)
    • Line 245: warning: comment on exported method Particles.GetLifetime should be of the form "GetLifetime ..." (golint)
    • Line 268: warning: comment on exported method Particles.GetOneShot should be of the form "GetOneShot ..." (golint)
    • Line 291: warning: comment on exported method Particles.GetPreProcessTime should be of the form "GetPreProcessTime ..." (golint)
    • Line 314: warning: comment on exported method Particles.GetProcessMaterial should be of the form "GetProcessMaterial ..." (golint)
    • Line 351: warning: comment on exported method Particles.GetRandomnessRatio should be of the form "GetRandomnessRatio ..." (golint)
    • Line 374: warning: comment on exported method Particles.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 397: warning: comment on exported method Particles.GetUseLocalCoordinates should be of the form "GetUseLocalCoordinates ..." (golint)
    • Line 420: warning: comment on exported method Particles.GetVisibilityAabb should be of the form "GetVisibilityAabb ..." (golint)
    • Line 443: warning: comment on exported method Particles.IsEmitting should be of the form "IsEmitting ..." (golint)
    • Line 466: warning: comment on exported method Particles.Restart should be of the form "Restart ..." (golint)
    • Line 486: warning: comment on exported method Particles.SetAmount should be of the form "SetAmount ..." (golint)
    • Line 507: warning: comment on exported method Particles.SetDrawOrder should be of the form "SetDrawOrder ..." (golint)
    • Line 528: warning: comment on exported method Particles.SetDrawPassMesh should be of the form "SetDrawPassMesh ..." (golint)
    • Line 550: warning: comment on exported method Particles.SetDrawPasses should be of the form "SetDrawPasses ..." (golint)
    • Line 571: warning: comment on exported method Particles.SetEmitting should be of the form "SetEmitting ..." (golint)
    • Line 592: warning: comment on exported method Particles.SetExplosivenessRatio should be of the form "SetExplosivenessRatio ..." (golint)
    • Line 613: warning: comment on exported method Particles.SetFixedFps should be of the form "SetFixedFps ..." (golint)
    • Line 634: warning: comment on exported method Particles.SetFractionalDelta should be of the form "SetFractionalDelta ..." (golint)
    • Line 655: warning: comment on exported method Particles.SetLifetime should be of the form "SetLifetime ..." (golint)
    • Line 676: warning: comment on exported method Particles.SetOneShot should be of the form "SetOneShot ..." (golint)
    • Line 697: warning: comment on exported method Particles.SetPreProcessTime should be of the form "SetPreProcessTime ..." (golint)
    • Line 718: warning: comment on exported method Particles.SetProcessMaterial should be of the form "SetProcessMaterial ..." (golint)
    • Line 739: warning: comment on exported method Particles.SetRandomnessRatio should be of the form "SetRandomnessRatio ..." (golint)
    • Line 760: warning: comment on exported method Particles.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 781: warning: comment on exported method Particles.SetUseLocalCoordinates should be of the form "SetUseLocalCoordinates ..." (golint)
    • Line 802: warning: comment on exported method Particles.SetVisibilityAabb should be of the form "SetVisibilityAabb ..." (golint)
    • godot-go/godot/visualscriptconstructor.gen.go
    • Line 25: warning: comment on exported type VisualScriptConstructor should be of the form "VisualScriptConstructor ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptConstructor.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptConstructor.GetConstructor should be of the form "GetConstructor ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptConstructor.GetConstructorType should be of the form "GetConstructorType ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptConstructor.SetConstructor should be of the form "SetConstructor ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptConstructor.SetConstructorType should be of the form "SetConstructorType ..." (golint)
    • godot-go/godot/ysort.gen.go
    • Line 25: warning: comment on exported type YSort should be of the form "YSort ..." (with optional leading article) (golint)
    • Line 33: warning: exported method YSort.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method YSort.IsSortEnabled should be of the form "IsSortEnabled ..." (golint)
    • Line 60: warning: comment on exported method YSort.SetSortEnabled should be of the form "SetSortEnabled ..." (golint)
    • godot-go/godot/curvetexture.gen.go
    • Line 25: warning: comment on exported type CurveTexture should be of the form "CurveTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CurveTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CurveTexture.X_Update should be of the form "X_Update ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Update should be XUpdate (golint)
    • Line 57: warning: comment on exported method CurveTexture.GetCurve should be of the form "GetCurve ..." (golint)
    • Line 94: warning: comment on exported method CurveTexture.SetCurve should be of the form "SetCurve ..." (golint)
    • Line 115: warning: comment on exported method CurveTexture.SetWidth should be of the form "SetWidth ..." (golint)
    • godot-go/godot/itemlist.gen.go
    • Line 20: warning: exported const ItemListIconModeLeft should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const ItemListSelectMulti should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: comment on exported type ItemList should be of the form "ItemList ..." (with optional leading article) (golint)
    • Line 49: warning: exported method ItemList.BaseClass should have comment or be unexported (golint)
    • Line 53: warning: comment on exported method ItemList.X_GetItems should be of the form "X_GetItems ..." (golint)
    • Line 57: warning: don't use underscores in Go names; method X_GetItems should be XGetItems (golint)
    • Line 76: warning: comment on exported method ItemList.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 80: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 97: warning: comment on exported method ItemList.X_ScrollChanged should be of the form "X_ScrollChanged ..." (golint)
    • Line 101: warning: don't use underscores in Go names; method X_ScrollChanged should be XScrollChanged (golint)
    • Line 118: warning: comment on exported method ItemList.X_SetItems should be of the form "X_SetItems ..." (golint)
    • Line 122: warning: don't use underscores in Go names; method X_SetItems should be XSetItems (golint)
    • Line 139: warning: comment on exported method ItemList.AddIconItem should be of the form "AddIconItem ..." (golint)
    • Line 161: warning: comment on exported method ItemList.AddItem should be of the form "AddItem ..." (golint)
    • Line 184: warning: comment on exported method ItemList.Clear should be of the form "Clear ..." (golint)
    • Line 204: warning: comment on exported method ItemList.EnsureCurrentIsVisible should be of the form "EnsureCurrentIsVisible ..." (golint)
    • Line 224: warning: comment on exported method ItemList.GetAllowReselect should be of the form "GetAllowReselect ..." (golint)
    • Line 247: warning: comment on exported method ItemList.GetAllowRmbSelect should be of the form "GetAllowRmbSelect ..." (golint)
    • Line 270: warning: comment on exported method ItemList.GetFixedColumnWidth should be of the form "GetFixedColumnWidth ..." (golint)
    • Line 293: warning: comment on exported method ItemList.GetFixedIconSize should be of the form "GetFixedIconSize ..." (golint)
    • Line 316: warning: comment on exported method ItemList.GetIconMode should be of the form "GetIconMode ..." (golint)
    • Line 339: warning: comment on exported method ItemList.GetIconScale should be of the form "GetIconScale ..." (golint)
    • Line 362: warning: comment on exported method ItemList.GetItemAtPosition should be of the form "GetItemAtPosition ..." (golint)
    • Line 387: warning: comment on exported method ItemList.GetItemCount should be of the form "GetItemCount ..." (golint)
    • Line 410: warning: comment on exported method ItemList.GetItemCustomBgColor should be of the form "GetItemCustomBgColor ..." (golint)
    • Line 434: warning: comment on exported method ItemList.GetItemIcon should be of the form "GetItemIcon ..." (golint)
    • Line 472: warning: comment on exported method ItemList.GetItemIconRegion should be of the form "GetItemIconRegion ..." (golint)
    • Line 496: warning: comment on exported method ItemList.GetItemMetadata should be of the form "GetItemMetadata ..." (golint)
    • Line 520: warning: comment on exported method ItemList.GetItemText should be of the form "GetItemText ..." (golint)
    • Line 544: warning: comment on exported method ItemList.GetItemTooltip should be of the form "GetItemTooltip ..." (golint)
    • Line 568: warning: comment on exported method ItemList.GetMaxColumns should be of the form "GetMaxColumns ..." (golint)
    • Line 591: warning: comment on exported method ItemList.GetMaxTextLines should be of the form "GetMaxTextLines ..." (golint)
    • Line 614: warning: comment on exported method ItemList.GetSelectMode should be of the form "GetSelectMode ..." (golint)
    • Line 637: warning: comment on exported method ItemList.GetSelectedItems should be of the form "GetSelectedItems ..." (golint)
    • Line 660: warning: comment on exported method ItemList.GetVScroll should be of the form "GetVScroll ..." (golint)
    • Line 697: warning: comment on exported method ItemList.HasAutoHeight should be of the form "HasAutoHeight ..." (golint)
    • Line 720: warning: comment on exported method ItemList.IsItemDisabled should be of the form "IsItemDisabled ..." (golint)
    • Line 744: warning: comment on exported method ItemList.IsItemSelectable should be of the form "IsItemSelectable ..." (golint)
    • Line 768: warning: comment on exported method ItemList.IsItemTooltipEnabled should be of the form "IsItemTooltipEnabled ..." (golint)
    • Line 792: warning: comment on exported method ItemList.IsSameColumnWidth should be of the form "IsSameColumnWidth ..." (golint)
    • Line 815: warning: comment on exported method ItemList.IsSelected should be of the form "IsSelected ..." (golint)
    • Line 839: warning: comment on exported method ItemList.RemoveItem should be of the form "RemoveItem ..." (golint)
    • Line 860: warning: comment on exported method ItemList.Select should be of the form "Select ..." (golint)
    • Line 882: warning: comment on exported method ItemList.SetAllowReselect should be of the form "SetAllowReselect ..." (golint)
    • Line 903: warning: comment on exported method ItemList.SetAllowRmbSelect should be of the form "SetAllowRmbSelect ..." (golint)
    • Line 924: warning: comment on exported method ItemList.SetAutoHeight should be of the form "SetAutoHeight ..." (golint)
    • Line 945: warning: comment on exported method ItemList.SetFixedColumnWidth should be of the form "SetFixedColumnWidth ..." (golint)
    • Line 966: warning: comment on exported method ItemList.SetFixedIconSize should be of the form "SetFixedIconSize ..." (golint)
    • Line 987: warning: comment on exported method ItemList.SetIconMode should be of the form "SetIconMode ..." (golint)
    • Line 1008: warning: comment on exported method ItemList.SetIconScale should be of the form "SetIconScale ..." (golint)
    • Line 1029: warning: comment on exported method ItemList.SetItemCustomBgColor should be of the form "SetItemCustomBgColor ..." (golint)
    • Line 1051: warning: comment on exported method ItemList.SetItemDisabled should be of the form "SetItemDisabled ..." (golint)
    • Line 1073: warning: comment on exported method ItemList.SetItemIcon should be of the form "SetItemIcon ..." (golint)
    • Line 1095: warning: comment on exported method ItemList.SetItemIconRegion should be of the form "SetItemIconRegion ..." (golint)
    • Line 1117: warning: comment on exported method ItemList.SetItemMetadata should be of the form "SetItemMetadata ..." (golint)
    • Line 1139: warning: comment on exported method ItemList.SetItemSelectable should be of the form "SetItemSelectable ..." (golint)
    • Line 1161: warning: comment on exported method ItemList.SetItemText should be of the form "SetItemText ..." (golint)
    • Line 1183: warning: comment on exported method ItemList.SetItemTooltip should be of the form "SetItemTooltip ..." (golint)
    • Line 1205: warning: comment on exported method ItemList.SetItemTooltipEnabled should be of the form "SetItemTooltipEnabled ..." (golint)
    • Line 1227: warning: comment on exported method ItemList.SetMaxColumns should be of the form "SetMaxColumns ..." (golint)
    • Line 1248: warning: comment on exported method ItemList.SetMaxTextLines should be of the form "SetMaxTextLines ..." (golint)
    • Line 1269: warning: comment on exported method ItemList.SetSameColumnWidth should be of the form "SetSameColumnWidth ..." (golint)
    • Line 1290: warning: comment on exported method ItemList.SetSelectMode should be of the form "SetSelectMode ..." (golint)
    • Line 1311: warning: comment on exported method ItemList.SortItemsByText should be of the form "SortItemsByText ..." (golint)
    • Line 1331: warning: comment on exported method ItemList.Unselect should be of the form "Unselect ..." (golint)
    • godot-go/godot/polygon2d.gen.go
    • Line 33: warning: exported method Polygon2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Polygon2D.GetAntialiased should be of the form "GetAntialiased ..." (golint)
    • Line 60: warning: comment on exported method Polygon2D.GetColor should be of the form "GetColor ..." (golint)
    • Line 83: warning: comment on exported method Polygon2D.GetInvert should be of the form "GetInvert ..." (golint)
    • Line 106: warning: comment on exported method Polygon2D.GetInvertBorder should be of the form "GetInvertBorder ..." (golint)
    • Line 129: warning: comment on exported method Polygon2D.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 152: warning: comment on exported method Polygon2D.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 175: warning: comment on exported method Polygon2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 212: warning: comment on exported method Polygon2D.GetTextureOffset should be of the form "GetTextureOffset ..." (golint)
    • Line 235: warning: comment on exported method Polygon2D.GetTextureRotation should be of the form "GetTextureRotation ..." (golint)
    • Line 258: warning: comment on exported method Polygon2D.GetTextureRotationDegrees should be of the form "GetTextureRotationDegrees ..." (golint)
    • Line 281: warning: comment on exported method Polygon2D.GetTextureScale should be of the form "GetTextureScale ..." (golint)
    • Line 304: warning: comment on exported method Polygon2D.GetUv should be of the form "GetUv ..." (golint)
    • Line 327: warning: comment on exported method Polygon2D.GetVertexColors should be of the form "GetVertexColors ..." (golint)
    • Line 350: warning: comment on exported method Polygon2D.SetAntialiased should be of the form "SetAntialiased ..." (golint)
    • Line 371: warning: comment on exported method Polygon2D.SetColor should be of the form "SetColor ..." (golint)
    • Line 392: warning: comment on exported method Polygon2D.SetInvert should be of the form "SetInvert ..." (golint)
    • Line 413: warning: comment on exported method Polygon2D.SetInvertBorder should be of the form "SetInvertBorder ..." (golint)
    • Line 434: warning: comment on exported method Polygon2D.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 455: warning: comment on exported method Polygon2D.SetPolygon should be of the form "SetPolygon ..." (golint)
    • Line 476: warning: comment on exported method Polygon2D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 497: warning: comment on exported method Polygon2D.SetTextureOffset should be of the form "SetTextureOffset ..." (golint)
    • Line 518: warning: comment on exported method Polygon2D.SetTextureRotation should be of the form "SetTextureRotation ..." (golint)
    • Line 539: warning: comment on exported method Polygon2D.SetTextureRotationDegrees should be of the form "SetTextureRotationDegrees ..." (golint)
    • Line 560: warning: comment on exported method Polygon2D.SetTextureScale should be of the form "SetTextureScale ..." (golint)
    • Line 581: warning: comment on exported method Polygon2D.SetUv should be of the form "SetUv ..." (golint)
    • Line 602: warning: comment on exported method Polygon2D.SetVertexColors should be of the form "SetVertexColors ..." (golint)
    • godot-go/godot/meshlibrary.gen.go
    • Line 25: warning: comment on exported type MeshLibrary should be of the form "MeshLibrary ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MeshLibrary.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MeshLibrary.Clear should be of the form "Clear ..." (golint)
    • Line 57: warning: comment on exported method MeshLibrary.CreateItem should be of the form "CreateItem ..." (golint)
    • Line 78: warning: comment on exported method MeshLibrary.FindItemByName should be of the form "FindItemByName ..." (golint)
    • Line 102: warning: comment on exported method MeshLibrary.GetItemList should be of the form "GetItemList ..." (golint)
    • Line 125: warning: comment on exported method MeshLibrary.GetItemMesh should be of the form "GetItemMesh ..." (golint)
    • Line 163: warning: comment on exported method MeshLibrary.GetItemName should be of the form "GetItemName ..." (golint)
    • Line 187: warning: comment on exported method MeshLibrary.GetItemNavmesh should be of the form "GetItemNavmesh ..." (golint)
    • Line 225: warning: comment on exported method MeshLibrary.GetItemPreview should be of the form "GetItemPreview ..." (golint)
    • Line 263: warning: comment on exported method MeshLibrary.GetItemShapes should be of the form "GetItemShapes ..." (golint)
    • Line 287: warning: comment on exported method MeshLibrary.GetLastUnusedItemId should be of the form "GetLastUnusedItemId ..." (golint)
    • Line 310: warning: comment on exported method MeshLibrary.RemoveItem should be of the form "RemoveItem ..." (golint)
    • Line 331: warning: comment on exported method MeshLibrary.SetItemMesh should be of the form "SetItemMesh ..." (golint)
    • Line 353: warning: comment on exported method MeshLibrary.SetItemName should be of the form "SetItemName ..." (golint)
    • Line 375: warning: comment on exported method MeshLibrary.SetItemNavmesh should be of the form "SetItemNavmesh ..." (golint)
    • Line 397: warning: comment on exported method MeshLibrary.SetItemPreview should be of the form "SetItemPreview ..." (golint)
    • Line 419: warning: comment on exported method MeshLibrary.SetItemShapes should be of the form "SetItemShapes ..." (golint)
    • godot-go/godot/position3d.gen.go
    • Line 25: warning: comment on exported type Position3D should be of the form "Position3D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Position3D.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/tcp_server.gen.go
    • Line 17: warning: don't use underscores in Go names; func newTCP_ServerFromPointer should be newTCPServerFromPointer (golint)
    • Line 25: warning: comment on exported type TCP_Server should be of the form "TCP_Server ..." (with optional leading article) (golint)
    • Line 28: warning: don't use underscores in Go names; type TCP_Server should be TCPServer (golint)
    • Line 33: warning: exported method TCP_Server.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method TCP_Server.IsConnectionAvailable should be of the form "IsConnectionAvailable ..." (golint)
    • Line 60: warning: comment on exported method TCP_Server.Listen should be of the form "Listen ..." (golint)
    • Line 85: warning: comment on exported method TCP_Server.Stop should be of the form "Stop ..." (golint)
    • Line 105: warning: comment on exported method TCP_Server.TakeConnection should be of the form "TakeConnection ..." (golint)
    • Line 144: warning: don't use underscores in Go names; type TCP_ServerImplementer should be TCPServerImplementer (golint)
    • godot-go/godot/viewportcontainer.gen.go
    • Line 25: warning: comment on exported type ViewportContainer should be of the form "ViewportContainer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ViewportContainer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ViewportContainer.X_Input should be of the form "X_Input ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Input should be XInput (golint)
    • Line 58: warning: comment on exported method ViewportContainer.GetStretchShrink should be of the form "GetStretchShrink ..." (golint)
    • Line 81: warning: comment on exported method ViewportContainer.IsStretchEnabled should be of the form "IsStretchEnabled ..." (golint)
    • Line 104: warning: comment on exported method ViewportContainer.SetStretch should be of the form "SetStretch ..." (golint)
    • Line 125: warning: comment on exported method ViewportContainer.SetStretchShrink should be of the form "SetStretchShrink ..." (golint)
    • godot-go/godot/label.gen.go
    • Line 20: warning: exported const LabelAlignCenter should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const LabelValignBottom should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported method Label.BaseClass should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method Label.GetAlign should be of the form "GetAlign ..." (golint)
    • Line 80: warning: comment on exported method Label.GetLineCount should be of the form "GetLineCount ..." (golint)
    • Line 103: warning: comment on exported method Label.GetLineHeight should be of the form "GetLineHeight ..." (golint)
    • Line 126: warning: comment on exported method Label.GetLinesSkipped should be of the form "GetLinesSkipped ..." (golint)
    • Line 149: warning: comment on exported method Label.GetMaxLinesVisible should be of the form "GetMaxLinesVisible ..." (golint)
    • Line 172: warning: comment on exported method Label.GetPercentVisible should be of the form "GetPercentVisible ..." (golint)
    • Line 195: warning: comment on exported method Label.GetText should be of the form "GetText ..." (golint)
    • Line 218: warning: comment on exported method Label.GetTotalCharacterCount should be of the form "GetTotalCharacterCount ..." (golint)
    • Line 241: warning: comment on exported method Label.GetValign should be of the form "GetValign ..." (golint)
    • Line 264: warning: comment on exported method Label.GetVisibleCharacters should be of the form "GetVisibleCharacters ..." (golint)
    • Line 287: warning: comment on exported method Label.GetVisibleLineCount should be of the form "GetVisibleLineCount ..." (golint)
    • Line 310: warning: comment on exported method Label.HasAutowrap should be of the form "HasAutowrap ..." (golint)
    • Line 333: warning: comment on exported method Label.IsClippingText should be of the form "IsClippingText ..." (golint)
    • Line 356: warning: comment on exported method Label.IsUppercase should be of the form "IsUppercase ..." (golint)
    • Line 379: warning: comment on exported method Label.SetAlign should be of the form "SetAlign ..." (golint)
    • Line 400: warning: comment on exported method Label.SetAutowrap should be of the form "SetAutowrap ..." (golint)
    • Line 421: warning: comment on exported method Label.SetClipText should be of the form "SetClipText ..." (golint)
    • Line 442: warning: comment on exported method Label.SetLinesSkipped should be of the form "SetLinesSkipped ..." (golint)
    • Line 463: warning: comment on exported method Label.SetMaxLinesVisible should be of the form "SetMaxLinesVisible ..." (golint)
    • Line 484: warning: comment on exported method Label.SetPercentVisible should be of the form "SetPercentVisible ..." (golint)
    • Line 505: warning: comment on exported method Label.SetText should be of the form "SetText ..." (golint)
    • Line 526: warning: comment on exported method Label.SetUppercase should be of the form "SetUppercase ..." (golint)
    • Line 547: warning: comment on exported method Label.SetValign should be of the form "SetValign ..." (golint)
    • Line 568: warning: comment on exported method Label.SetVisibleCharacters should be of the form "SetVisibleCharacters ..." (golint)
    • godot-go/godot/proximitygroup.gen.go
    • Line 20: warning: exported const ProximityGroupModeProxy should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type ProximityGroup should be of the form "ProximityGroup ..." (with optional leading article) (golint)
    • Line 41: warning: exported method ProximityGroup.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method ProximityGroup.X_ProximityGroupBroadcast should be of the form "X_ProximityGroupBroadcast ..." (golint)
    • Line 49: warning: don't use underscores in Go names; method X_ProximityGroupBroadcast should be XProximityGroupBroadcast (golint)
    • Line 67: warning: comment on exported method ProximityGroup.Broadcast should be of the form "Broadcast ..." (golint)
    • Line 89: warning: comment on exported method ProximityGroup.GetDispatchMode should be of the form "GetDispatchMode ..." (golint)
    • Line 112: warning: comment on exported method ProximityGroup.GetGridRadius should be of the form "GetGridRadius ..." (golint)
    • Line 135: warning: comment on exported method ProximityGroup.GetGroupName should be of the form "GetGroupName ..." (golint)
    • Line 158: warning: comment on exported method ProximityGroup.SetDispatchMode should be of the form "SetDispatchMode ..." (golint)
    • Line 179: warning: comment on exported method ProximityGroup.SetGridRadius should be of the form "SetGridRadius ..." (golint)
    • Line 200: warning: comment on exported method ProximityGroup.SetGroupName should be of the form "SetGroupName ..." (golint)
    • godot-go/godot/visualscriptlocalvar.gen.go
    • Line 25: warning: comment on exported type VisualScriptLocalVar should be of the form "VisualScriptLocalVar ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptLocalVar.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptLocalVar.GetVarName should be of the form "GetVarName ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptLocalVar.GetVarType should be of the form "GetVarType ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptLocalVar.SetVarName should be of the form "SetVarName ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptLocalVar.SetVarType should be of the form "SetVarType ..." (golint)
    • godot-go/gdnative/gdnative.go
    • Line 32: warning: comment on exported var GDNative should be of the form "GDNative ..." (golint)
    • Line 97: warning: exported function NewEmptyVoid should have comment or be unexported (golint)
    • Line 185: warning: exported type Char should have comment or be unexported (golint)
    • Line 191: warning: exported type Double should have comment or be unexported (golint)
    • Line 219: warning: exported type Float should have comment or be unexported (golint)
    • Line 225: warning: exported type Int64T should have comment or be unexported (golint)
    • Line 231: warning: exported type SignedChar should have comment or be unexported (golint)
    • Line 299: warning: exported method WcharT.AsString should have comment or be unexported (golint)
    • godot-go/godot/trianglemesh.gen.go
    • Line 25: warning: comment on exported type TriangleMesh should be of the form "TriangleMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method TriangleMesh.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/canvasmodulate.gen.go
    • Line 25: warning: comment on exported type CanvasModulate should be of the form "CanvasModulate ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CanvasModulate.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CanvasModulate.GetColor should be of the form "GetColor ..." (golint)
    • Line 60: warning: comment on exported method CanvasModulate.SetColor should be of the form "SetColor ..." (golint)
    • godot-go/godot/remotetransform2d.gen.go
    • Line 33: warning: exported method RemoteTransform2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RemoteTransform2D.GetRemoteNode should be of the form "GetRemoteNode ..." (golint)
    • Line 60: warning: comment on exported method RemoteTransform2D.GetUpdatePosition should be of the form "GetUpdatePosition ..." (golint)
    • Line 83: warning: comment on exported method RemoteTransform2D.GetUpdateRotation should be of the form "GetUpdateRotation ..." (golint)
    • Line 106: warning: comment on exported method RemoteTransform2D.GetUpdateScale should be of the form "GetUpdateScale ..." (golint)
    • Line 129: warning: comment on exported method RemoteTransform2D.GetUseGlobalCoordinates should be of the form "GetUseGlobalCoordinates ..." (golint)
    • Line 152: warning: comment on exported method RemoteTransform2D.SetRemoteNode should be of the form "SetRemoteNode ..." (golint)
    • Line 173: warning: comment on exported method RemoteTransform2D.SetUpdatePosition should be of the form "SetUpdatePosition ..." (golint)
    • Line 194: warning: comment on exported method RemoteTransform2D.SetUpdateRotation should be of the form "SetUpdateRotation ..." (golint)
    • Line 215: warning: comment on exported method RemoteTransform2D.SetUpdateScale should be of the form "SetUpdateScale ..." (golint)
    • Line 236: warning: comment on exported method RemoteTransform2D.SetUseGlobalCoordinates should be of the form "SetUseGlobalCoordinates ..." (golint)
    • godot-go/godot/visualscriptresourcepath.gen.go
    • Line 25: warning: comment on exported type VisualScriptResourcePath should be of the form "VisualScriptResourcePath ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptResourcePath.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptResourcePath.GetResourcePath should be of the form "GetResourcePath ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptResourcePath.SetResourcePath should be of the form "SetResourcePath ..." (golint)
    • godot-go/godot/progressbar.gen.go
    • Line 25: warning: comment on exported type ProgressBar should be of the form "ProgressBar ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ProgressBar.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ProgressBar.IsPercentVisible should be of the form "IsPercentVisible ..." (golint)
    • Line 60: warning: comment on exported method ProgressBar.SetPercentVisible should be of the form "SetPercentVisible ..." (golint)
    • godot-go/godot/arvrserver.gen.go
    • Line 20: warning: exported const ARVRServerDontResetRotation should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const ARVRServerTrackerAnchor should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: comment on exported var ARVRServer should be of the form "ARVRServer ..." (golint)
    • godot-go/godot/collisionobject.gen.go
    • Line 33: warning: exported method CollisionObject.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CollisionObject.X_InputEvent should be of the form "X_InputEvent ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_InputEvent should be XInputEvent (golint)
    • Line 62: warning: comment on exported method CollisionObject.CreateShapeOwner should be of the form "CreateShapeOwner ..." (golint)
    • Line 86: warning: comment on exported method CollisionObject.GetCaptureInputOnDrag should be of the form "GetCaptureInputOnDrag ..." (golint)
    • Line 109: warning: comment on exported method CollisionObject.GetRid should be of the form "GetRid ..." (golint)
    • Line 132: warning: comment on exported method CollisionObject.GetShapeOwners should be of the form "GetShapeOwners ..." (golint)
    • Line 155: warning: comment on exported method CollisionObject.IsRayPickable should be of the form "IsRayPickable ..." (golint)
    • Line 178: warning: comment on exported method CollisionObject.IsShapeOwnerDisabled should be of the form "IsShapeOwnerDisabled ..." (golint)
    • Line 202: warning: comment on exported method CollisionObject.RemoveShapeOwner should be of the form "RemoveShapeOwner ..." (golint)
    • Line 223: warning: comment on exported method CollisionObject.SetCaptureInputOnDrag should be of the form "SetCaptureInputOnDrag ..." (golint)
    • Line 244: warning: comment on exported method CollisionObject.SetRayPickable should be of the form "SetRayPickable ..." (golint)
    • Line 265: warning: comment on exported method CollisionObject.ShapeFindOwner should be of the form "ShapeFindOwner ..." (golint)
    • Line 289: warning: comment on exported method CollisionObject.ShapeOwnerAddShape should be of the form "ShapeOwnerAddShape ..." (golint)
    • Line 311: warning: comment on exported method CollisionObject.ShapeOwnerClearShapes should be of the form "ShapeOwnerClearShapes ..." (golint)
    • Line 332: warning: comment on exported method CollisionObject.ShapeOwnerGetOwner should be of the form "ShapeOwnerGetOwner ..." (golint)
    • Line 370: warning: comment on exported method CollisionObject.ShapeOwnerGetShape should be of the form "ShapeOwnerGetShape ..." (golint)
    • Line 409: warning: comment on exported method CollisionObject.ShapeOwnerGetShapeCount should be of the form "ShapeOwnerGetShapeCount ..." (golint)
    • Line 433: warning: comment on exported method CollisionObject.ShapeOwnerGetShapeIndex should be of the form "ShapeOwnerGetShapeIndex ..." (golint)
    • Line 458: warning: comment on exported method CollisionObject.ShapeOwnerGetTransform should be of the form "ShapeOwnerGetTransform ..." (golint)
    • Line 482: warning: comment on exported method CollisionObject.ShapeOwnerRemoveShape should be of the form "ShapeOwnerRemoveShape ..." (golint)
    • Line 504: warning: comment on exported method CollisionObject.ShapeOwnerSetDisabled should be of the form "ShapeOwnerSetDisabled ..." (golint)
    • Line 526: warning: comment on exported method CollisionObject.ShapeOwnerSetTransform should be of the form "ShapeOwnerSetTransform ..." (golint)
    • godot-go/godot/editorinterface.gen.go
    • Line 25: warning: comment on exported type EditorInterface should be of the form "EditorInterface ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorInterface.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorInterface.EditResource should be of the form "EditResource ..." (golint)
    • Line 58: warning: comment on exported method EditorInterface.GetBaseControl should be of the form "GetBaseControl ..." (golint)
    • Line 95: warning: comment on exported method EditorInterface.GetEditedSceneRoot should be of the form "GetEditedSceneRoot ..." (golint)
    • Line 132: warning: comment on exported method EditorInterface.GetEditorSettings should be of the form "GetEditorSettings ..." (golint)
    • Line 169: warning: comment on exported method EditorInterface.GetEditorViewport should be of the form "GetEditorViewport ..." (golint)
    • Line 206: warning: comment on exported method EditorInterface.GetOpenScenes should be of the form "GetOpenScenes ..." (golint)
    • Line 229: warning: comment on exported method EditorInterface.GetResourceFilesystem should be of the form "GetResourceFilesystem ..." (golint)
    • Line 266: warning: comment on exported method EditorInterface.GetResourcePreviewer should be of the form "GetResourcePreviewer ..." (golint)
    • Line 303: warning: comment on exported method EditorInterface.GetScriptEditor should be of the form "GetScriptEditor ..." (golint)
    • Line 340: warning: comment on exported method EditorInterface.GetSelectedPath should be of the form "GetSelectedPath ..." (golint)
    • Line 363: warning: comment on exported method EditorInterface.GetSelection should be of the form "GetSelection ..." (golint)
    • Line 400: warning: comment on exported method EditorInterface.InspectObject should be of the form "InspectObject ..." (golint)
    • Line 422: warning: comment on exported method EditorInterface.IsPluginEnabled should be of the form "IsPluginEnabled ..." (golint)
    • Line 446: warning: comment on exported method EditorInterface.MakeMeshPreviews should be of the form "MakeMeshPreviews ..." (golint)
    • Line 471: warning: comment on exported method EditorInterface.OpenSceneFromPath should be of the form "OpenSceneFromPath ..." (golint)
    • Line 492: warning: comment on exported method EditorInterface.ReloadSceneFromPath should be of the form "ReloadSceneFromPath ..." (golint)
    • Line 513: warning: comment on exported method EditorInterface.SaveScene should be of the form "SaveScene ..." (golint)
    • Line 536: warning: comment on exported method EditorInterface.SaveSceneAs should be of the form "SaveSceneAs ..." (golint)
    • Line 558: warning: comment on exported method EditorInterface.SelectFile should be of the form "SelectFile ..." (golint)
    • Line 579: warning: comment on exported method EditorInterface.SetPluginEnabled should be of the form "SetPluginEnabled ..." (golint)
    • godot-go/godot/navigation.gen.go
    • Line 33: warning: exported method Navigation.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Navigation.GetClosestPoint should be of the form "GetClosestPoint ..." (golint)
    • Line 61: warning: comment on exported method Navigation.GetClosestPointNormal should be of the form "GetClosestPointNormal ..." (golint)
    • Line 85: warning: comment on exported method Navigation.GetClosestPointOwner should be of the form "GetClosestPointOwner ..." (golint)
    • Line 123: warning: comment on exported method Navigation.GetClosestPointToSegment should be of the form "GetClosestPointToSegment ..." (golint)
    • Line 149: warning: comment on exported method Navigation.GetSimplePath should be of the form "GetSimplePath ..." (golint)
    • Line 175: warning: comment on exported method Navigation.GetUpVector should be of the form "GetUpVector ..." (golint)
    • Line 198: warning: comment on exported method Navigation.NavmeshAdd should be of the form "NavmeshAdd ..." (golint)
    • Line 224: warning: comment on exported method Navigation.NavmeshRemove should be of the form "NavmeshRemove ..." (golint)
    • Line 245: warning: comment on exported method Navigation.NavmeshSetTransform should be of the form "NavmeshSetTransform ..." (golint)
    • Line 267: warning: comment on exported method Navigation.SetUpVector should be of the form "SetUpVector ..." (golint)
    • godot-go/godot/mainloop.gen.go
    • Line 25: warning: comment on exported type MainLoop should be of the form "MainLoop ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MainLoop.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MainLoop.X_DropFiles should be of the form "X_DropFiles ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_DropFiles should be XDropFiles (golint)
    • Line 59: warning: comment on exported method MainLoop.X_Finalize should be of the form "X_Finalize ..." (golint)
    • Line 63: warning: don't use underscores in Go names; method X_Finalize should be XFinalize (golint)
    • Line 79: warning: comment on exported method MainLoop.X_Idle should be of the form "X_Idle ..." (golint)
    • Line 83: warning: don't use underscores in Go names; method X_Idle should be XIdle (golint)
    • Line 100: warning: comment on exported method MainLoop.X_Initialize should be of the form "X_Initialize ..." (golint)
    • Line 104: warning: don't use underscores in Go names; method X_Initialize should be XInitialize (golint)
    • Line 120: warning: comment on exported method MainLoop.X_InputEvent should be of the form "X_InputEvent ..." (golint)
    • Line 124: warning: don't use underscores in Go names; method X_InputEvent should be XInputEvent (golint)
    • Line 141: warning: comment on exported method MainLoop.X_InputText should be of the form "X_InputText ..." (golint)
    • Line 145: warning: don't use underscores in Go names; method X_InputText should be XInputText (golint)
    • Line 162: warning: comment on exported method MainLoop.X_Iteration should be of the form "X_Iteration ..." (golint)
    • Line 166: warning: don't use underscores in Go names; method X_Iteration should be XIteration (golint)
    • Line 183: warning: comment on exported method MainLoop.Finish should be of the form "Finish ..." (golint)
    • Line 203: warning: comment on exported method MainLoop.Idle should be of the form "Idle ..." (golint)
    • Line 227: warning: comment on exported method MainLoop.Init should be of the form "Init ..." (golint)
    • Line 247: warning: comment on exported method MainLoop.InputEventMethod should be of the form "InputEventMethod ..." (golint)
    • Line 268: warning: comment on exported method MainLoop.InputText should be of the form "InputText ..." (golint)
    • Line 289: warning: comment on exported method MainLoop.Iteration should be of the form "Iteration ..." (golint)
    • godot-go/godot/physicsdirectspacestate.gen.go
    • Line 25: warning: comment on exported type PhysicsDirectSpaceState should be of the form "PhysicsDirectSpaceState ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PhysicsDirectSpaceState.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PhysicsDirectSpaceState.CastMotion should be of the form "CastMotion ..." (golint)
    • Line 62: warning: comment on exported method PhysicsDirectSpaceState.CollideShape should be of the form "CollideShape ..." (golint)
    • Line 87: warning: comment on exported method PhysicsDirectSpaceState.GetRestInfo should be of the form "GetRestInfo ..." (golint)
    • Line 111: warning: comment on exported method PhysicsDirectSpaceState.IntersectRay should be of the form "IntersectRay ..." (golint)
    • Line 138: warning: comment on exported method PhysicsDirectSpaceState.IntersectShape should be of the form "IntersectShape ..." (golint)
    • godot-go/godot/popuppanel.gen.go
    • Line 25: warning: comment on exported type PopupPanel should be of the form "PopupPanel ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PopupPanel.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualscriptvariableget.gen.go
    • Line 25: warning: comment on exported type VisualScriptVariableGet should be of the form "VisualScriptVariableGet ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptVariableGet.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptVariableGet.GetVariable should be of the form "GetVariable ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptVariableGet.SetVariable should be of the form "SetVariable ..." (golint)
    • godot-go/gdnative/variant.gen.go
    • Line 62: warning: exported type Variant should have comment or be unexported (golint)
    • Line 651: warning: exported const VariantTypeNil should have comment (or a comment on this block) or be unexported (golint)
    • Line 719: warning: exported const CallErrorCallOk should have comment (or a comment on this block) or be unexported (golint)
    • Line 758: warning: exported type VariantCallError should have comment or be unexported (golint)
    • godot-go/godot/area.gen.go
    • Line 20: warning: exported const AreaSpaceOverrideCombine should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: comment on exported type Area should be of the form "Area ..." (with optional leading article) (golint)
    • Line 44: warning: exported method Area.BaseClass should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method Area.X_AreaEnterTree should be of the form "X_AreaEnterTree ..." (golint)
    • Line 52: warning: don't use underscores in Go names; method X_AreaEnterTree should be XAreaEnterTree (golint)
    • Line 69: warning: comment on exported method Area.X_AreaExitTree should be of the form "X_AreaExitTree ..." (golint)
    • Line 73: warning: don't use underscores in Go names; method X_AreaExitTree should be XAreaExitTree (golint)
    • Line 90: warning: comment on exported method Area.X_AreaInout should be of the form "X_AreaInout ..." (golint)
    • Line 94: warning: don't use underscores in Go names; method X_AreaInout should be XAreaInout (golint)
    • Line 115: warning: comment on exported method Area.X_BodyEnterTree should be of the form "X_BodyEnterTree ..." (golint)
    • Line 119: warning: don't use underscores in Go names; method X_BodyEnterTree should be XBodyEnterTree (golint)
    • Line 136: warning: comment on exported method Area.X_BodyExitTree should be of the form "X_BodyExitTree ..." (golint)
    • Line 140: warning: don't use underscores in Go names; method X_BodyExitTree should be XBodyExitTree (golint)
    • Line 157: warning: comment on exported method Area.X_BodyInout should be of the form "X_BodyInout ..." (golint)
    • Line 161: warning: don't use underscores in Go names; method X_BodyInout should be XBodyInout (golint)
    • Line 182: warning: comment on exported method Area.GetAngularDamp should be of the form "GetAngularDamp ..." (golint)
    • Line 205: warning: comment on exported method Area.GetAudioBus should be of the form "GetAudioBus ..." (golint)
    • Line 228: warning: comment on exported method Area.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 251: warning: comment on exported method Area.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 275: warning: comment on exported method Area.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 298: warning: comment on exported method Area.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 322: warning: comment on exported method Area.GetGravity should be of the form "GetGravity ..." (golint)
    • Line 345: warning: comment on exported method Area.GetGravityDistanceScale should be of the form "GetGravityDistanceScale ..." (golint)
    • Line 368: warning: comment on exported method Area.GetGravityVector should be of the form "GetGravityVector ..." (golint)
    • Line 391: warning: comment on exported method Area.GetLinearDamp should be of the form "GetLinearDamp ..." (golint)
    • Line 414: warning: comment on exported method Area.GetOverlappingAreas should be of the form "GetOverlappingAreas ..." (golint)
    • Line 437: warning: comment on exported method Area.GetOverlappingBodies should be of the form "GetOverlappingBodies ..." (golint)
    • Line 460: warning: comment on exported method Area.GetPriority should be of the form "GetPriority ..." (golint)
    • Line 483: warning: comment on exported method Area.GetReverbAmount should be of the form "GetReverbAmount ..." (golint)
    • Line 506: warning: comment on exported method Area.GetReverbBus should be of the form "GetReverbBus ..." (golint)
    • Line 529: warning: comment on exported method Area.GetReverbUniformity should be of the form "GetReverbUniformity ..." (golint)
    • Line 552: warning: comment on exported method Area.GetSpaceOverrideMode should be of the form "GetSpaceOverrideMode ..." (golint)
    • Line 575: warning: comment on exported method Area.IsGravityAPoint should be of the form "IsGravityAPoint ..." (golint)
    • Line 598: warning: comment on exported method Area.IsMonitorable should be of the form "IsMonitorable ..." (golint)
    • Line 621: warning: comment on exported method Area.IsMonitoring should be of the form "IsMonitoring ..." (golint)
    • Line 644: warning: comment on exported method Area.IsOverridingAudioBus should be of the form "IsOverridingAudioBus ..." (golint)
    • Line 667: warning: comment on exported method Area.IsUsingReverbBus should be of the form "IsUsingReverbBus ..." (golint)
    • Line 690: warning: comment on exported method Area.OverlapsArea should be of the form "OverlapsArea ..." (golint)
    • Line 714: warning: comment on exported method Area.OverlapsBody should be of the form "OverlapsBody ..." (golint)
    • Line 738: warning: comment on exported method Area.SetAngularDamp should be of the form "SetAngularDamp ..." (golint)
    • Line 759: warning: comment on exported method Area.SetAudioBus should be of the form "SetAudioBus ..." (golint)
    • Line 780: warning: comment on exported method Area.SetAudioBusOverride should be of the form "SetAudioBusOverride ..." (golint)
    • Line 801: warning: comment on exported method Area.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 822: warning: comment on exported method Area.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 844: warning: comment on exported method Area.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 865: warning: comment on exported method Area.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 887: warning: comment on exported method Area.SetGravity should be of the form "SetGravity ..." (golint)
    • Line 908: warning: comment on exported method Area.SetGravityDistanceScale should be of the form "SetGravityDistanceScale ..." (golint)
    • Line 929: warning: comment on exported method Area.SetGravityIsPoint should be of the form "SetGravityIsPoint ..." (golint)
    • Line 950: warning: comment on exported method Area.SetGravityVector should be of the form "SetGravityVector ..." (golint)
    • Line 971: warning: comment on exported method Area.SetLinearDamp should be of the form "SetLinearDamp ..." (golint)
    • Line 992: warning: comment on exported method Area.SetMonitorable should be of the form "SetMonitorable ..." (golint)
    • Line 1013: warning: comment on exported method Area.SetMonitoring should be of the form "SetMonitoring ..." (golint)
    • Line 1034: warning: comment on exported method Area.SetPriority should be of the form "SetPriority ..." (golint)
    • Line 1055: warning: comment on exported method Area.SetReverbAmount should be of the form "SetReverbAmount ..." (golint)
    • Line 1076: warning: comment on exported method Area.SetReverbBus should be of the form "SetReverbBus ..." (golint)
    • Line 1097: warning: comment on exported method Area.SetReverbUniformity should be of the form "SetReverbUniformity ..." (golint)
    • Line 1118: warning: comment on exported method Area.SetSpaceOverrideMode should be of the form "SetSpaceOverrideMode ..." (golint)
    • Line 1139: warning: comment on exported method Area.SetUseReverbBus should be of the form "SetUseReverbBus ..." (golint)
    • godot-go/godot/gdnativelibrary.gen.go
    • Line 25: warning: comment on exported type GDNativeLibrary should be of the form "GDNativeLibrary ..." (with optional leading article) (golint)
    • Line 33: warning: exported method GDNativeLibrary.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GDNativeLibrary.GetConfigFile should be of the form "GetConfigFile ..." (golint)
    • Line 74: warning: comment on exported method GDNativeLibrary.GetCurrentDependencies should be of the form "GetCurrentDependencies ..." (golint)
    • Line 97: warning: comment on exported method GDNativeLibrary.GetCurrentLibraryPath should be of the form "GetCurrentLibraryPath ..." (golint)
    • Line 120: warning: comment on exported method GDNativeLibrary.GetSymbolPrefix should be of the form "GetSymbolPrefix ..." (golint)
    • Line 143: warning: comment on exported method GDNativeLibrary.IsReloadable should be of the form "IsReloadable ..." (golint)
    • Line 166: warning: comment on exported method GDNativeLibrary.IsSingleton should be of the form "IsSingleton ..." (golint)
    • Line 189: warning: comment on exported method GDNativeLibrary.SetLoadOnce should be of the form "SetLoadOnce ..." (golint)
    • Line 210: warning: comment on exported method GDNativeLibrary.SetReloadable should be of the form "SetReloadable ..." (golint)
    • Line 231: warning: comment on exported method GDNativeLibrary.SetSingleton should be of the form "SetSingleton ..." (golint)
    • Line 252: warning: comment on exported method GDNativeLibrary.SetSymbolPrefix should be of the form "SetSymbolPrefix ..." (golint)
    • Line 273: warning: comment on exported method GDNativeLibrary.ShouldLoadOnce should be of the form "ShouldLoadOnce ..." (golint)
    • godot-go/godot/graphedit.gen.go
    • Line 33: warning: exported method GraphEdit.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GraphEdit.X_ConnectionsLayerDraw should be of the form "X_ConnectionsLayerDraw ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ConnectionsLayerDraw should be XConnectionsLayerDraw (golint)
    • Line 57: warning: comment on exported method GraphEdit.X_GraphNodeMoved should be of the form "X_GraphNodeMoved ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_GraphNodeMoved should be XGraphNodeMoved (golint)
    • Line 78: warning: comment on exported method GraphEdit.X_GraphNodeRaised should be of the form "X_GraphNodeRaised ..." (golint)
    • Line 82: warning: don't use underscores in Go names; method X_GraphNodeRaised should be XGraphNodeRaised (golint)
    • Line 99: warning: comment on exported method GraphEdit.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 103: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 120: warning: comment on exported method GraphEdit.X_ScrollMoved should be of the form "X_ScrollMoved ..." (golint)
    • Line 124: warning: don't use underscores in Go names; method X_ScrollMoved should be XScrollMoved (golint)
    • Line 141: warning: comment on exported method GraphEdit.X_SnapToggled should be of the form "X_SnapToggled ..." (golint)
    • Line 145: warning: don't use underscores in Go names; method X_SnapToggled should be XSnapToggled (golint)
    • Line 161: warning: comment on exported method GraphEdit.X_SnapValueChanged should be of the form "X_SnapValueChanged ..." (golint)
    • Line 165: warning: don't use underscores in Go names; method X_SnapValueChanged should be XSnapValueChanged (golint)
    • Line 182: warning: comment on exported method GraphEdit.X_TopLayerDraw should be of the form "X_TopLayerDraw ..." (golint)
    • Line 186: warning: don't use underscores in Go names; method X_TopLayerDraw should be XTopLayerDraw (golint)
    • Line 202: warning: comment on exported method GraphEdit.X_TopLayerInput should be of the form "X_TopLayerInput ..." (golint)
    • Line 206: warning: don't use underscores in Go names; method X_TopLayerInput should be XTopLayerInput (golint)
    • Line 223: warning: comment on exported method GraphEdit.X_UpdateScrollOffset should be of the form "X_UpdateScrollOffset ..." (golint)
    • Line 227: warning: don't use underscores in Go names; method X_UpdateScrollOffset should be XUpdateScrollOffset (golint)
    • Line 243: warning: comment on exported method GraphEdit.X_ZoomMinus should be of the form "X_ZoomMinus ..." (golint)
    • Line 247: warning: don't use underscores in Go names; method X_ZoomMinus should be XZoomMinus (golint)
    • Line 263: warning: comment on exported method GraphEdit.X_ZoomPlus should be of the form "X_ZoomPlus ..." (golint)
    • Line 267: warning: don't use underscores in Go names; method X_ZoomPlus should be XZoomPlus (golint)
    • Line 283: warning: comment on exported method GraphEdit.X_ZoomReset should be of the form "X_ZoomReset ..." (golint)
    • Line 287: warning: don't use underscores in Go names; method X_ZoomReset should be XZoomReset (golint)
    • Line 303: warning: comment on exported method GraphEdit.AddValidConnectionType should be of the form "AddValidConnectionType ..." (golint)
    • Line 325: warning: comment on exported method GraphEdit.AddValidLeftDisconnectType should be of the form "AddValidLeftDisconnectType ..." (golint)
    • Line 346: warning: comment on exported method GraphEdit.AddValidRightDisconnectType should be of the form "AddValidRightDisconnectType ..." (golint)
    • Line 367: warning: comment on exported method GraphEdit.ClearConnections should be of the form "ClearConnections ..." (golint)
    • Line 387: warning: comment on exported method GraphEdit.ConnectNode should be of the form "ConnectNode ..." (golint)
    • Line 414: warning: comment on exported method GraphEdit.DisconnectNode should be of the form "DisconnectNode ..." (golint)
    • Line 438: warning: comment on exported method GraphEdit.GetConnectionList should be of the form "GetConnectionList ..." (golint)
    • Line 461: warning: comment on exported method GraphEdit.GetScrollOfs should be of the form "GetScrollOfs ..." (golint)
    • Line 484: warning: comment on exported method GraphEdit.GetSnap should be of the form "GetSnap ..." (golint)
    • Line 507: warning: comment on exported method GraphEdit.GetZoom should be of the form "GetZoom ..." (golint)
    • Line 530: warning: comment on exported method GraphEdit.IsNodeConnected should be of the form "IsNodeConnected ..." (golint)
    • Line 557: warning: comment on exported method GraphEdit.IsRightDisconnectsEnabled should be of the form "IsRightDisconnectsEnabled ..." (golint)
    • Line 580: warning: comment on exported method GraphEdit.IsUsingSnap should be of the form "IsUsingSnap ..." (golint)
    • Line 603: warning: comment on exported method GraphEdit.IsValidConnectionType should be of the form "IsValidConnectionType ..." (golint)
    • Line 628: warning: comment on exported method GraphEdit.RemoveValidConnectionType should be of the form "RemoveValidConnectionType ..." (golint)
    • Line 650: warning: comment on exported method GraphEdit.RemoveValidLeftDisconnectType should be of the form "RemoveValidLeftDisconnectType ..." (golint)
    • Line 671: warning: comment on exported method GraphEdit.RemoveValidRightDisconnectType should be of the form "RemoveValidRightDisconnectType ..." (golint)
    • Line 692: warning: comment on exported method GraphEdit.SetRightDisconnects should be of the form "SetRightDisconnects ..." (golint)
    • Line 713: warning: comment on exported method GraphEdit.SetScrollOfs should be of the form "SetScrollOfs ..." (golint)
    • Line 734: warning: comment on exported method GraphEdit.SetSelected should be of the form "SetSelected ..." (golint)
    • Line 755: warning: comment on exported method GraphEdit.SetSnap should be of the form "SetSnap ..." (golint)
    • Line 776: warning: comment on exported method GraphEdit.SetUseSnap should be of the form "SetUseSnap ..." (golint)
    • Line 797: warning: comment on exported method GraphEdit.SetZoom should be of the form "SetZoom ..." (golint)
    • godot-go/godot/shadermaterial.gen.go
    • Line 25: warning: comment on exported type ShaderMaterial should be of the form "ShaderMaterial ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ShaderMaterial.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ShaderMaterial.GetShader should be of the form "GetShader ..." (golint)
    • Line 74: warning: comment on exported method ShaderMaterial.GetShaderParam should be of the form "GetShaderParam ..." (golint)
    • Line 98: warning: comment on exported method ShaderMaterial.SetShader should be of the form "SetShader ..." (golint)
    • Line 119: warning: comment on exported method ShaderMaterial.SetShaderParam should be of the form "SetShaderParam ..." (golint)
    • godot-go/godot/editorscenepostimport.gen.go
    • Line 25: warning: comment on exported type EditorScenePostImport should be of the form "EditorScenePostImport ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorScenePostImport.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorScenePostImport.PostImport should be of the form "PostImport ..." (golint)
    • godot-go/godot/listener.gen.go
    • Line 25: warning: comment on exported type Listener should be of the form "Listener ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Listener.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Listener.ClearCurrent should be of the form "ClearCurrent ..." (golint)
    • Line 57: warning: comment on exported method Listener.GetListenerTransform should be of the form "GetListenerTransform ..." (golint)
    • Line 80: warning: comment on exported method Listener.IsCurrent should be of the form "IsCurrent ..." (golint)
    • Line 103: warning: comment on exported method Listener.MakeCurrent should be of the form "MakeCurrent ..." (golint)
    • godot-go/godot/visualscriptenginesingleton.gen.go
    • Line 25: warning: comment on exported type VisualScriptEngineSingleton should be of the form "VisualScriptEngineSingleton ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptEngineSingleton.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptEngineSingleton.GetSingleton should be of the form "GetSingleton ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptEngineSingleton.SetSingleton should be of the form "SetSingleton ..." (golint)
    • godot-go/godot/funcref.gen.go
    • Line 25: warning: comment on exported type FuncRef should be of the form "FuncRef ..." (with optional leading article) (golint)
    • Line 33: warning: exported method FuncRef.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method FuncRef.CallFunc should be of the form "CallFunc ..." (golint)
    • Line 60: warning: comment on exported method FuncRef.SetFunction should be of the form "SetFunction ..." (golint)
    • Line 81: warning: comment on exported method FuncRef.SetInstance should be of the form "SetInstance ..." (golint)
    • godot-go/godot/reflectionprobe.gen.go
    • Line 20: warning: exported const ReflectionProbeUpdateAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type ReflectionProbe should be of the form "ReflectionProbe ..." (with optional leading article) (golint)
    • Line 41: warning: exported method ReflectionProbe.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method ReflectionProbe.AreShadowsEnabled should be of the form "AreShadowsEnabled ..." (golint)
    • Line 68: warning: comment on exported method ReflectionProbe.GetCullMask should be of the form "GetCullMask ..." (golint)
    • Line 91: warning: comment on exported method ReflectionProbe.GetExtents should be of the form "GetExtents ..." (golint)
    • Line 114: warning: comment on exported method ReflectionProbe.GetIntensity should be of the form "GetIntensity ..." (golint)
    • Line 137: warning: comment on exported method ReflectionProbe.GetInteriorAmbient should be of the form "GetInteriorAmbient ..." (golint)
    • Line 160: warning: comment on exported method ReflectionProbe.GetInteriorAmbientEnergy should be of the form "GetInteriorAmbientEnergy ..." (golint)
    • Line 183: warning: comment on exported method ReflectionProbe.GetInteriorAmbientProbeContribution should be of the form "GetInteriorAmbientProbeContribution ..." (golint)
    • Line 206: warning: comment on exported method ReflectionProbe.GetMaxDistance should be of the form "GetMaxDistance ..." (golint)
    • Line 229: warning: comment on exported method ReflectionProbe.GetOriginOffset should be of the form "GetOriginOffset ..." (golint)
    • Line 252: warning: comment on exported method ReflectionProbe.GetUpdateMode should be of the form "GetUpdateMode ..." (golint)
    • Line 275: warning: comment on exported method ReflectionProbe.IsBoxProjectionEnabled should be of the form "IsBoxProjectionEnabled ..." (golint)
    • Line 298: warning: comment on exported method ReflectionProbe.IsSetAsInterior should be of the form "IsSetAsInterior ..." (golint)
    • Line 321: warning: comment on exported method ReflectionProbe.SetAsInterior should be of the form "SetAsInterior ..." (golint)
    • Line 342: warning: comment on exported method ReflectionProbe.SetCullMask should be of the form "SetCullMask ..." (golint)
    • Line 363: warning: comment on exported method ReflectionProbe.SetEnableBoxProjection should be of the form "SetEnableBoxProjection ..." (golint)
    • Line 384: warning: comment on exported method ReflectionProbe.SetEnableShadows should be of the form "SetEnableShadows ..." (golint)
    • Line 405: warning: comment on exported method ReflectionProbe.SetExtents should be of the form "SetExtents ..." (golint)
    • Line 426: warning: comment on exported method ReflectionProbe.SetIntensity should be of the form "SetIntensity ..." (golint)
    • Line 447: warning: comment on exported method ReflectionProbe.SetInteriorAmbient should be of the form "SetInteriorAmbient ..." (golint)
    • Line 468: warning: comment on exported method ReflectionProbe.SetInteriorAmbientEnergy should be of the form "SetInteriorAmbientEnergy ..." (golint)
    • Line 489: warning: comment on exported method ReflectionProbe.SetInteriorAmbientProbeContribution should be of the form "SetInteriorAmbientProbeContribution ..." (golint)
    • Line 510: warning: comment on exported method ReflectionProbe.SetMaxDistance should be of the form "SetMaxDistance ..." (golint)
    • Line 531: warning: comment on exported method ReflectionProbe.SetOriginOffset should be of the form "SetOriginOffset ..." (golint)
    • Line 552: warning: comment on exported method ReflectionProbe.SetUpdateMode should be of the form "SetUpdateMode ..." (golint)
    • godot-go/godot/resourcepreloader.gen.go
    • Line 25: warning: comment on exported type ResourcePreloader should be of the form "ResourcePreloader ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourcePreloader.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ResourcePreloader.X_GetResources should be of the form "X_GetResources ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetResources should be XGetResources (golint)
    • Line 60: warning: comment on exported method ResourcePreloader.X_SetResources should be of the form "X_SetResources ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetResources should be XSetResources (golint)
    • Line 81: warning: comment on exported method ResourcePreloader.AddResource should be of the form "AddResource ..." (golint)
    • Line 103: warning: comment on exported method ResourcePreloader.GetResource should be of the form "GetResource ..." (golint)
    • Line 141: warning: comment on exported method ResourcePreloader.GetResourceList should be of the form "GetResourceList ..." (golint)
    • Line 164: warning: comment on exported method ResourcePreloader.HasResource should be of the form "HasResource ..." (golint)
    • Line 188: warning: comment on exported method ResourcePreloader.RemoveResource should be of the form "RemoveResource ..." (golint)
    • Line 209: warning: comment on exported method ResourcePreloader.RenameResource should be of the form "RenameResource ..." (golint)
    • godot-go/godot/translation.gen.go
    • Line 25: warning: comment on exported type Translation should be of the form "Translation ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Translation.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Translation.X_GetMessages should be of the form "X_GetMessages ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetMessages should be XGetMessages (golint)
    • Line 60: warning: comment on exported method Translation.X_SetMessages should be of the form "X_SetMessages ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetMessages should be XSetMessages (golint)
    • Line 81: warning: comment on exported method Translation.AddMessage should be of the form "AddMessage ..." (golint)
    • Line 103: warning: comment on exported method Translation.EraseMessage should be of the form "EraseMessage ..." (golint)
    • Line 124: warning: comment on exported method Translation.GetLocale should be of the form "GetLocale ..." (golint)
    • Line 147: warning: comment on exported method Translation.GetMessage should be of the form "GetMessage ..." (golint)
    • Line 171: warning: comment on exported method Translation.GetMessageCount should be of the form "GetMessageCount ..." (golint)
    • Line 194: warning: comment on exported method Translation.GetMessageList should be of the form "GetMessageList ..." (golint)
    • Line 217: warning: comment on exported method Translation.SetLocale should be of the form "SetLocale ..." (golint)
    • godot-go/godot/undoredo.gen.go
    • Line 20: warning: exported const UndoRedoMergeAll should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type UndoRedo should be of the form "UndoRedo ..." (with optional leading article) (golint)
    • Line 42: warning: exported method UndoRedo.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method UndoRedo.AddDoMethod should be of the form "AddDoMethod ..." (golint)
    • Line 71: warning: comment on exported method UndoRedo.AddDoProperty should be of the form "AddDoProperty ..." (golint)
    • Line 94: warning: comment on exported method UndoRedo.AddDoReference should be of the form "AddDoReference ..." (golint)
    • Line 115: warning: comment on exported method UndoRedo.AddUndoMethod should be of the form "AddUndoMethod ..." (golint)
    • Line 140: warning: comment on exported method UndoRedo.AddUndoProperty should be of the form "AddUndoProperty ..." (golint)
    • Line 163: warning: comment on exported method UndoRedo.AddUndoReference should be of the form "AddUndoReference ..." (golint)
    • Line 184: warning: comment on exported method UndoRedo.ClearHistory should be of the form "ClearHistory ..." (golint)
    • Line 204: warning: comment on exported method UndoRedo.CommitAction should be of the form "CommitAction ..." (golint)
    • Line 224: warning: comment on exported method UndoRedo.CreateAction should be of the form "CreateAction ..." (golint)
    • Line 246: warning: comment on exported method UndoRedo.GetCurrentActionName should be of the form "GetCurrentActionName ..." (golint)
    • Line 269: warning: comment on exported method UndoRedo.GetVersion should be of the form "GetVersion ..." (golint)
    • Line 292: warning: comment on exported method UndoRedo.Redo should be of the form "Redo ..." (golint)
    • Line 312: warning: comment on exported method UndoRedo.Undo should be of the form "Undo ..." (golint)
    • godot-go/godot/boneattachment.gen.go
    • Line 25: warning: comment on exported type BoneAttachment should be of the form "BoneAttachment ..." (with optional leading article) (golint)
    • Line 33: warning: exported method BoneAttachment.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method BoneAttachment.GetBoneName should be of the form "GetBoneName ..." (golint)
    • Line 60: warning: comment on exported method BoneAttachment.SetBoneName should be of the form "SetBoneName ..." (golint)
    • godot-go/godot/cubemap.gen.go
    • Line 20: warning: exported const CubeMapFlagsDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const CubeMapSideBack should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported const CubeMapStorageCompressLossless should have comment (or a comment on this block) or be unexported (golint)
    • Line 56: warning: comment on exported type CubeMap should be of the form "CubeMap ..." (with optional leading article) (golint)
    • Line 64: warning: exported method CubeMap.BaseClass should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method CubeMap.GetFlags should be of the form "GetFlags ..." (golint)
    • Line 91: warning: comment on exported method CubeMap.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 114: warning: comment on exported method CubeMap.GetLossyStorageQuality should be of the form "GetLossyStorageQuality ..." (golint)
    • Line 137: warning: comment on exported method CubeMap.GetSide should be of the form "GetSide ..." (golint)
    • Line 175: warning: comment on exported method CubeMap.GetStorage should be of the form "GetStorage ..." (golint)
    • Line 198: warning: comment on exported method CubeMap.GetWidth should be of the form "GetWidth ..." (golint)
    • Line 221: warning: comment on exported method CubeMap.SetFlags should be of the form "SetFlags ..." (golint)
    • Line 242: warning: comment on exported method CubeMap.SetLossyStorageQuality should be of the form "SetLossyStorageQuality ..." (golint)
    • Line 263: warning: comment on exported method CubeMap.SetSide should be of the form "SetSide ..." (golint)
    • Line 285: warning: comment on exported method CubeMap.SetStorage should be of the form "SetStorage ..." (golint)
    • godot-go/godot/networkedmultiplayerenet.gen.go
    • Line 20: warning: exported const NetworkedMultiplayerENetCompressFastlz should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: comment on exported type NetworkedMultiplayerENet should be of the form "NetworkedMultiplayerENet ..." (with optional leading article) (golint)
    • Line 44: warning: exported method NetworkedMultiplayerENet.BaseClass should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method NetworkedMultiplayerENet.CloseConnection should be of the form "CloseConnection ..." (golint)
    • Line 68: warning: comment on exported method NetworkedMultiplayerENet.CreateClient should be of the form "CreateClient ..." (golint)
    • Line 95: warning: comment on exported method NetworkedMultiplayerENet.CreateServer should be of the form "CreateServer ..." (golint)
    • Line 122: warning: comment on exported method NetworkedMultiplayerENet.GetCompressionMode should be of the form "GetCompressionMode ..." (golint)
    • Line 145: warning: comment on exported method NetworkedMultiplayerENet.SetBindIp should be of the form "SetBindIp ..." (golint)
    • Line 166: warning: comment on exported method NetworkedMultiplayerENet.SetCompressionMode should be of the form "SetCompressionMode ..." (golint)
    • godot-go/godot/remotetransform.gen.go
    • Line 33: warning: exported method RemoteTransform.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RemoteTransform.GetRemoteNode should be of the form "GetRemoteNode ..." (golint)
    • Line 60: warning: comment on exported method RemoteTransform.GetUpdatePosition should be of the form "GetUpdatePosition ..." (golint)
    • Line 83: warning: comment on exported method RemoteTransform.GetUpdateRotation should be of the form "GetUpdateRotation ..." (golint)
    • Line 106: warning: comment on exported method RemoteTransform.GetUpdateScale should be of the form "GetUpdateScale ..." (golint)
    • Line 129: warning: comment on exported method RemoteTransform.GetUseGlobalCoordinates should be of the form "GetUseGlobalCoordinates ..." (golint)
    • Line 152: warning: comment on exported method RemoteTransform.SetRemoteNode should be of the form "SetRemoteNode ..." (golint)
    • Line 173: warning: comment on exported method RemoteTransform.SetUpdatePosition should be of the form "SetUpdatePosition ..." (golint)
    • Line 194: warning: comment on exported method RemoteTransform.SetUpdateRotation should be of the form "SetUpdateRotation ..." (golint)
    • Line 215: warning: comment on exported method RemoteTransform.SetUpdateScale should be of the form "SetUpdateScale ..." (golint)
    • Line 236: warning: comment on exported method RemoteTransform.SetUseGlobalCoordinates should be of the form "SetUseGlobalCoordinates ..." (golint)
    • godot-go/godot/arvrcamera.gen.go
    • Line 25: warning: comment on exported type ARVRCamera should be of the form "ARVRCamera ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ARVRCamera.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/collisionpolygon2d.gen.go
    • Line 20: warning: exported const CollisionPolygon2DBuildSegments should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type CollisionPolygon2D should be of the form "CollisionPolygon2D ..." (with optional leading article) (golint)
    • Line 41: warning: exported method CollisionPolygon2D.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method CollisionPolygon2D.GetBuildMode should be of the form "GetBuildMode ..." (golint)
    • Line 68: warning: comment on exported method CollisionPolygon2D.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 91: warning: comment on exported method CollisionPolygon2D.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 114: warning: comment on exported method CollisionPolygon2D.IsOneWayCollisionEnabled should be of the form "IsOneWayCollisionEnabled ..." (golint)
    • Line 137: warning: comment on exported method CollisionPolygon2D.SetBuildMode should be of the form "SetBuildMode ..." (golint)
    • Line 158: warning: comment on exported method CollisionPolygon2D.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 179: warning: comment on exported method CollisionPolygon2D.SetOneWayCollision should be of the form "SetOneWayCollision ..." (golint)
    • Line 200: warning: comment on exported method CollisionPolygon2D.SetPolygon should be of the form "SetPolygon ..." (golint)
    • godot-go/godot/editorspatialgizmo.gen.go
    • Line 25: warning: comment on exported type EditorSpatialGizmo should be of the form "EditorSpatialGizmo ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorSpatialGizmo.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorSpatialGizmo.AddCollisionSegments should be of the form "AddCollisionSegments ..." (golint)
    • Line 58: warning: comment on exported method EditorSpatialGizmo.AddCollisionTriangles should be of the form "AddCollisionTriangles ..." (golint)
    • Line 80: warning: comment on exported method EditorSpatialGizmo.AddHandles should be of the form "AddHandles ..." (golint)
    • Line 103: warning: comment on exported method EditorSpatialGizmo.AddLines should be of the form "AddLines ..." (golint)
    • Line 126: warning: comment on exported method EditorSpatialGizmo.AddMesh should be of the form "AddMesh ..." (golint)
    • Line 149: warning: comment on exported method EditorSpatialGizmo.AddUnscaledBillboard should be of the form "AddUnscaledBillboard ..." (golint)
    • Line 171: warning: comment on exported method EditorSpatialGizmo.Clear should be of the form "Clear ..." (golint)
    • Line 191: warning: comment on exported method EditorSpatialGizmo.CommitHandle should be of the form "CommitHandle ..." (golint)
    • Line 214: warning: comment on exported method EditorSpatialGizmo.GetHandleName should be of the form "GetHandleName ..." (golint)
    • Line 238: warning: comment on exported method EditorSpatialGizmo.GetHandleValue should be of the form "GetHandleValue ..." (golint)
    • Line 262: warning: comment on exported method EditorSpatialGizmo.Redraw should be of the form "Redraw ..." (golint)
    • Line 282: warning: comment on exported method EditorSpatialGizmo.SetHandle should be of the form "SetHandle ..." (golint)
    • Line 305: warning: comment on exported method EditorSpatialGizmo.SetSpatialNode should be of the form "SetSpatialNode ..." (golint)
    • godot-go/godot/packedscene.gen.go
    • Line 20: warning: exported const PackedSceneGenEditStateDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type PackedScene should be of the form "PackedScene ..." (with optional leading article) (golint)
    • Line 42: warning: exported method PackedScene.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method PackedScene.X_GetBundledScene should be of the form "X_GetBundledScene ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_GetBundledScene should be XGetBundledScene (golint)
    • Line 69: warning: comment on exported method PackedScene.X_SetBundledScene should be of the form "X_SetBundledScene ..." (golint)
    • Line 73: warning: don't use underscores in Go names; method X_SetBundledScene should be XSetBundledScene (golint)
    • Line 90: warning: comment on exported method PackedScene.CanInstance should be of the form "CanInstance ..." (golint)
    • Line 113: warning: comment on exported method PackedScene.GetState should be of the form "GetState ..." (golint)
    • Line 150: warning: comment on exported method PackedScene.Instance should be of the form "Instance ..." (golint)
    • Line 188: warning: comment on exported method PackedScene.Pack should be of the form "Pack ..." (golint)
    • godot-go/godot/shape2d.gen.go
    • Line 25: warning: comment on exported type Shape2D should be of the form "Shape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Shape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Shape2D.Collide should be of the form "Collide ..." (golint)
    • Line 63: warning: comment on exported method Shape2D.CollideAndGetContacts should be of the form "CollideAndGetContacts ..." (golint)
    • Line 89: warning: comment on exported method Shape2D.CollideWithMotion should be of the form "CollideWithMotion ..." (golint)
    • Line 117: warning: comment on exported method Shape2D.CollideWithMotionAndGetContacts should be of the form "CollideWithMotionAndGetContacts ..." (golint)
    • Line 145: warning: comment on exported method Shape2D.GetCustomSolverBias should be of the form "GetCustomSolverBias ..." (golint)
    • Line 168: warning: comment on exported method Shape2D.SetCustomSolverBias should be of the form "SetCustomSolverBias ..." (golint)
    • godot-go/gdnative/gdnative.gen.go
    • Line 49: warning: exported const Ok should have comment (or a comment on this block) or be unexported (golint)
    • Line 262: warning: exported type Object should have comment or be unexported (golint)
    • Line 291: warning: exported type MethodBind should have comment or be unexported (golint)
    • Line 320: warning: exported type GdnativeApiVersion should have comment or be unexported (golint)
    • Line 352: warning: exported type GdnativeTerminateOptions should have comment or be unexported (golint)
    • godot-go/godot/audioeffecthighshelffilter.gen.go
    • Line 25: warning: comment on exported type AudioEffectHighShelfFilter should be of the form "AudioEffectHighShelfFilter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectHighShelfFilter.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/editorimportplugin.gen.go
    • Line 25: warning: comment on exported type EditorImportPlugin should be of the form "EditorImportPlugin ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorImportPlugin.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorImportPlugin.GetImportOptions should be of the form "GetImportOptions ..." (golint)
    • Line 61: warning: comment on exported method EditorImportPlugin.GetImportOrder should be of the form "GetImportOrder ..." (golint)
    • Line 84: warning: comment on exported method EditorImportPlugin.GetImporterName should be of the form "GetImporterName ..." (golint)
    • Line 107: warning: comment on exported method EditorImportPlugin.GetOptionVisibility should be of the form "GetOptionVisibility ..." (golint)
    • Line 132: warning: comment on exported method EditorImportPlugin.GetPresetCount should be of the form "GetPresetCount ..." (golint)
    • Line 155: warning: comment on exported method EditorImportPlugin.GetPresetName should be of the form "GetPresetName ..." (golint)
    • Line 179: warning: comment on exported method EditorImportPlugin.GetPriority should be of the form "GetPriority ..." (golint)
    • Line 202: warning: comment on exported method EditorImportPlugin.GetRecognizedExtensions should be of the form "GetRecognizedExtensions ..." (golint)
    • Line 225: warning: comment on exported method EditorImportPlugin.GetResourceType should be of the form "GetResourceType ..." (golint)
    • Line 248: warning: comment on exported method EditorImportPlugin.GetSaveExtension should be of the form "GetSaveExtension ..." (golint)
    • Line 271: warning: comment on exported method EditorImportPlugin.GetVisibleName should be of the form "GetVisibleName ..." (golint)
    • Line 294: warning: comment on exported method EditorImportPlugin.Import should be of the form "Import ..." (golint)
    • godot-go/godot/editorsettings.gen.go
    • Line 25: warning: comment on exported type EditorSettings should be of the form "EditorSettings ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorSettings.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorSettings.AddPropertyInfo should be of the form "AddPropertyInfo ..." (golint)
    • Line 58: warning: comment on exported method EditorSettings.Erase should be of the form "Erase ..." (golint)
    • Line 79: warning: comment on exported method EditorSettings.GetFavoriteDirs should be of the form "GetFavoriteDirs ..." (golint)
    • Line 102: warning: comment on exported method EditorSettings.GetProjectSettingsDir should be of the form "GetProjectSettingsDir ..." (golint)
    • Line 125: warning: comment on exported method EditorSettings.GetRecentDirs should be of the form "GetRecentDirs ..." (golint)
    • Line 148: warning: comment on exported method EditorSettings.GetSetting should be of the form "GetSetting ..." (golint)
    • Line 172: warning: comment on exported method EditorSettings.GetSettingsDir should be of the form "GetSettingsDir ..." (golint)
    • Line 195: warning: comment on exported method EditorSettings.HasSetting should be of the form "HasSetting ..." (golint)
    • Line 219: warning: comment on exported method EditorSettings.PropertyCanRevert should be of the form "PropertyCanRevert ..." (golint)
    • Line 243: warning: comment on exported method EditorSettings.PropertyGetRevert should be of the form "PropertyGetRevert ..." (golint)
    • Line 267: warning: comment on exported method EditorSettings.SetFavoriteDirs should be of the form "SetFavoriteDirs ..." (golint)
    • Line 288: warning: comment on exported method EditorSettings.SetInitialValue should be of the form "SetInitialValue ..." (golint)
    • Line 311: warning: comment on exported method EditorSettings.SetRecentDirs should be of the form "SetRecentDirs ..." (golint)
    • Line 332: warning: comment on exported method EditorSettings.SetSetting should be of the form "SetSetting ..." (golint)
    • godot-go/godot/giprobedata.gen.go
    • Line 25: warning: comment on exported type GIProbeData should be of the form "GIProbeData ..." (with optional leading article) (golint)
    • Line 33: warning: exported method GIProbeData.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GIProbeData.GetBias should be of the form "GetBias ..." (golint)
    • Line 60: warning: comment on exported method GIProbeData.GetBounds should be of the form "GetBounds ..." (golint)
    • Line 83: warning: comment on exported method GIProbeData.GetCellSize should be of the form "GetCellSize ..." (golint)
    • Line 106: warning: comment on exported method GIProbeData.GetDynamicData should be of the form "GetDynamicData ..." (golint)
    • Line 129: warning: comment on exported method GIProbeData.GetDynamicRange should be of the form "GetDynamicRange ..." (golint)
    • Line 152: warning: comment on exported method GIProbeData.GetEnergy should be of the form "GetEnergy ..." (golint)
    • Line 175: warning: comment on exported method GIProbeData.GetNormalBias should be of the form "GetNormalBias ..." (golint)
    • Line 198: warning: comment on exported method GIProbeData.GetPropagation should be of the form "GetPropagation ..." (golint)
    • Line 221: warning: comment on exported method GIProbeData.GetToCellXform should be of the form "GetToCellXform ..." (golint)
    • Line 244: warning: comment on exported method GIProbeData.IsCompressed should be of the form "IsCompressed ..." (golint)
    • Line 267: warning: comment on exported method GIProbeData.IsInterior should be of the form "IsInterior ..." (golint)
    • Line 290: warning: comment on exported method GIProbeData.SetBias should be of the form "SetBias ..." (golint)
    • Line 311: warning: comment on exported method GIProbeData.SetBounds should be of the form "SetBounds ..." (golint)
    • Line 332: warning: comment on exported method GIProbeData.SetCellSize should be of the form "SetCellSize ..." (golint)
    • Line 353: warning: comment on exported method GIProbeData.SetCompress should be of the form "SetCompress ..." (golint)
    • Line 374: warning: comment on exported method GIProbeData.SetDynamicData should be of the form "SetDynamicData ..." (golint)
    • Line 395: warning: comment on exported method GIProbeData.SetDynamicRange should be of the form "SetDynamicRange ..." (golint)
    • Line 416: warning: comment on exported method GIProbeData.SetEnergy should be of the form "SetEnergy ..." (golint)
    • Line 437: warning: comment on exported method GIProbeData.SetInterior should be of the form "SetInterior ..." (golint)
    • Line 458: warning: comment on exported method GIProbeData.SetNormalBias should be of the form "SetNormalBias ..." (golint)
    • Line 479: warning: comment on exported method GIProbeData.SetPropagation should be of the form "SetPropagation ..." (golint)
    • Line 500: warning: comment on exported method GIProbeData.SetToCellXform should be of the form "SetToCellXform ..." (golint)
    • godot-go/godot/proxytexture.gen.go
    • Line 25: warning: comment on exported type ProxyTexture should be of the form "ProxyTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ProxyTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ProxyTexture.GetBase should be of the form "GetBase ..." (golint)
    • Line 74: warning: comment on exported method ProxyTexture.SetBase should be of the form "SetBase ..." (golint)
    • godot-go/godot/scenetreetimer.gen.go
    • Line 25: warning: comment on exported type SceneTreeTimer should be of the form "SceneTreeTimer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SceneTreeTimer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SceneTreeTimer.GetTimeLeft should be of the form "GetTimeLeft ..." (golint)
    • Line 60: warning: comment on exported method SceneTreeTimer.SetTimeLeft should be of the form "SetTimeLeft ..." (golint)
    • godot-go/godot/canvaslayer.gen.go
    • Line 25: warning: comment on exported type CanvasLayer should be of the form "CanvasLayer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CanvasLayer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CanvasLayer.GetCustomViewport should be of the form "GetCustomViewport ..." (golint)
    • Line 74: warning: comment on exported method CanvasLayer.GetLayer should be of the form "GetLayer ..." (golint)
    • Line 97: warning: comment on exported method CanvasLayer.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 120: warning: comment on exported method CanvasLayer.GetRotation should be of the form "GetRotation ..." (golint)
    • Line 143: warning: comment on exported method CanvasLayer.GetRotationDegrees should be of the form "GetRotationDegrees ..." (golint)
    • Line 166: warning: comment on exported method CanvasLayer.GetScale should be of the form "GetScale ..." (golint)
    • Line 189: warning: comment on exported method CanvasLayer.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 212: warning: comment on exported method CanvasLayer.GetWorld2D should be of the form "GetWorld2D ..." (golint)
    • Line 249: warning: comment on exported method CanvasLayer.SetCustomViewport should be of the form "SetCustomViewport ..." (golint)
    • Line 270: warning: comment on exported method CanvasLayer.SetLayer should be of the form "SetLayer ..." (golint)
    • Line 291: warning: comment on exported method CanvasLayer.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 312: warning: comment on exported method CanvasLayer.SetRotation should be of the form "SetRotation ..." (golint)
    • Line 333: warning: comment on exported method CanvasLayer.SetRotationDegrees should be of the form "SetRotationDegrees ..." (golint)
    • Line 354: warning: comment on exported method CanvasLayer.SetScale should be of the form "SetScale ..." (golint)
    • Line 375: warning: comment on exported method CanvasLayer.SetTransform should be of the form "SetTransform ..." (golint)
    • godot-go/godot/curve.gen.go
    • Line 20: warning: exported const CurveTangentFree should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type Curve should be of the form "Curve ..." (with optional leading article) (golint)
    • Line 42: warning: exported method Curve.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method Curve.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 69: warning: comment on exported method Curve.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 73: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 90: warning: comment on exported method Curve.AddPoint should be of the form "AddPoint ..." (golint)
    • Line 118: warning: comment on exported method Curve.Bake should be of the form "Bake ..." (golint)
    • Line 138: warning: comment on exported method Curve.CleanDupes should be of the form "CleanDupes ..." (golint)
    • Line 158: warning: comment on exported method Curve.ClearPoints should be of the form "ClearPoints ..." (golint)
    • Line 178: warning: comment on exported method Curve.GetBakeResolution should be of the form "GetBakeResolution ..." (golint)
    • Line 201: warning: comment on exported method Curve.GetMaxValue should be of the form "GetMaxValue ..." (golint)
    • Line 224: warning: comment on exported method Curve.GetMinValue should be of the form "GetMinValue ..." (golint)
    • Line 247: warning: comment on exported method Curve.GetPointLeftMode should be of the form "GetPointLeftMode ..." (golint)
    • Line 271: warning: comment on exported method Curve.GetPointLeftTangent should be of the form "GetPointLeftTangent ..." (golint)
    • Line 295: warning: comment on exported method Curve.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 319: warning: comment on exported method Curve.GetPointRightMode should be of the form "GetPointRightMode ..." (golint)
    • Line 343: warning: comment on exported method Curve.GetPointRightTangent should be of the form "GetPointRightTangent ..." (golint)
    • Line 367: warning: comment on exported method Curve.Interpolate should be of the form "Interpolate ..." (golint)
    • Line 391: warning: comment on exported method Curve.InterpolateBaked should be of the form "InterpolateBaked ..." (golint)
    • Line 415: warning: comment on exported method Curve.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 436: warning: comment on exported method Curve.SetBakeResolution should be of the form "SetBakeResolution ..." (golint)
    • Line 457: warning: comment on exported method Curve.SetMaxValue should be of the form "SetMaxValue ..." (golint)
    • Line 478: warning: comment on exported method Curve.SetMinValue should be of the form "SetMinValue ..." (golint)
    • Line 499: warning: comment on exported method Curve.SetPointLeftMode should be of the form "SetPointLeftMode ..." (golint)
    • Line 521: warning: comment on exported method Curve.SetPointLeftTangent should be of the form "SetPointLeftTangent ..." (golint)
    • Line 543: warning: comment on exported method Curve.SetPointOffset should be of the form "SetPointOffset ..." (golint)
    • Line 568: warning: comment on exported method Curve.SetPointRightMode should be of the form "SetPointRightMode ..." (golint)
    • Line 590: warning: comment on exported method Curve.SetPointRightTangent should be of the form "SetPointRightTangent ..." (golint)
    • Line 612: warning: comment on exported method Curve.SetPointValue should be of the form "SetPointValue ..." (golint)
    • godot-go/godot/cylindermesh.gen.go
    • Line 25: warning: comment on exported type CylinderMesh should be of the form "CylinderMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CylinderMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CylinderMesh.GetBottomRadius should be of the form "GetBottomRadius ..." (golint)
    • Line 60: warning: comment on exported method CylinderMesh.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 83: warning: comment on exported method CylinderMesh.GetRadialSegments should be of the form "GetRadialSegments ..." (golint)
    • Line 106: warning: comment on exported method CylinderMesh.GetRings should be of the form "GetRings ..." (golint)
    • Line 129: warning: comment on exported method CylinderMesh.GetTopRadius should be of the form "GetTopRadius ..." (golint)
    • Line 152: warning: comment on exported method CylinderMesh.SetBottomRadius should be of the form "SetBottomRadius ..." (golint)
    • Line 173: warning: comment on exported method CylinderMesh.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 194: warning: comment on exported method CylinderMesh.SetRadialSegments should be of the form "SetRadialSegments ..." (golint)
    • Line 215: warning: comment on exported method CylinderMesh.SetRings should be of the form "SetRings ..." (golint)
    • Line 236: warning: comment on exported method CylinderMesh.SetTopRadius should be of the form "SetTopRadius ..." (golint)
    • godot-go/godot/os.gen.go
    • Line 86: warning: don't use underscores in Go names; func new_OSFromPointer should be newOSFromPointer (golint)
    • Line 98: warning: comment on exported var OS should be of the form "OS ..." (golint)
    • godot-go/godot/httprequest.gen.go
    • Line 20: warning: exported const HTTPRequestResultBodySizeLimitExceeded should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported type HTTPRequest should be of the form "HTTPRequest ..." (with optional leading article) (golint)
    • Line 51: warning: exported method HTTPRequest.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method HTTPRequest.X_RedirectRequest should be of the form "X_RedirectRequest ..." (golint)
    • Line 59: warning: don't use underscores in Go names; method X_RedirectRequest should be XRedirectRequest (golint)
    • Line 76: warning: comment on exported method HTTPRequest.X_RequestDone should be of the form "X_RequestDone ..." (golint)
    • Line 80: warning: don't use underscores in Go names; method X_RequestDone should be XRequestDone (golint)
    • Line 100: warning: comment on exported method HTTPRequest.CancelRequest should be of the form "CancelRequest ..." (golint)
    • Line 120: warning: comment on exported method HTTPRequest.GetBodySize should be of the form "GetBodySize ..." (golint)
    • Line 143: warning: comment on exported method HTTPRequest.GetBodySizeLimit should be of the form "GetBodySizeLimit ..." (golint)
    • Line 166: warning: comment on exported method HTTPRequest.GetDownloadFile should be of the form "GetDownloadFile ..." (golint)
    • Line 189: warning: comment on exported method HTTPRequest.GetDownloadedBytes should be of the form "GetDownloadedBytes ..." (golint)
    • Line 212: warning: comment on exported method HTTPRequest.GetHttpClientStatus should be of the form "GetHttpClientStatus ..." (golint)
    • Line 235: warning: comment on exported method HTTPRequest.GetMaxRedirects should be of the form "GetMaxRedirects ..." (golint)
    • Line 258: warning: comment on exported method HTTPRequest.IsUsingThreads should be of the form "IsUsingThreads ..." (golint)
    • Line 281: warning: comment on exported method HTTPRequest.Request should be of the form "Request ..." (golint)
    • Line 309: warning: comment on exported method HTTPRequest.SetBodySizeLimit should be of the form "SetBodySizeLimit ..." (golint)
    • Line 330: warning: comment on exported method HTTPRequest.SetDownloadFile should be of the form "SetDownloadFile ..." (golint)
    • Line 351: warning: comment on exported method HTTPRequest.SetMaxRedirects should be of the form "SetMaxRedirects ..." (golint)
    • Line 372: warning: comment on exported method HTTPRequest.SetUseThreads should be of the form "SetUseThreads ..." (golint)
    • godot-go/godot/quadmesh.gen.go
    • Line 25: warning: comment on exported type QuadMesh should be of the form "QuadMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method QuadMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method QuadMesh.GetSize should be of the form "GetSize ..." (golint)
    • Line 60: warning: comment on exported method QuadMesh.SetSize should be of the form "SetSize ..." (golint)
    • godot-go/godot/audioeffecteq.gen.go
    • Line 33: warning: exported method AudioEffectEQ.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectEQ.GetBandCount should be of the form "GetBandCount ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectEQ.GetBandGainDb should be of the form "GetBandGainDb ..." (golint)
    • Line 84: warning: comment on exported method AudioEffectEQ.SetBandGainDb should be of the form "SetBandGainDb ..." (golint)
    • godot-go/godot/camera2d.gen.go
    • Line 20: warning: exported const Camera2DAnchorModeDragCenter should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type Camera2D should be of the form "Camera2D ..." (with optional leading article) (golint)
    • Line 41: warning: exported method Camera2D.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method Camera2D.X_MakeCurrent should be of the form "X_MakeCurrent ..." (golint)
    • Line 49: warning: don't use underscores in Go names; method X_MakeCurrent should be XMakeCurrent (golint)
    • Line 66: warning: comment on exported method Camera2D.X_SetCurrent should be of the form "X_SetCurrent ..." (golint)
    • Line 70: warning: don't use underscores in Go names; method X_SetCurrent should be XSetCurrent (golint)
    • Line 87: warning: comment on exported method Camera2D.X_SetOldSmoothing should be of the form "X_SetOldSmoothing ..." (golint)
    • Line 91: warning: don't use underscores in Go names; method X_SetOldSmoothing should be XSetOldSmoothing (golint)
    • Line 108: warning: comment on exported method Camera2D.X_UpdateScroll should be of the form "X_UpdateScroll ..." (golint)
    • Line 112: warning: don't use underscores in Go names; method X_UpdateScroll should be XUpdateScroll (golint)
    • Line 128: warning: comment on exported method Camera2D.Align should be of the form "Align ..." (golint)
    • Line 148: warning: comment on exported method Camera2D.ClearCurrent should be of the form "ClearCurrent ..." (golint)
    • Line 168: warning: comment on exported method Camera2D.ForceUpdateScroll should be of the form "ForceUpdateScroll ..." (golint)
    • Line 188: warning: comment on exported method Camera2D.GetAnchorMode should be of the form "GetAnchorMode ..." (golint)
    • Line 211: warning: comment on exported method Camera2D.GetCameraPosition should be of the form "GetCameraPosition ..." (golint)
    • Line 234: warning: comment on exported method Camera2D.GetCameraScreenCenter should be of the form "GetCameraScreenCenter ..." (golint)
    • Line 257: warning: comment on exported method Camera2D.GetCustomViewport should be of the form "GetCustomViewport ..." (golint)
    • Line 294: warning: comment on exported method Camera2D.GetDragMargin should be of the form "GetDragMargin ..." (golint)
    • Line 318: warning: comment on exported method Camera2D.GetFollowSmoothing should be of the form "GetFollowSmoothing ..." (golint)
    • Line 341: warning: comment on exported method Camera2D.GetHOffset should be of the form "GetHOffset ..." (golint)
    • Line 364: warning: comment on exported method Camera2D.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 388: warning: comment on exported method Camera2D.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 411: warning: comment on exported method Camera2D.GetVOffset should be of the form "GetVOffset ..." (golint)
    • Line 434: warning: comment on exported method Camera2D.GetZoom should be of the form "GetZoom ..." (golint)
    • Line 457: warning: comment on exported method Camera2D.IsCurrent should be of the form "IsCurrent ..." (golint)
    • Line 480: warning: comment on exported method Camera2D.IsFollowSmoothingEnabled should be of the form "IsFollowSmoothingEnabled ..." (golint)
    • Line 503: warning: comment on exported method Camera2D.IsHDragEnabled should be of the form "IsHDragEnabled ..." (golint)
    • Line 526: warning: comment on exported method Camera2D.IsLimitDrawingEnabled should be of the form "IsLimitDrawingEnabled ..." (golint)
    • Line 549: warning: comment on exported method Camera2D.IsLimitSmoothingEnabled should be of the form "IsLimitSmoothingEnabled ..." (golint)
    • Line 572: warning: comment on exported method Camera2D.IsMarginDrawingEnabled should be of the form "IsMarginDrawingEnabled ..." (golint)
    • Line 595: warning: comment on exported method Camera2D.IsRotating should be of the form "IsRotating ..." (golint)
    • Line 618: warning: comment on exported method Camera2D.IsScreenDrawingEnabled should be of the form "IsScreenDrawingEnabled ..." (golint)
    • Line 641: warning: comment on exported method Camera2D.IsVDragEnabled should be of the form "IsVDragEnabled ..." (golint)
    • Line 664: warning: comment on exported method Camera2D.MakeCurrent should be of the form "MakeCurrent ..." (golint)
    • Line 684: warning: comment on exported method Camera2D.ResetSmoothing should be of the form "ResetSmoothing ..." (golint)
    • Line 704: warning: comment on exported method Camera2D.SetAnchorMode should be of the form "SetAnchorMode ..." (golint)
    • Line 725: warning: comment on exported method Camera2D.SetCustomViewport should be of the form "SetCustomViewport ..." (golint)
    • Line 746: warning: comment on exported method Camera2D.SetDragMargin should be of the form "SetDragMargin ..." (golint)
    • Line 768: warning: comment on exported method Camera2D.SetEnableFollowSmoothing should be of the form "SetEnableFollowSmoothing ..." (golint)
    • Line 789: warning: comment on exported method Camera2D.SetFollowSmoothing should be of the form "SetFollowSmoothing ..." (golint)
    • Line 810: warning: comment on exported method Camera2D.SetHDragEnabled should be of the form "SetHDragEnabled ..." (golint)
    • Line 831: warning: comment on exported method Camera2D.SetHOffset should be of the form "SetHOffset ..." (golint)
    • Line 852: warning: comment on exported method Camera2D.SetLimit should be of the form "SetLimit ..." (golint)
    • Line 874: warning: comment on exported method Camera2D.SetLimitDrawingEnabled should be of the form "SetLimitDrawingEnabled ..." (golint)
    • Line 895: warning: comment on exported method Camera2D.SetLimitSmoothingEnabled should be of the form "SetLimitSmoothingEnabled ..." (golint)
    • Line 916: warning: comment on exported method Camera2D.SetMarginDrawingEnabled should be of the form "SetMarginDrawingEnabled ..." (golint)
    • Line 937: warning: comment on exported method Camera2D.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 958: warning: comment on exported method Camera2D.SetRotating should be of the form "SetRotating ..." (golint)
    • Line 979: warning: comment on exported method Camera2D.SetScreenDrawingEnabled should be of the form "SetScreenDrawingEnabled ..." (golint)
    • Line 1000: warning: comment on exported method Camera2D.SetVDragEnabled should be of the form "SetVDragEnabled ..." (golint)
    • Line 1021: warning: comment on exported method Camera2D.SetVOffset should be of the form "SetVOffset ..." (golint)
    • Line 1042: warning: comment on exported method Camera2D.SetZoom should be of the form "SetZoom ..." (golint)
    • godot-go/godot/physicsbody2d.gen.go
    • Line 33: warning: exported method PhysicsBody2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PhysicsBody2D.X_GetLayers should be of the form "X_GetLayers ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetLayers should be XGetLayers (golint)
    • Line 60: warning: comment on exported method PhysicsBody2D.X_SetLayers should be of the form "X_SetLayers ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetLayers should be XSetLayers (golint)
    • Line 81: warning: comment on exported method PhysicsBody2D.AddCollisionExceptionWith should be of the form "AddCollisionExceptionWith ..." (golint)
    • Line 102: warning: comment on exported method PhysicsBody2D.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 125: warning: comment on exported method PhysicsBody2D.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 149: warning: comment on exported method PhysicsBody2D.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 172: warning: comment on exported method PhysicsBody2D.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 196: warning: comment on exported method PhysicsBody2D.RemoveCollisionExceptionWith should be of the form "RemoveCollisionExceptionWith ..." (golint)
    • Line 217: warning: comment on exported method PhysicsBody2D.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 238: warning: comment on exported method PhysicsBody2D.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 260: warning: comment on exported method PhysicsBody2D.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 281: warning: comment on exported method PhysicsBody2D.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • godot-go/godot/spatialgizmo.gen.go
    • Line 25: warning: comment on exported type SpatialGizmo should be of the form "SpatialGizmo ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SpatialGizmo.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualscriptcomment.gen.go
    • Line 25: warning: comment on exported type VisualScriptComment should be of the form "VisualScriptComment ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptComment.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptComment.GetDescription should be of the form "GetDescription ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptComment.GetSize should be of the form "GetSize ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptComment.GetTitle should be of the form "GetTitle ..." (golint)
    • Line 106: warning: comment on exported method VisualScriptComment.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 127: warning: comment on exported method VisualScriptComment.SetSize should be of the form "SetSize ..." (golint)
    • Line 148: warning: comment on exported method VisualScriptComment.SetTitle should be of the form "SetTitle ..." (golint)
    • godot-go/godot/linkbutton.gen.go
    • Line 20: warning: exported const LinkButtonUnderlineModeAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type LinkButton should be of the form "LinkButton ..." (with optional leading article) (golint)
    • Line 42: warning: exported method LinkButton.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method LinkButton.GetText should be of the form "GetText ..." (golint)
    • Line 69: warning: comment on exported method LinkButton.GetUnderlineMode should be of the form "GetUnderlineMode ..." (golint)
    • Line 92: warning: comment on exported method LinkButton.SetText should be of the form "SetText ..." (golint)
    • Line 113: warning: comment on exported method LinkButton.SetUnderlineMode should be of the form "SetUnderlineMode ..." (golint)
    • godot-go/godot/particlesmaterial.gen.go
    • Line 20: warning: exported const ParticlesMaterialEmissionShapeBox should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported const ParticlesMaterialFlagAlignYToVelocity should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported const ParticlesMaterialParamAngle should have comment (or a comment on this block) or be unexported (golint)
    • Line 72: warning: exported method ParticlesMaterial.BaseClass should have comment or be unexported (golint)
    • Line 76: warning: comment on exported method ParticlesMaterial.GetColor should be of the form "GetColor ..." (golint)
    • Line 99: warning: comment on exported method ParticlesMaterial.GetColorRamp should be of the form "GetColorRamp ..." (golint)
    • Line 136: warning: comment on exported method ParticlesMaterial.GetEmissionBoxExtents should be of the form "GetEmissionBoxExtents ..." (golint)
    • Line 159: warning: comment on exported method ParticlesMaterial.GetEmissionColorTexture should be of the form "GetEmissionColorTexture ..." (golint)
    • Line 196: warning: comment on exported method ParticlesMaterial.GetEmissionNormalTexture should be of the form "GetEmissionNormalTexture ..." (golint)
    • Line 233: warning: comment on exported method ParticlesMaterial.GetEmissionPointCount should be of the form "GetEmissionPointCount ..." (golint)
    • Line 256: warning: comment on exported method ParticlesMaterial.GetEmissionPointTexture should be of the form "GetEmissionPointTexture ..." (golint)
    • Line 293: warning: comment on exported method ParticlesMaterial.GetEmissionShape should be of the form "GetEmissionShape ..." (golint)
    • Line 316: warning: comment on exported method ParticlesMaterial.GetEmissionSphereRadius should be of the form "GetEmissionSphereRadius ..." (golint)
    • Line 339: warning: comment on exported method ParticlesMaterial.GetFlag should be of the form "GetFlag ..." (golint)
    • Line 363: warning: comment on exported method ParticlesMaterial.GetFlatness should be of the form "GetFlatness ..." (golint)
    • Line 386: warning: comment on exported method ParticlesMaterial.GetGravity should be of the form "GetGravity ..." (golint)
    • Line 409: warning: comment on exported method ParticlesMaterial.GetParam should be of the form "GetParam ..." (golint)
    • Line 433: warning: comment on exported method ParticlesMaterial.GetParamRandomness should be of the form "GetParamRandomness ..." (golint)
    • Line 457: warning: comment on exported method ParticlesMaterial.GetParamTexture should be of the form "GetParamTexture ..." (golint)
    • Line 495: warning: comment on exported method ParticlesMaterial.GetSpread should be of the form "GetSpread ..." (golint)
    • Line 518: warning: comment on exported method ParticlesMaterial.GetTrailColorModifier should be of the form "GetTrailColorModifier ..." (golint)
    • Line 555: warning: comment on exported method ParticlesMaterial.GetTrailDivisor should be of the form "GetTrailDivisor ..." (golint)
    • Line 578: warning: comment on exported method ParticlesMaterial.GetTrailSizeModifier should be of the form "GetTrailSizeModifier ..." (golint)
    • Line 615: warning: comment on exported method ParticlesMaterial.SetColor should be of the form "SetColor ..." (golint)
    • Line 636: warning: comment on exported method ParticlesMaterial.SetColorRamp should be of the form "SetColorRamp ..." (golint)
    • Line 657: warning: comment on exported method ParticlesMaterial.SetEmissionBoxExtents should be of the form "SetEmissionBoxExtents ..." (golint)
    • Line 678: warning: comment on exported method ParticlesMaterial.SetEmissionColorTexture should be of the form "SetEmissionColorTexture ..." (golint)
    • Line 699: warning: comment on exported method ParticlesMaterial.SetEmissionNormalTexture should be of the form "SetEmissionNormalTexture ..." (golint)
    • Line 720: warning: comment on exported method ParticlesMaterial.SetEmissionPointCount should be of the form "SetEmissionPointCount ..." (golint)
    • Line 741: warning: comment on exported method ParticlesMaterial.SetEmissionPointTexture should be of the form "SetEmissionPointTexture ..." (golint)
    • Line 762: warning: comment on exported method ParticlesMaterial.SetEmissionShape should be of the form "SetEmissionShape ..." (golint)
    • Line 783: warning: comment on exported method ParticlesMaterial.SetEmissionSphereRadius should be of the form "SetEmissionSphereRadius ..." (golint)
    • Line 804: warning: comment on exported method ParticlesMaterial.SetFlag should be of the form "SetFlag ..." (golint)
    • Line 826: warning: comment on exported method ParticlesMaterial.SetFlatness should be of the form "SetFlatness ..." (golint)
    • Line 847: warning: comment on exported method ParticlesMaterial.SetGravity should be of the form "SetGravity ..." (golint)
    • Line 868: warning: comment on exported method ParticlesMaterial.SetParam should be of the form "SetParam ..." (golint)
    • Line 890: warning: comment on exported method ParticlesMaterial.SetParamRandomness should be of the form "SetParamRandomness ..." (golint)
    • Line 912: warning: comment on exported method ParticlesMaterial.SetParamTexture should be of the form "SetParamTexture ..." (golint)
    • Line 934: warning: comment on exported method ParticlesMaterial.SetSpread should be of the form "SetSpread ..." (golint)
    • Line 955: warning: comment on exported method ParticlesMaterial.SetTrailColorModifier should be of the form "SetTrailColorModifier ..." (golint)
    • Line 976: warning: comment on exported method ParticlesMaterial.SetTrailDivisor should be of the form "SetTrailDivisor ..." (golint)
    • Line 997: warning: comment on exported method ParticlesMaterial.SetTrailSizeModifier should be of the form "SetTrailSizeModifier ..." (golint)
    • godot-go/godot/referencerect.gen.go
    • Line 25: warning: comment on exported type ReferenceRect should be of the form "ReferenceRect ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ReferenceRect.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/groovejoint2d.gen.go
    • Line 25: warning: comment on exported type GrooveJoint2D should be of the form "GrooveJoint2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method GrooveJoint2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GrooveJoint2D.GetInitialOffset should be of the form "GetInitialOffset ..." (golint)
    • Line 60: warning: comment on exported method GrooveJoint2D.GetLength should be of the form "GetLength ..." (golint)
    • Line 83: warning: comment on exported method GrooveJoint2D.SetInitialOffset should be of the form "SetInitialOffset ..." (golint)
    • Line 104: warning: comment on exported method GrooveJoint2D.SetLength should be of the form "SetLength ..." (golint)
    • godot-go/godot/sliderjoint.gen.go
    • Line 20: warning: exported const SliderJointParamAngularLimitDamping should have comment (or a comment on this block) or be unexported (golint)
    • Line 54: warning: comment on exported type SliderJoint should be of the form "SliderJoint ..." (with optional leading article) (golint)
    • Line 62: warning: exported method SliderJoint.BaseClass should have comment or be unexported (golint)
    • Line 66: warning: comment on exported method SliderJoint.X_GetLowerLimitAngular should be of the form "X_GetLowerLimitAngular ..." (golint)
    • Line 70: warning: don't use underscores in Go names; method X_GetLowerLimitAngular should be XGetLowerLimitAngular (golint)
    • Line 89: warning: comment on exported method SliderJoint.X_GetUpperLimitAngular should be of the form "X_GetUpperLimitAngular ..." (golint)
    • Line 93: warning: don't use underscores in Go names; method X_GetUpperLimitAngular should be XGetUpperLimitAngular (golint)
    • Line 112: warning: comment on exported method SliderJoint.X_SetLowerLimitAngular should be of the form "X_SetLowerLimitAngular ..." (golint)
    • Line 116: warning: don't use underscores in Go names; method X_SetLowerLimitAngular should be XSetLowerLimitAngular (golint)
    • Line 133: warning: comment on exported method SliderJoint.X_SetUpperLimitAngular should be of the form "X_SetUpperLimitAngular ..." (golint)
    • Line 137: warning: don't use underscores in Go names; method X_SetUpperLimitAngular should be XSetUpperLimitAngular (golint)
    • Line 154: warning: comment on exported method SliderJoint.GetParam should be of the form "GetParam ..." (golint)
    • Line 178: warning: comment on exported method SliderJoint.SetParam should be of the form "SetParam ..." (golint)
    • godot-go/godot/visualscripttypecast.gen.go
    • Line 25: warning: comment on exported type VisualScriptTypeCast should be of the form "VisualScriptTypeCast ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptTypeCast.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptTypeCast.GetBaseScript should be of the form "GetBaseScript ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptTypeCast.GetBaseType should be of the form "GetBaseType ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptTypeCast.SetBaseScript should be of the form "SetBaseScript ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptTypeCast.SetBaseType should be of the form "SetBaseType ..." (golint)
    • godot-go/godot/tabs.gen.go
    • Line 20: warning: exported const TabsCloseButtonMax should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const TabsAlignCenter should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: comment on exported type Tabs should be of the form "Tabs ..." (with optional leading article) (golint)
    • Line 53: warning: exported method Tabs.BaseClass should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method Tabs.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 78: warning: comment on exported method Tabs.AddTab should be of the form "AddTab ..." (golint)
    • Line 100: warning: comment on exported method Tabs.EnsureTabVisible should be of the form "EnsureTabVisible ..." (golint)
    • Line 121: warning: comment on exported method Tabs.GetCurrentTab should be of the form "GetCurrentTab ..." (golint)
    • Line 144: warning: comment on exported method Tabs.GetOffsetButtonsVisible should be of the form "GetOffsetButtonsVisible ..." (golint)
    • Line 167: warning: comment on exported method Tabs.GetScrollingEnabled should be of the form "GetScrollingEnabled ..." (golint)
    • Line 190: warning: comment on exported method Tabs.GetTabAlign should be of the form "GetTabAlign ..." (golint)
    • Line 213: warning: comment on exported method Tabs.GetTabCloseDisplayPolicy should be of the form "GetTabCloseDisplayPolicy ..." (golint)
    • Line 236: warning: comment on exported method Tabs.GetTabCount should be of the form "GetTabCount ..." (golint)
    • Line 259: warning: comment on exported method Tabs.GetTabDisabled should be of the form "GetTabDisabled ..." (golint)
    • Line 283: warning: comment on exported method Tabs.GetTabIcon should be of the form "GetTabIcon ..." (golint)
    • Line 321: warning: comment on exported method Tabs.GetTabOffset should be of the form "GetTabOffset ..." (golint)
    • Line 344: warning: comment on exported method Tabs.GetTabRect should be of the form "GetTabRect ..." (golint)
    • Line 368: warning: comment on exported method Tabs.GetTabTitle should be of the form "GetTabTitle ..." (golint)
    • Line 392: warning: comment on exported method Tabs.MoveTab should be of the form "MoveTab ..." (golint)
    • Line 414: warning: comment on exported method Tabs.RemoveTab should be of the form "RemoveTab ..." (golint)
    • Line 435: warning: comment on exported method Tabs.SetCurrentTab should be of the form "SetCurrentTab ..." (golint)
    • Line 456: warning: comment on exported method Tabs.SetScrollingEnabled should be of the form "SetScrollingEnabled ..." (golint)
    • Line 477: warning: comment on exported method Tabs.SetTabAlign should be of the form "SetTabAlign ..." (golint)
    • Line 498: warning: comment on exported method Tabs.SetTabCloseDisplayPolicy should be of the form "SetTabCloseDisplayPolicy ..." (golint)
    • Line 519: warning: comment on exported method Tabs.SetTabDisabled should be of the form "SetTabDisabled ..." (golint)
    • Line 541: warning: comment on exported method Tabs.SetTabIcon should be of the form "SetTabIcon ..." (golint)
    • Line 563: warning: comment on exported method Tabs.SetTabTitle should be of the form "SetTabTitle ..." (golint)
    • godot-go/godot/audioeffectcompressor.gen.go
    • Line 25: warning: comment on exported type AudioEffectCompressor should be of the form "AudioEffectCompressor ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectCompressor.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectCompressor.GetAttackUs should be of the form "GetAttackUs ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectCompressor.GetGain should be of the form "GetGain ..." (golint)
    • Line 83: warning: comment on exported method AudioEffectCompressor.GetMix should be of the form "GetMix ..." (golint)
    • Line 106: warning: comment on exported method AudioEffectCompressor.GetRatio should be of the form "GetRatio ..." (golint)
    • Line 129: warning: comment on exported method AudioEffectCompressor.GetReleaseMs should be of the form "GetReleaseMs ..." (golint)
    • Line 152: warning: comment on exported method AudioEffectCompressor.GetSidechain should be of the form "GetSidechain ..." (golint)
    • Line 175: warning: comment on exported method AudioEffectCompressor.GetThreshold should be of the form "GetThreshold ..." (golint)
    • Line 198: warning: comment on exported method AudioEffectCompressor.SetAttackUs should be of the form "SetAttackUs ..." (golint)
    • Line 219: warning: comment on exported method AudioEffectCompressor.SetGain should be of the form "SetGain ..." (golint)
    • Line 240: warning: comment on exported method AudioEffectCompressor.SetMix should be of the form "SetMix ..." (golint)
    • Line 261: warning: comment on exported method AudioEffectCompressor.SetRatio should be of the form "SetRatio ..." (golint)
    • Line 282: warning: comment on exported method AudioEffectCompressor.SetReleaseMs should be of the form "SetReleaseMs ..." (golint)
    • Line 303: warning: comment on exported method AudioEffectCompressor.SetSidechain should be of the form "SetSidechain ..." (golint)
    • Line 324: warning: comment on exported method AudioEffectCompressor.SetThreshold should be of the form "SetThreshold ..." (golint)
    • godot-go/godot/audiostreamrandompitch.gen.go
    • Line 25: warning: comment on exported type AudioStreamRandomPitch should be of the form "AudioStreamRandomPitch ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioStreamRandomPitch.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioStreamRandomPitch.GetAudioStream should be of the form "GetAudioStream ..." (golint)
    • Line 74: warning: comment on exported method AudioStreamRandomPitch.GetRandomPitch should be of the form "GetRandomPitch ..." (golint)
    • Line 97: warning: comment on exported method AudioStreamRandomPitch.SetAudioStream should be of the form "SetAudioStream ..." (golint)
    • Line 118: warning: comment on exported method AudioStreamRandomPitch.SetRandomPitch should be of the form "SetRandomPitch ..." (golint)
    • godot-go/godot/capsulemesh.gen.go
    • Line 25: warning: comment on exported type CapsuleMesh should be of the form "CapsuleMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CapsuleMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CapsuleMesh.GetMidHeight should be of the form "GetMidHeight ..." (golint)
    • Line 60: warning: comment on exported method CapsuleMesh.GetRadialSegments should be of the form "GetRadialSegments ..." (golint)
    • Line 83: warning: comment on exported method CapsuleMesh.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 106: warning: comment on exported method CapsuleMesh.GetRings should be of the form "GetRings ..." (golint)
    • Line 129: warning: comment on exported method CapsuleMesh.SetMidHeight should be of the form "SetMidHeight ..." (golint)
    • Line 150: warning: comment on exported method CapsuleMesh.SetRadialSegments should be of the form "SetRadialSegments ..." (golint)
    • Line 171: warning: comment on exported method CapsuleMesh.SetRadius should be of the form "SetRadius ..." (golint)
    • Line 192: warning: comment on exported method CapsuleMesh.SetRings should be of the form "SetRings ..." (golint)
    • godot-go/godot/multimesh.gen.go
    • Line 20: warning: exported const MultiMeshColor8Bit should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const MultiMeshTransform2D should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported method MultiMesh.BaseClass should have comment or be unexported (golint)
    • Line 54: warning: comment on exported method MultiMesh.X_GetColorArray should be of the form "X_GetColorArray ..." (golint)
    • Line 58: warning: don't use underscores in Go names; method X_GetColorArray should be XGetColorArray (golint)
    • Line 77: warning: comment on exported method MultiMesh.X_GetTransformArray should be of the form "X_GetTransformArray ..." (golint)
    • Line 81: warning: don't use underscores in Go names; method X_GetTransformArray should be XGetTransformArray (golint)
    • Line 100: warning: comment on exported method MultiMesh.X_SetColorArray should be of the form "X_SetColorArray ..." (golint)
    • Line 104: warning: don't use underscores in Go names; method X_SetColorArray should be XSetColorArray (golint)
    • Line 121: warning: comment on exported method MultiMesh.X_SetTransformArray should be of the form "X_SetTransformArray ..." (golint)
    • Line 125: warning: don't use underscores in Go names; method X_SetTransformArray should be XSetTransformArray (golint)
    • Line 142: warning: comment on exported method MultiMesh.GetAabb should be of the form "GetAabb ..." (golint)
    • Line 165: warning: comment on exported method MultiMesh.GetColorFormat should be of the form "GetColorFormat ..." (golint)
    • Line 188: warning: comment on exported method MultiMesh.GetInstanceColor should be of the form "GetInstanceColor ..." (golint)
    • Line 212: warning: comment on exported method MultiMesh.GetInstanceCount should be of the form "GetInstanceCount ..." (golint)
    • Line 235: warning: comment on exported method MultiMesh.GetInstanceTransform should be of the form "GetInstanceTransform ..." (golint)
    • Line 259: warning: comment on exported method MultiMesh.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 296: warning: comment on exported method MultiMesh.GetTransformFormat should be of the form "GetTransformFormat ..." (golint)
    • Line 319: warning: comment on exported method MultiMesh.SetColorFormat should be of the form "SetColorFormat ..." (golint)
    • Line 340: warning: comment on exported method MultiMesh.SetInstanceColor should be of the form "SetInstanceColor ..." (golint)
    • Line 362: warning: comment on exported method MultiMesh.SetInstanceCount should be of the form "SetInstanceCount ..." (golint)
    • Line 383: warning: comment on exported method MultiMesh.SetInstanceTransform should be of the form "SetInstanceTransform ..." (golint)
    • Line 405: warning: comment on exported method MultiMesh.SetMesh should be of the form "SetMesh ..." (golint)
    • Line 426: warning: comment on exported method MultiMesh.SetTransformFormat should be of the form "SetTransformFormat ..." (golint)
    • godot-go/godot/styleboxtexture.gen.go
    • Line 20: warning: exported const StyleBoxTextureAxisStretchModeStretch should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type StyleBoxTexture should be of the form "StyleBoxTexture ..." (with optional leading article) (golint)
    • Line 42: warning: exported method StyleBoxTexture.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method StyleBoxTexture.GetExpandMarginSize should be of the form "GetExpandMarginSize ..." (golint)
    • Line 70: warning: comment on exported method StyleBoxTexture.GetHAxisStretchMode should be of the form "GetHAxisStretchMode ..." (golint)
    • Line 93: warning: comment on exported method StyleBoxTexture.GetMarginSize should be of the form "GetMarginSize ..." (golint)
    • Line 117: warning: comment on exported method StyleBoxTexture.GetModulate should be of the form "GetModulate ..." (golint)
    • Line 140: warning: comment on exported method StyleBoxTexture.GetNormalMap should be of the form "GetNormalMap ..." (golint)
    • Line 177: warning: comment on exported method StyleBoxTexture.GetRegionRect should be of the form "GetRegionRect ..." (golint)
    • Line 200: warning: comment on exported method StyleBoxTexture.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 237: warning: comment on exported method StyleBoxTexture.GetVAxisStretchMode should be of the form "GetVAxisStretchMode ..." (golint)
    • Line 260: warning: comment on exported method StyleBoxTexture.IsDrawCenterEnabled should be of the form "IsDrawCenterEnabled ..." (golint)
    • Line 283: warning: comment on exported method StyleBoxTexture.SetDrawCenter should be of the form "SetDrawCenter ..." (golint)
    • Line 304: warning: comment on exported method StyleBoxTexture.SetExpandMarginAll should be of the form "SetExpandMarginAll ..." (golint)
    • Line 325: warning: comment on exported method StyleBoxTexture.SetExpandMarginIndividual should be of the form "SetExpandMarginIndividual ..." (golint)
    • Line 349: warning: comment on exported method StyleBoxTexture.SetExpandMarginSize should be of the form "SetExpandMarginSize ..." (golint)
    • Line 371: warning: comment on exported method StyleBoxTexture.SetHAxisStretchMode should be of the form "SetHAxisStretchMode ..." (golint)
    • Line 392: warning: comment on exported method StyleBoxTexture.SetMarginSize should be of the form "SetMarginSize ..." (golint)
    • Line 414: warning: comment on exported method StyleBoxTexture.SetModulate should be of the form "SetModulate ..." (golint)
    • Line 435: warning: comment on exported method StyleBoxTexture.SetNormalMap should be of the form "SetNormalMap ..." (golint)
    • Line 456: warning: comment on exported method StyleBoxTexture.SetRegionRect should be of the form "SetRegionRect ..." (golint)
    • Line 477: warning: comment on exported method StyleBoxTexture.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 498: warning: comment on exported method StyleBoxTexture.SetVAxisStretchMode should be of the form "SetVAxisStretchMode ..." (golint)
    • godot-go/godot/viewport.gen.go
    • Line 20: warning: exported const ViewportClearModeAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const ViewportDebugDrawDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported const ViewportMsaa16X should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported const ViewportRenderInfoDrawCallsInFrame should have comment (or a comment on this block) or be unexported (golint)
    • Line 63: warning: exported const ViewportShadowAtlasQuadrantSubdiv1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 77: warning: exported const ViewportUpdateAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 87: warning: exported const ViewportUsage2D should have comment (or a comment on this block) or be unexported (golint)
    • Line 110: warning: exported method Viewport.BaseClass should have comment or be unexported (golint)
    • Line 114: warning: comment on exported method Viewport.X_GuiRemoveFocus should be of the form "X_GuiRemoveFocus ..." (golint)
    • Line 118: warning: don't use underscores in Go names; method X_GuiRemoveFocus should be XGuiRemoveFocus (golint)
    • Line 134: warning: comment on exported method Viewport.X_GuiShowTooltip should be of the form "X_GuiShowTooltip ..." (golint)
    • Line 138: warning: don't use underscores in Go names; method X_GuiShowTooltip should be XGuiShowTooltip (golint)
    • Line 154: warning: comment on exported method Viewport.X_VpInput should be of the form "X_VpInput ..." (golint)
    • Line 158: warning: don't use underscores in Go names; method X_VpInput should be XVpInput (golint)
    • Line 175: warning: comment on exported method Viewport.X_VpInputText should be of the form "X_VpInputText ..." (golint)
    • Line 179: warning: don't use underscores in Go names; method X_VpInputText should be XVpInputText (golint)
    • Line 196: warning: comment on exported method Viewport.X_VpUnhandledInput should be of the form "X_VpUnhandledInput ..." (golint)
    • Line 200: warning: don't use underscores in Go names; method X_VpUnhandledInput should be XVpUnhandledInput (golint)
    • Line 217: warning: comment on exported method Viewport.FindWorld should be of the form "FindWorld ..." (golint)
    • Line 254: warning: comment on exported method Viewport.FindWorld2D should be of the form "FindWorld2D ..." (golint)
    • Line 291: warning: comment on exported method Viewport.GetCamera should be of the form "GetCamera ..." (golint)
    • Line 328: warning: comment on exported method Viewport.GetCanvasTransform should be of the form "GetCanvasTransform ..." (golint)
    • Line 351: warning: comment on exported method Viewport.GetClearMode should be of the form "GetClearMode ..." (golint)
    • Line 374: warning: comment on exported method Viewport.GetDebugDraw should be of the form "GetDebugDraw ..." (golint)
    • Line 397: warning: comment on exported method Viewport.GetFinalTransform should be of the form "GetFinalTransform ..." (golint)
    • Line 420: warning: comment on exported method Viewport.GetGlobalCanvasTransform should be of the form "GetGlobalCanvasTransform ..." (golint)
    • Line 443: warning: comment on exported method Viewport.GetHdr should be of the form "GetHdr ..." (golint)
    • Line 466: warning: comment on exported method Viewport.GetMousePosition should be of the form "GetMousePosition ..." (golint)
    • Line 489: warning: comment on exported method Viewport.GetMsaa should be of the form "GetMsaa ..." (golint)
    • Line 512: warning: comment on exported method Viewport.GetPhysicsObjectPicking should be of the form "GetPhysicsObjectPicking ..." (golint)
    • Line 535: warning: comment on exported method Viewport.GetRenderInfo should be of the form "GetRenderInfo ..." (golint)
    • Line 559: warning: comment on exported method Viewport.GetShadowAtlasQuadrantSubdiv should be of the form "GetShadowAtlasQuadrantSubdiv ..." (golint)
    • Line 583: warning: comment on exported method Viewport.GetShadowAtlasSize should be of the form "GetShadowAtlasSize ..." (golint)
    • Line 606: warning: comment on exported method Viewport.GetSize should be of the form "GetSize ..." (golint)
    • Line 629: warning: comment on exported method Viewport.GetSizeOverride should be of the form "GetSizeOverride ..." (golint)
    • Line 652: warning: comment on exported method Viewport.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 689: warning: comment on exported method Viewport.GetUpdateMode should be of the form "GetUpdateMode ..." (golint)
    • Line 712: warning: comment on exported method Viewport.GetUsage should be of the form "GetUsage ..." (golint)
    • Line 735: warning: comment on exported method Viewport.GetVflip should be of the form "GetVflip ..." (golint)
    • Line 758: warning: comment on exported method Viewport.GetViewportRid should be of the form "GetViewportRid ..." (golint)
    • Line 781: warning: comment on exported method Viewport.GetVisibleRect should be of the form "GetVisibleRect ..." (golint)
    • Line 804: warning: comment on exported method Viewport.GetWorld should be of the form "GetWorld ..." (golint)
    • Line 841: warning: comment on exported method Viewport.GetWorld2D should be of the form "GetWorld2D ..." (golint)
    • Line 878: warning: comment on exported method Viewport.GuiGetDragData should be of the form "GuiGetDragData ..." (golint)
    • Line 901: warning: comment on exported method Viewport.GuiHasModalStack should be of the form "GuiHasModalStack ..." (golint)
    • Line 924: warning: comment on exported method Viewport.HasTransparentBackground should be of the form "HasTransparentBackground ..." (golint)
    • Line 947: warning: comment on exported method Viewport.InputMethod should be of the form "InputMethod ..." (golint)
    • Line 968: warning: comment on exported method Viewport.Is3DDisabled should be of the form "Is3DDisabled ..." (golint)
    • Line 991: warning: comment on exported method Viewport.IsAudioListener should be of the form "IsAudioListener ..." (golint)
    • Line 1014: warning: comment on exported method Viewport.IsAudioListener2D should be of the form "IsAudioListener2D ..." (golint)
    • Line 1037: warning: comment on exported method Viewport.IsInputDisabled should be of the form "IsInputDisabled ..." (golint)
    • Line 1060: warning: comment on exported method Viewport.IsSizeOverrideEnabled should be of the form "IsSizeOverrideEnabled ..." (golint)
    • Line 1083: warning: comment on exported method Viewport.IsSizeOverrideStretchEnabled should be of the form "IsSizeOverrideStretchEnabled ..." (golint)
    • Line 1106: warning: comment on exported method Viewport.IsSnapControlsToPixelsEnabled should be of the form "IsSnapControlsToPixelsEnabled ..." (golint)
    • Line 1129: warning: comment on exported method Viewport.IsUsingOwnWorld should be of the form "IsUsingOwnWorld ..." (golint)
    • Line 1152: warning: comment on exported method Viewport.SetAsAudioListener should be of the form "SetAsAudioListener ..." (golint)
    • Line 1173: warning: comment on exported method Viewport.SetAsAudioListener2D should be of the form "SetAsAudioListener2D ..." (golint)
    • Line 1194: warning: comment on exported method Viewport.SetAttachToScreenRect should be of the form "SetAttachToScreenRect ..." (golint)
    • Line 1215: warning: comment on exported method Viewport.SetCanvasTransform should be of the form "SetCanvasTransform ..." (golint)
    • Line 1236: warning: comment on exported method Viewport.SetClearMode should be of the form "SetClearMode ..." (golint)
    • Line 1257: warning: comment on exported method Viewport.SetDebugDraw should be of the form "SetDebugDraw ..." (golint)
    • Line 1278: warning: comment on exported method Viewport.SetDisable3D should be of the form "SetDisable3D ..." (golint)
    • Line 1299: warning: comment on exported method Viewport.SetDisableInput should be of the form "SetDisableInput ..." (golint)
    • Line 1320: warning: comment on exported method Viewport.SetGlobalCanvasTransform should be of the form "SetGlobalCanvasTransform ..." (golint)
    • Line 1341: warning: comment on exported method Viewport.SetHdr should be of the form "SetHdr ..." (golint)
    • Line 1362: warning: comment on exported method Viewport.SetMsaa should be of the form "SetMsaa ..." (golint)
    • Line 1383: warning: comment on exported method Viewport.SetPhysicsObjectPicking should be of the form "SetPhysicsObjectPicking ..." (golint)
    • Line 1404: warning: comment on exported method Viewport.SetShadowAtlasQuadrantSubdiv should be of the form "SetShadowAtlasQuadrantSubdiv ..." (golint)
    • Line 1426: warning: comment on exported method Viewport.SetShadowAtlasSize should be of the form "SetShadowAtlasSize ..." (golint)
    • Line 1447: warning: comment on exported method Viewport.SetSize should be of the form "SetSize ..." (golint)
    • Line 1468: warning: comment on exported method Viewport.SetSizeOverride should be of the form "SetSizeOverride ..." (golint)
    • Line 1491: warning: comment on exported method Viewport.SetSizeOverrideStretch should be of the form "SetSizeOverrideStretch ..." (golint)
    • Line 1512: warning: comment on exported method Viewport.SetSnapControlsToPixels should be of the form "SetSnapControlsToPixels ..." (golint)
    • Line 1533: warning: comment on exported method Viewport.SetTransparentBackground should be of the form "SetTransparentBackground ..." (golint)
    • Line 1554: warning: comment on exported method Viewport.SetUpdateMode should be of the form "SetUpdateMode ..." (golint)
    • Line 1575: warning: comment on exported method Viewport.SetUsage should be of the form "SetUsage ..." (golint)
    • Line 1596: warning: comment on exported method Viewport.SetUseArvr should be of the form "SetUseArvr ..." (golint)
    • Line 1617: warning: comment on exported method Viewport.SetUseOwnWorld should be of the form "SetUseOwnWorld ..." (golint)
    • Line 1638: warning: comment on exported method Viewport.SetVflip should be of the form "SetVflip ..." (golint)
    • Line 1659: warning: comment on exported method Viewport.SetWorld should be of the form "SetWorld ..." (golint)
    • Line 1680: warning: comment on exported method Viewport.SetWorld2D should be of the form "SetWorld2D ..." (golint)
    • Line 1701: warning: comment on exported method Viewport.UnhandledInput should be of the form "UnhandledInput ..." (golint)
    • Line 1722: warning: comment on exported method Viewport.UpdateWorlds should be of the form "UpdateWorlds ..." (golint)
    • Line 1742: warning: comment on exported method Viewport.UseArvr should be of the form "UseArvr ..." (golint)
    • Line 1765: warning: comment on exported method Viewport.WarpMouse should be of the form "WarpMouse ..." (golint)
    • godot-go/godot/audiostreamplayback.gen.go
    • Line 25: warning: comment on exported type AudioStreamPlayback should be of the form "AudioStreamPlayback ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioStreamPlayback.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/mesh.gen.go
    • Line 20: warning: exported const MeshArrayCompressBase should have comment (or a comment on this block) or be unexported (golint)
    • Line 48: warning: exported const MeshArrayBones should have comment (or a comment on this block) or be unexported (golint)
    • Line 64: warning: exported const MeshBlendShapeModeNormalized should have comment (or a comment on this block) or be unexported (golint)
    • Line 72: warning: exported const MeshPrimitiveLines should have comment (or a comment on this block) or be unexported (golint)
    • Line 98: warning: exported method Mesh.BaseClass should have comment or be unexported (golint)
    • Line 102: warning: comment on exported method Mesh.CreateConvexShape should be of the form "CreateConvexShape ..." (golint)
    • Line 139: warning: comment on exported method Mesh.CreateOutline should be of the form "CreateOutline ..." (golint)
    • Line 177: warning: comment on exported method Mesh.CreateTrimeshShape should be of the form "CreateTrimeshShape ..." (golint)
    • Line 214: warning: comment on exported method Mesh.GenerateTriangleMesh should be of the form "GenerateTriangleMesh ..." (golint)
    • Line 251: warning: comment on exported method Mesh.GetFaces should be of the form "GetFaces ..." (golint)
    • Line 274: warning: comment on exported method Mesh.GetLightmapSizeHint should be of the form "GetLightmapSizeHint ..." (golint)
    • Line 297: warning: comment on exported method Mesh.SetLightmapSizeHint should be of the form "SetLightmapSizeHint ..." (golint)
    • godot-go/godot/thread.gen.go
    • Line 26: warning: don't use underscores in Go names; func new_ThreadFromPointer should be newThreadFromPointer (golint)
    • Line 34: warning: comment on exported type Thread should be of the form "Thread ..." (with optional leading article) (golint)
    • Line 42: warning: exported method Thread.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method Thread.GetId should be of the form "GetId ..." (golint)
    • Line 69: warning: comment on exported method Thread.IsActive should be of the form "IsActive ..." (golint)
    • Line 92: warning: comment on exported method Thread.Start should be of the form "Start ..." (golint)
    • Line 119: warning: comment on exported method Thread.WaitToFinish should be of the form "WaitToFinish ..." (golint)
    • godot-go/godot/visualscriptexpression.gen.go
    • Line 25: warning: comment on exported type VisualScriptExpression should be of the form "VisualScriptExpression ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptExpression.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/bulletphysicsserver.gen.go
    • Line 25: warning: comment on exported type BulletPhysicsServer should be of the form "BulletPhysicsServer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method BulletPhysicsServer.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/panoramasky.gen.go
    • Line 25: warning: comment on exported type PanoramaSky should be of the form "PanoramaSky ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PanoramaSky.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PanoramaSky.GetPanorama should be of the form "GetPanorama ..." (golint)
    • Line 74: warning: comment on exported method PanoramaSky.SetPanorama should be of the form "SetPanorama ..." (golint)
    • godot-go/godot/scrollbar.gen.go
    • Line 25: warning: comment on exported type ScrollBar should be of the form "ScrollBar ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ScrollBar.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ScrollBar.X_DragSlaveExit should be of the form "X_DragSlaveExit ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_DragSlaveExit should be XDragSlaveExit (golint)
    • Line 57: warning: comment on exported method ScrollBar.X_DragSlaveInput should be of the form "X_DragSlaveInput ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_DragSlaveInput should be XDragSlaveInput (golint)
    • Line 78: warning: comment on exported method ScrollBar.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 82: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 99: warning: comment on exported method ScrollBar.GetCustomStep should be of the form "GetCustomStep ..." (golint)
    • Line 122: warning: comment on exported method ScrollBar.SetCustomStep should be of the form "SetCustomStep ..." (golint)
    • godot-go/godot/proceduralsky.gen.go
    • Line 20: warning: exported const ProceduralSkyTextureSize1024 should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: comment on exported type ProceduralSky should be of the form "ProceduralSky ..." (with optional leading article) (golint)
    • Line 45: warning: exported method ProceduralSky.BaseClass should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method ProceduralSky.X_ThreadDone should be of the form "X_ThreadDone ..." (golint)
    • Line 53: warning: don't use underscores in Go names; method X_ThreadDone should be XThreadDone (golint)
    • Line 70: warning: comment on exported method ProceduralSky.X_UpdateSky should be of the form "X_UpdateSky ..." (golint)
    • Line 74: warning: don't use underscores in Go names; method X_UpdateSky should be XUpdateSky (golint)
    • Line 90: warning: comment on exported method ProceduralSky.GetGroundBottomColor should be of the form "GetGroundBottomColor ..." (golint)
    • Line 113: warning: comment on exported method ProceduralSky.GetGroundCurve should be of the form "GetGroundCurve ..." (golint)
    • Line 136: warning: comment on exported method ProceduralSky.GetGroundEnergy should be of the form "GetGroundEnergy ..." (golint)
    • Line 159: warning: comment on exported method ProceduralSky.GetGroundHorizonColor should be of the form "GetGroundHorizonColor ..." (golint)
    • Line 182: warning: comment on exported method ProceduralSky.GetSkyCurve should be of the form "GetSkyCurve ..." (golint)
    • Line 205: warning: comment on exported method ProceduralSky.GetSkyEnergy should be of the form "GetSkyEnergy ..." (golint)
    • Line 228: warning: comment on exported method ProceduralSky.GetSkyHorizonColor should be of the form "GetSkyHorizonColor ..." (golint)
    • Line 251: warning: comment on exported method ProceduralSky.GetSkyTopColor should be of the form "GetSkyTopColor ..." (golint)
    • Line 274: warning: comment on exported method ProceduralSky.GetSunAngleMax should be of the form "GetSunAngleMax ..." (golint)
    • Line 297: warning: comment on exported method ProceduralSky.GetSunAngleMin should be of the form "GetSunAngleMin ..." (golint)
    • Line 320: warning: comment on exported method ProceduralSky.GetSunColor should be of the form "GetSunColor ..." (golint)
    • Line 343: warning: comment on exported method ProceduralSky.GetSunCurve should be of the form "GetSunCurve ..." (golint)
    • Line 366: warning: comment on exported method ProceduralSky.GetSunEnergy should be of the form "GetSunEnergy ..." (golint)
    • Line 389: warning: comment on exported method ProceduralSky.GetSunLatitude should be of the form "GetSunLatitude ..." (golint)
    • Line 412: warning: comment on exported method ProceduralSky.GetSunLongitude should be of the form "GetSunLongitude ..." (golint)
    • Line 435: warning: comment on exported method ProceduralSky.GetTextureSize should be of the form "GetTextureSize ..." (golint)
    • Line 458: warning: comment on exported method ProceduralSky.SetGroundBottomColor should be of the form "SetGroundBottomColor ..." (golint)
    • Line 479: warning: comment on exported method ProceduralSky.SetGroundCurve should be of the form "SetGroundCurve ..." (golint)
    • Line 500: warning: comment on exported method ProceduralSky.SetGroundEnergy should be of the form "SetGroundEnergy ..." (golint)
    • Line 521: warning: comment on exported method ProceduralSky.SetGroundHorizonColor should be of the form "SetGroundHorizonColor ..." (golint)
    • Line 542: warning: comment on exported method ProceduralSky.SetSkyCurve should be of the form "SetSkyCurve ..." (golint)
    • Line 563: warning: comment on exported method ProceduralSky.SetSkyEnergy should be of the form "SetSkyEnergy ..." (golint)
    • Line 584: warning: comment on exported method ProceduralSky.SetSkyHorizonColor should be of the form "SetSkyHorizonColor ..." (golint)
    • Line 605: warning: comment on exported method ProceduralSky.SetSkyTopColor should be of the form "SetSkyTopColor ..." (golint)
    • Line 626: warning: comment on exported method ProceduralSky.SetSunAngleMax should be of the form "SetSunAngleMax ..." (golint)
    • Line 647: warning: comment on exported method ProceduralSky.SetSunAngleMin should be of the form "SetSunAngleMin ..." (golint)
    • Line 668: warning: comment on exported method ProceduralSky.SetSunColor should be of the form "SetSunColor ..." (golint)
    • Line 689: warning: comment on exported method ProceduralSky.SetSunCurve should be of the form "SetSunCurve ..." (golint)
    • Line 710: warning: comment on exported method ProceduralSky.SetSunEnergy should be of the form "SetSunEnergy ..." (golint)
    • Line 731: warning: comment on exported method ProceduralSky.SetSunLatitude should be of the form "SetSunLatitude ..." (golint)
    • Line 752: warning: comment on exported method ProceduralSky.SetSunLongitude should be of the form "SetSunLongitude ..." (golint)
    • Line 773: warning: comment on exported method ProceduralSky.SetTextureSize should be of the form "SetTextureSize ..." (golint)
    • godot-go/godot/skeleton.gen.go
    • Line 33: warning: exported method Skeleton.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Skeleton.AddBone should be of the form "AddBone ..." (golint)
    • Line 58: warning: comment on exported method Skeleton.BindChildNodeToBone should be of the form "BindChildNodeToBone ..." (golint)
    • Line 80: warning: comment on exported method Skeleton.ClearBones should be of the form "ClearBones ..." (golint)
    • Line 100: warning: comment on exported method Skeleton.FindBone should be of the form "FindBone ..." (golint)
    • Line 124: warning: comment on exported method Skeleton.GetBoneCount should be of the form "GetBoneCount ..." (golint)
    • Line 147: warning: comment on exported method Skeleton.GetBoneCustomPose should be of the form "GetBoneCustomPose ..." (golint)
    • Line 171: warning: comment on exported method Skeleton.GetBoneGlobalPose should be of the form "GetBoneGlobalPose ..." (golint)
    • Line 195: warning: comment on exported method Skeleton.GetBoneName should be of the form "GetBoneName ..." (golint)
    • Line 219: warning: comment on exported method Skeleton.GetBoneParent should be of the form "GetBoneParent ..." (golint)
    • Line 243: warning: comment on exported method Skeleton.GetBonePose should be of the form "GetBonePose ..." (golint)
    • Line 267: warning: comment on exported method Skeleton.GetBoneRest should be of the form "GetBoneRest ..." (golint)
    • Line 291: warning: comment on exported method Skeleton.GetBoneTransform should be of the form "GetBoneTransform ..." (golint)
    • Line 315: warning: comment on exported method Skeleton.GetBoundChildNodesToBone should be of the form "GetBoundChildNodesToBone ..." (golint)
    • Line 339: warning: comment on exported method Skeleton.IsBoneRestDisabled should be of the form "IsBoneRestDisabled ..." (golint)
    • Line 363: warning: comment on exported method Skeleton.SetBoneCustomPose should be of the form "SetBoneCustomPose ..." (golint)
    • Line 385: warning: comment on exported method Skeleton.SetBoneDisableRest should be of the form "SetBoneDisableRest ..." (golint)
    • Line 407: warning: comment on exported method Skeleton.SetBoneGlobalPose should be of the form "SetBoneGlobalPose ..." (golint)
    • Line 429: warning: comment on exported method Skeleton.SetBoneParent should be of the form "SetBoneParent ..." (golint)
    • Line 451: warning: comment on exported method Skeleton.SetBonePose should be of the form "SetBonePose ..." (golint)
    • Line 473: warning: comment on exported method Skeleton.SetBoneRest should be of the form "SetBoneRest ..." (golint)
    • Line 495: warning: comment on exported method Skeleton.UnbindChildNodeFromBone should be of the form "UnbindChildNodeFromBone ..." (golint)
    • Line 517: warning: comment on exported method Skeleton.UnparentBoneAndRest should be of the form "UnparentBoneAndRest ..." (golint)
    • godot-go/godot/vslider.gen.go
    • Line 25: warning: comment on exported type VSlider should be of the form "VSlider ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VSlider.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/audioeffectdistortion.gen.go
    • Line 20: warning: exported const AudioEffectDistortionModeAtan should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: comment on exported type AudioEffectDistortion should be of the form "AudioEffectDistortion ..." (with optional leading article) (golint)
    • Line 44: warning: exported method AudioEffectDistortion.BaseClass should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method AudioEffectDistortion.GetDrive should be of the form "GetDrive ..." (golint)
    • Line 71: warning: comment on exported method AudioEffectDistortion.GetKeepHfHz should be of the form "GetKeepHfHz ..." (golint)
    • Line 94: warning: comment on exported method AudioEffectDistortion.GetMode should be of the form "GetMode ..." (golint)
    • Line 117: warning: comment on exported method AudioEffectDistortion.GetPostGain should be of the form "GetPostGain ..." (golint)
    • Line 140: warning: comment on exported method AudioEffectDistortion.GetPreGain should be of the form "GetPreGain ..." (golint)
    • Line 163: warning: comment on exported method AudioEffectDistortion.SetDrive should be of the form "SetDrive ..." (golint)
    • Line 184: warning: comment on exported method AudioEffectDistortion.SetKeepHfHz should be of the form "SetKeepHfHz ..." (golint)
    • Line 205: warning: comment on exported method AudioEffectDistortion.SetMode should be of the form "SetMode ..." (golint)
    • Line 226: warning: comment on exported method AudioEffectDistortion.SetPostGain should be of the form "SetPostGain ..." (golint)
    • Line 247: warning: comment on exported method AudioEffectDistortion.SetPreGain should be of the form "SetPreGain ..." (golint)
    • godot-go/godot/planemesh.gen.go
    • Line 25: warning: comment on exported type PlaneMesh should be of the form "PlaneMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PlaneMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PlaneMesh.GetSize should be of the form "GetSize ..." (golint)
    • Line 60: warning: comment on exported method PlaneMesh.GetSubdivideDepth should be of the form "GetSubdivideDepth ..." (golint)
    • Line 83: warning: comment on exported method PlaneMesh.GetSubdivideWidth should be of the form "GetSubdivideWidth ..." (golint)
    • Line 106: warning: comment on exported method PlaneMesh.SetSize should be of the form "SetSize ..." (golint)
    • Line 127: warning: comment on exported method PlaneMesh.SetSubdivideDepth should be of the form "SetSubdivideDepth ..." (golint)
    • Line 148: warning: comment on exported method PlaneMesh.SetSubdivideWidth should be of the form "SetSubdivideWidth ..." (golint)
    • godot-go/godot/viewporttexture.gen.go
    • Line 25: warning: comment on exported type ViewportTexture should be of the form "ViewportTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ViewportTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ViewportTexture.GetViewportPathInScene should be of the form "GetViewportPathInScene ..." (golint)
    • Line 60: warning: comment on exported method ViewportTexture.SetViewportPathInScene should be of the form "SetViewportPathInScene ..." (golint)
    • godot-go/godot/visualscriptoperator.gen.go
    • Line 25: warning: comment on exported type VisualScriptOperator should be of the form "VisualScriptOperator ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptOperator.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptOperator.GetOperator should be of the form "GetOperator ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptOperator.GetTyped should be of the form "GetTyped ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptOperator.SetOperator should be of the form "SetOperator ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptOperator.SetTyped should be of the form "SetTyped ..." (golint)
    • godot-go/godot/raycast.gen.go
    • Line 33: warning: exported method RayCast.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RayCast.AddException should be of the form "AddException ..." (golint)
    • Line 58: warning: comment on exported method RayCast.AddExceptionRid should be of the form "AddExceptionRid ..." (golint)
    • Line 79: warning: comment on exported method RayCast.ClearExceptions should be of the form "ClearExceptions ..." (golint)
    • Line 99: warning: comment on exported method RayCast.ForceRaycastUpdate should be of the form "ForceRaycastUpdate ..." (golint)
    • Line 119: warning: comment on exported method RayCast.GetCastTo should be of the form "GetCastTo ..." (golint)
    • Line 142: warning: comment on exported method RayCast.GetCollider should be of the form "GetCollider ..." (golint)
    • Line 179: warning: comment on exported method RayCast.GetColliderShape should be of the form "GetColliderShape ..." (golint)
    • Line 202: warning: comment on exported method RayCast.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 225: warning: comment on exported method RayCast.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 249: warning: comment on exported method RayCast.GetCollisionNormal should be of the form "GetCollisionNormal ..." (golint)
    • Line 272: warning: comment on exported method RayCast.GetCollisionPoint should be of the form "GetCollisionPoint ..." (golint)
    • Line 295: warning: comment on exported method RayCast.GetExcludeParentBody should be of the form "GetExcludeParentBody ..." (golint)
    • Line 318: warning: comment on exported method RayCast.IsColliding should be of the form "IsColliding ..." (golint)
    • Line 341: warning: comment on exported method RayCast.IsEnabled should be of the form "IsEnabled ..." (golint)
    • Line 364: warning: comment on exported method RayCast.RemoveException should be of the form "RemoveException ..." (golint)
    • Line 385: warning: comment on exported method RayCast.RemoveExceptionRid should be of the form "RemoveExceptionRid ..." (golint)
    • Line 406: warning: comment on exported method RayCast.SetCastTo should be of the form "SetCastTo ..." (golint)
    • Line 427: warning: comment on exported method RayCast.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 448: warning: comment on exported method RayCast.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 470: warning: comment on exported method RayCast.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 491: warning: comment on exported method RayCast.SetExcludeParentBody should be of the form "SetExcludeParentBody ..." (golint)
    • godot-go/godot/area2d.gen.go
    • Line 20: warning: exported const Area2DSpaceOverrideCombine should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: comment on exported type Area2D should be of the form "Area2D ..." (with optional leading article) (golint)
    • Line 44: warning: exported method Area2D.BaseClass should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method Area2D.X_AreaEnterTree should be of the form "X_AreaEnterTree ..." (golint)
    • Line 52: warning: don't use underscores in Go names; method X_AreaEnterTree should be XAreaEnterTree (golint)
    • Line 69: warning: comment on exported method Area2D.X_AreaExitTree should be of the form "X_AreaExitTree ..." (golint)
    • Line 73: warning: don't use underscores in Go names; method X_AreaExitTree should be XAreaExitTree (golint)
    • Line 90: warning: comment on exported method Area2D.X_AreaInout should be of the form "X_AreaInout ..." (golint)
    • Line 94: warning: don't use underscores in Go names; method X_AreaInout should be XAreaInout (golint)
    • Line 115: warning: comment on exported method Area2D.X_BodyEnterTree should be of the form "X_BodyEnterTree ..." (golint)
    • Line 119: warning: don't use underscores in Go names; method X_BodyEnterTree should be XBodyEnterTree (golint)
    • Line 136: warning: comment on exported method Area2D.X_BodyExitTree should be of the form "X_BodyExitTree ..." (golint)
    • Line 140: warning: don't use underscores in Go names; method X_BodyExitTree should be XBodyExitTree (golint)
    • Line 157: warning: comment on exported method Area2D.X_BodyInout should be of the form "X_BodyInout ..." (golint)
    • Line 161: warning: don't use underscores in Go names; method X_BodyInout should be XBodyInout (golint)
    • Line 182: warning: comment on exported method Area2D.GetAngularDamp should be of the form "GetAngularDamp ..." (golint)
    • Line 205: warning: comment on exported method Area2D.GetAudioBusName should be of the form "GetAudioBusName ..." (golint)
    • Line 228: warning: comment on exported method Area2D.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 251: warning: comment on exported method Area2D.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 275: warning: comment on exported method Area2D.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 298: warning: comment on exported method Area2D.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 322: warning: comment on exported method Area2D.GetGravity should be of the form "GetGravity ..." (golint)
    • Line 345: warning: comment on exported method Area2D.GetGravityDistanceScale should be of the form "GetGravityDistanceScale ..." (golint)
    • Line 368: warning: comment on exported method Area2D.GetGravityVector should be of the form "GetGravityVector ..." (golint)
    • Line 391: warning: comment on exported method Area2D.GetLinearDamp should be of the form "GetLinearDamp ..." (golint)
    • Line 414: warning: comment on exported method Area2D.GetOverlappingAreas should be of the form "GetOverlappingAreas ..." (golint)
    • Line 437: warning: comment on exported method Area2D.GetOverlappingBodies should be of the form "GetOverlappingBodies ..." (golint)
    • Line 460: warning: comment on exported method Area2D.GetPriority should be of the form "GetPriority ..." (golint)
    • Line 483: warning: comment on exported method Area2D.GetSpaceOverrideMode should be of the form "GetSpaceOverrideMode ..." (golint)
    • Line 506: warning: comment on exported method Area2D.IsGravityAPoint should be of the form "IsGravityAPoint ..." (golint)
    • Line 529: warning: comment on exported method Area2D.IsMonitorable should be of the form "IsMonitorable ..." (golint)
    • Line 552: warning: comment on exported method Area2D.IsMonitoring should be of the form "IsMonitoring ..." (golint)
    • Line 575: warning: comment on exported method Area2D.IsOverridingAudioBus should be of the form "IsOverridingAudioBus ..." (golint)
    • Line 598: warning: comment on exported method Area2D.OverlapsArea should be of the form "OverlapsArea ..." (golint)
    • Line 622: warning: comment on exported method Area2D.OverlapsBody should be of the form "OverlapsBody ..." (golint)
    • Line 646: warning: comment on exported method Area2D.SetAngularDamp should be of the form "SetAngularDamp ..." (golint)
    • Line 667: warning: comment on exported method Area2D.SetAudioBusName should be of the form "SetAudioBusName ..." (golint)
    • Line 688: warning: comment on exported method Area2D.SetAudioBusOverride should be of the form "SetAudioBusOverride ..." (golint)
    • Line 709: warning: comment on exported method Area2D.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 730: warning: comment on exported method Area2D.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 752: warning: comment on exported method Area2D.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 773: warning: comment on exported method Area2D.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 795: warning: comment on exported method Area2D.SetGravity should be of the form "SetGravity ..." (golint)
    • Line 816: warning: comment on exported method Area2D.SetGravityDistanceScale should be of the form "SetGravityDistanceScale ..." (golint)
    • Line 837: warning: comment on exported method Area2D.SetGravityIsPoint should be of the form "SetGravityIsPoint ..." (golint)
    • Line 858: warning: comment on exported method Area2D.SetGravityVector should be of the form "SetGravityVector ..." (golint)
    • Line 879: warning: comment on exported method Area2D.SetLinearDamp should be of the form "SetLinearDamp ..." (golint)
    • Line 900: warning: comment on exported method Area2D.SetMonitorable should be of the form "SetMonitorable ..." (golint)
    • Line 921: warning: comment on exported method Area2D.SetMonitoring should be of the form "SetMonitoring ..." (golint)
    • Line 942: warning: comment on exported method Area2D.SetPriority should be of the form "SetPriority ..." (golint)
    • Line 963: warning: comment on exported method Area2D.SetSpaceOverrideMode should be of the form "SetSpaceOverrideMode ..." (golint)
    • godot-go/godot/audioserver.gen.go
    • Line 20: warning: exported const AudioServerSpeakerModeStereo should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: comment on exported var AudioServer should be of the form "AudioServer ..." (golint)
    • godot-go/godot/occluderpolygon2d.gen.go
    • Line 20: warning: exported const OccluderPolygon2DCullClockwise should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type OccluderPolygon2D should be of the form "OccluderPolygon2D ..." (with optional leading article) (golint)
    • Line 42: warning: exported method OccluderPolygon2D.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method OccluderPolygon2D.GetCullMode should be of the form "GetCullMode ..." (golint)
    • Line 69: warning: comment on exported method OccluderPolygon2D.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 92: warning: comment on exported method OccluderPolygon2D.IsClosed should be of the form "IsClosed ..." (golint)
    • Line 115: warning: comment on exported method OccluderPolygon2D.SetClosed should be of the form "SetClosed ..." (golint)
    • Line 136: warning: comment on exported method OccluderPolygon2D.SetCullMode should be of the form "SetCullMode ..." (golint)
    • Line 157: warning: comment on exported method OccluderPolygon2D.SetPolygon should be of the form "SetPolygon ..." (golint)
    • godot-go/godot/physics2dserversw.gen.go
    • Line 25: warning: comment on exported type Physics2DServerSW should be of the form "Physics2DServerSW ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Physics2DServerSW.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/audioeffecthighpassfilter.gen.go
    • Line 25: warning: comment on exported type AudioEffectHighPassFilter should be of the form "AudioEffectHighPassFilter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectHighPassFilter.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/bitmap.gen.go
    • Line 25: warning: comment on exported type BitMap should be of the form "BitMap ..." (with optional leading article) (golint)
    • Line 33: warning: exported method BitMap.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method BitMap.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 60: warning: comment on exported method BitMap.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 81: warning: comment on exported method BitMap.Create should be of the form "Create ..." (golint)
    • Line 102: warning: comment on exported method BitMap.CreateFromImageAlpha should be of the form "CreateFromImageAlpha ..." (golint)
    • Line 123: warning: comment on exported method BitMap.GetBit should be of the form "GetBit ..." (golint)
    • Line 147: warning: comment on exported method BitMap.GetSize should be of the form "GetSize ..." (golint)
    • Line 170: warning: comment on exported method BitMap.GetTrueBitCount should be of the form "GetTrueBitCount ..." (golint)
    • Line 193: warning: comment on exported method BitMap.SetBit should be of the form "SetBit ..." (golint)
    • Line 215: warning: comment on exported method BitMap.SetBitRect should be of the form "SetBitRect ..." (golint)
    • godot-go/godot/button.gen.go
    • Line 20: warning: exported const ButtonAlignCenter should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported method Button.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method Button.GetButtonIcon should be of the form "GetButtonIcon ..." (golint)
    • Line 83: warning: comment on exported method Button.GetClipText should be of the form "GetClipText ..." (golint)
    • Line 106: warning: comment on exported method Button.GetText should be of the form "GetText ..." (golint)
    • Line 129: warning: comment on exported method Button.GetTextAlign should be of the form "GetTextAlign ..." (golint)
    • Line 152: warning: comment on exported method Button.IsFlat should be of the form "IsFlat ..." (golint)
    • Line 175: warning: comment on exported method Button.SetButtonIcon should be of the form "SetButtonIcon ..." (golint)
    • Line 196: warning: comment on exported method Button.SetClipText should be of the form "SetClipText ..." (golint)
    • Line 217: warning: comment on exported method Button.SetFlat should be of the form "SetFlat ..." (golint)
    • Line 238: warning: comment on exported method Button.SetText should be of the form "SetText ..." (golint)
    • Line 259: warning: comment on exported method Button.SetTextAlign should be of the form "SetTextAlign ..." (golint)
    • godot-go/godot/largetexture.gen.go
    • Line 25: warning: comment on exported type LargeTexture should be of the form "LargeTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method LargeTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method LargeTexture.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 60: warning: comment on exported method LargeTexture.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 81: warning: comment on exported method LargeTexture.AddPiece should be of the form "AddPiece ..." (golint)
    • Line 106: warning: comment on exported method LargeTexture.Clear should be of the form "Clear ..." (golint)
    • Line 126: warning: comment on exported method LargeTexture.GetPieceCount should be of the form "GetPieceCount ..." (golint)
    • Line 149: warning: comment on exported method LargeTexture.GetPieceOffset should be of the form "GetPieceOffset ..." (golint)
    • Line 173: warning: comment on exported method LargeTexture.GetPieceTexture should be of the form "GetPieceTexture ..." (golint)
    • Line 211: warning: comment on exported method LargeTexture.SetPieceOffset should be of the form "SetPieceOffset ..." (golint)
    • Line 233: warning: comment on exported method LargeTexture.SetPieceTexture should be of the form "SetPieceTexture ..." (golint)
    • Line 255: warning: comment on exported method LargeTexture.SetSize should be of the form "SetSize ..." (golint)
    • godot-go/godot/physics2ddirectspacestate.gen.go
    • Line 25: warning: comment on exported type Physics2DDirectSpaceState should be of the form "Physics2DDirectSpaceState ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Physics2DDirectSpaceState.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Physics2DDirectSpaceState.CastMotion should be of the form "CastMotion ..." (golint)
    • Line 61: warning: comment on exported method Physics2DDirectSpaceState.CollideShape should be of the form "CollideShape ..." (golint)
    • Line 86: warning: comment on exported method Physics2DDirectSpaceState.GetRestInfo should be of the form "GetRestInfo ..." (golint)
    • Line 110: warning: comment on exported method Physics2DDirectSpaceState.IntersectPoint should be of the form "IntersectPoint ..." (golint)
    • Line 137: warning: comment on exported method Physics2DDirectSpaceState.IntersectRay should be of the form "IntersectRay ..." (golint)
    • Line 164: warning: comment on exported method Physics2DDirectSpaceState.IntersectShape should be of the form "IntersectShape ..." (golint)
    • godot-go/godot/tilemap.gen.go
    • Line 20: warning: exported const TileMapHalfOffsetDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const TileMapModeCustom should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported const TileMapTileOriginBottomLeft should have comment (or a comment on this block) or be unexported (golint)
    • Line 52: warning: comment on exported type TileMap should be of the form "TileMap ..." (with optional leading article) (golint)
    • Line 60: warning: exported method TileMap.BaseClass should have comment or be unexported (golint)
    • Line 64: warning: comment on exported method TileMap.X_ClearQuadrants should be of the form "X_ClearQuadrants ..." (golint)
    • Line 68: warning: don't use underscores in Go names; method X_ClearQuadrants should be XClearQuadrants (golint)
    • Line 84: warning: comment on exported method TileMap.X_GetOldCellSize should be of the form "X_GetOldCellSize ..." (golint)
    • Line 88: warning: don't use underscores in Go names; method X_GetOldCellSize should be XGetOldCellSize (golint)
    • Line 107: warning: comment on exported method TileMap.X_GetTileData should be of the form "X_GetTileData ..." (golint)
    • Line 111: warning: don't use underscores in Go names; method X_GetTileData should be XGetTileData (golint)
    • Line 130: warning: comment on exported method TileMap.X_RecreateQuadrants should be of the form "X_RecreateQuadrants ..." (golint)
    • Line 134: warning: don't use underscores in Go names; method X_RecreateQuadrants should be XRecreateQuadrants (golint)
    • Line 150: warning: comment on exported method TileMap.X_SetOldCellSize should be of the form "X_SetOldCellSize ..." (golint)
    • Line 154: warning: don't use underscores in Go names; method X_SetOldCellSize should be XSetOldCellSize (golint)
    • Line 171: warning: comment on exported method TileMap.X_SetTileData should be of the form "X_SetTileData ..." (golint)
    • Line 175: warning: don't use underscores in Go names; method X_SetTileData should be XSetTileData (golint)
    • Line 192: warning: comment on exported method TileMap.X_UpdateDirtyQuadrants should be of the form "X_UpdateDirtyQuadrants ..." (golint)
    • Line 196: warning: don't use underscores in Go names; method X_UpdateDirtyQuadrants should be XUpdateDirtyQuadrants (golint)
    • Line 212: warning: comment on exported method TileMap.Clear should be of the form "Clear ..." (golint)
    • Line 232: warning: comment on exported method TileMap.GetCell should be of the form "GetCell ..." (golint)
    • Line 257: warning: comment on exported method TileMap.GetCellSize should be of the form "GetCellSize ..." (golint)
    • Line 280: warning: comment on exported method TileMap.GetCellv should be of the form "GetCellv ..." (golint)
    • Line 304: warning: comment on exported method TileMap.GetClipUv should be of the form "GetClipUv ..." (golint)
    • Line 327: warning: comment on exported method TileMap.GetCollisionBounce should be of the form "GetCollisionBounce ..." (golint)
    • Line 350: warning: comment on exported method TileMap.GetCollisionFriction should be of the form "GetCollisionFriction ..." (golint)
    • Line 373: warning: comment on exported method TileMap.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 396: warning: comment on exported method TileMap.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 420: warning: comment on exported method TileMap.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 443: warning: comment on exported method TileMap.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 467: warning: comment on exported method TileMap.GetCollisionUseKinematic should be of the form "GetCollisionUseKinematic ..." (golint)
    • Line 490: warning: comment on exported method TileMap.GetCustomTransform should be of the form "GetCustomTransform ..." (golint)
    • Line 513: warning: comment on exported method TileMap.GetHalfOffset should be of the form "GetHalfOffset ..." (golint)
    • Line 536: warning: comment on exported method TileMap.GetMode should be of the form "GetMode ..." (golint)
    • Line 559: warning: comment on exported method TileMap.GetOccluderLightMask should be of the form "GetOccluderLightMask ..." (golint)
    • Line 582: warning: comment on exported method TileMap.GetQuadrantSize should be of the form "GetQuadrantSize ..." (golint)
    • Line 605: warning: comment on exported method TileMap.GetTileOrigin should be of the form "GetTileOrigin ..." (golint)
    • Line 628: warning: comment on exported method TileMap.GetTileset should be of the form "GetTileset ..." (golint)
    • Line 665: warning: comment on exported method TileMap.GetUsedCells should be of the form "GetUsedCells ..." (golint)
    • Line 688: warning: comment on exported method TileMap.GetUsedCellsById should be of the form "GetUsedCellsById ..." (golint)
    • Line 712: warning: comment on exported method TileMap.GetUsedRect should be of the form "GetUsedRect ..." (golint)
    • Line 735: warning: comment on exported method TileMap.IsCellTransposed should be of the form "IsCellTransposed ..." (golint)
    • Line 760: warning: comment on exported method TileMap.IsCellXFlipped should be of the form "IsCellXFlipped ..." (golint)
    • Line 785: warning: comment on exported method TileMap.IsCellYFlipped should be of the form "IsCellYFlipped ..." (golint)
    • Line 810: warning: comment on exported method TileMap.IsYSortModeEnabled should be of the form "IsYSortModeEnabled ..." (golint)
    • Line 833: warning: comment on exported method TileMap.MapToWorld should be of the form "MapToWorld ..." (golint)
    • Line 858: warning: comment on exported method TileMap.SetCell should be of the form "SetCell ..." (golint)
    • Line 885: warning: comment on exported method TileMap.SetCellSize should be of the form "SetCellSize ..." (golint)
    • Line 906: warning: comment on exported method TileMap.SetCellv should be of the form "SetCellv ..." (golint)
    • Line 931: warning: comment on exported method TileMap.SetClipUv should be of the form "SetClipUv ..." (golint)
    • Line 952: warning: comment on exported method TileMap.SetCollisionBounce should be of the form "SetCollisionBounce ..." (golint)
    • Line 973: warning: comment on exported method TileMap.SetCollisionFriction should be of the form "SetCollisionFriction ..." (golint)
    • Line 994: warning: comment on exported method TileMap.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 1015: warning: comment on exported method TileMap.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 1037: warning: comment on exported method TileMap.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 1058: warning: comment on exported method TileMap.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 1080: warning: comment on exported method TileMap.SetCollisionUseKinematic should be of the form "SetCollisionUseKinematic ..." (golint)
    • Line 1101: warning: comment on exported method TileMap.SetCustomTransform should be of the form "SetCustomTransform ..." (golint)
    • Line 1122: warning: comment on exported method TileMap.SetHalfOffset should be of the form "SetHalfOffset ..." (golint)
    • Line 1143: warning: comment on exported method TileMap.SetMode should be of the form "SetMode ..." (golint)
    • Line 1164: warning: comment on exported method TileMap.SetOccluderLightMask should be of the form "SetOccluderLightMask ..." (golint)
    • Line 1185: warning: comment on exported method TileMap.SetQuadrantSize should be of the form "SetQuadrantSize ..." (golint)
    • Line 1206: warning: comment on exported method TileMap.SetTileOrigin should be of the form "SetTileOrigin ..." (golint)
    • Line 1227: warning: comment on exported method TileMap.SetTileset should be of the form "SetTileset ..." (golint)
    • Line 1248: warning: comment on exported method TileMap.SetYSortMode should be of the form "SetYSortMode ..." (golint)
    • Line 1269: warning: comment on exported method TileMap.UpdateBitmaskArea should be of the form "UpdateBitmaskArea ..." (golint)
    • Line 1290: warning: comment on exported method TileMap.UpdateBitmaskRegion should be of the form "UpdateBitmaskRegion ..." (golint)
    • Line 1312: warning: comment on exported method TileMap.WorldToMap should be of the form "WorldToMap ..." (golint)
    • godot-go/godot/capsuleshape2d.gen.go
    • Line 25: warning: comment on exported type CapsuleShape2D should be of the form "CapsuleShape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CapsuleShape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CapsuleShape2D.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 60: warning: comment on exported method CapsuleShape2D.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 83: warning: comment on exported method CapsuleShape2D.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 104: warning: comment on exported method CapsuleShape2D.SetRadius should be of the form "SetRadius ..." (golint)
    • godot-go/godot/httpclient.gen.go
    • Line 20: warning: exported const HTTPClientMethodConnect should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: exported const HTTPClientResponseAccepted should have comment (or a comment on this block) or be unexported (golint)
    • Line 103: warning: exported const HTTPClientStatusBody should have comment (or a comment on this block) or be unexported (golint)
    • Line 124: warning: comment on exported type HTTPClient should be of the form "HTTPClient ..." (with optional leading article) (golint)
    • Line 132: warning: exported method HTTPClient.BaseClass should have comment or be unexported (golint)
    • Line 136: warning: comment on exported method HTTPClient.Close should be of the form "Close ..." (golint)
    • Line 156: warning: comment on exported method HTTPClient.ConnectToHost should be of the form "ConnectToHost ..." (golint)
    • Line 183: warning: comment on exported method HTTPClient.GetConnection should be of the form "GetConnection ..." (golint)
    • Line 220: warning: comment on exported method HTTPClient.GetResponseBodyLength should be of the form "GetResponseBodyLength ..." (golint)
    • Line 243: warning: comment on exported method HTTPClient.GetResponseCode should be of the form "GetResponseCode ..." (golint)
    • Line 266: warning: comment on exported method HTTPClient.GetResponseHeaders should be of the form "GetResponseHeaders ..." (golint)
    • Line 289: warning: comment on exported method HTTPClient.GetResponseHeadersAsDictionary should be of the form "GetResponseHeadersAsDictionary ..." (golint)
    • Line 312: warning: comment on exported method HTTPClient.GetStatus should be of the form "GetStatus ..." (golint)
    • Line 335: warning: comment on exported method HTTPClient.HasResponse should be of the form "HasResponse ..." (golint)
    • Line 358: warning: comment on exported method HTTPClient.IsBlockingModeEnabled should be of the form "IsBlockingModeEnabled ..." (golint)
    • Line 381: warning: comment on exported method HTTPClient.IsResponseChunked should be of the form "IsResponseChunked ..." (golint)
    • Line 404: warning: comment on exported method HTTPClient.Poll should be of the form "Poll ..." (golint)
    • Line 427: warning: comment on exported method HTTPClient.QueryStringFromDict should be of the form "QueryStringFromDict ..." (golint)
    • Line 451: warning: comment on exported method HTTPClient.ReadResponseBodyChunk should be of the form "ReadResponseBodyChunk ..." (golint)
    • Line 474: warning: comment on exported method HTTPClient.Request should be of the form "Request ..." (golint)
    • Line 501: warning: comment on exported method HTTPClient.RequestRaw should be of the form "RequestRaw ..." (golint)
    • Line 528: warning: comment on exported method HTTPClient.SetBlockingMode should be of the form "SetBlockingMode ..." (golint)
    • Line 549: warning: comment on exported method HTTPClient.SetConnection should be of the form "SetConnection ..." (golint)
    • Line 570: warning: comment on exported method HTTPClient.SetReadChunkSize should be of the form "SetReadChunkSize ..." (golint)
    • godot-go/godot/inputeventmousebutton.gen.go
    • Line 25: warning: comment on exported type InputEventMouseButton should be of the form "InputEventMouseButton ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventMouseButton.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventMouseButton.GetButtonIndex should be of the form "GetButtonIndex ..." (golint)
    • Line 60: warning: comment on exported method InputEventMouseButton.GetFactor should be of the form "GetFactor ..." (golint)
    • Line 83: warning: comment on exported method InputEventMouseButton.IsDoubleclick should be of the form "IsDoubleclick ..." (golint)
    • Line 106: warning: comment on exported method InputEventMouseButton.SetButtonIndex should be of the form "SetButtonIndex ..." (golint)
    • Line 127: warning: comment on exported method InputEventMouseButton.SetDoubleclick should be of the form "SetDoubleclick ..." (golint)
    • Line 148: warning: comment on exported method InputEventMouseButton.SetFactor should be of the form "SetFactor ..." (golint)
    • Line 169: warning: comment on exported method InputEventMouseButton.SetPressed should be of the form "SetPressed ..." (golint)
    • godot-go/godot/joint.gen.go
    • Line 25: warning: comment on exported type Joint should be of the form "Joint ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Joint.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Joint.GetExcludeNodesFromCollision should be of the form "GetExcludeNodesFromCollision ..." (golint)
    • Line 60: warning: comment on exported method Joint.GetNodeA should be of the form "GetNodeA ..." (golint)
    • Line 83: warning: comment on exported method Joint.GetNodeB should be of the form "GetNodeB ..." (golint)
    • Line 106: warning: comment on exported method Joint.GetSolverPriority should be of the form "GetSolverPriority ..." (golint)
    • Line 129: warning: comment on exported method Joint.SetExcludeNodesFromCollision should be of the form "SetExcludeNodesFromCollision ..." (golint)
    • Line 150: warning: comment on exported method Joint.SetNodeA should be of the form "SetNodeA ..." (golint)
    • Line 171: warning: comment on exported method Joint.SetNodeB should be of the form "SetNodeB ..." (golint)
    • Line 192: warning: comment on exported method Joint.SetSolverPriority should be of the form "SetSolverPriority ..." (golint)
    • godot-go/godot/menubutton.gen.go
    • Line 25: warning: comment on exported type MenuButton should be of the form "MenuButton ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MenuButton.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MenuButton.X_GetItems should be of the form "X_GetItems ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetItems should be XGetItems (golint)
    • Line 60: warning: comment on exported method MenuButton.X_SetItems should be of the form "X_SetItems ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetItems should be XSetItems (golint)
    • Line 81: warning: comment on exported method MenuButton.X_UnhandledKeyInput should be of the form "X_UnhandledKeyInput ..." (golint)
    • Line 85: warning: don't use underscores in Go names; method X_UnhandledKeyInput should be XUnhandledKeyInput (golint)
    • Line 102: warning: comment on exported method MenuButton.GetPopup should be of the form "GetPopup ..." (golint)
    • Line 139: warning: comment on exported method MenuButton.SetDisableShortcuts should be of the form "SetDisableShortcuts ..." (golint)
    • godot-go/godot/visualscriptclassconstant.gen.go
    • Line 25: warning: comment on exported type VisualScriptClassConstant should be of the form "VisualScriptClassConstant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptClassConstant.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptClassConstant.GetBaseType should be of the form "GetBaseType ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptClassConstant.GetClassConstant should be of the form "GetClassConstant ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptClassConstant.SetBaseType should be of the form "SetBaseType ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptClassConstant.SetClassConstant should be of the form "SetClassConstant ..." (golint)
    • godot-go/godot/world.gen.go
    • Line 25: warning: comment on exported type World should be of the form "World ..." (with optional leading article) (golint)
    • Line 33: warning: exported method World.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method World.GetDirectSpaceState should be of the form "GetDirectSpaceState ..." (golint)
    • Line 74: warning: comment on exported method World.GetEnvironment should be of the form "GetEnvironment ..." (golint)
    • Line 111: warning: comment on exported method World.GetFallbackEnvironment should be of the form "GetFallbackEnvironment ..." (golint)
    • Line 148: warning: comment on exported method World.GetScenario should be of the form "GetScenario ..." (golint)
    • Line 171: warning: comment on exported method World.GetSpace should be of the form "GetSpace ..." (golint)
    • Line 194: warning: comment on exported method World.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 215: warning: comment on exported method World.SetFallbackEnvironment should be of the form "SetFallbackEnvironment ..." (golint)
    • godot-go/cmd/generate/classes/generate.go
    • Line 63: warning: don't use underscores in Go names; var re_leadclose_whtsp should be reLeadcloseWhtsp (golint)
    • Line 64: warning: don't use underscores in Go names; var re_inside_whtsp should be reInsideWhtsp (golint)
    • Line 71: warning: exported method View.GetImports should have comment or be unexported (golint)
    • Line 73: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (golint)
    • Line 80: warning: exported method View.GoName should have comment or be unexported (golint)
    • Line 87: warning: exported method View.GoEmptyReturnType should have comment or be unexported (golint)
    • Line 96: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 101: warning: exported method View.GoNewFromPointerType should have comment or be unexported (golint)
    • Line 204: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 237: warning: exported method View.IsEnum should have comment or be unexported (golint)
    • Line 244: warning: exported method View.SetClassName should have comment or be unexported (golint)
    • Line 254: warning: exported method View.SetBaseClassName should have comment or be unexported (golint)
    • Line 258: warning: exported method View.PackageName should have comment or be unexported (golint)
    • Line 284: warning: should omit 2nd value from range; this loop is equivalent to `for api := range ...` (golint)
    • Line 321: warning: exported function Generate should have comment or be unexported (golint)
    • Line 510: warning: exported function WriteTemplate should have comment or be unexported (golint)
    • Line 531: warning: exported function GoFmt should have comment or be unexported (golint)
    • Line 542: warning: exported function GoImports should have comment or be unexported (golint)
    • godot-go/godot/animationplayer.gen.go
    • Line 20: warning: exported const AnimationPlayerAnimationProcessIdle should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type AnimationPlayer should be of the form "AnimationPlayer ..." (with optional leading article) (golint)
    • Line 41: warning: exported method AnimationPlayer.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method AnimationPlayer.X_AnimationChanged should be of the form "X_AnimationChanged ..." (golint)
    • Line 49: warning: don't use underscores in Go names; method X_AnimationChanged should be XAnimationChanged (golint)
    • Line 65: warning: comment on exported method AnimationPlayer.X_NodeRemoved should be of the form "X_NodeRemoved ..." (golint)
    • Line 69: warning: don't use underscores in Go names; method X_NodeRemoved should be XNodeRemoved (golint)
    • Line 86: warning: comment on exported method AnimationPlayer.AddAnimation should be of the form "AddAnimation ..." (golint)
    • Line 111: warning: comment on exported method AnimationPlayer.Advance should be of the form "Advance ..." (golint)
    • Line 132: warning: comment on exported method AnimationPlayer.AnimationGetNext should be of the form "AnimationGetNext ..." (golint)
    • Line 156: warning: comment on exported method AnimationPlayer.AnimationSetNext should be of the form "AnimationSetNext ..." (golint)
    • Line 178: warning: comment on exported method AnimationPlayer.ClearCaches should be of the form "ClearCaches ..." (golint)
    • Line 198: warning: comment on exported method AnimationPlayer.ClearQueue should be of the form "ClearQueue ..." (golint)
    • Line 218: warning: comment on exported method AnimationPlayer.FindAnimation should be of the form "FindAnimation ..." (golint)
    • Line 242: warning: comment on exported method AnimationPlayer.GetAnimation should be of the form "GetAnimation ..." (golint)
    • Line 280: warning: comment on exported method AnimationPlayer.GetAnimationList should be of the form "GetAnimationList ..." (golint)
    • Line 303: warning: comment on exported method AnimationPlayer.GetAnimationProcessMode should be of the form "GetAnimationProcessMode ..." (golint)
    • Line 326: warning: comment on exported method AnimationPlayer.GetAssignedAnimation should be of the form "GetAssignedAnimation ..." (golint)
    • Line 349: warning: comment on exported method AnimationPlayer.GetAutoplay should be of the form "GetAutoplay ..." (golint)
    • Line 372: warning: comment on exported method AnimationPlayer.GetBlendTime should be of the form "GetBlendTime ..." (golint)
    • Line 397: warning: comment on exported method AnimationPlayer.GetCurrentAnimation should be of the form "GetCurrentAnimation ..." (golint)
    • Line 420: warning: comment on exported method AnimationPlayer.GetCurrentAnimationLength should be of the form "GetCurrentAnimationLength ..." (golint)
    • Line 443: warning: comment on exported method AnimationPlayer.GetCurrentAnimationPosition should be of the form "GetCurrentAnimationPosition ..." (golint)
    • Line 466: warning: comment on exported method AnimationPlayer.GetDefaultBlendTime should be of the form "GetDefaultBlendTime ..." (golint)
    • Line 489: warning: comment on exported method AnimationPlayer.GetRoot should be of the form "GetRoot ..." (golint)
    • Line 512: warning: comment on exported method AnimationPlayer.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 535: warning: comment on exported method AnimationPlayer.HasAnimation should be of the form "HasAnimation ..." (golint)
    • Line 559: warning: comment on exported method AnimationPlayer.IsActive should be of the form "IsActive ..." (golint)
    • Line 582: warning: comment on exported method AnimationPlayer.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 605: warning: comment on exported method AnimationPlayer.Play should be of the form "Play ..." (golint)
    • Line 629: warning: comment on exported method AnimationPlayer.PlayBackwards should be of the form "PlayBackwards ..." (golint)
    • Line 651: warning: comment on exported method AnimationPlayer.Queue should be of the form "Queue ..." (golint)
    • Line 672: warning: comment on exported method AnimationPlayer.RemoveAnimation should be of the form "RemoveAnimation ..." (golint)
    • Line 693: warning: comment on exported method AnimationPlayer.RenameAnimation should be of the form "RenameAnimation ..." (golint)
    • Line 715: warning: comment on exported method AnimationPlayer.Seek should be of the form "Seek ..." (golint)
    • Line 737: warning: comment on exported method AnimationPlayer.SetActive should be of the form "SetActive ..." (golint)
    • Line 758: warning: comment on exported method AnimationPlayer.SetAnimationProcessMode should be of the form "SetAnimationProcessMode ..." (golint)
    • Line 779: warning: comment on exported method AnimationPlayer.SetAssignedAnimation should be of the form "SetAssignedAnimation ..." (golint)
    • Line 800: warning: comment on exported method AnimationPlayer.SetAutoplay should be of the form "SetAutoplay ..." (golint)
    • Line 821: warning: comment on exported method AnimationPlayer.SetBlendTime should be of the form "SetBlendTime ..." (golint)
    • Line 844: warning: comment on exported method AnimationPlayer.SetCurrentAnimation should be of the form "SetCurrentAnimation ..." (golint)
    • Line 865: warning: comment on exported method AnimationPlayer.SetDefaultBlendTime should be of the form "SetDefaultBlendTime ..." (golint)
    • Line 886: warning: comment on exported method AnimationPlayer.SetRoot should be of the form "SetRoot ..." (golint)
    • Line 907: warning: comment on exported method AnimationPlayer.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 928: warning: comment on exported method AnimationPlayer.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/arvrinterface.gen.go
    • Line 20: warning: exported const ARVRInterfaceArvrAr should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported const ARVRInterfaceEyeLeft should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: don't use underscores in Go names; type ARVRInterfaceTracking_status should be ARVRInterfaceTrackingStatus (golint)
    • Line 40: warning: exported const ARVRInterfaceArvrExcessiveMotion should have comment (or a comment on this block) or be unexported (golint)
    • Line 56: warning: comment on exported type ARVRInterface should be of the form "ARVRInterface ..." (with optional leading article) (golint)
    • Line 64: warning: exported method ARVRInterface.BaseClass should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method ARVRInterface.GetAnchorDetectionIsEnabled should be of the form "GetAnchorDetectionIsEnabled ..." (golint)
    • Line 91: warning: comment on exported method ARVRInterface.GetCapabilities should be of the form "GetCapabilities ..." (golint)
    • Line 114: warning: comment on exported method ARVRInterface.GetName should be of the form "GetName ..." (golint)
    • Line 137: warning: comment on exported method ARVRInterface.GetRenderTargetsize should be of the form "GetRenderTargetsize ..." (golint)
    • Line 160: warning: comment on exported method ARVRInterface.GetTrackingStatus should be of the form "GetTrackingStatus ..." (golint)
    • Line 183: warning: comment on exported method ARVRInterface.Initialize should be of the form "Initialize ..." (golint)
    • Line 206: warning: comment on exported method ARVRInterface.IsInitialized should be of the form "IsInitialized ..." (golint)
    • Line 229: warning: comment on exported method ARVRInterface.IsPrimary should be of the form "IsPrimary ..." (golint)
    • Line 252: warning: comment on exported method ARVRInterface.IsStereo should be of the form "IsStereo ..." (golint)
    • Line 275: warning: comment on exported method ARVRInterface.SetAnchorDetectionIsEnabled should be of the form "SetAnchorDetectionIsEnabled ..." (golint)
    • Line 296: warning: comment on exported method ARVRInterface.SetIsInitialized should be of the form "SetIsInitialized ..." (golint)
    • Line 317: warning: comment on exported method ARVRInterface.SetIsPrimary should be of the form "SetIsPrimary ..." (golint)
    • Line 338: warning: comment on exported method ARVRInterface.Uninitialize should be of the form "Uninitialize ..." (golint)
    • godot-go/godot/kinematicbody2d.gen.go
    • Line 25: warning: comment on exported type KinematicBody2D should be of the form "KinematicBody2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method KinematicBody2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method KinematicBody2D.GetFloorVelocity should be of the form "GetFloorVelocity ..." (golint)
    • Line 60: warning: comment on exported method KinematicBody2D.GetSafeMargin should be of the form "GetSafeMargin ..." (golint)
    • Line 83: warning: comment on exported method KinematicBody2D.GetSlideCollision should be of the form "GetSlideCollision ..." (golint)
    • Line 121: warning: comment on exported method KinematicBody2D.GetSlideCount should be of the form "GetSlideCount ..." (golint)
    • Line 144: warning: comment on exported method KinematicBody2D.IsOnCeiling should be of the form "IsOnCeiling ..." (golint)
    • Line 167: warning: comment on exported method KinematicBody2D.IsOnFloor should be of the form "IsOnFloor ..." (golint)
    • Line 190: warning: comment on exported method KinematicBody2D.IsOnWall should be of the form "IsOnWall ..." (golint)
    • Line 213: warning: comment on exported method KinematicBody2D.MoveAndCollide should be of the form "MoveAndCollide ..." (golint)
    • Line 251: warning: comment on exported method KinematicBody2D.MoveAndSlide should be of the form "MoveAndSlide ..." (golint)
    • Line 279: warning: comment on exported method KinematicBody2D.SetSafeMargin should be of the form "SetSafeMargin ..." (golint)
    • Line 300: warning: comment on exported method KinematicBody2D.TestMove should be of the form "TestMove ..." (golint)
    • godot-go/godot/theme.gen.go
    • Line 33: warning: exported method Theme.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Theme.X_EmitThemeChanged should be of the form "X_EmitThemeChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_EmitThemeChanged should be XEmitThemeChanged (golint)
    • Line 57: warning: comment on exported method Theme.ClearColor should be of the form "ClearColor ..." (golint)
    • Line 79: warning: comment on exported method Theme.ClearConstant should be of the form "ClearConstant ..." (golint)
    • Line 101: warning: comment on exported method Theme.ClearFont should be of the form "ClearFont ..." (golint)
    • Line 123: warning: comment on exported method Theme.ClearIcon should be of the form "ClearIcon ..." (golint)
    • Line 145: warning: comment on exported method Theme.ClearStylebox should be of the form "ClearStylebox ..." (golint)
    • Line 167: warning: comment on exported method Theme.CopyDefaultTheme should be of the form "CopyDefaultTheme ..." (golint)
    • Line 187: warning: comment on exported method Theme.GetColor should be of the form "GetColor ..." (golint)
    • Line 212: warning: comment on exported method Theme.GetColorList should be of the form "GetColorList ..." (golint)
    • Line 236: warning: comment on exported method Theme.GetConstant should be of the form "GetConstant ..." (golint)
    • Line 261: warning: comment on exported method Theme.GetConstantList should be of the form "GetConstantList ..." (golint)
    • Line 285: warning: comment on exported method Theme.GetDefaultFont should be of the form "GetDefaultFont ..." (golint)
    • Line 322: warning: comment on exported method Theme.GetFont should be of the form "GetFont ..." (golint)
    • Line 361: warning: comment on exported method Theme.GetFontList should be of the form "GetFontList ..." (golint)
    • Line 385: warning: comment on exported method Theme.GetIcon should be of the form "GetIcon ..." (golint)
    • Line 424: warning: comment on exported method Theme.GetIconList should be of the form "GetIconList ..." (golint)
    • Line 448: warning: comment on exported method Theme.GetStylebox should be of the form "GetStylebox ..." (golint)
    • Line 487: warning: comment on exported method Theme.GetStyleboxList should be of the form "GetStyleboxList ..." (golint)
    • Line 511: warning: comment on exported method Theme.GetStyleboxTypes should be of the form "GetStyleboxTypes ..." (golint)
    • Line 534: warning: comment on exported method Theme.GetTypeList should be of the form "GetTypeList ..." (golint)
    • Line 558: warning: comment on exported method Theme.HasColor should be of the form "HasColor ..." (golint)
    • Line 583: warning: comment on exported method Theme.HasConstant should be of the form "HasConstant ..." (golint)
    • Line 608: warning: comment on exported method Theme.HasFont should be of the form "HasFont ..." (golint)
    • Line 633: warning: comment on exported method Theme.HasIcon should be of the form "HasIcon ..." (golint)
    • Line 658: warning: comment on exported method Theme.HasStylebox should be of the form "HasStylebox ..." (golint)
    • Line 683: warning: comment on exported method Theme.SetColor should be of the form "SetColor ..." (golint)
    • Line 706: warning: comment on exported method Theme.SetConstant should be of the form "SetConstant ..." (golint)
    • Line 729: warning: comment on exported method Theme.SetDefaultFont should be of the form "SetDefaultFont ..." (golint)
    • Line 750: warning: comment on exported method Theme.SetFont should be of the form "SetFont ..." (golint)
    • Line 773: warning: comment on exported method Theme.SetIcon should be of the form "SetIcon ..." (golint)
    • Line 796: warning: comment on exported method Theme.SetStylebox should be of the form "SetStylebox ..." (golint)
    • godot-go/godot/instanceplaceholder.gen.go
    • Line 25: warning: comment on exported type InstancePlaceholder should be of the form "InstancePlaceholder ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InstancePlaceholder.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InstancePlaceholder.GetInstancePath should be of the form "GetInstancePath ..." (golint)
    • Line 60: warning: comment on exported method InstancePlaceholder.GetStoredValues should be of the form "GetStoredValues ..." (golint)
    • Line 84: warning: comment on exported method InstancePlaceholder.ReplaceByInstance should be of the form "ReplaceByInstance ..." (golint)
    • godot-go/godot/packeddatacontainerref.gen.go
    • Line 25: warning: comment on exported type PackedDataContainerRef should be of the form "PackedDataContainerRef ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PackedDataContainerRef.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PackedDataContainerRef.X_IsDictionary should be of the form "X_IsDictionary ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_IsDictionary should be XIsDictionary (golint)
    • Line 60: warning: comment on exported method PackedDataContainerRef.X_IterGet should be of the form "X_IterGet ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_IterGet should be XIterGet (golint)
    • Line 84: warning: comment on exported method PackedDataContainerRef.X_IterInit should be of the form "X_IterInit ..." (golint)
    • Line 88: warning: don't use underscores in Go names; method X_IterInit should be XIterInit (golint)
    • Line 108: warning: comment on exported method PackedDataContainerRef.X_IterNext should be of the form "X_IterNext ..." (golint)
    • Line 112: warning: don't use underscores in Go names; method X_IterNext should be XIterNext (golint)
    • Line 132: warning: comment on exported method PackedDataContainerRef.Size should be of the form "Size ..." (golint)
    • godot-go/godot/shape.gen.go
    • Line 25: warning: comment on exported type Shape should be of the form "Shape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Shape.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/conetwistjoint.gen.go
    • Line 20: warning: exported const ConeTwistJointParamBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: comment on exported type ConeTwistJoint should be of the form "ConeTwistJoint ..." (with optional leading article) (golint)
    • Line 45: warning: exported method ConeTwistJoint.BaseClass should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method ConeTwistJoint.X_GetSwingSpan should be of the form "X_GetSwingSpan ..." (golint)
    • Line 53: warning: don't use underscores in Go names; method X_GetSwingSpan should be XGetSwingSpan (golint)
    • Line 72: warning: comment on exported method ConeTwistJoint.X_GetTwistSpan should be of the form "X_GetTwistSpan ..." (golint)
    • Line 76: warning: don't use underscores in Go names; method X_GetTwistSpan should be XGetTwistSpan (golint)
    • Line 95: warning: comment on exported method ConeTwistJoint.X_SetSwingSpan should be of the form "X_SetSwingSpan ..." (golint)
    • Line 99: warning: don't use underscores in Go names; method X_SetSwingSpan should be XSetSwingSpan (golint)
    • Line 116: warning: comment on exported method ConeTwistJoint.X_SetTwistSpan should be of the form "X_SetTwistSpan ..." (golint)
    • Line 120: warning: don't use underscores in Go names; method X_SetTwistSpan should be XSetTwistSpan (golint)
    • Line 137: warning: comment on exported method ConeTwistJoint.GetParam should be of the form "GetParam ..." (golint)
    • Line 161: warning: comment on exported method ConeTwistJoint.SetParam should be of the form "SetParam ..." (golint)
    • godot-go/godot/streampeerssl.gen.go
    • Line 20: warning: exported const StreamPeerSSLStatusConnected should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type StreamPeerSSL should be of the form "StreamPeerSSL ..." (with optional leading article) (golint)
    • Line 43: warning: exported method StreamPeerSSL.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method StreamPeerSSL.AcceptStream should be of the form "AcceptStream ..." (golint)
    • Line 71: warning: comment on exported method StreamPeerSSL.ConnectToStream should be of the form "ConnectToStream ..." (golint)
    • Line 97: warning: comment on exported method StreamPeerSSL.DisconnectFromStream should be of the form "DisconnectFromStream ..." (golint)
    • Line 117: warning: comment on exported method StreamPeerSSL.GetStatus should be of the form "GetStatus ..." (golint)
    • godot-go/godot/visualscriptindexget.gen.go
    • Line 25: warning: comment on exported type VisualScriptIndexGet should be of the form "VisualScriptIndexGet ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptIndexGet.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/worldenvironment.gen.go
    • Line 25: warning: comment on exported type WorldEnvironment should be of the form "WorldEnvironment ..." (with optional leading article) (golint)
    • Line 33: warning: exported method WorldEnvironment.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method WorldEnvironment.GetEnvironment should be of the form "GetEnvironment ..." (golint)
    • Line 74: warning: comment on exported method WorldEnvironment.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • godot-go/godot/audioeffectchorus.gen.go
    • Line 25: warning: comment on exported type AudioEffectChorus should be of the form "AudioEffectChorus ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectChorus.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectChorus.GetDry should be of the form "GetDry ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectChorus.GetVoiceCount should be of the form "GetVoiceCount ..." (golint)
    • Line 83: warning: comment on exported method AudioEffectChorus.GetVoiceCutoffHz should be of the form "GetVoiceCutoffHz ..." (golint)
    • Line 107: warning: comment on exported method AudioEffectChorus.GetVoiceDelayMs should be of the form "GetVoiceDelayMs ..." (golint)
    • Line 131: warning: comment on exported method AudioEffectChorus.GetVoiceDepthMs should be of the form "GetVoiceDepthMs ..." (golint)
    • Line 155: warning: comment on exported method AudioEffectChorus.GetVoiceLevelDb should be of the form "GetVoiceLevelDb ..." (golint)
    • Line 179: warning: comment on exported method AudioEffectChorus.GetVoicePan should be of the form "GetVoicePan ..." (golint)
    • Line 203: warning: comment on exported method AudioEffectChorus.GetVoiceRateHz should be of the form "GetVoiceRateHz ..." (golint)
    • Line 227: warning: comment on exported method AudioEffectChorus.GetWet should be of the form "GetWet ..." (golint)
    • Line 250: warning: comment on exported method AudioEffectChorus.SetDry should be of the form "SetDry ..." (golint)
    • Line 271: warning: comment on exported method AudioEffectChorus.SetVoiceCount should be of the form "SetVoiceCount ..." (golint)
    • Line 292: warning: comment on exported method AudioEffectChorus.SetVoiceCutoffHz should be of the form "SetVoiceCutoffHz ..." (golint)
    • Line 314: warning: comment on exported method AudioEffectChorus.SetVoiceDelayMs should be of the form "SetVoiceDelayMs ..." (golint)
    • Line 336: warning: comment on exported method AudioEffectChorus.SetVoiceDepthMs should be of the form "SetVoiceDepthMs ..." (golint)
    • Line 358: warning: comment on exported method AudioEffectChorus.SetVoiceLevelDb should be of the form "SetVoiceLevelDb ..." (golint)
    • Line 380: warning: comment on exported method AudioEffectChorus.SetVoicePan should be of the form "SetVoicePan ..." (golint)
    • Line 402: warning: comment on exported method AudioEffectChorus.SetVoiceRateHz should be of the form "SetVoiceRateHz ..." (golint)
    • Line 424: warning: comment on exported method AudioEffectChorus.SetWet should be of the form "SetWet ..." (golint)
    • godot-go/godot/surfacetool.gen.go
    • Line 25: warning: comment on exported type SurfaceTool should be of the form "SurfaceTool ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SurfaceTool.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SurfaceTool.AddBones should be of the form "AddBones ..." (golint)
    • Line 58: warning: comment on exported method SurfaceTool.AddColor should be of the form "AddColor ..." (golint)
    • Line 79: warning: comment on exported method SurfaceTool.AddIndex should be of the form "AddIndex ..." (golint)
    • Line 100: warning: comment on exported method SurfaceTool.AddNormal should be of the form "AddNormal ..." (golint)
    • Line 121: warning: comment on exported method SurfaceTool.AddSmoothGroup should be of the form "AddSmoothGroup ..." (golint)
    • Line 142: warning: comment on exported method SurfaceTool.AddTangent should be of the form "AddTangent ..." (golint)
    • Line 163: warning: comment on exported method SurfaceTool.AddToFormat should be of the form "AddToFormat ..." (golint)
    • Line 184: warning: comment on exported method SurfaceTool.AddTriangleFan should be of the form "AddTriangleFan ..." (golint)
    • Line 210: warning: comment on exported method SurfaceTool.AddUv should be of the form "AddUv ..." (golint)
    • Line 231: warning: comment on exported method SurfaceTool.AddUv2 should be of the form "AddUv2 ..." (golint)
    • Line 252: warning: comment on exported method SurfaceTool.AddVertex should be of the form "AddVertex ..." (golint)
    • Line 273: warning: comment on exported method SurfaceTool.AddWeights should be of the form "AddWeights ..." (golint)
    • Line 294: warning: comment on exported method SurfaceTool.AppendFrom should be of the form "AppendFrom ..." (golint)
    • Line 317: warning: comment on exported method SurfaceTool.Begin should be of the form "Begin ..." (golint)
    • Line 338: warning: comment on exported method SurfaceTool.Clear should be of the form "Clear ..." (golint)
    • Line 358: warning: comment on exported method SurfaceTool.Commit should be of the form "Commit ..." (golint)
    • Line 397: warning: comment on exported method SurfaceTool.CreateFrom should be of the form "CreateFrom ..." (golint)
    • Line 419: warning: comment on exported method SurfaceTool.Deindex should be of the form "Deindex ..." (golint)
    • Line 439: warning: comment on exported method SurfaceTool.GenerateNormals should be of the form "GenerateNormals ..." (golint)
    • Line 459: warning: comment on exported method SurfaceTool.GenerateTangents should be of the form "GenerateTangents ..." (golint)
    • Line 479: warning: comment on exported method SurfaceTool.Index should be of the form "Index ..." (golint)
    • Line 499: warning: comment on exported method SurfaceTool.SetMaterial should be of the form "SetMaterial ..." (golint)
    • godot-go/godot/editorfilesystem.gen.go
    • Line 25: warning: comment on exported type EditorFileSystem should be of the form "EditorFileSystem ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorFileSystem.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorFileSystem.GetFileType should be of the form "GetFileType ..." (golint)
    • Line 61: warning: comment on exported method EditorFileSystem.GetFilesystem should be of the form "GetFilesystem ..." (golint)
    • Line 98: warning: comment on exported method EditorFileSystem.GetFilesystemPath should be of the form "GetFilesystemPath ..." (golint)
    • Line 136: warning: comment on exported method EditorFileSystem.GetScanningProgress should be of the form "GetScanningProgress ..." (golint)
    • Line 159: warning: comment on exported method EditorFileSystem.IsScanning should be of the form "IsScanning ..." (golint)
    • Line 182: warning: comment on exported method EditorFileSystem.Scan should be of the form "Scan ..." (golint)
    • Line 202: warning: comment on exported method EditorFileSystem.ScanSources should be of the form "ScanSources ..." (golint)
    • Line 222: warning: comment on exported method EditorFileSystem.UpdateFile should be of the form "UpdateFile ..." (golint)
    • godot-go/godot/editorselection.gen.go
    • Line 25: warning: comment on exported type EditorSelection should be of the form "EditorSelection ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorSelection.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorSelection.X_EmitChange should be of the form "X_EmitChange ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_EmitChange should be XEmitChange (golint)
    • Line 57: warning: comment on exported method EditorSelection.X_NodeRemoved should be of the form "X_NodeRemoved ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_NodeRemoved should be XNodeRemoved (golint)
    • Line 78: warning: comment on exported method EditorSelection.AddNode should be of the form "AddNode ..." (golint)
    • Line 99: warning: comment on exported method EditorSelection.Clear should be of the form "Clear ..." (golint)
    • Line 119: warning: comment on exported method EditorSelection.GetSelectedNodes should be of the form "GetSelectedNodes ..." (golint)
    • Line 142: warning: comment on exported method EditorSelection.GetTransformableSelectedNodes should be of the form "GetTransformableSelectedNodes ..." (golint)
    • Line 165: warning: comment on exported method EditorSelection.RemoveNode should be of the form "RemoveNode ..." (golint)
    • godot-go/godot/light2d.gen.go
    • Line 20: warning: exported const Light2DModeAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const Light2DShadowFilterNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: comment on exported type Light2D should be of the form "Light2D ..." (with optional leading article) (golint)
    • Line 55: warning: exported method Light2D.BaseClass should have comment or be unexported (golint)
    • Line 59: warning: comment on exported method Light2D.GetColor should be of the form "GetColor ..." (golint)
    • Line 82: warning: comment on exported method Light2D.GetEnergy should be of the form "GetEnergy ..." (golint)
    • Line 105: warning: comment on exported method Light2D.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 128: warning: comment on exported method Light2D.GetItemCullMask should be of the form "GetItemCullMask ..." (golint)
    • Line 151: warning: comment on exported method Light2D.GetItemShadowCullMask should be of the form "GetItemShadowCullMask ..." (golint)
    • Line 174: warning: comment on exported method Light2D.GetLayerRangeMax should be of the form "GetLayerRangeMax ..." (golint)
    • Line 197: warning: comment on exported method Light2D.GetLayerRangeMin should be of the form "GetLayerRangeMin ..." (golint)
    • Line 220: warning: comment on exported method Light2D.GetMode should be of the form "GetMode ..." (golint)
    • Line 243: warning: comment on exported method Light2D.GetShadowBufferSize should be of the form "GetShadowBufferSize ..." (golint)
    • Line 266: warning: comment on exported method Light2D.GetShadowColor should be of the form "GetShadowColor ..." (golint)
    • Line 289: warning: comment on exported method Light2D.GetShadowFilter should be of the form "GetShadowFilter ..." (golint)
    • Line 312: warning: comment on exported method Light2D.GetShadowGradientLength should be of the form "GetShadowGradientLength ..." (golint)
    • Line 335: warning: comment on exported method Light2D.GetShadowSmooth should be of the form "GetShadowSmooth ..." (golint)
    • Line 358: warning: comment on exported method Light2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 395: warning: comment on exported method Light2D.GetTextureOffset should be of the form "GetTextureOffset ..." (golint)
    • Line 418: warning: comment on exported method Light2D.GetTextureScale should be of the form "GetTextureScale ..." (golint)
    • Line 441: warning: comment on exported method Light2D.GetZRangeMax should be of the form "GetZRangeMax ..." (golint)
    • Line 464: warning: comment on exported method Light2D.GetZRangeMin should be of the form "GetZRangeMin ..." (golint)
    • Line 487: warning: comment on exported method Light2D.IsEditorOnly should be of the form "IsEditorOnly ..." (golint)
    • Line 510: warning: comment on exported method Light2D.IsEnabled should be of the form "IsEnabled ..." (golint)
    • Line 533: warning: comment on exported method Light2D.IsShadowEnabled should be of the form "IsShadowEnabled ..." (golint)
    • Line 556: warning: comment on exported method Light2D.SetColor should be of the form "SetColor ..." (golint)
    • Line 577: warning: comment on exported method Light2D.SetEditorOnly should be of the form "SetEditorOnly ..." (golint)
    • Line 598: warning: comment on exported method Light2D.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 619: warning: comment on exported method Light2D.SetEnergy should be of the form "SetEnergy ..." (golint)
    • Line 640: warning: comment on exported method Light2D.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 661: warning: comment on exported method Light2D.SetItemCullMask should be of the form "SetItemCullMask ..." (golint)
    • Line 682: warning: comment on exported method Light2D.SetItemShadowCullMask should be of the form "SetItemShadowCullMask ..." (golint)
    • Line 703: warning: comment on exported method Light2D.SetLayerRangeMax should be of the form "SetLayerRangeMax ..." (golint)
    • Line 724: warning: comment on exported method Light2D.SetLayerRangeMin should be of the form "SetLayerRangeMin ..." (golint)
    • Line 745: warning: comment on exported method Light2D.SetMode should be of the form "SetMode ..." (golint)
    • Line 766: warning: comment on exported method Light2D.SetShadowBufferSize should be of the form "SetShadowBufferSize ..." (golint)
    • Line 787: warning: comment on exported method Light2D.SetShadowColor should be of the form "SetShadowColor ..." (golint)
    • Line 808: warning: comment on exported method Light2D.SetShadowEnabled should be of the form "SetShadowEnabled ..." (golint)
    • Line 829: warning: comment on exported method Light2D.SetShadowFilter should be of the form "SetShadowFilter ..." (golint)
    • Line 850: warning: comment on exported method Light2D.SetShadowGradientLength should be of the form "SetShadowGradientLength ..." (golint)
    • Line 871: warning: comment on exported method Light2D.SetShadowSmooth should be of the form "SetShadowSmooth ..." (golint)
    • Line 892: warning: comment on exported method Light2D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 913: warning: comment on exported method Light2D.SetTextureOffset should be of the form "SetTextureOffset ..." (golint)
    • Line 934: warning: comment on exported method Light2D.SetTextureScale should be of the form "SetTextureScale ..." (golint)
    • Line 955: warning: comment on exported method Light2D.SetZRangeMax should be of the form "SetZRangeMax ..." (golint)
    • Line 976: warning: comment on exported method Light2D.SetZRangeMin should be of the form "SetZRangeMin ..." (golint)
    • godot-go/godot/resourceimporter.gen.go
    • Line 25: warning: comment on exported type ResourceImporter should be of the form "ResourceImporter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourceImporter.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/spritebase3d.gen.go
    • Line 20: warning: exported const SpriteBase3DAlphaCutDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const SpriteBase3DFlagDoubleSided should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported type SpriteBase3D should be of the form "SpriteBase3D ..." (with optional leading article) (golint)
    • Line 52: warning: exported method SpriteBase3D.BaseClass should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method SpriteBase3D.X_ImUpdate should be of the form "X_ImUpdate ..." (golint)
    • Line 60: warning: don't use underscores in Go names; method X_ImUpdate should be XImUpdate (golint)
    • Line 76: warning: comment on exported method SpriteBase3D.X_QueueUpdate should be of the form "X_QueueUpdate ..." (golint)
    • Line 80: warning: don't use underscores in Go names; method X_QueueUpdate should be XQueueUpdate (golint)
    • Line 96: warning: comment on exported method SpriteBase3D.GetAlphaCutMode should be of the form "GetAlphaCutMode ..." (golint)
    • Line 119: warning: comment on exported method SpriteBase3D.GetAxis should be of the form "GetAxis ..." (golint)
    • Line 142: warning: comment on exported method SpriteBase3D.GetDrawFlag should be of the form "GetDrawFlag ..." (golint)
    • Line 166: warning: comment on exported method SpriteBase3D.GetItemRect should be of the form "GetItemRect ..." (golint)
    • Line 189: warning: comment on exported method SpriteBase3D.GetModulate should be of the form "GetModulate ..." (golint)
    • Line 212: warning: comment on exported method SpriteBase3D.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 235: warning: comment on exported method SpriteBase3D.GetOpacity should be of the form "GetOpacity ..." (golint)
    • Line 258: warning: comment on exported method SpriteBase3D.GetPixelSize should be of the form "GetPixelSize ..." (golint)
    • Line 281: warning: comment on exported method SpriteBase3D.IsCentered should be of the form "IsCentered ..." (golint)
    • Line 304: warning: comment on exported method SpriteBase3D.IsFlippedH should be of the form "IsFlippedH ..." (golint)
    • Line 327: warning: comment on exported method SpriteBase3D.IsFlippedV should be of the form "IsFlippedV ..." (golint)
    • Line 350: warning: comment on exported method SpriteBase3D.SetAlphaCutMode should be of the form "SetAlphaCutMode ..." (golint)
    • Line 371: warning: comment on exported method SpriteBase3D.SetAxis should be of the form "SetAxis ..." (golint)
    • Line 392: warning: comment on exported method SpriteBase3D.SetCentered should be of the form "SetCentered ..." (golint)
    • Line 413: warning: comment on exported method SpriteBase3D.SetDrawFlag should be of the form "SetDrawFlag ..." (golint)
    • Line 435: warning: comment on exported method SpriteBase3D.SetFlipH should be of the form "SetFlipH ..." (golint)
    • Line 456: warning: comment on exported method SpriteBase3D.SetFlipV should be of the form "SetFlipV ..." (golint)
    • Line 477: warning: comment on exported method SpriteBase3D.SetModulate should be of the form "SetModulate ..." (golint)
    • Line 498: warning: comment on exported method SpriteBase3D.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 519: warning: comment on exported method SpriteBase3D.SetOpacity should be of the form "SetOpacity ..." (golint)
    • Line 540: warning: comment on exported method SpriteBase3D.SetPixelSize should be of the form "SetPixelSize ..." (golint)
    • godot-go/godot/editorplugin.gen.go
    • Line 20: warning: exported const EditorPluginContainerCanvasEditorBottom should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported const EditorPluginDockSlotLeftBl should have comment (or a comment on this block) or be unexported (golint)
    • Line 54: warning: comment on exported type EditorPlugin should be of the form "EditorPlugin ..." (with optional leading article) (golint)
    • Line 62: warning: exported method EditorPlugin.BaseClass should have comment or be unexported (golint)
    • Line 66: warning: comment on exported method EditorPlugin.AddControlToBottomPanel should be of the form "AddControlToBottomPanel ..." (golint)
    • Line 105: warning: comment on exported method EditorPlugin.AddControlToContainer should be of the form "AddControlToContainer ..." (golint)
    • Line 127: warning: comment on exported method EditorPlugin.AddControlToDock should be of the form "AddControlToDock ..." (golint)
    • Line 149: warning: comment on exported method EditorPlugin.AddCustomType should be of the form "AddCustomType ..." (golint)
    • Line 173: warning: comment on exported method EditorPlugin.AddExportPlugin should be of the form "AddExportPlugin ..." (golint)
    • Line 194: warning: comment on exported method EditorPlugin.AddImportPlugin should be of the form "AddImportPlugin ..." (golint)
    • Line 215: warning: comment on exported method EditorPlugin.AddSceneImportPlugin should be of the form "AddSceneImportPlugin ..." (golint)
    • Line 236: warning: comment on exported method EditorPlugin.AddToolSubmenuItem should be of the form "AddToolSubmenuItem ..." (golint)
    • Line 258: warning: comment on exported method EditorPlugin.ApplyChanges should be of the form "ApplyChanges ..." (golint)
    • Line 278: warning: comment on exported method EditorPlugin.Clear should be of the form "Clear ..." (golint)
    • Line 298: warning: comment on exported method EditorPlugin.CreateSpatialGizmo should be of the form "CreateSpatialGizmo ..." (golint)
    • Line 336: warning: comment on exported method EditorPlugin.Edit should be of the form "Edit ..." (golint)
    • Line 357: warning: comment on exported method EditorPlugin.ForwardCanvasGuiInput should be of the form "ForwardCanvasGuiInput ..." (golint)
    • Line 381: warning: comment on exported method EditorPlugin.ForwardDrawOverViewport should be of the form "ForwardDrawOverViewport ..." (golint)
    • Line 402: warning: comment on exported method EditorPlugin.ForwardForceDrawOverViewport should be of the form "ForwardForceDrawOverViewport ..." (golint)
    • Line 423: warning: comment on exported method EditorPlugin.ForwardSpatialGuiInput should be of the form "ForwardSpatialGuiInput ..." (golint)
    • Line 448: warning: comment on exported method EditorPlugin.GetBreakpoints should be of the form "GetBreakpoints ..." (golint)
    • Line 471: warning: comment on exported method EditorPlugin.GetEditorInterface should be of the form "GetEditorInterface ..." (golint)
    • Line 508: warning: comment on exported method EditorPlugin.GetPluginIcon should be of the form "GetPluginIcon ..." (golint)
    • Line 545: warning: comment on exported method EditorPlugin.GetPluginName should be of the form "GetPluginName ..." (golint)
    • Line 568: warning: comment on exported method EditorPlugin.GetState should be of the form "GetState ..." (golint)
    • Line 591: warning: comment on exported method EditorPlugin.GetUndoRedo should be of the form "GetUndoRedo ..." (golint)
    • Line 628: warning: comment on exported method EditorPlugin.GetWindowLayout should be of the form "GetWindowLayout ..." (golint)
    • Line 649: warning: comment on exported method EditorPlugin.Handles should be of the form "Handles ..." (golint)
    • Line 673: warning: comment on exported method EditorPlugin.HasMainScreen should be of the form "HasMainScreen ..." (golint)
    • Line 696: warning: comment on exported method EditorPlugin.HideBottomPanel should be of the form "HideBottomPanel ..." (golint)
    • Line 716: warning: comment on exported method EditorPlugin.MakeBottomPanelItemVisible should be of the form "MakeBottomPanelItemVisible ..." (golint)
    • Line 737: warning: comment on exported method EditorPlugin.MakeVisible should be of the form "MakeVisible ..." (golint)
    • Line 758: warning: comment on exported method EditorPlugin.QueueSaveLayout should be of the form "QueueSaveLayout ..." (golint)
    • Line 778: warning: comment on exported method EditorPlugin.RemoveControlFromBottomPanel should be of the form "RemoveControlFromBottomPanel ..." (golint)
    • Line 799: warning: comment on exported method EditorPlugin.RemoveControlFromContainer should be of the form "RemoveControlFromContainer ..." (golint)
    • Line 821: warning: comment on exported method EditorPlugin.RemoveControlFromDocks should be of the form "RemoveControlFromDocks ..." (golint)
    • Line 842: warning: comment on exported method EditorPlugin.RemoveCustomType should be of the form "RemoveCustomType ..." (golint)
    • Line 863: warning: comment on exported method EditorPlugin.RemoveExportPlugin should be of the form "RemoveExportPlugin ..." (golint)
    • Line 884: warning: comment on exported method EditorPlugin.RemoveImportPlugin should be of the form "RemoveImportPlugin ..." (golint)
    • Line 905: warning: comment on exported method EditorPlugin.RemoveSceneImportPlugin should be of the form "RemoveSceneImportPlugin ..." (golint)
    • Line 926: warning: comment on exported method EditorPlugin.SaveExternalData should be of the form "SaveExternalData ..." (golint)
    • Line 946: warning: comment on exported method EditorPlugin.SetForceDrawOverForwardingEnabled should be of the form "SetForceDrawOverForwardingEnabled ..." (golint)
    • Line 966: warning: comment on exported method EditorPlugin.SetInputEventForwardingAlwaysEnabled should be of the form "SetInputEventForwardingAlwaysEnabled ..." (golint)
    • Line 986: warning: comment on exported method EditorPlugin.SetState should be of the form "SetState ..." (golint)
    • Line 1007: warning: comment on exported method EditorPlugin.SetWindowLayout should be of the form "SetWindowLayout ..." (golint)
    • Line 1028: warning: comment on exported method EditorPlugin.UpdateOverlays should be of the form "UpdateOverlays ..." (golint)
    • godot-go/godot/physicsserver.gen.go
    • Line 20: warning: exported const PhysicsServerAreaBodyAdded should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const PhysicsServerAreaParamAngularDamp should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported const PhysicsServerAreaSpaceOverrideCombine should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported const PhysicsServerBodyAxisAngularX should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: exported const PhysicsServerBodyModeCharacter should have comment (or a comment on this block) or be unexported (golint)
    • Line 76: warning: exported const PhysicsServerBodyParamAngularDamp should have comment (or a comment on this block) or be unexported (golint)
    • Line 89: warning: exported const PhysicsServerBodyStateAngularVelocity should have comment (or a comment on this block) or be unexported (golint)
    • Line 100: warning: exported const PhysicsServerConeTwistJointBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 111: warning: exported const PhysicsServerG6DofJointFlagEnableAngularLimit should have comment (or a comment on this block) or be unexported (golint)
    • Line 120: warning: exported const PhysicsServerG6DofJointAngularDamping should have comment (or a comment on this block) or be unexported (golint)
    • Line 140: warning: exported const PhysicsServerHingeJointFlagEnableMotor should have comment (or a comment on this block) or be unexported (golint)
    • Line 148: warning: exported const PhysicsServerHingeJointBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 162: warning: exported const PhysicsServerJoint6Dof should have comment (or a comment on this block) or be unexported (golint)
    • Line 173: warning: exported const PhysicsServerPinJointBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 182: warning: exported const PhysicsServerInfoActiveObjects should have comment (or a comment on this block) or be unexported (golint)
    • Line 191: warning: exported const PhysicsServerShapeBox should have comment (or a comment on this block) or be unexported (golint)
    • Line 206: warning: exported const PhysicsServerSliderJointAngularLimitDamping should have comment (or a comment on this block) or be unexported (golint)
    • Line 235: warning: exported const PhysicsServerSpaceParamBodyAngularVelocityDampRatio should have comment (or a comment on this block) or be unexported (golint)
    • Line 258: warning: comment on exported var PhysicsServer should be of the form "PhysicsServer ..." (golint)
    • godot-go/godot/styleboxline.gen.go
    • Line 25: warning: comment on exported type StyleBoxLine should be of the form "StyleBoxLine ..." (with optional leading article) (golint)
    • Line 33: warning: exported method StyleBoxLine.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method StyleBoxLine.GetColor should be of the form "GetColor ..." (golint)
    • Line 60: warning: comment on exported method StyleBoxLine.GetGrow should be of the form "GetGrow ..." (golint)
    • Line 83: warning: comment on exported method StyleBoxLine.GetThickness should be of the form "GetThickness ..." (golint)
    • Line 106: warning: comment on exported method StyleBoxLine.IsVertical should be of the form "IsVertical ..." (golint)
    • Line 129: warning: comment on exported method StyleBoxLine.SetColor should be of the form "SetColor ..." (golint)
    • Line 150: warning: comment on exported method StyleBoxLine.SetGrow should be of the form "SetGrow ..." (golint)
    • Line 171: warning: comment on exported method StyleBoxLine.SetThickness should be of the form "SetThickness ..." (golint)
    • Line 192: warning: comment on exported method StyleBoxLine.SetVertical should be of the form "SetVertical ..." (golint)
    • godot-go/godot/visualscriptfunctioncall.gen.go
    • Line 20: warning: exported const VisualScriptFunctionCallCallModeBasicType should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported const VisualScriptFunctionCallRpcDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: comment on exported type VisualScriptFunctionCall should be of the form "VisualScriptFunctionCall ..." (with optional leading article) (golint)
    • Line 55: warning: exported method VisualScriptFunctionCall.BaseClass should have comment or be unexported (golint)
    • Line 59: warning: comment on exported method VisualScriptFunctionCall.X_GetArgumentCache should be of the form "X_GetArgumentCache ..." (golint)
    • Line 63: warning: don't use underscores in Go names; method X_GetArgumentCache should be XGetArgumentCache (golint)
    • Line 82: warning: comment on exported method VisualScriptFunctionCall.X_SetArgumentCache should be of the form "X_SetArgumentCache ..." (golint)
    • Line 86: warning: don't use underscores in Go names; method X_SetArgumentCache should be XSetArgumentCache (golint)
    • Line 103: warning: comment on exported method VisualScriptFunctionCall.GetBasePath should be of the form "GetBasePath ..." (golint)
    • Line 126: warning: comment on exported method VisualScriptFunctionCall.GetBaseScript should be of the form "GetBaseScript ..." (golint)
    • Line 149: warning: comment on exported method VisualScriptFunctionCall.GetBaseType should be of the form "GetBaseType ..." (golint)
    • Line 172: warning: comment on exported method VisualScriptFunctionCall.GetBasicType should be of the form "GetBasicType ..." (golint)
    • Line 195: warning: comment on exported method VisualScriptFunctionCall.GetCallMode should be of the form "GetCallMode ..." (golint)
    • Line 218: warning: comment on exported method VisualScriptFunctionCall.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 241: warning: comment on exported method VisualScriptFunctionCall.GetRpcCallMode should be of the form "GetRpcCallMode ..." (golint)
    • Line 264: warning: comment on exported method VisualScriptFunctionCall.GetSingleton should be of the form "GetSingleton ..." (golint)
    • Line 287: warning: comment on exported method VisualScriptFunctionCall.GetUseDefaultArgs should be of the form "GetUseDefaultArgs ..." (golint)
    • Line 310: warning: comment on exported method VisualScriptFunctionCall.GetValidate should be of the form "GetValidate ..." (golint)
    • Line 333: warning: comment on exported method VisualScriptFunctionCall.SetBasePath should be of the form "SetBasePath ..." (golint)
    • Line 354: warning: comment on exported method VisualScriptFunctionCall.SetBaseScript should be of the form "SetBaseScript ..." (golint)
    • Line 375: warning: comment on exported method VisualScriptFunctionCall.SetBaseType should be of the form "SetBaseType ..." (golint)
    • Line 396: warning: comment on exported method VisualScriptFunctionCall.SetBasicType should be of the form "SetBasicType ..." (golint)
    • Line 417: warning: comment on exported method VisualScriptFunctionCall.SetCallMode should be of the form "SetCallMode ..." (golint)
    • Line 438: warning: comment on exported method VisualScriptFunctionCall.SetFunction should be of the form "SetFunction ..." (golint)
    • Line 459: warning: comment on exported method VisualScriptFunctionCall.SetRpcCallMode should be of the form "SetRpcCallMode ..." (golint)
    • Line 480: warning: comment on exported method VisualScriptFunctionCall.SetSingleton should be of the form "SetSingleton ..." (golint)
    • Line 501: warning: comment on exported method VisualScriptFunctionCall.SetUseDefaultArgs should be of the form "SetUseDefaultArgs ..." (golint)
    • Line 522: warning: comment on exported method VisualScriptFunctionCall.SetValidate should be of the form "SetValidate ..." (golint)
    • godot-go/godot/tree.gen.go
    • Line 20: warning: exported const TreeDropModeDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const TreeSelectMulti should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported type Tree should be of the form "Tree ..." (with optional leading article) (golint)
    • Line 51: warning: exported method Tree.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method Tree.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 59: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 76: warning: comment on exported method Tree.X_PopupSelect should be of the form "X_PopupSelect ..." (golint)
    • Line 80: warning: don't use underscores in Go names; method X_PopupSelect should be XPopupSelect (golint)
    • Line 97: warning: comment on exported method Tree.X_RangeClickTimeout should be of the form "X_RangeClickTimeout ..." (golint)
    • Line 101: warning: don't use underscores in Go names; method X_RangeClickTimeout should be XRangeClickTimeout (golint)
    • Line 117: warning: comment on exported method Tree.X_ScrollMoved should be of the form "X_ScrollMoved ..." (golint)
    • Line 121: warning: don't use underscores in Go names; method X_ScrollMoved should be XScrollMoved (golint)
    • Line 138: warning: comment on exported method Tree.X_TextEditorEnter should be of the form "X_TextEditorEnter ..." (golint)
    • Line 142: warning: don't use underscores in Go names; method X_TextEditorEnter should be XTextEditorEnter (golint)
    • Line 159: warning: comment on exported method Tree.X_TextEditorModalClose should be of the form "X_TextEditorModalClose ..." (golint)
    • Line 163: warning: don't use underscores in Go names; method X_TextEditorModalClose should be XTextEditorModalClose (golint)
    • Line 179: warning: comment on exported method Tree.X_ValueEditorChanged should be of the form "X_ValueEditorChanged ..." (golint)
    • Line 183: warning: don't use underscores in Go names; method X_ValueEditorChanged should be XValueEditorChanged (golint)
    • Line 200: warning: comment on exported method Tree.AreColumnTitlesVisible should be of the form "AreColumnTitlesVisible ..." (golint)
    • Line 223: warning: comment on exported method Tree.Clear should be of the form "Clear ..." (golint)
    • Line 243: warning: comment on exported method Tree.CreateItem should be of the form "CreateItem ..." (golint)
    • Line 282: warning: comment on exported method Tree.EnsureCursorIsVisible should be of the form "EnsureCursorIsVisible ..." (golint)
    • Line 302: warning: comment on exported method Tree.GetAllowReselect should be of the form "GetAllowReselect ..." (golint)
    • Line 325: warning: comment on exported method Tree.GetAllowRmbSelect should be of the form "GetAllowRmbSelect ..." (golint)
    • Line 348: warning: comment on exported method Tree.GetColumnAtPosition should be of the form "GetColumnAtPosition ..." (golint)
    • Line 372: warning: comment on exported method Tree.GetColumnTitle should be of the form "GetColumnTitle ..." (golint)
    • Line 396: warning: comment on exported method Tree.GetColumnWidth should be of the form "GetColumnWidth ..." (golint)
    • Line 420: warning: comment on exported method Tree.GetColumns should be of the form "GetColumns ..." (golint)
    • Line 443: warning: comment on exported method Tree.GetCustomPopupRect should be of the form "GetCustomPopupRect ..." (golint)
    • Line 466: warning: comment on exported method Tree.GetDropModeFlags should be of the form "GetDropModeFlags ..." (golint)
    • Line 489: warning: comment on exported method Tree.GetDropSectionAtPosition should be of the form "GetDropSectionAtPosition ..." (golint)
    • Line 513: warning: comment on exported method Tree.GetEdited should be of the form "GetEdited ..." (golint)
    • Line 550: warning: comment on exported method Tree.GetEditedColumn should be of the form "GetEditedColumn ..." (golint)
    • Line 573: warning: comment on exported method Tree.GetItemAreaRect should be of the form "GetItemAreaRect ..." (golint)
    • Line 598: warning: comment on exported method Tree.GetItemAtPosition should be of the form "GetItemAtPosition ..." (golint)
    • Line 636: warning: comment on exported method Tree.GetNextSelected should be of the form "GetNextSelected ..." (golint)
    • Line 674: warning: comment on exported method Tree.GetPressedButton should be of the form "GetPressedButton ..." (golint)
    • Line 697: warning: comment on exported method Tree.GetRoot should be of the form "GetRoot ..." (golint)
    • Line 734: warning: comment on exported method Tree.GetScroll should be of the form "GetScroll ..." (golint)
    • Line 757: warning: comment on exported method Tree.GetSelectMode should be of the form "GetSelectMode ..." (golint)
    • Line 780: warning: comment on exported method Tree.GetSelected should be of the form "GetSelected ..." (golint)
    • Line 817: warning: comment on exported method Tree.GetSelectedColumn should be of the form "GetSelectedColumn ..." (golint)
    • Line 840: warning: comment on exported method Tree.IsFoldingHidden should be of the form "IsFoldingHidden ..." (golint)
    • Line 863: warning: comment on exported method Tree.IsRootHidden should be of the form "IsRootHidden ..." (golint)
    • Line 886: warning: comment on exported method Tree.SetAllowReselect should be of the form "SetAllowReselect ..." (golint)
    • Line 907: warning: comment on exported method Tree.SetAllowRmbSelect should be of the form "SetAllowRmbSelect ..." (golint)
    • Line 928: warning: comment on exported method Tree.SetColumnExpand should be of the form "SetColumnExpand ..." (golint)
    • Line 950: warning: comment on exported method Tree.SetColumnMinWidth should be of the form "SetColumnMinWidth ..." (golint)
    • Line 972: warning: comment on exported method Tree.SetColumnTitle should be of the form "SetColumnTitle ..." (golint)
    • Line 994: warning: comment on exported method Tree.SetColumnTitlesVisible should be of the form "SetColumnTitlesVisible ..." (golint)
    • Line 1015: warning: comment on exported method Tree.SetColumns should be of the form "SetColumns ..." (golint)
    • Line 1036: warning: comment on exported method Tree.SetDropModeFlags should be of the form "SetDropModeFlags ..." (golint)
    • Line 1057: warning: comment on exported method Tree.SetHideFolding should be of the form "SetHideFolding ..." (golint)
    • Line 1078: warning: comment on exported method Tree.SetHideRoot should be of the form "SetHideRoot ..." (golint)
    • Line 1099: warning: comment on exported method Tree.SetSelectMode should be of the form "SetSelectMode ..." (golint)
    • godot-go/godot/audioeffectreverb.gen.go
    • Line 25: warning: comment on exported type AudioEffectReverb should be of the form "AudioEffectReverb ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectReverb.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectReverb.GetDamping should be of the form "GetDamping ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectReverb.GetDry should be of the form "GetDry ..." (golint)
    • Line 83: warning: comment on exported method AudioEffectReverb.GetHpf should be of the form "GetHpf ..." (golint)
    • Line 106: warning: comment on exported method AudioEffectReverb.GetPredelayFeedback should be of the form "GetPredelayFeedback ..." (golint)
    • Line 129: warning: comment on exported method AudioEffectReverb.GetPredelayMsec should be of the form "GetPredelayMsec ..." (golint)
    • Line 152: warning: comment on exported method AudioEffectReverb.GetRoomSize should be of the form "GetRoomSize ..." (golint)
    • Line 175: warning: comment on exported method AudioEffectReverb.GetSpread should be of the form "GetSpread ..." (golint)
    • Line 198: warning: comment on exported method AudioEffectReverb.GetWet should be of the form "GetWet ..." (golint)
    • Line 221: warning: comment on exported method AudioEffectReverb.SetDamping should be of the form "SetDamping ..." (golint)
    • Line 242: warning: comment on exported method AudioEffectReverb.SetDry should be of the form "SetDry ..." (golint)
    • Line 263: warning: comment on exported method AudioEffectReverb.SetHpf should be of the form "SetHpf ..." (golint)
    • Line 284: warning: comment on exported method AudioEffectReverb.SetPredelayFeedback should be of the form "SetPredelayFeedback ..." (golint)
    • Line 305: warning: comment on exported method AudioEffectReverb.SetPredelayMsec should be of the form "SetPredelayMsec ..." (golint)
    • Line 326: warning: comment on exported method AudioEffectReverb.SetRoomSize should be of the form "SetRoomSize ..." (golint)
    • Line 347: warning: comment on exported method AudioEffectReverb.SetSpread should be of the form "SetSpread ..." (golint)
    • Line 368: warning: comment on exported method AudioEffectReverb.SetWet should be of the form "SetWet ..." (golint)
    • godot-go/godot/node2d.gen.go
    • Line 25: warning: comment on exported type Node2D should be of the form "Node2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Node2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Node2D.ApplyScale should be of the form "ApplyScale ..." (golint)
    • Line 58: warning: comment on exported method Node2D.GetAngleTo should be of the form "GetAngleTo ..." (golint)
    • Line 82: warning: comment on exported method Node2D.GetGlobalPosition should be of the form "GetGlobalPosition ..." (golint)
    • Line 105: warning: comment on exported method Node2D.GetGlobalRotation should be of the form "GetGlobalRotation ..." (golint)
    • Line 128: warning: comment on exported method Node2D.GetGlobalRotationDegrees should be of the form "GetGlobalRotationDegrees ..." (golint)
    • Line 151: warning: comment on exported method Node2D.GetGlobalScale should be of the form "GetGlobalScale ..." (golint)
    • Line 174: warning: comment on exported method Node2D.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 197: warning: comment on exported method Node2D.GetRelativeTransformToParent should be of the form "GetRelativeTransformToParent ..." (golint)
    • Line 221: warning: comment on exported method Node2D.GetRotation should be of the form "GetRotation ..." (golint)
    • Line 244: warning: comment on exported method Node2D.GetRotationDegrees should be of the form "GetRotationDegrees ..." (golint)
    • Line 267: warning: comment on exported method Node2D.GetScale should be of the form "GetScale ..." (golint)
    • Line 290: warning: comment on exported method Node2D.GetZIndex should be of the form "GetZIndex ..." (golint)
    • Line 313: warning: comment on exported method Node2D.GlobalTranslate should be of the form "GlobalTranslate ..." (golint)
    • Line 334: warning: comment on exported method Node2D.IsZRelative should be of the form "IsZRelative ..." (golint)
    • Line 357: warning: comment on exported method Node2D.LookAt should be of the form "LookAt ..." (golint)
    • Line 378: warning: comment on exported method Node2D.MoveLocalX should be of the form "MoveLocalX ..." (golint)
    • Line 400: warning: comment on exported method Node2D.MoveLocalY should be of the form "MoveLocalY ..." (golint)
    • Line 422: warning: comment on exported method Node2D.Rotate should be of the form "Rotate ..." (golint)
    • Line 443: warning: comment on exported method Node2D.SetGlobalPosition should be of the form "SetGlobalPosition ..." (golint)
    • Line 464: warning: comment on exported method Node2D.SetGlobalRotation should be of the form "SetGlobalRotation ..." (golint)
    • Line 485: warning: comment on exported method Node2D.SetGlobalRotationDegrees should be of the form "SetGlobalRotationDegrees ..." (golint)
    • Line 506: warning: comment on exported method Node2D.SetGlobalScale should be of the form "SetGlobalScale ..." (golint)
    • Line 527: warning: comment on exported method Node2D.SetGlobalTransform should be of the form "SetGlobalTransform ..." (golint)
    • Line 548: warning: comment on exported method Node2D.SetPosition should be of the form "SetPosition ..." (golint)
    • Line 569: warning: comment on exported method Node2D.SetRotation should be of the form "SetRotation ..." (golint)
    • Line 590: warning: comment on exported method Node2D.SetRotationDegrees should be of the form "SetRotationDegrees ..." (golint)
    • Line 611: warning: comment on exported method Node2D.SetScale should be of the form "SetScale ..." (golint)
    • Line 632: warning: comment on exported method Node2D.SetTransform should be of the form "SetTransform ..." (golint)
    • Line 653: warning: comment on exported method Node2D.SetZAsRelative should be of the form "SetZAsRelative ..." (golint)
    • Line 674: warning: comment on exported method Node2D.SetZIndex should be of the form "SetZIndex ..." (golint)
    • Line 695: warning: comment on exported method Node2D.ToGlobal should be of the form "ToGlobal ..." (golint)
    • Line 719: warning: comment on exported method Node2D.ToLocal should be of the form "ToLocal ..." (golint)
    • Line 743: warning: comment on exported method Node2D.Translate should be of the form "Translate ..." (golint)
    • godot-go/godot/particles2d.gen.go
    • Line 20: warning: exported const Particles2DDrawOrderIndex should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type Particles2D should be of the form "Particles2D ..." (with optional leading article) (golint)
    • Line 41: warning: exported method Particles2D.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method Particles2D.CaptureRect should be of the form "CaptureRect ..." (golint)
    • Line 68: warning: comment on exported method Particles2D.GetAmount should be of the form "GetAmount ..." (golint)
    • Line 91: warning: comment on exported method Particles2D.GetDrawOrder should be of the form "GetDrawOrder ..." (golint)
    • Line 114: warning: comment on exported method Particles2D.GetExplosivenessRatio should be of the form "GetExplosivenessRatio ..." (golint)
    • Line 137: warning: comment on exported method Particles2D.GetFixedFps should be of the form "GetFixedFps ..." (golint)
    • Line 160: warning: comment on exported method Particles2D.GetFractionalDelta should be of the form "GetFractionalDelta ..." (golint)
    • Line 183: warning: comment on exported method Particles2D.GetHFrames should be of the form "GetHFrames ..." (golint)
    • Line 206: warning: comment on exported method Particles2D.GetLifetime should be of the form "GetLifetime ..." (golint)
    • Line 229: warning: comment on exported method Particles2D.GetNormalMap should be of the form "GetNormalMap ..." (golint)
    • Line 266: warning: comment on exported method Particles2D.GetOneShot should be of the form "GetOneShot ..." (golint)
    • Line 289: warning: comment on exported method Particles2D.GetPreProcessTime should be of the form "GetPreProcessTime ..." (golint)
    • Line 312: warning: comment on exported method Particles2D.GetProcessMaterial should be of the form "GetProcessMaterial ..." (golint)
    • Line 349: warning: comment on exported method Particles2D.GetRandomnessRatio should be of the form "GetRandomnessRatio ..." (golint)
    • Line 372: warning: comment on exported method Particles2D.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 395: warning: comment on exported method Particles2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 432: warning: comment on exported method Particles2D.GetUseLocalCoordinates should be of the form "GetUseLocalCoordinates ..." (golint)
    • Line 455: warning: comment on exported method Particles2D.GetVFrames should be of the form "GetVFrames ..." (golint)
    • Line 478: warning: comment on exported method Particles2D.GetVisibilityRect should be of the form "GetVisibilityRect ..." (golint)
    • Line 501: warning: comment on exported method Particles2D.IsEmitting should be of the form "IsEmitting ..." (golint)
    • Line 524: warning: comment on exported method Particles2D.Restart should be of the form "Restart ..." (golint)
    • Line 544: warning: comment on exported method Particles2D.SetAmount should be of the form "SetAmount ..." (golint)
    • Line 565: warning: comment on exported method Particles2D.SetDrawOrder should be of the form "SetDrawOrder ..." (golint)
    • Line 586: warning: comment on exported method Particles2D.SetEmitting should be of the form "SetEmitting ..." (golint)
    • Line 607: warning: comment on exported method Particles2D.SetExplosivenessRatio should be of the form "SetExplosivenessRatio ..." (golint)
    • Line 628: warning: comment on exported method Particles2D.SetFixedFps should be of the form "SetFixedFps ..." (golint)
    • Line 649: warning: comment on exported method Particles2D.SetFractionalDelta should be of the form "SetFractionalDelta ..." (golint)
    • Line 670: warning: comment on exported method Particles2D.SetHFrames should be of the form "SetHFrames ..." (golint)
    • Line 691: warning: comment on exported method Particles2D.SetLifetime should be of the form "SetLifetime ..." (golint)
    • Line 712: warning: comment on exported method Particles2D.SetNormalMap should be of the form "SetNormalMap ..." (golint)
    • Line 733: warning: comment on exported method Particles2D.SetOneShot should be of the form "SetOneShot ..." (golint)
    • Line 754: warning: comment on exported method Particles2D.SetPreProcessTime should be of the form "SetPreProcessTime ..." (golint)
    • Line 775: warning: comment on exported method Particles2D.SetProcessMaterial should be of the form "SetProcessMaterial ..." (golint)
    • Line 796: warning: comment on exported method Particles2D.SetRandomnessRatio should be of the form "SetRandomnessRatio ..." (golint)
    • Line 817: warning: comment on exported method Particles2D.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 838: warning: comment on exported method Particles2D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 859: warning: comment on exported method Particles2D.SetUseLocalCoordinates should be of the form "SetUseLocalCoordinates ..." (golint)
    • Line 880: warning: comment on exported method Particles2D.SetVFrames should be of the form "SetVFrames ..." (golint)
    • Line 901: warning: comment on exported method Particles2D.SetVisibilityRect should be of the form "SetVisibilityRect ..." (golint)
    • godot-go/godot/path.gen.go
    • Line 25: warning: comment on exported type Path should be of the form "Path ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Path.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Path.X_CurveChanged should be of the form "X_CurveChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_CurveChanged should be XCurveChanged (golint)
    • Line 57: warning: comment on exported method Path.GetCurve should be of the form "GetCurve ..." (golint)
    • Line 94: warning: comment on exported method Path.SetCurve should be of the form "SetCurve ..." (golint)
    • godot-go/godot/primitivemesh.gen.go
    • Line 25: warning: comment on exported type PrimitiveMesh should be of the form "PrimitiveMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PrimitiveMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PrimitiveMesh.X_Update should be of the form "X_Update ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Update should be XUpdate (golint)
    • Line 57: warning: comment on exported method PrimitiveMesh.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 94: warning: comment on exported method PrimitiveMesh.GetMeshArrays should be of the form "GetMeshArrays ..." (golint)
    • Line 117: warning: comment on exported method PrimitiveMesh.SetMaterial should be of the form "SetMaterial ..." (golint)
    • godot-go/godot/animatedsprite3d.gen.go
    • Line 25: warning: comment on exported type AnimatedSprite3D should be of the form "AnimatedSprite3D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimatedSprite3D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimatedSprite3D.X_IsPlaying should be of the form "X_IsPlaying ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_IsPlaying should be XIsPlaying (golint)
    • Line 60: warning: comment on exported method AnimatedSprite3D.X_ResChanged should be of the form "X_ResChanged ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_ResChanged should be XResChanged (golint)
    • Line 80: warning: comment on exported method AnimatedSprite3D.X_SetPlaying should be of the form "X_SetPlaying ..." (golint)
    • Line 84: warning: don't use underscores in Go names; method X_SetPlaying should be XSetPlaying (golint)
    • Line 101: warning: comment on exported method AnimatedSprite3D.GetAnimation should be of the form "GetAnimation ..." (golint)
    • Line 124: warning: comment on exported method AnimatedSprite3D.GetFrame should be of the form "GetFrame ..." (golint)
    • Line 147: warning: comment on exported method AnimatedSprite3D.GetSpriteFrames should be of the form "GetSpriteFrames ..." (golint)
    • Line 184: warning: comment on exported method AnimatedSprite3D.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 207: warning: comment on exported method AnimatedSprite3D.Play should be of the form "Play ..." (golint)
    • Line 228: warning: comment on exported method AnimatedSprite3D.SetAnimation should be of the form "SetAnimation ..." (golint)
    • Line 249: warning: comment on exported method AnimatedSprite3D.SetFrame should be of the form "SetFrame ..." (golint)
    • Line 270: warning: comment on exported method AnimatedSprite3D.SetSpriteFrames should be of the form "SetSpriteFrames ..." (golint)
    • Line 291: warning: comment on exported method AnimatedSprite3D.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/container.gen.go
    • Line 25: warning: comment on exported type Container should be of the form "Container ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Container.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Container.X_ChildMinsizeChanged should be of the form "X_ChildMinsizeChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ChildMinsizeChanged should be XChildMinsizeChanged (golint)
    • Line 57: warning: comment on exported method Container.X_SortChildren should be of the form "X_SortChildren ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_SortChildren should be XSortChildren (golint)
    • Line 77: warning: comment on exported method Container.FitChildInRect should be of the form "FitChildInRect ..." (golint)
    • Line 99: warning: comment on exported method Container.QueueSort should be of the form "QueueSort ..." (golint)
    • godot-go/godot/popupmenu.gen.go
    • Line 33: warning: exported method PopupMenu.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PopupMenu.X_GetItems should be of the form "X_GetItems ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetItems should be XGetItems (golint)
    • Line 60: warning: comment on exported method PopupMenu.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 81: warning: comment on exported method PopupMenu.X_SetItems should be of the form "X_SetItems ..." (golint)
    • Line 85: warning: don't use underscores in Go names; method X_SetItems should be XSetItems (golint)
    • Line 102: warning: comment on exported method PopupMenu.X_SubmenuTimeout should be of the form "X_SubmenuTimeout ..." (golint)
    • Line 106: warning: don't use underscores in Go names; method X_SubmenuTimeout should be XSubmenuTimeout (golint)
    • Line 122: warning: comment on exported method PopupMenu.AddCheckItem should be of the form "AddCheckItem ..." (golint)
    • Line 145: warning: comment on exported method PopupMenu.AddCheckShortcut should be of the form "AddCheckShortcut ..." (golint)
    • Line 168: warning: comment on exported method PopupMenu.AddIconCheckItem should be of the form "AddIconCheckItem ..." (golint)
    • Line 192: warning: comment on exported method PopupMenu.AddIconCheckShortcut should be of the form "AddIconCheckShortcut ..." (golint)
    • Line 216: warning: comment on exported method PopupMenu.AddIconItem should be of the form "AddIconItem ..." (golint)
    • Line 240: warning: comment on exported method PopupMenu.AddIconShortcut should be of the form "AddIconShortcut ..." (golint)
    • Line 264: warning: comment on exported method PopupMenu.AddItem should be of the form "AddItem ..." (golint)
    • Line 287: warning: comment on exported method PopupMenu.AddSeparator should be of the form "AddSeparator ..." (golint)
    • Line 307: warning: comment on exported method PopupMenu.AddShortcut should be of the form "AddShortcut ..." (golint)
    • Line 330: warning: comment on exported method PopupMenu.AddSubmenuItem should be of the form "AddSubmenuItem ..." (golint)
    • Line 353: warning: comment on exported method PopupMenu.Clear should be of the form "Clear ..." (golint)
    • Line 373: warning: comment on exported method PopupMenu.GetItemAccelerator should be of the form "GetItemAccelerator ..." (golint)
    • Line 397: warning: comment on exported method PopupMenu.GetItemCount should be of the form "GetItemCount ..." (golint)
    • Line 420: warning: comment on exported method PopupMenu.GetItemIcon should be of the form "GetItemIcon ..." (golint)
    • Line 458: warning: comment on exported method PopupMenu.GetItemId should be of the form "GetItemId ..." (golint)
    • Line 482: warning: comment on exported method PopupMenu.GetItemIndex should be of the form "GetItemIndex ..." (golint)
    • Line 506: warning: comment on exported method PopupMenu.GetItemMetadata should be of the form "GetItemMetadata ..." (golint)
    • Line 530: warning: comment on exported method PopupMenu.GetItemShortcut should be of the form "GetItemShortcut ..." (golint)
    • Line 568: warning: comment on exported method PopupMenu.GetItemSubmenu should be of the form "GetItemSubmenu ..." (golint)
    • Line 592: warning: comment on exported method PopupMenu.GetItemText should be of the form "GetItemText ..." (golint)
    • Line 616: warning: comment on exported method PopupMenu.GetItemTooltip should be of the form "GetItemTooltip ..." (golint)
    • Line 640: warning: comment on exported method PopupMenu.IsHideOnCheckableItemSelection should be of the form "IsHideOnCheckableItemSelection ..." (golint)
    • Line 663: warning: comment on exported method PopupMenu.IsHideOnItemSelection should be of the form "IsHideOnItemSelection ..." (golint)
    • Line 686: warning: comment on exported method PopupMenu.IsHideOnStateItemSelection should be of the form "IsHideOnStateItemSelection ..." (golint)
    • Line 709: warning: comment on exported method PopupMenu.IsItemCheckable should be of the form "IsItemCheckable ..." (golint)
    • Line 733: warning: comment on exported method PopupMenu.IsItemChecked should be of the form "IsItemChecked ..." (golint)
    • Line 757: warning: comment on exported method PopupMenu.IsItemDisabled should be of the form "IsItemDisabled ..." (golint)
    • Line 781: warning: comment on exported method PopupMenu.IsItemSeparator should be of the form "IsItemSeparator ..." (golint)
    • Line 805: warning: comment on exported method PopupMenu.RemoveItem should be of the form "RemoveItem ..." (golint)
    • Line 826: warning: comment on exported method PopupMenu.SetHideOnCheckableItemSelection should be of the form "SetHideOnCheckableItemSelection ..." (golint)
    • Line 847: warning: comment on exported method PopupMenu.SetHideOnItemSelection should be of the form "SetHideOnItemSelection ..." (golint)
    • Line 868: warning: comment on exported method PopupMenu.SetHideOnStateItemSelection should be of the form "SetHideOnStateItemSelection ..." (golint)
    • Line 889: warning: comment on exported method PopupMenu.SetItemAccelerator should be of the form "SetItemAccelerator ..." (golint)
    • Line 911: warning: comment on exported method PopupMenu.SetItemAsCheckable should be of the form "SetItemAsCheckable ..." (golint)
    • Line 933: warning: comment on exported method PopupMenu.SetItemAsSeparator should be of the form "SetItemAsSeparator ..." (golint)
    • Line 955: warning: comment on exported method PopupMenu.SetItemChecked should be of the form "SetItemChecked ..." (golint)
    • Line 977: warning: comment on exported method PopupMenu.SetItemDisabled should be of the form "SetItemDisabled ..." (golint)
    • Line 999: warning: comment on exported method PopupMenu.SetItemIcon should be of the form "SetItemIcon ..." (golint)
    • Line 1021: warning: comment on exported method PopupMenu.SetItemId should be of the form "SetItemId ..." (golint)
    • Line 1043: warning: comment on exported method PopupMenu.SetItemMetadata should be of the form "SetItemMetadata ..." (golint)
    • Line 1065: warning: comment on exported method PopupMenu.SetItemMultistate should be of the form "SetItemMultistate ..." (golint)
    • Line 1087: warning: comment on exported method PopupMenu.SetItemShortcut should be of the form "SetItemShortcut ..." (golint)
    • Line 1110: warning: comment on exported method PopupMenu.SetItemSubmenu should be of the form "SetItemSubmenu ..." (golint)
    • Line 1132: warning: comment on exported method PopupMenu.SetItemText should be of the form "SetItemText ..." (golint)
    • Line 1154: warning: comment on exported method PopupMenu.SetItemTooltip should be of the form "SetItemTooltip ..." (golint)
    • Line 1176: warning: comment on exported method PopupMenu.ToggleItemChecked should be of the form "ToggleItemChecked ..." (golint)
    • Line 1197: warning: comment on exported method PopupMenu.ToggleItemMultistate should be of the form "ToggleItemMultistate ..." (golint)
    • godot-go/godot/acceptdialog.gen.go
    • Line 25: warning: comment on exported type AcceptDialog should be of the form "AcceptDialog ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AcceptDialog.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AcceptDialog.X_BuiltinTextEntered should be of the form "X_BuiltinTextEntered ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_BuiltinTextEntered should be XBuiltinTextEntered (golint)
    • Line 58: warning: comment on exported method AcceptDialog.X_CustomAction should be of the form "X_CustomAction ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_CustomAction should be XCustomAction (golint)
    • Line 79: warning: comment on exported method AcceptDialog.X_Ok should be of the form "X_Ok ..." (golint)
    • Line 83: warning: don't use underscores in Go names; method X_Ok should be XOk (golint)
    • Line 99: warning: comment on exported method AcceptDialog.AddButton should be of the form "AddButton ..." (golint)
    • Line 139: warning: comment on exported method AcceptDialog.AddCancel should be of the form "AddCancel ..." (golint)
    • Line 177: warning: comment on exported method AcceptDialog.GetHideOnOk should be of the form "GetHideOnOk ..." (golint)
    • Line 200: warning: comment on exported method AcceptDialog.GetLabel should be of the form "GetLabel ..." (golint)
    • Line 237: warning: comment on exported method AcceptDialog.GetOk should be of the form "GetOk ..." (golint)
    • Line 274: warning: comment on exported method AcceptDialog.GetText should be of the form "GetText ..." (golint)
    • Line 297: warning: comment on exported method AcceptDialog.RegisterTextEnter should be of the form "RegisterTextEnter ..." (golint)
    • Line 318: warning: comment on exported method AcceptDialog.SetHideOnOk should be of the form "SetHideOnOk ..." (golint)
    • Line 339: warning: comment on exported method AcceptDialog.SetText should be of the form "SetText ..." (golint)
    • godot-go/godot/atlastexture.gen.go
    • Line 25: warning: comment on exported type AtlasTexture should be of the form "AtlasTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AtlasTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AtlasTexture.GetAtlas should be of the form "GetAtlas ..." (golint)
    • Line 74: warning: comment on exported method AtlasTexture.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 97: warning: comment on exported method AtlasTexture.GetRegion should be of the form "GetRegion ..." (golint)
    • Line 120: warning: comment on exported method AtlasTexture.HasFilterClip should be of the form "HasFilterClip ..." (golint)
    • Line 143: warning: comment on exported method AtlasTexture.SetAtlas should be of the form "SetAtlas ..." (golint)
    • Line 164: warning: comment on exported method AtlasTexture.SetFilterClip should be of the form "SetFilterClip ..." (golint)
    • Line 185: warning: comment on exported method AtlasTexture.SetMargin should be of the form "SetMargin ..." (golint)
    • Line 206: warning: comment on exported method AtlasTexture.SetRegion should be of the form "SetRegion ..." (golint)
    • godot-go/godot/audioeffectbandlimitfilter.gen.go
    • Line 25: warning: comment on exported type AudioEffectBandLimitFilter should be of the form "AudioEffectBandLimitFilter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectBandLimitFilter.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/colorpickerbutton.gen.go
    • Line 25: warning: comment on exported type ColorPickerButton should be of the form "ColorPickerButton ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ColorPickerButton.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ColorPickerButton.X_ColorChanged should be of the form "X_ColorChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ColorChanged should be XColorChanged (golint)
    • Line 58: warning: comment on exported method ColorPickerButton.GetPickColor should be of the form "GetPickColor ..." (golint)
    • Line 81: warning: comment on exported method ColorPickerButton.GetPicker should be of the form "GetPicker ..." (golint)
    • Line 118: warning: comment on exported method ColorPickerButton.GetPopup should be of the form "GetPopup ..." (golint)
    • Line 155: warning: comment on exported method ColorPickerButton.IsEditingAlpha should be of the form "IsEditingAlpha ..." (golint)
    • Line 178: warning: comment on exported method ColorPickerButton.SetEditAlpha should be of the form "SetEditAlpha ..." (golint)
    • Line 199: warning: comment on exported method ColorPickerButton.SetPickColor should be of the form "SetPickColor ..." (golint)
    • godot-go/godot/encodedobjectasid.gen.go
    • Line 25: warning: comment on exported type EncodedObjectAsID should be of the form "EncodedObjectAsID ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EncodedObjectAsID.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EncodedObjectAsID.GetObjectId should be of the form "GetObjectId ..." (golint)
    • Line 60: warning: comment on exported method EncodedObjectAsID.SetObjectId should be of the form "SetObjectId ..." (golint)
    • godot-go/godot/spatialvelocitytracker.gen.go
    • Line 25: warning: comment on exported type SpatialVelocityTracker should be of the form "SpatialVelocityTracker ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SpatialVelocityTracker.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SpatialVelocityTracker.GetTrackedLinearVelocity should be of the form "GetTrackedLinearVelocity ..." (golint)
    • Line 60: warning: comment on exported method SpatialVelocityTracker.IsTrackingPhysicsStep should be of the form "IsTrackingPhysicsStep ..." (golint)
    • Line 83: warning: comment on exported method SpatialVelocityTracker.Reset should be of the form "Reset ..." (golint)
    • Line 104: warning: comment on exported method SpatialVelocityTracker.SetTrackPhysicsStep should be of the form "SetTrackPhysicsStep ..." (golint)
    • Line 125: warning: comment on exported method SpatialVelocityTracker.UpdatePosition should be of the form "UpdatePosition ..." (golint)
    • godot-go/gdnative/string.gen.go
    • Line 68: warning: exported type String should have comment or be unexported (golint)
    • Line 75: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 86: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 97: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 107: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 117: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 127: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 143: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 152: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 162: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 172: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 182: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 192: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 202: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 212: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 222: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 232: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 243: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 253: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 264: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 276: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 286: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 297: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 307: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 323: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 340: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 349: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 358: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 375: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 384: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 394: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 404: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 420: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 437: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 447: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 457: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 473: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 489: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 506: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 523: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 540: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 550: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 560: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 571: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 582: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 598: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 615: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 625: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 642: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 659: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 668: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 677: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 686: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 701: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 716: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 731: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 740: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 749: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 758: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 768: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 785: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 802: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 813: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 824: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 835: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 846: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 857: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 868: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 879: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 890: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 901: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 912: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 922: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 937: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 952: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 967: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 982: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 998: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1009: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1025: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1041: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1058: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1073: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1082: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1092: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1102: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1112: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1122: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1133: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1142: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1151: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1161: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1176: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1186: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1201: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1210: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1225: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1240: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1249: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1258: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1267: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1283: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1299: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1314: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1329: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1344: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1359: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1374: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1389: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1404: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1420: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1435: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1450: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1465: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1480: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1495: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1504: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1514: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1523: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1532: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1541: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1550: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1577: warning: exported type CharString should have comment or be unexported (golint)
    • godot-go/godot/astar.gen.go
    • Line 25: warning: comment on exported type AStar should be of the form "AStar ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AStar.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AStar.X_ComputeCost should be of the form "X_ComputeCost ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ComputeCost should be XComputeCost (golint)
    • Line 62: warning: comment on exported method AStar.X_EstimateCost should be of the form "X_EstimateCost ..." (golint)
    • Line 66: warning: don't use underscores in Go names; method X_EstimateCost should be XEstimateCost (golint)
    • Line 87: warning: comment on exported method AStar.AddPoint should be of the form "AddPoint ..." (golint)
    • Line 110: warning: comment on exported method AStar.ArePointsConnected should be of the form "ArePointsConnected ..." (golint)
    • Line 135: warning: comment on exported method AStar.Clear should be of the form "Clear ..." (golint)
    • Line 155: warning: comment on exported method AStar.ConnectPoints should be of the form "ConnectPoints ..." (golint)
    • Line 178: warning: comment on exported method AStar.DisconnectPoints should be of the form "DisconnectPoints ..." (golint)
    • Line 200: warning: comment on exported method AStar.GetAvailablePointId should be of the form "GetAvailablePointId ..." (golint)
    • Line 223: warning: comment on exported method AStar.GetClosestPoint should be of the form "GetClosestPoint ..." (golint)
    • Line 247: warning: comment on exported method AStar.GetClosestPositionInSegment should be of the form "GetClosestPositionInSegment ..." (golint)
    • Line 271: warning: comment on exported method AStar.GetIdPath should be of the form "GetIdPath ..." (golint)
    • Line 296: warning: comment on exported method AStar.GetPointConnections should be of the form "GetPointConnections ..." (golint)
    • Line 320: warning: comment on exported method AStar.GetPointPath should be of the form "GetPointPath ..." (golint)
    • Line 345: warning: comment on exported method AStar.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 369: warning: comment on exported method AStar.GetPointWeightScale should be of the form "GetPointWeightScale ..." (golint)
    • Line 393: warning: comment on exported method AStar.GetPoints should be of the form "GetPoints ..." (golint)
    • Line 416: warning: comment on exported method AStar.HasPoint should be of the form "HasPoint ..." (golint)
    • Line 440: warning: comment on exported method AStar.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 461: warning: comment on exported method AStar.SetPointPosition should be of the form "SetPointPosition ..." (golint)
    • Line 483: warning: comment on exported method AStar.SetPointWeightScale should be of the form "SetPointWeightScale ..." (golint)
    • godot-go/godot/audioeffectlowpassfilter.gen.go
    • Line 25: warning: comment on exported type AudioEffectLowPassFilter should be of the form "AudioEffectLowPassFilter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectLowPassFilter.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/classdb.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_ClassDBFromPointer should be newClassDBFromPointer (golint)
    • Line 29: warning: comment on exported var ClassDB should be of the form "ClassDB ..." (golint)
    • godot-go/godot/generic6dofjoint.gen.go
    • Line 20: warning: exported const Generic6DOFJointFlagEnableAngularLimit should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const Generic6DOFJointParamAngularDamping should have comment (or a comment on this block) or be unexported (golint)
    • Line 56: warning: comment on exported type Generic6DOFJoint should be of the form "Generic6DOFJoint ..." (with optional leading article) (golint)
    • Line 64: warning: exported method Generic6DOFJoint.BaseClass should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method Generic6DOFJoint.X_GetAngularHiLimitX should be of the form "X_GetAngularHiLimitX ..." (golint)
    • Line 72: warning: don't use underscores in Go names; method X_GetAngularHiLimitX should be XGetAngularHiLimitX (golint)
    • Line 91: warning: comment on exported method Generic6DOFJoint.X_GetAngularHiLimitY should be of the form "X_GetAngularHiLimitY ..." (golint)
    • Line 95: warning: don't use underscores in Go names; method X_GetAngularHiLimitY should be XGetAngularHiLimitY (golint)
    • Line 114: warning: comment on exported method Generic6DOFJoint.X_GetAngularHiLimitZ should be of the form "X_GetAngularHiLimitZ ..." (golint)
    • Line 118: warning: don't use underscores in Go names; method X_GetAngularHiLimitZ should be XGetAngularHiLimitZ (golint)
    • Line 137: warning: comment on exported method Generic6DOFJoint.X_GetAngularLoLimitX should be of the form "X_GetAngularLoLimitX ..." (golint)
    • Line 141: warning: don't use underscores in Go names; method X_GetAngularLoLimitX should be XGetAngularLoLimitX (golint)
    • Line 160: warning: comment on exported method Generic6DOFJoint.X_GetAngularLoLimitY should be of the form "X_GetAngularLoLimitY ..." (golint)
    • Line 164: warning: don't use underscores in Go names; method X_GetAngularLoLimitY should be XGetAngularLoLimitY (golint)
    • Line 183: warning: comment on exported method Generic6DOFJoint.X_GetAngularLoLimitZ should be of the form "X_GetAngularLoLimitZ ..." (golint)
    • Line 187: warning: don't use underscores in Go names; method X_GetAngularLoLimitZ should be XGetAngularLoLimitZ (golint)
    • Line 206: warning: comment on exported method Generic6DOFJoint.X_SetAngularHiLimitX should be of the form "X_SetAngularHiLimitX ..." (golint)
    • Line 210: warning: don't use underscores in Go names; method X_SetAngularHiLimitX should be XSetAngularHiLimitX (golint)
    • Line 227: warning: comment on exported method Generic6DOFJoint.X_SetAngularHiLimitY should be of the form "X_SetAngularHiLimitY ..." (golint)
    • Line 231: warning: don't use underscores in Go names; method X_SetAngularHiLimitY should be XSetAngularHiLimitY (golint)
    • Line 248: warning: comment on exported method Generic6DOFJoint.X_SetAngularHiLimitZ should be of the form "X_SetAngularHiLimitZ ..." (golint)
    • Line 252: warning: don't use underscores in Go names; method X_SetAngularHiLimitZ should be XSetAngularHiLimitZ (golint)
    • Line 269: warning: comment on exported method Generic6DOFJoint.X_SetAngularLoLimitX should be of the form "X_SetAngularLoLimitX ..." (golint)
    • Line 273: warning: don't use underscores in Go names; method X_SetAngularLoLimitX should be XSetAngularLoLimitX (golint)
    • Line 290: warning: comment on exported method Generic6DOFJoint.X_SetAngularLoLimitY should be of the form "X_SetAngularLoLimitY ..." (golint)
    • Line 294: warning: don't use underscores in Go names; method X_SetAngularLoLimitY should be XSetAngularLoLimitY (golint)
    • Line 311: warning: comment on exported method Generic6DOFJoint.X_SetAngularLoLimitZ should be of the form "X_SetAngularLoLimitZ ..." (golint)
    • Line 315: warning: don't use underscores in Go names; method X_SetAngularLoLimitZ should be XSetAngularLoLimitZ (golint)
    • Line 332: warning: comment on exported method Generic6DOFJoint.GetFlagX should be of the form "GetFlagX ..." (golint)
    • Line 356: warning: comment on exported method Generic6DOFJoint.GetFlagY should be of the form "GetFlagY ..." (golint)
    • Line 380: warning: comment on exported method Generic6DOFJoint.GetFlagZ should be of the form "GetFlagZ ..." (golint)
    • Line 404: warning: comment on exported method Generic6DOFJoint.GetParamX should be of the form "GetParamX ..." (golint)
    • Line 428: warning: comment on exported method Generic6DOFJoint.GetParamY should be of the form "GetParamY ..." (golint)
    • Line 452: warning: comment on exported method Generic6DOFJoint.GetParamZ should be of the form "GetParamZ ..." (golint)
    • Line 476: warning: comment on exported method Generic6DOFJoint.SetFlagX should be of the form "SetFlagX ..." (golint)
    • Line 498: warning: comment on exported method Generic6DOFJoint.SetFlagY should be of the form "SetFlagY ..." (golint)
    • Line 520: warning: comment on exported method Generic6DOFJoint.SetFlagZ should be of the form "SetFlagZ ..." (golint)
    • Line 542: warning: comment on exported method Generic6DOFJoint.SetParamX should be of the form "SetParamX ..." (golint)
    • Line 564: warning: comment on exported method Generic6DOFJoint.SetParamY should be of the form "SetParamY ..." (golint)
    • Line 586: warning: comment on exported method Generic6DOFJoint.SetParamZ should be of the form "SetParamZ ..." (golint)
    • godot-go/godot/physics2dtestmotionresult.gen.go
    • Line 25: warning: comment on exported type Physics2DTestMotionResult should be of the form "Physics2DTestMotionResult ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Physics2DTestMotionResult.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Physics2DTestMotionResult.GetCollider should be of the form "GetCollider ..." (golint)
    • Line 74: warning: comment on exported method Physics2DTestMotionResult.GetColliderId should be of the form "GetColliderId ..." (golint)
    • Line 97: warning: comment on exported method Physics2DTestMotionResult.GetColliderRid should be of the form "GetColliderRid ..." (golint)
    • Line 120: warning: comment on exported method Physics2DTestMotionResult.GetColliderShape should be of the form "GetColliderShape ..." (golint)
    • Line 143: warning: comment on exported method Physics2DTestMotionResult.GetColliderVelocity should be of the form "GetColliderVelocity ..." (golint)
    • Line 166: warning: comment on exported method Physics2DTestMotionResult.GetCollisionNormal should be of the form "GetCollisionNormal ..." (golint)
    • Line 189: warning: comment on exported method Physics2DTestMotionResult.GetCollisionPoint should be of the form "GetCollisionPoint ..." (golint)
    • Line 212: warning: comment on exported method Physics2DTestMotionResult.GetMotion should be of the form "GetMotion ..." (golint)
    • Line 235: warning: comment on exported method Physics2DTestMotionResult.GetMotionRemainder should be of the form "GetMotionRemainder ..." (golint)
    • godot-go/godot/visualscriptwhile.gen.go
    • Line 25: warning: comment on exported type VisualScriptWhile should be of the form "VisualScriptWhile ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptWhile.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/hscrollbar.gen.go
    • Line 25: warning: comment on exported type HScrollBar should be of the form "HScrollBar ..." (with optional leading article) (golint)
    • Line 33: warning: exported method HScrollBar.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/material.gen.go
    • Line 33: warning: exported method Material.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Material.GetNextPass should be of the form "GetNextPass ..." (golint)
    • Line 74: warning: comment on exported method Material.GetRenderPriority should be of the form "GetRenderPriority ..." (golint)
    • Line 97: warning: comment on exported method Material.SetNextPass should be of the form "SetNextPass ..." (golint)
    • Line 118: warning: comment on exported method Material.SetRenderPriority should be of the form "SetRenderPriority ..." (golint)
    • godot-go/godot/polygonpathfinder.gen.go
    • Line 25: warning: comment on exported type PolygonPathFinder should be of the form "PolygonPathFinder ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PolygonPathFinder.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PolygonPathFinder.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 60: warning: comment on exported method PolygonPathFinder.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 81: warning: comment on exported method PolygonPathFinder.FindPath should be of the form "FindPath ..." (golint)
    • Line 106: warning: comment on exported method PolygonPathFinder.GetBounds should be of the form "GetBounds ..." (golint)
    • Line 129: warning: comment on exported method PolygonPathFinder.GetClosestPoint should be of the form "GetClosestPoint ..." (golint)
    • Line 153: warning: comment on exported method PolygonPathFinder.GetIntersections should be of the form "GetIntersections ..." (golint)
    • Line 178: warning: comment on exported method PolygonPathFinder.GetPointPenalty should be of the form "GetPointPenalty ..." (golint)
    • Line 202: warning: comment on exported method PolygonPathFinder.IsPointInside should be of the form "IsPointInside ..." (golint)
    • Line 226: warning: comment on exported method PolygonPathFinder.SetPointPenalty should be of the form "SetPointPenalty ..." (golint)
    • Line 248: warning: comment on exported method PolygonPathFinder.Setup should be of the form "Setup ..." (golint)
    • godot-go/godot/rigidbody.gen.go
    • Line 20: warning: exported const RigidBodyModeCharacter should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type RigidBody should be of the form "RigidBody ..." (with optional leading article) (golint)
    • Line 43: warning: exported method RigidBody.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method RigidBody.X_BodyEnterTree should be of the form "X_BodyEnterTree ..." (golint)
    • Line 51: warning: don't use underscores in Go names; method X_BodyEnterTree should be XBodyEnterTree (golint)
    • Line 68: warning: comment on exported method RigidBody.X_BodyExitTree should be of the form "X_BodyExitTree ..." (golint)
    • Line 72: warning: don't use underscores in Go names; method X_BodyExitTree should be XBodyExitTree (golint)
    • Line 89: warning: comment on exported method RigidBody.X_DirectStateChanged should be of the form "X_DirectStateChanged ..." (golint)
    • Line 93: warning: don't use underscores in Go names; method X_DirectStateChanged should be XDirectStateChanged (golint)
    • Line 110: warning: comment on exported method RigidBody.X_IntegrateForces should be of the form "X_IntegrateForces ..." (golint)
    • Line 114: warning: don't use underscores in Go names; method X_IntegrateForces should be XIntegrateForces (golint)
    • Line 131: warning: comment on exported method RigidBody.ApplyImpulse should be of the form "ApplyImpulse ..." (golint)
    • Line 153: warning: comment on exported method RigidBody.GetAngularDamp should be of the form "GetAngularDamp ..." (golint)
    • Line 176: warning: comment on exported method RigidBody.GetAngularVelocity should be of the form "GetAngularVelocity ..." (golint)
    • Line 199: warning: comment on exported method RigidBody.GetAxisLock should be of the form "GetAxisLock ..." (golint)
    • Line 223: warning: comment on exported method RigidBody.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 246: warning: comment on exported method RigidBody.GetCollidingBodies should be of the form "GetCollidingBodies ..." (golint)
    • Line 269: warning: comment on exported method RigidBody.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 292: warning: comment on exported method RigidBody.GetGravityScale should be of the form "GetGravityScale ..." (golint)
    • Line 315: warning: comment on exported method RigidBody.GetLinearDamp should be of the form "GetLinearDamp ..." (golint)
    • Line 338: warning: comment on exported method RigidBody.GetLinearVelocity should be of the form "GetLinearVelocity ..." (golint)
    • Line 361: warning: comment on exported method RigidBody.GetMass should be of the form "GetMass ..." (golint)
    • Line 384: warning: comment on exported method RigidBody.GetMaxContactsReported should be of the form "GetMaxContactsReported ..." (golint)
    • Line 407: warning: comment on exported method RigidBody.GetMode should be of the form "GetMode ..." (golint)
    • Line 430: warning: comment on exported method RigidBody.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 453: warning: comment on exported method RigidBody.IsAbleToSleep should be of the form "IsAbleToSleep ..." (golint)
    • Line 476: warning: comment on exported method RigidBody.IsContactMonitorEnabled should be of the form "IsContactMonitorEnabled ..." (golint)
    • Line 499: warning: comment on exported method RigidBody.IsSleeping should be of the form "IsSleeping ..." (golint)
    • Line 522: warning: comment on exported method RigidBody.IsUsingContinuousCollisionDetection should be of the form "IsUsingContinuousCollisionDetection ..." (golint)
    • Line 545: warning: comment on exported method RigidBody.IsUsingCustomIntegrator should be of the form "IsUsingCustomIntegrator ..." (golint)
    • Line 568: warning: comment on exported method RigidBody.SetAngularDamp should be of the form "SetAngularDamp ..." (golint)
    • Line 589: warning: comment on exported method RigidBody.SetAngularVelocity should be of the form "SetAngularVelocity ..." (golint)
    • Line 610: warning: comment on exported method RigidBody.SetAxisLock should be of the form "SetAxisLock ..." (golint)
    • Line 632: warning: comment on exported method RigidBody.SetAxisVelocity should be of the form "SetAxisVelocity ..." (golint)
    • Line 653: warning: comment on exported method RigidBody.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 674: warning: comment on exported method RigidBody.SetCanSleep should be of the form "SetCanSleep ..." (golint)
    • Line 695: warning: comment on exported method RigidBody.SetContactMonitor should be of the form "SetContactMonitor ..." (golint)
    • Line 716: warning: comment on exported method RigidBody.SetFriction should be of the form "SetFriction ..." (golint)
    • Line 737: warning: comment on exported method RigidBody.SetGravityScale should be of the form "SetGravityScale ..." (golint)
    • Line 758: warning: comment on exported method RigidBody.SetLinearDamp should be of the form "SetLinearDamp ..." (golint)
    • Line 779: warning: comment on exported method RigidBody.SetLinearVelocity should be of the form "SetLinearVelocity ..." (golint)
    • Line 800: warning: comment on exported method RigidBody.SetMass should be of the form "SetMass ..." (golint)
    • Line 821: warning: comment on exported method RigidBody.SetMaxContactsReported should be of the form "SetMaxContactsReported ..." (golint)
    • Line 842: warning: comment on exported method RigidBody.SetMode should be of the form "SetMode ..." (golint)
    • Line 863: warning: comment on exported method RigidBody.SetSleeping should be of the form "SetSleeping ..." (golint)
    • Line 884: warning: comment on exported method RigidBody.SetUseContinuousCollisionDetection should be of the form "SetUseContinuousCollisionDetection ..." (golint)
    • Line 905: warning: comment on exported method RigidBody.SetUseCustomIntegrator should be of the form "SetUseCustomIntegrator ..." (golint)
    • Line 926: warning: comment on exported method RigidBody.SetWeight should be of the form "SetWeight ..." (golint)
    • godot-go/godot/treeitem.gen.go
    • Line 20: warning: exported const TreeItemAlignCenter should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const TreeItemCellModeCheck should have comment (or a comment on this block) or be unexported (golint)
    • Line 46: warning: comment on exported type TreeItem should be of the form "TreeItem ..." (with optional leading article) (golint)
    • Line 54: warning: exported method TreeItem.BaseClass should have comment or be unexported (golint)
    • Line 58: warning: comment on exported method TreeItem.AddButton should be of the form "AddButton ..." (golint)
    • Line 83: warning: comment on exported method TreeItem.ClearCustomBgColor should be of the form "ClearCustomBgColor ..." (golint)
    • Line 104: warning: comment on exported method TreeItem.ClearCustomColor should be of the form "ClearCustomColor ..." (golint)
    • Line 125: warning: comment on exported method TreeItem.Deselect should be of the form "Deselect ..." (golint)
    • Line 146: warning: comment on exported method TreeItem.EraseButton should be of the form "EraseButton ..." (golint)
    • Line 168: warning: comment on exported method TreeItem.GetButton should be of the form "GetButton ..." (golint)
    • Line 207: warning: comment on exported method TreeItem.GetButtonCount should be of the form "GetButtonCount ..." (golint)
    • Line 231: warning: comment on exported method TreeItem.GetCellMode should be of the form "GetCellMode ..." (golint)
    • Line 255: warning: comment on exported method TreeItem.GetChildren should be of the form "GetChildren ..." (golint)
    • Line 292: warning: comment on exported method TreeItem.GetCustomBgColor should be of the form "GetCustomBgColor ..." (golint)
    • Line 316: warning: comment on exported method TreeItem.GetCustomMinimumHeight should be of the form "GetCustomMinimumHeight ..." (golint)
    • Line 339: warning: comment on exported method TreeItem.GetExpandRight should be of the form "GetExpandRight ..." (golint)
    • Line 363: warning: comment on exported method TreeItem.GetIcon should be of the form "GetIcon ..." (golint)
    • Line 401: warning: comment on exported method TreeItem.GetIconMaxWidth should be of the form "GetIconMaxWidth ..." (golint)
    • Line 425: warning: comment on exported method TreeItem.GetIconRegion should be of the form "GetIconRegion ..." (golint)
    • Line 449: warning: comment on exported method TreeItem.GetMetadata should be of the form "GetMetadata ..." (golint)
    • Line 473: warning: comment on exported method TreeItem.GetNext should be of the form "GetNext ..." (golint)
    • Line 510: warning: comment on exported method TreeItem.GetNextVisible should be of the form "GetNextVisible ..." (golint)
    • Line 547: warning: comment on exported method TreeItem.GetParent should be of the form "GetParent ..." (golint)
    • Line 584: warning: comment on exported method TreeItem.GetPrev should be of the form "GetPrev ..." (golint)
    • Line 621: warning: comment on exported method TreeItem.GetPrevVisible should be of the form "GetPrevVisible ..." (golint)
    • Line 658: warning: comment on exported method TreeItem.GetRange should be of the form "GetRange ..." (golint)
    • Line 682: warning: comment on exported method TreeItem.GetRangeConfig should be of the form "GetRangeConfig ..." (golint)
    • Line 706: warning: comment on exported method TreeItem.GetText should be of the form "GetText ..." (golint)
    • Line 730: warning: comment on exported method TreeItem.GetTextAlign should be of the form "GetTextAlign ..." (golint)
    • Line 754: warning: comment on exported method TreeItem.GetTooltip should be of the form "GetTooltip ..." (golint)
    • Line 778: warning: comment on exported method TreeItem.IsButtonDisabled should be of the form "IsButtonDisabled ..." (golint)
    • Line 803: warning: comment on exported method TreeItem.IsChecked should be of the form "IsChecked ..." (golint)
    • Line 827: warning: comment on exported method TreeItem.IsCollapsed should be of the form "IsCollapsed ..." (golint)
    • Line 850: warning: comment on exported method TreeItem.IsCustomSetAsButton should be of the form "IsCustomSetAsButton ..." (golint)
    • Line 874: warning: comment on exported method TreeItem.IsEditable should be of the form "IsEditable ..." (golint)
    • Line 898: warning: comment on exported method TreeItem.IsFoldingDisabled should be of the form "IsFoldingDisabled ..." (golint)
    • Line 921: warning: comment on exported method TreeItem.IsSelectable should be of the form "IsSelectable ..." (golint)
    • Line 945: warning: comment on exported method TreeItem.IsSelected should be of the form "IsSelected ..." (golint)
    • Line 969: warning: comment on exported method TreeItem.MoveToBottom should be of the form "MoveToBottom ..." (golint)
    • Line 989: warning: comment on exported method TreeItem.MoveToTop should be of the form "MoveToTop ..." (golint)
    • Line 1009: warning: comment on exported method TreeItem.RemoveChild should be of the form "RemoveChild ..." (golint)
    • Line 1030: warning: comment on exported method TreeItem.Select should be of the form "Select ..." (golint)
    • Line 1051: warning: comment on exported method TreeItem.SetButton should be of the form "SetButton ..." (golint)
    • Line 1074: warning: comment on exported method TreeItem.SetCellMode should be of the form "SetCellMode ..." (golint)
    • Line 1096: warning: comment on exported method TreeItem.SetChecked should be of the form "SetChecked ..." (golint)
    • Line 1118: warning: comment on exported method TreeItem.SetCollapsed should be of the form "SetCollapsed ..." (golint)
    • Line 1139: warning: comment on exported method TreeItem.SetCustomAsButton should be of the form "SetCustomAsButton ..." (golint)
    • Line 1161: warning: comment on exported method TreeItem.SetCustomBgColor should be of the form "SetCustomBgColor ..." (golint)
    • Line 1184: warning: comment on exported method TreeItem.SetCustomColor should be of the form "SetCustomColor ..." (golint)
    • Line 1206: warning: comment on exported method TreeItem.SetCustomDraw should be of the form "SetCustomDraw ..." (golint)
    • Line 1229: warning: comment on exported method TreeItem.SetCustomMinimumHeight should be of the form "SetCustomMinimumHeight ..." (golint)
    • Line 1250: warning: comment on exported method TreeItem.SetDisableFolding should be of the form "SetDisableFolding ..." (golint)
    • Line 1271: warning: comment on exported method TreeItem.SetEditable should be of the form "SetEditable ..." (golint)
    • Line 1293: warning: comment on exported method TreeItem.SetExpandRight should be of the form "SetExpandRight ..." (golint)
    • Line 1315: warning: comment on exported method TreeItem.SetIcon should be of the form "SetIcon ..." (golint)
    • Line 1337: warning: comment on exported method TreeItem.SetIconMaxWidth should be of the form "SetIconMaxWidth ..." (golint)
    • Line 1359: warning: comment on exported method TreeItem.SetIconRegion should be of the form "SetIconRegion ..." (golint)
    • Line 1381: warning: comment on exported method TreeItem.SetMetadata should be of the form "SetMetadata ..." (golint)
    • Line 1403: warning: comment on exported method TreeItem.SetRange should be of the form "SetRange ..." (golint)
    • Line 1425: warning: comment on exported method TreeItem.SetRangeConfig should be of the form "SetRangeConfig ..." (golint)
    • Line 1450: warning: comment on exported method TreeItem.SetSelectable should be of the form "SetSelectable ..." (golint)
    • Line 1472: warning: comment on exported method TreeItem.SetText should be of the form "SetText ..." (golint)
    • Line 1494: warning: comment on exported method TreeItem.SetTextAlign should be of the form "SetTextAlign ..." (golint)
    • Line 1516: warning: comment on exported method TreeItem.SetTooltip should be of the form "SetTooltip ..." (golint)
    • godot-go/godot/meshdatatool.gen.go
    • Line 25: warning: comment on exported type MeshDataTool should be of the form "MeshDataTool ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MeshDataTool.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MeshDataTool.Clear should be of the form "Clear ..." (golint)
    • Line 57: warning: comment on exported method MeshDataTool.CommitToSurface should be of the form "CommitToSurface ..." (golint)
    • Line 81: warning: comment on exported method MeshDataTool.CreateFromSurface should be of the form "CreateFromSurface ..." (golint)
    • Line 106: warning: comment on exported method MeshDataTool.GetEdgeCount should be of the form "GetEdgeCount ..." (golint)
    • Line 129: warning: comment on exported method MeshDataTool.GetEdgeFaces should be of the form "GetEdgeFaces ..." (golint)
    • Line 153: warning: comment on exported method MeshDataTool.GetEdgeMeta should be of the form "GetEdgeMeta ..." (golint)
    • Line 177: warning: comment on exported method MeshDataTool.GetEdgeVertex should be of the form "GetEdgeVertex ..." (golint)
    • Line 202: warning: comment on exported method MeshDataTool.GetFaceCount should be of the form "GetFaceCount ..." (golint)
    • Line 225: warning: comment on exported method MeshDataTool.GetFaceEdge should be of the form "GetFaceEdge ..." (golint)
    • Line 250: warning: comment on exported method MeshDataTool.GetFaceMeta should be of the form "GetFaceMeta ..." (golint)
    • Line 274: warning: comment on exported method MeshDataTool.GetFaceNormal should be of the form "GetFaceNormal ..." (golint)
    • Line 298: warning: comment on exported method MeshDataTool.GetFaceVertex should be of the form "GetFaceVertex ..." (golint)
    • Line 323: warning: comment on exported method MeshDataTool.GetFormat should be of the form "GetFormat ..." (golint)
    • Line 346: warning: comment on exported method MeshDataTool.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 383: warning: comment on exported method MeshDataTool.GetVertex should be of the form "GetVertex ..." (golint)
    • Line 407: warning: comment on exported method MeshDataTool.GetVertexBones should be of the form "GetVertexBones ..." (golint)
    • Line 431: warning: comment on exported method MeshDataTool.GetVertexColor should be of the form "GetVertexColor ..." (golint)
    • Line 455: warning: comment on exported method MeshDataTool.GetVertexCount should be of the form "GetVertexCount ..." (golint)
    • Line 478: warning: comment on exported method MeshDataTool.GetVertexEdges should be of the form "GetVertexEdges ..." (golint)
    • Line 502: warning: comment on exported method MeshDataTool.GetVertexFaces should be of the form "GetVertexFaces ..." (golint)
    • Line 526: warning: comment on exported method MeshDataTool.GetVertexMeta should be of the form "GetVertexMeta ..." (golint)
    • Line 550: warning: comment on exported method MeshDataTool.GetVertexNormal should be of the form "GetVertexNormal ..." (golint)
    • Line 574: warning: comment on exported method MeshDataTool.GetVertexTangent should be of the form "GetVertexTangent ..." (golint)
    • Line 598: warning: comment on exported method MeshDataTool.GetVertexUv should be of the form "GetVertexUv ..." (golint)
    • Line 622: warning: comment on exported method MeshDataTool.GetVertexUv2 should be of the form "GetVertexUv2 ..." (golint)
    • Line 646: warning: comment on exported method MeshDataTool.GetVertexWeights should be of the form "GetVertexWeights ..." (golint)
    • Line 670: warning: comment on exported method MeshDataTool.SetEdgeMeta should be of the form "SetEdgeMeta ..." (golint)
    • Line 692: warning: comment on exported method MeshDataTool.SetFaceMeta should be of the form "SetFaceMeta ..." (golint)
    • Line 714: warning: comment on exported method MeshDataTool.SetMaterial should be of the form "SetMaterial ..." (golint)
    • Line 735: warning: comment on exported method MeshDataTool.SetVertex should be of the form "SetVertex ..." (golint)
    • Line 757: warning: comment on exported method MeshDataTool.SetVertexBones should be of the form "SetVertexBones ..." (golint)
    • Line 779: warning: comment on exported method MeshDataTool.SetVertexColor should be of the form "SetVertexColor ..." (golint)
    • Line 801: warning: comment on exported method MeshDataTool.SetVertexMeta should be of the form "SetVertexMeta ..." (golint)
    • Line 823: warning: comment on exported method MeshDataTool.SetVertexNormal should be of the form "SetVertexNormal ..." (golint)
    • Line 845: warning: comment on exported method MeshDataTool.SetVertexTangent should be of the form "SetVertexTangent ..." (golint)
    • Line 867: warning: comment on exported method MeshDataTool.SetVertexUv should be of the form "SetVertexUv ..." (golint)
    • Line 889: warning: comment on exported method MeshDataTool.SetVertexUv2 should be of the form "SetVertexUv2 ..." (golint)
    • Line 911: warning: comment on exported method MeshDataTool.SetVertexWeights should be of the form "SetVertexWeights ..." (golint)
    • godot-go/godot/streampeertcp.gen.go
    • Line 20: warning: exported const StreamPeerTCPStatusConnected should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type StreamPeerTCP should be of the form "StreamPeerTCP ..." (with optional leading article) (golint)
    • Line 43: warning: exported method StreamPeerTCP.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method StreamPeerTCP.ConnectToHost should be of the form "ConnectToHost ..." (golint)
    • Line 72: warning: comment on exported method StreamPeerTCP.DisconnectFromHost should be of the form "DisconnectFromHost ..." (golint)
    • Line 92: warning: comment on exported method StreamPeerTCP.GetConnectedHost should be of the form "GetConnectedHost ..." (golint)
    • Line 115: warning: comment on exported method StreamPeerTCP.GetConnectedPort should be of the form "GetConnectedPort ..." (golint)
    • Line 138: warning: comment on exported method StreamPeerTCP.GetStatus should be of the form "GetStatus ..." (golint)
    • Line 161: warning: comment on exported method StreamPeerTCP.IsConnectedToHost should be of the form "IsConnectedToHost ..." (golint)
    • Line 184: warning: comment on exported method StreamPeerTCP.SetNoDelay should be of the form "SetNoDelay ..." (golint)
    • godot-go/godot/visualscriptdeconstruct.gen.go
    • Line 25: warning: comment on exported type VisualScriptDeconstruct should be of the form "VisualScriptDeconstruct ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptDeconstruct.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptDeconstruct.X_GetElemCache should be of the form "X_GetElemCache ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetElemCache should be XGetElemCache (golint)
    • Line 60: warning: comment on exported method VisualScriptDeconstruct.X_SetElemCache should be of the form "X_SetElemCache ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetElemCache should be XSetElemCache (golint)
    • Line 81: warning: comment on exported method VisualScriptDeconstruct.GetDeconstructType should be of the form "GetDeconstructType ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptDeconstruct.SetDeconstructType should be of the form "SetDeconstructType ..." (golint)
    • godot-go/godot/editorresourcepreviewgenerator.gen.go
    • Line 25: warning: comment on exported type EditorResourcePreviewGenerator should be of the form "EditorResourcePreviewGenerator ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorResourcePreviewGenerator.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorResourcePreviewGenerator.Generate should be of the form "Generate ..." (golint)
    • Line 75: warning: comment on exported method EditorResourcePreviewGenerator.GenerateFromPath should be of the form "GenerateFromPath ..." (golint)
    • Line 113: warning: comment on exported method EditorResourcePreviewGenerator.Handles should be of the form "Handles ..." (golint)
    • godot-go/godot/inputeventjoypadmotion.gen.go
    • Line 25: warning: comment on exported type InputEventJoypadMotion should be of the form "InputEventJoypadMotion ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventJoypadMotion.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventJoypadMotion.GetAxis should be of the form "GetAxis ..." (golint)
    • Line 60: warning: comment on exported method InputEventJoypadMotion.GetAxisValue should be of the form "GetAxisValue ..." (golint)
    • Line 83: warning: comment on exported method InputEventJoypadMotion.SetAxis should be of the form "SetAxis ..." (golint)
    • Line 104: warning: comment on exported method InputEventJoypadMotion.SetAxisValue should be of the form "SetAxisValue ..." (golint)
    • godot-go/godot/pathfollow2d.gen.go
    • Line 25: warning: comment on exported type PathFollow2D should be of the form "PathFollow2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PathFollow2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PathFollow2D.GetCubicInterpolation should be of the form "GetCubicInterpolation ..." (golint)
    • Line 60: warning: comment on exported method PathFollow2D.GetHOffset should be of the form "GetHOffset ..." (golint)
    • Line 83: warning: comment on exported method PathFollow2D.GetLookahead should be of the form "GetLookahead ..." (golint)
    • Line 106: warning: comment on exported method PathFollow2D.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 129: warning: comment on exported method PathFollow2D.GetUnitOffset should be of the form "GetUnitOffset ..." (golint)
    • Line 152: warning: comment on exported method PathFollow2D.GetVOffset should be of the form "GetVOffset ..." (golint)
    • Line 175: warning: comment on exported method PathFollow2D.HasLoop should be of the form "HasLoop ..." (golint)
    • Line 198: warning: comment on exported method PathFollow2D.IsRotating should be of the form "IsRotating ..." (golint)
    • Line 221: warning: comment on exported method PathFollow2D.SetCubicInterpolation should be of the form "SetCubicInterpolation ..." (golint)
    • Line 242: warning: comment on exported method PathFollow2D.SetHOffset should be of the form "SetHOffset ..." (golint)
    • Line 263: warning: comment on exported method PathFollow2D.SetLookahead should be of the form "SetLookahead ..." (golint)
    • Line 284: warning: comment on exported method PathFollow2D.SetLoop should be of the form "SetLoop ..." (golint)
    • Line 305: warning: comment on exported method PathFollow2D.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 326: warning: comment on exported method PathFollow2D.SetRotate should be of the form "SetRotate ..." (golint)
    • Line 347: warning: comment on exported method PathFollow2D.SetUnitOffset should be of the form "SetUnitOffset ..." (golint)
    • Line 368: warning: comment on exported method PathFollow2D.SetVOffset should be of the form "SetVOffset ..." (golint)
    • godot-go/godot/tween.gen.go
    • Line 20: warning: exported const TweenEaseIn should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const TweenTransBack should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported const TweenTweenProcessIdle should have comment (or a comment on this block) or be unexported (golint)
    • Line 60: warning: comment on exported type Tween should be of the form "Tween ..." (with optional leading article) (golint)
    • Line 68: warning: exported method Tween.BaseClass should have comment or be unexported (golint)
    • Line 72: warning: comment on exported method Tween.X_Remove should be of the form "X_Remove ..." (golint)
    • Line 76: warning: don't use underscores in Go names; method X_Remove should be XRemove (golint)
    • Line 95: warning: comment on exported method Tween.FollowMethod should be of the form "FollowMethod ..." (golint)
    • Line 127: warning: comment on exported method Tween.FollowProperty should be of the form "FollowProperty ..." (golint)
    • Line 159: warning: comment on exported method Tween.GetRuntime should be of the form "GetRuntime ..." (golint)
    • Line 182: warning: comment on exported method Tween.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 205: warning: comment on exported method Tween.GetTweenProcessMode should be of the form "GetTweenProcessMode ..." (golint)
    • Line 228: warning: comment on exported method Tween.InterpolateCallback should be of the form "InterpolateCallback ..." (golint)
    • Line 259: warning: comment on exported method Tween.InterpolateDeferredCallback should be of the form "InterpolateDeferredCallback ..." (golint)
    • Line 290: warning: comment on exported method Tween.InterpolateMethod should be of the form "InterpolateMethod ..." (golint)
    • Line 321: warning: comment on exported method Tween.InterpolateProperty should be of the form "InterpolateProperty ..." (golint)
    • Line 352: warning: comment on exported method Tween.IsActive should be of the form "IsActive ..." (golint)
    • Line 375: warning: comment on exported method Tween.IsRepeat should be of the form "IsRepeat ..." (golint)
    • Line 398: warning: comment on exported method Tween.Remove should be of the form "Remove ..." (golint)
    • Line 423: warning: comment on exported method Tween.RemoveAll should be of the form "RemoveAll ..." (golint)
    • Line 446: warning: comment on exported method Tween.Reset should be of the form "Reset ..." (golint)
    • Line 471: warning: comment on exported method Tween.ResetAll should be of the form "ResetAll ..." (golint)
    • Line 494: warning: comment on exported method Tween.Resume should be of the form "Resume ..." (golint)
    • Line 519: warning: comment on exported method Tween.ResumeAll should be of the form "ResumeAll ..." (golint)
    • Line 542: warning: comment on exported method Tween.Seek should be of the form "Seek ..." (golint)
    • Line 566: warning: comment on exported method Tween.SetActive should be of the form "SetActive ..." (golint)
    • Line 587: warning: comment on exported method Tween.SetRepeat should be of the form "SetRepeat ..." (golint)
    • Line 608: warning: comment on exported method Tween.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 629: warning: comment on exported method Tween.SetTweenProcessMode should be of the form "SetTweenProcessMode ..." (golint)
    • Line 650: warning: comment on exported method Tween.Start should be of the form "Start ..." (golint)
    • Line 673: warning: comment on exported method Tween.Stop should be of the form "Stop ..." (golint)
    • Line 698: warning: comment on exported method Tween.StopAll should be of the form "StopAll ..." (golint)
    • Line 721: warning: comment on exported method Tween.TargetingMethod should be of the form "TargetingMethod ..." (golint)
    • Line 753: warning: comment on exported method Tween.TargetingProperty should be of the form "TargetingProperty ..." (golint)
    • Line 785: warning: comment on exported method Tween.Tell should be of the form "Tell ..." (golint)
    • godot-go/gdnative/nativescript.gen.go
    • Line 49: warning: exported const MethodRpcModeDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 73: warning: exported const PropertyHintNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 168: warning: exported type PropertyAttributes should have comment or be unexported (golint)
    • Line 204: warning: exported type SignalArgument should have comment or be unexported (golint)
    • Line 240: warning: exported type Signal should have comment or be unexported (golint)
    • Line 275: warning: exported type MethodArg should have comment or be unexported (golint)
    • godot-go/godot/optionbutton.gen.go
    • Line 33: warning: exported method OptionButton.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method OptionButton.X_GetItems should be of the form "X_GetItems ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetItems should be XGetItems (golint)
    • Line 60: warning: comment on exported method OptionButton.X_SelectInt should be of the form "X_SelectInt ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SelectInt should be XSelectInt (golint)
    • Line 81: warning: comment on exported method OptionButton.X_Selected should be of the form "X_Selected ..." (golint)
    • Line 85: warning: don't use underscores in Go names; method X_Selected should be XSelected (golint)
    • Line 102: warning: comment on exported method OptionButton.X_SetItems should be of the form "X_SetItems ..." (golint)
    • Line 106: warning: don't use underscores in Go names; method X_SetItems should be XSetItems (golint)
    • Line 123: warning: comment on exported method OptionButton.AddIconItem should be of the form "AddIconItem ..." (golint)
    • Line 146: warning: comment on exported method OptionButton.AddItem should be of the form "AddItem ..." (golint)
    • Line 168: warning: comment on exported method OptionButton.AddSeparator should be of the form "AddSeparator ..." (golint)
    • Line 188: warning: comment on exported method OptionButton.Clear should be of the form "Clear ..." (golint)
    • Line 208: warning: comment on exported method OptionButton.GetItemCount should be of the form "GetItemCount ..." (golint)
    • Line 231: warning: comment on exported method OptionButton.GetItemIcon should be of the form "GetItemIcon ..." (golint)
    • Line 269: warning: comment on exported method OptionButton.GetItemId should be of the form "GetItemId ..." (golint)
    • Line 293: warning: comment on exported method OptionButton.GetItemMetadata should be of the form "GetItemMetadata ..." (golint)
    • Line 317: warning: comment on exported method OptionButton.GetItemText should be of the form "GetItemText ..." (golint)
    • Line 341: warning: comment on exported method OptionButton.GetPopup should be of the form "GetPopup ..." (golint)
    • Line 378: warning: comment on exported method OptionButton.GetSelected should be of the form "GetSelected ..." (golint)
    • Line 401: warning: comment on exported method OptionButton.GetSelectedId should be of the form "GetSelectedId ..." (golint)
    • Line 424: warning: comment on exported method OptionButton.GetSelectedMetadata should be of the form "GetSelectedMetadata ..." (golint)
    • Line 447: warning: comment on exported method OptionButton.IsItemDisabled should be of the form "IsItemDisabled ..." (golint)
    • Line 471: warning: comment on exported method OptionButton.RemoveItem should be of the form "RemoveItem ..." (golint)
    • Line 492: warning: comment on exported method OptionButton.Select should be of the form "Select ..." (golint)
    • Line 513: warning: comment on exported method OptionButton.SetItemDisabled should be of the form "SetItemDisabled ..." (golint)
    • Line 535: warning: comment on exported method OptionButton.SetItemIcon should be of the form "SetItemIcon ..." (golint)
    • Line 557: warning: comment on exported method OptionButton.SetItemId should be of the form "SetItemId ..." (golint)
    • Line 579: warning: comment on exported method OptionButton.SetItemMetadata should be of the form "SetItemMetadata ..." (golint)
    • Line 601: warning: comment on exported method OptionButton.SetItemText should be of the form "SetItemText ..." (golint)
    • godot-go/godot/panelcontainer.gen.go
    • Line 25: warning: comment on exported type PanelContainer should be of the form "PanelContainer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PanelContainer.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/pinjoint2d.gen.go
    • Line 25: warning: comment on exported type PinJoint2D should be of the form "PinJoint2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PinJoint2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PinJoint2D.GetSoftness should be of the form "GetSoftness ..." (golint)
    • Line 60: warning: comment on exported method PinJoint2D.SetSoftness should be of the form "SetSoftness ..." (golint)
    • godot-go/godot/sprite.gen.go
    • Line 25: warning: comment on exported type Sprite should be of the form "Sprite ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Sprite.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Sprite.GetFrame should be of the form "GetFrame ..." (golint)
    • Line 60: warning: comment on exported method Sprite.GetHframes should be of the form "GetHframes ..." (golint)
    • Line 83: warning: comment on exported method Sprite.GetNormalMap should be of the form "GetNormalMap ..." (golint)
    • Line 120: warning: comment on exported method Sprite.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 143: warning: comment on exported method Sprite.GetRegionRect should be of the form "GetRegionRect ..." (golint)
    • Line 166: warning: comment on exported method Sprite.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 203: warning: comment on exported method Sprite.GetVframes should be of the form "GetVframes ..." (golint)
    • Line 226: warning: comment on exported method Sprite.IsCentered should be of the form "IsCentered ..." (golint)
    • Line 249: warning: comment on exported method Sprite.IsFlippedH should be of the form "IsFlippedH ..." (golint)
    • Line 272: warning: comment on exported method Sprite.IsFlippedV should be of the form "IsFlippedV ..." (golint)
    • Line 295: warning: comment on exported method Sprite.IsRegion should be of the form "IsRegion ..." (golint)
    • Line 318: warning: comment on exported method Sprite.IsRegionFilterClipEnabled should be of the form "IsRegionFilterClipEnabled ..." (golint)
    • Line 341: warning: comment on exported method Sprite.SetCentered should be of the form "SetCentered ..." (golint)
    • Line 362: warning: comment on exported method Sprite.SetFlipH should be of the form "SetFlipH ..." (golint)
    • Line 383: warning: comment on exported method Sprite.SetFlipV should be of the form "SetFlipV ..." (golint)
    • Line 404: warning: comment on exported method Sprite.SetFrame should be of the form "SetFrame ..." (golint)
    • Line 425: warning: comment on exported method Sprite.SetHframes should be of the form "SetHframes ..." (golint)
    • Line 446: warning: comment on exported method Sprite.SetNormalMap should be of the form "SetNormalMap ..." (golint)
    • Line 467: warning: comment on exported method Sprite.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 488: warning: comment on exported method Sprite.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 509: warning: comment on exported method Sprite.SetRegionFilterClip should be of the form "SetRegionFilterClip ..." (golint)
    • Line 530: warning: comment on exported method Sprite.SetRegionRect should be of the form "SetRegionRect ..." (golint)
    • Line 551: warning: comment on exported method Sprite.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 572: warning: comment on exported method Sprite.SetVframes should be of the form "SetVframes ..." (golint)
    • godot-go/godot/tabcontainer.gen.go
    • Line 20: warning: exported const TabContainerAlignCenter should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type TabContainer should be of the form "TabContainer ..." (with optional leading article) (golint)
    • Line 42: warning: exported method TabContainer.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method TabContainer.X_ChildRenamedCallback should be of the form "X_ChildRenamedCallback ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_ChildRenamedCallback should be XChildRenamedCallback (golint)
    • Line 66: warning: comment on exported method TabContainer.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 70: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 87: warning: comment on exported method TabContainer.X_OnThemeChanged should be of the form "X_OnThemeChanged ..." (golint)
    • Line 91: warning: don't use underscores in Go names; method X_OnThemeChanged should be XOnThemeChanged (golint)
    • Line 107: warning: comment on exported method TabContainer.X_UpdateCurrentTab should be of the form "X_UpdateCurrentTab ..." (golint)
    • Line 111: warning: don't use underscores in Go names; method X_UpdateCurrentTab should be XUpdateCurrentTab (golint)
    • Line 127: warning: comment on exported method TabContainer.AreTabsVisible should be of the form "AreTabsVisible ..." (golint)
    • Line 150: warning: comment on exported method TabContainer.GetCurrentTab should be of the form "GetCurrentTab ..." (golint)
    • Line 173: warning: comment on exported method TabContainer.GetCurrentTabControl should be of the form "GetCurrentTabControl ..." (golint)
    • Line 210: warning: comment on exported method TabContainer.GetPopup should be of the form "GetPopup ..." (golint)
    • Line 247: warning: comment on exported method TabContainer.GetPreviousTab should be of the form "GetPreviousTab ..." (golint)
    • Line 270: warning: comment on exported method TabContainer.GetTabAlign should be of the form "GetTabAlign ..." (golint)
    • Line 293: warning: comment on exported method TabContainer.GetTabControl should be of the form "GetTabControl ..." (golint)
    • Line 331: warning: comment on exported method TabContainer.GetTabCount should be of the form "GetTabCount ..." (golint)
    • Line 354: warning: comment on exported method TabContainer.GetTabDisabled should be of the form "GetTabDisabled ..." (golint)
    • Line 378: warning: comment on exported method TabContainer.GetTabIcon should be of the form "GetTabIcon ..." (golint)
    • Line 416: warning: comment on exported method TabContainer.GetTabTitle should be of the form "GetTabTitle ..." (golint)
    • Line 440: warning: comment on exported method TabContainer.SetCurrentTab should be of the form "SetCurrentTab ..." (golint)
    • Line 461: warning: comment on exported method TabContainer.SetPopup should be of the form "SetPopup ..." (golint)
    • Line 482: warning: comment on exported method TabContainer.SetTabAlign should be of the form "SetTabAlign ..." (golint)
    • Line 503: warning: comment on exported method TabContainer.SetTabDisabled should be of the form "SetTabDisabled ..." (golint)
    • Line 525: warning: comment on exported method TabContainer.SetTabIcon should be of the form "SetTabIcon ..." (golint)
    • Line 547: warning: comment on exported method TabContainer.SetTabTitle should be of the form "SetTabTitle ..." (golint)
    • Line 569: warning: comment on exported method TabContainer.SetTabsVisible should be of the form "SetTabsVisible ..." (golint)
    • godot-go/godot/audioeffecteq21.gen.go
    • Line 25: warning: comment on exported type AudioEffectEQ21 should be of the form "AudioEffectEQ21 ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectEQ21.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/audioeffectpanner.gen.go
    • Line 25: warning: comment on exported type AudioEffectPanner should be of the form "AudioEffectPanner ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectPanner.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectPanner.GetPan should be of the form "GetPan ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectPanner.SetPan should be of the form "SetPan ..." (golint)
    • godot-go/godot/navigation2d.gen.go
    • Line 25: warning: comment on exported type Navigation2D should be of the form "Navigation2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Navigation2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Navigation2D.GetClosestPoint should be of the form "GetClosestPoint ..." (golint)
    • Line 61: warning: comment on exported method Navigation2D.GetClosestPointOwner should be of the form "GetClosestPointOwner ..." (golint)
    • Line 99: warning: comment on exported method Navigation2D.GetSimplePath should be of the form "GetSimplePath ..." (golint)
    • Line 125: warning: comment on exported method Navigation2D.NavpolyAdd should be of the form "NavpolyAdd ..." (golint)
    • Line 151: warning: comment on exported method Navigation2D.NavpolyRemove should be of the form "NavpolyRemove ..." (golint)
    • Line 172: warning: comment on exported method Navigation2D.NavpolySetTransform should be of the form "NavpolySetTransform ..." (golint)
    • godot-go/godot/parallaxbackground.gen.go
    • Line 33: warning: exported method ParallaxBackground.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ParallaxBackground.X_CameraMoved should be of the form "X_CameraMoved ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_CameraMoved should be XCameraMoved (golint)
    • Line 59: warning: comment on exported method ParallaxBackground.GetLimitBegin should be of the form "GetLimitBegin ..." (golint)
    • Line 82: warning: comment on exported method ParallaxBackground.GetLimitEnd should be of the form "GetLimitEnd ..." (golint)
    • Line 105: warning: comment on exported method ParallaxBackground.GetScrollBaseOffset should be of the form "GetScrollBaseOffset ..." (golint)
    • Line 128: warning: comment on exported method ParallaxBackground.GetScrollBaseScale should be of the form "GetScrollBaseScale ..." (golint)
    • Line 151: warning: comment on exported method ParallaxBackground.GetScrollOffset should be of the form "GetScrollOffset ..." (golint)
    • Line 174: warning: comment on exported method ParallaxBackground.IsIgnoreCameraZoom should be of the form "IsIgnoreCameraZoom ..." (golint)
    • Line 197: warning: comment on exported method ParallaxBackground.SetIgnoreCameraZoom should be of the form "SetIgnoreCameraZoom ..." (golint)
    • Line 218: warning: comment on exported method ParallaxBackground.SetLimitBegin should be of the form "SetLimitBegin ..." (golint)
    • Line 239: warning: comment on exported method ParallaxBackground.SetLimitEnd should be of the form "SetLimitEnd ..." (golint)
    • Line 260: warning: comment on exported method ParallaxBackground.SetScrollBaseOffset should be of the form "SetScrollBaseOffset ..." (golint)
    • Line 281: warning: comment on exported method ParallaxBackground.SetScrollBaseScale should be of the form "SetScrollBaseScale ..." (golint)
    • Line 302: warning: comment on exported method ParallaxBackground.SetScrollOffset should be of the form "SetScrollOffset ..." (golint)
    • godot-go/godot/slider.gen.go
    • Line 25: warning: comment on exported type Slider should be of the form "Slider ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Slider.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Slider.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 58: warning: comment on exported method Slider.GetTicks should be of the form "GetTicks ..." (golint)
    • Line 81: warning: comment on exported method Slider.GetTicksOnBorders should be of the form "GetTicksOnBorders ..." (golint)
    • Line 104: warning: comment on exported method Slider.IsEditable should be of the form "IsEditable ..." (golint)
    • Line 127: warning: comment on exported method Slider.SetEditable should be of the form "SetEditable ..." (golint)
    • Line 148: warning: comment on exported method Slider.SetTicks should be of the form "SetTicks ..." (golint)
    • Line 169: warning: comment on exported method Slider.SetTicksOnBorders should be of the form "SetTicksOnBorders ..." (golint)
    • godot-go/godot/audioeffectstereoenhance.gen.go
    • Line 25: warning: comment on exported type AudioEffectStereoEnhance should be of the form "AudioEffectStereoEnhance ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectStereoEnhance.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectStereoEnhance.GetPanPullout should be of the form "GetPanPullout ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectStereoEnhance.GetSurround should be of the form "GetSurround ..." (golint)
    • Line 83: warning: comment on exported method AudioEffectStereoEnhance.GetTimePullout should be of the form "GetTimePullout ..." (golint)
    • Line 106: warning: comment on exported method AudioEffectStereoEnhance.SetPanPullout should be of the form "SetPanPullout ..." (golint)
    • Line 127: warning: comment on exported method AudioEffectStereoEnhance.SetSurround should be of the form "SetSurround ..." (golint)
    • Line 148: warning: comment on exported method AudioEffectStereoEnhance.SetTimePullout should be of the form "SetTimePullout ..." (golint)
    • godot-go/godot/geometry.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_GeometryFromPointer should be newGeometryFromPointer (golint)
    • Line 29: warning: comment on exported var Geometry should be of the form "Geometry ..." (golint)
    • godot-go/godot/node.gen.go
    • Line 20: warning: exported const NodeDuplicateGroups should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const NodePauseModeInherit should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported const NodeRpcModeDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 55: warning: comment on exported type Node should be of the form "Node ..." (with optional leading article) (golint)
    • Line 63: warning: exported method Node.BaseClass should have comment or be unexported (golint)
    • Line 67: warning: comment on exported method Node.X_EnterTree should be of the form "X_EnterTree ..." (golint)
    • Line 71: warning: don't use underscores in Go names; method X_EnterTree should be XEnterTree (golint)
    • Line 87: warning: comment on exported method Node.X_ExitTree should be of the form "X_ExitTree ..." (golint)
    • Line 91: warning: don't use underscores in Go names; method X_ExitTree should be XExitTree (golint)
    • Line 107: warning: comment on exported method Node.X_GetImportPath should be of the form "X_GetImportPath ..." (golint)
    • Line 111: warning: don't use underscores in Go names; method X_GetImportPath should be XGetImportPath (golint)
    • Line 130: warning: comment on exported method Node.X_Input should be of the form "X_Input ..." (golint)
    • Line 134: warning: don't use underscores in Go names; method X_Input should be XInput (golint)
    • Line 151: warning: comment on exported method Node.X_PhysicsProcess should be of the form "X_PhysicsProcess ..." (golint)
    • Line 155: warning: don't use underscores in Go names; method X_PhysicsProcess should be XPhysicsProcess (golint)
    • Line 172: warning: comment on exported method Node.X_Process should be of the form "X_Process ..." (golint)
    • Line 176: warning: don't use underscores in Go names; method X_Process should be XProcess (golint)
    • Line 193: warning: comment on exported method Node.X_Ready should be of the form "X_Ready ..." (golint)
    • Line 197: warning: don't use underscores in Go names; method X_Ready should be XReady (golint)
    • Line 213: warning: comment on exported method Node.X_SetImportPath should be of the form "X_SetImportPath ..." (golint)
    • Line 217: warning: don't use underscores in Go names; method X_SetImportPath should be XSetImportPath (golint)
    • Line 234: warning: comment on exported method Node.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 238: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 255: warning: comment on exported method Node.X_UnhandledKeyInput should be of the form "X_UnhandledKeyInput ..." (golint)
    • Line 259: warning: don't use underscores in Go names; method X_UnhandledKeyInput should be XUnhandledKeyInput (golint)
    • Line 276: warning: comment on exported method Node.AddChild should be of the form "AddChild ..." (golint)
    • Line 298: warning: comment on exported method Node.AddChildBelowNode should be of the form "AddChildBelowNode ..." (golint)
    • Line 321: warning: comment on exported method Node.AddToGroup should be of the form "AddToGroup ..." (golint)
    • Line 343: warning: comment on exported method Node.CanProcess should be of the form "CanProcess ..." (golint)
    • Line 366: warning: comment on exported method Node.Duplicate should be of the form "Duplicate ..." (golint)
    • Line 404: warning: comment on exported method Node.FindNode should be of the form "FindNode ..." (golint)
    • Line 444: warning: comment on exported method Node.GetChild should be of the form "GetChild ..." (golint)
    • Line 482: warning: comment on exported method Node.GetChildCount should be of the form "GetChildCount ..." (golint)
    • Line 505: warning: comment on exported method Node.GetChildren should be of the form "GetChildren ..." (golint)
    • Line 528: warning: comment on exported method Node.GetFilename should be of the form "GetFilename ..." (golint)
    • Line 551: warning: comment on exported method Node.GetGroups should be of the form "GetGroups ..." (golint)
    • Line 574: warning: comment on exported method Node.GetIndex should be of the form "GetIndex ..." (golint)
    • Line 597: warning: comment on exported method Node.GetName should be of the form "GetName ..." (golint)
    • Line 620: warning: comment on exported method Node.GetNetworkMaster should be of the form "GetNetworkMaster ..." (golint)
    • Line 643: warning: comment on exported method Node.GetNode should be of the form "GetNode ..." (golint)
    • Line 681: warning: comment on exported method Node.GetNodeAndResource should be of the form "GetNodeAndResource ..." (golint)
    • Line 705: warning: comment on exported method Node.GetOwner should be of the form "GetOwner ..." (golint)
    • Line 742: warning: comment on exported method Node.GetParent should be of the form "GetParent ..." (golint)
    • Line 779: warning: comment on exported method Node.GetPath should be of the form "GetPath ..." (golint)
    • Line 802: warning: comment on exported method Node.GetPathTo should be of the form "GetPathTo ..." (golint)
    • Line 826: warning: comment on exported method Node.GetPauseMode should be of the form "GetPauseMode ..." (golint)
    • Line 849: warning: comment on exported method Node.GetPhysicsProcessDeltaTime should be of the form "GetPhysicsProcessDeltaTime ..." (golint)
    • Line 872: warning: comment on exported method Node.GetPositionInParent should be of the form "GetPositionInParent ..." (golint)
    • Line 895: warning: comment on exported method Node.GetProcessDeltaTime should be of the form "GetProcessDeltaTime ..." (golint)
    • Line 918: warning: comment on exported method Node.GetSceneInstanceLoadPlaceholder should be of the form "GetSceneInstanceLoadPlaceholder ..." (golint)
    • Line 941: warning: comment on exported method Node.GetTree should be of the form "GetTree ..." (golint)
    • Line 978: warning: comment on exported method Node.GetViewport should be of the form "GetViewport ..." (golint)
    • Line 1015: warning: comment on exported method Node.HasNode should be of the form "HasNode ..." (golint)
    • Line 1039: warning: comment on exported method Node.HasNodeAndResource should be of the form "HasNodeAndResource ..." (golint)
    • Line 1063: warning: comment on exported method Node.IsAParentOf should be of the form "IsAParentOf ..." (golint)
    • Line 1087: warning: comment on exported method Node.IsDisplayedFolded should be of the form "IsDisplayedFolded ..." (golint)
    • Line 1110: warning: comment on exported method Node.IsGreaterThan should be of the form "IsGreaterThan ..." (golint)
    • Line 1134: warning: comment on exported method Node.IsInGroup should be of the form "IsInGroup ..." (golint)
    • Line 1158: warning: comment on exported method Node.IsInsideTree should be of the form "IsInsideTree ..." (golint)
    • Line 1181: warning: comment on exported method Node.IsNetworkMaster should be of the form "IsNetworkMaster ..." (golint)
    • Line 1204: warning: comment on exported method Node.IsPhysicsProcessing should be of the form "IsPhysicsProcessing ..." (golint)
    • Line 1227: warning: comment on exported method Node.IsPhysicsProcessingInternal should be of the form "IsPhysicsProcessingInternal ..." (golint)
    • Line 1250: warning: comment on exported method Node.IsProcessing should be of the form "IsProcessing ..." (golint)
    • Line 1273: warning: comment on exported method Node.IsProcessingInput should be of the form "IsProcessingInput ..." (golint)
    • Line 1296: warning: comment on exported method Node.IsProcessingInternal should be of the form "IsProcessingInternal ..." (golint)
    • Line 1319: warning: comment on exported method Node.IsProcessingUnhandledInput should be of the form "IsProcessingUnhandledInput ..." (golint)
    • Line 1342: warning: comment on exported method Node.IsProcessingUnhandledKeyInput should be of the form "IsProcessingUnhandledKeyInput ..." (golint)
    • Line 1365: warning: comment on exported method Node.MoveChild should be of the form "MoveChild ..." (golint)
    • Line 1387: warning: comment on exported method Node.PrintStrayNodes should be of the form "PrintStrayNodes ..." (golint)
    • Line 1407: warning: comment on exported method Node.PrintTree should be of the form "PrintTree ..." (golint)
    • Line 1427: warning: comment on exported method Node.PropagateCall should be of the form "PropagateCall ..." (golint)
    • Line 1450: warning: comment on exported method Node.PropagateNotification should be of the form "PropagateNotification ..." (golint)
    • Line 1471: warning: comment on exported method Node.QueueFree should be of the form "QueueFree ..." (golint)
    • Line 1491: warning: comment on exported method Node.Raise should be of the form "Raise ..." (golint)
    • Line 1511: warning: comment on exported method Node.RemoveAndSkip should be of the form "RemoveAndSkip ..." (golint)
    • Line 1531: warning: comment on exported method Node.RemoveChild should be of the form "RemoveChild ..." (golint)
    • Line 1552: warning: comment on exported method Node.RemoveFromGroup should be of the form "RemoveFromGroup ..." (golint)
    • Line 1573: warning: comment on exported method Node.ReplaceBy should be of the form "ReplaceBy ..." (golint)
    • Line 1595: warning: comment on exported method Node.RequestReady should be of the form "RequestReady ..." (golint)
    • Line 1615: warning: comment on exported method Node.Rpc should be of the form "Rpc ..." (golint)
    • Line 1639: warning: comment on exported method Node.RpcConfig should be of the form "RpcConfig ..." (golint)
    • Line 1661: warning: comment on exported method Node.RpcId should be of the form "RpcId ..." (golint)
    • Line 1686: warning: comment on exported method Node.RpcUnreliable should be of the form "RpcUnreliable ..." (golint)
    • Line 1710: warning: comment on exported method Node.RpcUnreliableId should be of the form "RpcUnreliableId ..." (golint)
    • Line 1735: warning: comment on exported method Node.Rset should be of the form "Rset ..." (golint)
    • Line 1757: warning: comment on exported method Node.RsetConfig should be of the form "RsetConfig ..." (golint)
    • Line 1779: warning: comment on exported method Node.RsetId should be of the form "RsetId ..." (golint)
    • Line 1802: warning: comment on exported method Node.RsetUnreliable should be of the form "RsetUnreliable ..." (golint)
    • Line 1824: warning: comment on exported method Node.RsetUnreliableId should be of the form "RsetUnreliableId ..." (golint)
    • Line 1847: warning: comment on exported method Node.SetDisplayFolded should be of the form "SetDisplayFolded ..." (golint)
    • Line 1868: warning: comment on exported method Node.SetFilename should be of the form "SetFilename ..." (golint)
    • Line 1889: warning: comment on exported method Node.SetName should be of the form "SetName ..." (golint)
    • Line 1910: warning: comment on exported method Node.SetNetworkMaster should be of the form "SetNetworkMaster ..." (golint)
    • Line 1932: warning: comment on exported method Node.SetOwner should be of the form "SetOwner ..." (golint)
    • Line 1953: warning: comment on exported method Node.SetPauseMode should be of the form "SetPauseMode ..." (golint)
    • Line 1974: warning: comment on exported method Node.SetPhysicsProcess should be of the form "SetPhysicsProcess ..." (golint)
    • Line 1995: warning: comment on exported method Node.SetPhysicsProcessInternal should be of the form "SetPhysicsProcessInternal ..." (golint)
    • Line 2016: warning: comment on exported method Node.SetProcess should be of the form "SetProcess ..." (golint)
    • Line 2037: warning: comment on exported method Node.SetProcessInput should be of the form "SetProcessInput ..." (golint)
    • Line 2058: warning: comment on exported method Node.SetProcessInternal should be of the form "SetProcessInternal ..." (golint)
    • Line 2079: warning: comment on exported method Node.SetProcessUnhandledInput should be of the form "SetProcessUnhandledInput ..." (golint)
    • Line 2100: warning: comment on exported method Node.SetProcessUnhandledKeyInput should be of the form "SetProcessUnhandledKeyInput ..." (golint)
    • Line 2121: warning: comment on exported method Node.SetSceneInstanceLoadPlaceholder should be of the form "SetSceneInstanceLoadPlaceholder ..." (golint)
    • godot-go/godot/popup.gen.go
    • Line 33: warning: exported method Popup.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Popup.IsExclusive should be of the form "IsExclusive ..." (golint)
    • Line 60: warning: comment on exported method Popup.PopupMethod should be of the form "PopupMethod ..." (golint)
    • Line 81: warning: comment on exported method Popup.PopupCentered should be of the form "PopupCentered ..." (golint)
    • Line 102: warning: comment on exported method Popup.PopupCenteredMinsize should be of the form "PopupCenteredMinsize ..." (golint)
    • Line 123: warning: comment on exported method Popup.PopupCenteredRatio should be of the form "PopupCenteredRatio ..." (golint)
    • Line 144: warning: comment on exported method Popup.SetExclusive should be of the form "SetExclusive ..." (golint)
    • godot-go/godot/arvrpositionaltracker.gen.go
    • Line 20: warning: exported const ARVRPositionalTrackerTrackerHandUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type ARVRPositionalTracker should be of the form "ARVRPositionalTracker ..." (with optional leading article) (golint)
    • Line 42: warning: exported method ARVRPositionalTracker.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method ARVRPositionalTracker.X_SetJoyId should be of the form "X_SetJoyId ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_SetJoyId should be XSetJoyID (golint)
    • Line 67: warning: comment on exported method ARVRPositionalTracker.X_SetName should be of the form "X_SetName ..." (golint)
    • Line 71: warning: don't use underscores in Go names; method X_SetName should be XSetName (golint)
    • Line 88: warning: comment on exported method ARVRPositionalTracker.X_SetOrientation should be of the form "X_SetOrientation ..." (golint)
    • Line 92: warning: don't use underscores in Go names; method X_SetOrientation should be XSetOrientation (golint)
    • Line 109: warning: comment on exported method ARVRPositionalTracker.X_SetRwPosition should be of the form "X_SetRwPosition ..." (golint)
    • Line 113: warning: don't use underscores in Go names; method X_SetRwPosition should be XSetRwPosition (golint)
    • Line 130: warning: comment on exported method ARVRPositionalTracker.X_SetType should be of the form "X_SetType ..." (golint)
    • Line 134: warning: don't use underscores in Go names; method X_SetType should be XSetType (golint)
    • Line 151: warning: comment on exported method ARVRPositionalTracker.GetHand should be of the form "GetHand ..." (golint)
    • Line 174: warning: comment on exported method ARVRPositionalTracker.GetJoyId should be of the form "GetJoyId ..." (golint)
    • Line 197: warning: comment on exported method ARVRPositionalTracker.GetName should be of the form "GetName ..." (golint)
    • Line 220: warning: comment on exported method ARVRPositionalTracker.GetOrientation should be of the form "GetOrientation ..." (golint)
    • Line 243: warning: comment on exported method ARVRPositionalTracker.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 266: warning: comment on exported method ARVRPositionalTracker.GetRumble should be of the form "GetRumble ..." (golint)
    • Line 289: warning: comment on exported method ARVRPositionalTracker.GetTracksOrientation should be of the form "GetTracksOrientation ..." (golint)
    • Line 312: warning: comment on exported method ARVRPositionalTracker.GetTracksPosition should be of the form "GetTracksPosition ..." (golint)
    • Line 335: warning: comment on exported method ARVRPositionalTracker.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 359: warning: comment on exported method ARVRPositionalTracker.GetType should be of the form "GetType ..." (golint)
    • Line 382: warning: comment on exported method ARVRPositionalTracker.SetRumble should be of the form "SetRumble ..." (golint)
    • godot-go/godot/gdscript.gen.go
    • Line 25: warning: comment on exported type GDScript should be of the form "GDScript ..." (with optional leading article) (golint)
    • Line 33: warning: exported method GDScript.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GDScript.GetAsByteCode should be of the form "GetAsByteCode ..." (golint)
    • Line 60: warning: comment on exported method GDScript.New should be of the form "New ..." (golint)
    • godot-go/godot/scenetree.gen.go
    • Line 20: warning: exported const SceneTreeGroupCallDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const SceneTreeStretchAspectExpand should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported const SceneTreeStretchMode2D should have comment (or a comment on this block) or be unexported (golint)
    • Line 55: warning: comment on exported type SceneTree should be of the form "SceneTree ..." (with optional leading article) (golint)
    • Line 63: warning: exported method SceneTree.BaseClass should have comment or be unexported (golint)
    • Line 67: warning: comment on exported method SceneTree.X_ChangeScene should be of the form "X_ChangeScene ..." (golint)
    • Line 71: warning: don't use underscores in Go names; method X_ChangeScene should be XChangeScene (golint)
    • Line 88: warning: comment on exported method SceneTree.X_ConnectedToServer should be of the form "X_ConnectedToServer ..." (golint)
    • Line 92: warning: don't use underscores in Go names; method X_ConnectedToServer should be XConnectedToServer (golint)
    • Line 108: warning: comment on exported method SceneTree.X_ConnectionFailed should be of the form "X_ConnectionFailed ..." (golint)
    • Line 112: warning: don't use underscores in Go names; method X_ConnectionFailed should be XConnectionFailed (golint)
    • Line 128: warning: comment on exported method SceneTree.X_NetworkPeerConnected should be of the form "X_NetworkPeerConnected ..." (golint)
    • Line 132: warning: don't use underscores in Go names; method X_NetworkPeerConnected should be XNetworkPeerConnected (golint)
    • Line 149: warning: comment on exported method SceneTree.X_NetworkPeerDisconnected should be of the form "X_NetworkPeerDisconnected ..." (golint)
    • Line 153: warning: don't use underscores in Go names; method X_NetworkPeerDisconnected should be XNetworkPeerDisconnected (golint)
    • Line 170: warning: comment on exported method SceneTree.X_ServerDisconnected should be of the form "X_ServerDisconnected ..." (golint)
    • Line 174: warning: don't use underscores in Go names; method X_ServerDisconnected should be XServerDisconnected (golint)
    • Line 190: warning: comment on exported method SceneTree.CallGroup should be of the form "CallGroup ..." (golint)
    • Line 215: warning: comment on exported method SceneTree.CallGroupFlags should be of the form "CallGroupFlags ..." (golint)
    • Line 241: warning: comment on exported method SceneTree.ChangeScene should be of the form "ChangeScene ..." (golint)
    • Line 265: warning: comment on exported method SceneTree.ChangeSceneTo should be of the form "ChangeSceneTo ..." (golint)
    • Line 289: warning: comment on exported method SceneTree.CreateTimer should be of the form "CreateTimer ..." (golint)
    • Line 328: warning: comment on exported method SceneTree.GetCurrentScene should be of the form "GetCurrentScene ..." (golint)
    • Line 365: warning: comment on exported method SceneTree.GetEditedSceneRoot should be of the form "GetEditedSceneRoot ..." (golint)
    • Line 402: warning: comment on exported method SceneTree.GetFrame should be of the form "GetFrame ..." (golint)
    • Line 425: warning: comment on exported method SceneTree.GetNetworkConnectedPeers should be of the form "GetNetworkConnectedPeers ..." (golint)
    • Line 448: warning: comment on exported method SceneTree.GetNetworkPeer should be of the form "GetNetworkPeer ..." (golint)
    • Line 485: warning: comment on exported method SceneTree.GetNetworkUniqueId should be of the form "GetNetworkUniqueId ..." (golint)
    • Line 508: warning: comment on exported method SceneTree.GetNodeCount should be of the form "GetNodeCount ..." (golint)
    • Line 531: warning: comment on exported method SceneTree.GetNodesInGroup should be of the form "GetNodesInGroup ..." (golint)
    • Line 555: warning: comment on exported method SceneTree.GetRoot should be of the form "GetRoot ..." (golint)
    • Line 592: warning: comment on exported method SceneTree.GetRpcSenderId should be of the form "GetRpcSenderId ..." (golint)
    • Line 615: warning: comment on exported method SceneTree.HasGroup should be of the form "HasGroup ..." (golint)
    • Line 639: warning: comment on exported method SceneTree.HasNetworkPeer should be of the form "HasNetworkPeer ..." (golint)
    • Line 662: warning: comment on exported method SceneTree.IsDebuggingCollisionsHint should be of the form "IsDebuggingCollisionsHint ..." (golint)
    • Line 685: warning: comment on exported method SceneTree.IsDebuggingNavigationHint should be of the form "IsDebuggingNavigationHint ..." (golint)
    • Line 708: warning: comment on exported method SceneTree.IsInputHandled should be of the form "IsInputHandled ..." (golint)
    • Line 731: warning: comment on exported method SceneTree.IsNetworkServer should be of the form "IsNetworkServer ..." (golint)
    • Line 754: warning: comment on exported method SceneTree.IsPaused should be of the form "IsPaused ..." (golint)
    • Line 777: warning: comment on exported method SceneTree.IsRefusingNewNetworkConnections should be of the form "IsRefusingNewNetworkConnections ..." (golint)
    • Line 800: warning: comment on exported method SceneTree.IsUsingFontOversampling should be of the form "IsUsingFontOversampling ..." (golint)
    • Line 823: warning: comment on exported method SceneTree.NotifyGroup should be of the form "NotifyGroup ..." (golint)
    • Line 845: warning: comment on exported method SceneTree.NotifyGroupFlags should be of the form "NotifyGroupFlags ..." (golint)
    • Line 868: warning: comment on exported method SceneTree.QueueDelete should be of the form "QueueDelete ..." (golint)
    • Line 889: warning: comment on exported method SceneTree.Quit should be of the form "Quit ..." (golint)
    • Line 909: warning: comment on exported method SceneTree.ReloadCurrentScene should be of the form "ReloadCurrentScene ..." (golint)
    • Line 932: warning: comment on exported method SceneTree.SetAutoAcceptQuit should be of the form "SetAutoAcceptQuit ..." (golint)
    • Line 953: warning: comment on exported method SceneTree.SetCurrentScene should be of the form "SetCurrentScene ..." (golint)
    • Line 974: warning: comment on exported method SceneTree.SetDebugCollisionsHint should be of the form "SetDebugCollisionsHint ..." (golint)
    • Line 995: warning: comment on exported method SceneTree.SetDebugNavigationHint should be of the form "SetDebugNavigationHint ..." (golint)
    • Line 1016: warning: comment on exported method SceneTree.SetEditedSceneRoot should be of the form "SetEditedSceneRoot ..." (golint)
    • Line 1037: warning: comment on exported method SceneTree.SetGroup should be of the form "SetGroup ..." (golint)
    • Line 1060: warning: comment on exported method SceneTree.SetGroupFlags should be of the form "SetGroupFlags ..." (golint)
    • Line 1084: warning: comment on exported method SceneTree.SetInputAsHandled should be of the form "SetInputAsHandled ..." (golint)
    • Line 1104: warning: comment on exported method SceneTree.SetNetworkPeer should be of the form "SetNetworkPeer ..." (golint)
    • Line 1125: warning: comment on exported method SceneTree.SetPause should be of the form "SetPause ..." (golint)
    • Line 1146: warning: comment on exported method SceneTree.SetQuitOnGoBack should be of the form "SetQuitOnGoBack ..." (golint)
    • Line 1167: warning: comment on exported method SceneTree.SetRefuseNewNetworkConnections should be of the form "SetRefuseNewNetworkConnections ..." (golint)
    • Line 1188: warning: comment on exported method SceneTree.SetScreenStretch should be of the form "SetScreenStretch ..." (golint)
    • Line 1212: warning: comment on exported method SceneTree.SetUseFontOversampling should be of the form "SetUseFontOversampling ..." (golint)
    • godot-go/godot/visualinstance.gen.go
    • Line 25: warning: comment on exported type VisualInstance should be of the form "VisualInstance ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualInstance.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualInstance.X_GetVisualInstanceRid should be of the form "X_GetVisualInstanceRid ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetVisualInstanceRid should be XGetVisualInstanceRid (golint)
    • Line 60: warning: comment on exported method VisualInstance.GetAabb should be of the form "GetAabb ..." (golint)
    • Line 83: warning: comment on exported method VisualInstance.GetLayerMask should be of the form "GetLayerMask ..." (golint)
    • Line 106: warning: comment on exported method VisualInstance.GetTransformedAabb should be of the form "GetTransformedAabb ..." (golint)
    • Line 129: warning: comment on exported method VisualInstance.SetBase should be of the form "SetBase ..." (golint)
    • Line 150: warning: comment on exported method VisualInstance.SetLayerMask should be of the form "SetLayerMask ..." (golint)
    • godot-go/godot/animatedsprite.gen.go
    • Line 25: warning: comment on exported type AnimatedSprite should be of the form "AnimatedSprite ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimatedSprite.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimatedSprite.X_IsPlaying should be of the form "X_IsPlaying ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_IsPlaying should be XIsPlaying (golint)
    • Line 60: warning: comment on exported method AnimatedSprite.X_ResChanged should be of the form "X_ResChanged ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_ResChanged should be XResChanged (golint)
    • Line 80: warning: comment on exported method AnimatedSprite.X_SetPlaying should be of the form "X_SetPlaying ..." (golint)
    • Line 84: warning: don't use underscores in Go names; method X_SetPlaying should be XSetPlaying (golint)
    • Line 101: warning: comment on exported method AnimatedSprite.GetAnimation should be of the form "GetAnimation ..." (golint)
    • Line 124: warning: comment on exported method AnimatedSprite.GetFrame should be of the form "GetFrame ..." (golint)
    • Line 147: warning: comment on exported method AnimatedSprite.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 170: warning: comment on exported method AnimatedSprite.GetSpriteFrames should be of the form "GetSpriteFrames ..." (golint)
    • Line 207: warning: comment on exported method AnimatedSprite.IsCentered should be of the form "IsCentered ..." (golint)
    • Line 230: warning: comment on exported method AnimatedSprite.IsFlippedH should be of the form "IsFlippedH ..." (golint)
    • Line 253: warning: comment on exported method AnimatedSprite.IsFlippedV should be of the form "IsFlippedV ..." (golint)
    • Line 276: warning: comment on exported method AnimatedSprite.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 299: warning: comment on exported method AnimatedSprite.Play should be of the form "Play ..." (golint)
    • Line 320: warning: comment on exported method AnimatedSprite.SetAnimation should be of the form "SetAnimation ..." (golint)
    • Line 341: warning: comment on exported method AnimatedSprite.SetCentered should be of the form "SetCentered ..." (golint)
    • Line 362: warning: comment on exported method AnimatedSprite.SetFlipH should be of the form "SetFlipH ..." (golint)
    • Line 383: warning: comment on exported method AnimatedSprite.SetFlipV should be of the form "SetFlipV ..." (golint)
    • Line 404: warning: comment on exported method AnimatedSprite.SetFrame should be of the form "SetFrame ..." (golint)
    • Line 425: warning: comment on exported method AnimatedSprite.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 446: warning: comment on exported method AnimatedSprite.SetSpriteFrames should be of the form "SetSpriteFrames ..." (golint)
    • Line 467: warning: comment on exported method AnimatedSprite.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/physics2ddirectbodystate.gen.go
    • Line 25: warning: comment on exported type Physics2DDirectBodyState should be of the form "Physics2DDirectBodyState ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Physics2DDirectBodyState.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Physics2DDirectBodyState.GetAngularVelocity should be of the form "GetAngularVelocity ..." (golint)
    • Line 60: warning: comment on exported method Physics2DDirectBodyState.GetContactCollider should be of the form "GetContactCollider ..." (golint)
    • Line 84: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderId should be of the form "GetContactColliderId ..." (golint)
    • Line 108: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderObject should be of the form "GetContactColliderObject ..." (golint)
    • Line 146: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderPosition should be of the form "GetContactColliderPosition ..." (golint)
    • Line 170: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderShape should be of the form "GetContactColliderShape ..." (golint)
    • Line 194: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderShapeMetadata should be of the form "GetContactColliderShapeMetadata ..." (golint)
    • Line 218: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderVelocityAtPosition should be of the form "GetContactColliderVelocityAtPosition ..." (golint)
    • Line 242: warning: comment on exported method Physics2DDirectBodyState.GetContactCount should be of the form "GetContactCount ..." (golint)
    • Line 265: warning: comment on exported method Physics2DDirectBodyState.GetContactLocalNormal should be of the form "GetContactLocalNormal ..." (golint)
    • Line 289: warning: comment on exported method Physics2DDirectBodyState.GetContactLocalPosition should be of the form "GetContactLocalPosition ..." (golint)
    • Line 313: warning: comment on exported method Physics2DDirectBodyState.GetContactLocalShape should be of the form "GetContactLocalShape ..." (golint)
    • Line 337: warning: comment on exported method Physics2DDirectBodyState.GetInverseInertia should be of the form "GetInverseInertia ..." (golint)
    • Line 360: warning: comment on exported method Physics2DDirectBodyState.GetInverseMass should be of the form "GetInverseMass ..." (golint)
    • Line 383: warning: comment on exported method Physics2DDirectBodyState.GetLinearVelocity should be of the form "GetLinearVelocity ..." (golint)
    • Line 406: warning: comment on exported method Physics2DDirectBodyState.GetSpaceState should be of the form "GetSpaceState ..." (golint)
    • Line 443: warning: comment on exported method Physics2DDirectBodyState.GetStep should be of the form "GetStep ..." (golint)
    • Line 466: warning: comment on exported method Physics2DDirectBodyState.GetTotalAngularDamp should be of the form "GetTotalAngularDamp ..." (golint)
    • Line 489: warning: comment on exported method Physics2DDirectBodyState.GetTotalGravity should be of the form "GetTotalGravity ..." (golint)
    • Line 512: warning: comment on exported method Physics2DDirectBodyState.GetTotalLinearDamp should be of the form "GetTotalLinearDamp ..." (golint)
    • Line 535: warning: comment on exported method Physics2DDirectBodyState.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 558: warning: comment on exported method Physics2DDirectBodyState.IntegrateForces should be of the form "IntegrateForces ..." (golint)
    • Line 578: warning: comment on exported method Physics2DDirectBodyState.IsSleeping should be of the form "IsSleeping ..." (golint)
    • Line 601: warning: comment on exported method Physics2DDirectBodyState.SetAngularVelocity should be of the form "SetAngularVelocity ..." (golint)
    • Line 622: warning: comment on exported method Physics2DDirectBodyState.SetLinearVelocity should be of the form "SetLinearVelocity ..." (golint)
    • Line 643: warning: comment on exported method Physics2DDirectBodyState.SetSleepState should be of the form "SetSleepState ..." (golint)
    • Line 664: warning: comment on exported method Physics2DDirectBodyState.SetTransform should be of the form "SetTransform ..." (golint)
    • godot-go/godot/visualscript.gen.go
    • Line 25: warning: comment on exported type VisualScript should be of the form "VisualScript ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScript.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScript.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 60: warning: comment on exported method VisualScript.X_NodePortsChanged should be of the form "X_NodePortsChanged ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_NodePortsChanged should be XNodePortsChanged (golint)
    • Line 81: warning: comment on exported method VisualScript.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 85: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 102: warning: comment on exported method VisualScript.AddCustomSignal should be of the form "AddCustomSignal ..." (golint)
    • Line 123: warning: comment on exported method VisualScript.AddFunction should be of the form "AddFunction ..." (golint)
    • Line 144: warning: comment on exported method VisualScript.AddNode should be of the form "AddNode ..." (golint)
    • Line 168: warning: comment on exported method VisualScript.AddVariable should be of the form "AddVariable ..." (golint)
    • Line 191: warning: comment on exported method VisualScript.CustomSignalAddArgument should be of the form "CustomSignalAddArgument ..." (golint)
    • Line 215: warning: comment on exported method VisualScript.CustomSignalGetArgumentCount should be of the form "CustomSignalGetArgumentCount ..." (golint)
    • Line 239: warning: comment on exported method VisualScript.CustomSignalGetArgumentName should be of the form "CustomSignalGetArgumentName ..." (golint)
    • Line 264: warning: comment on exported method VisualScript.CustomSignalGetArgumentType should be of the form "CustomSignalGetArgumentType ..." (golint)
    • Line 289: warning: comment on exported method VisualScript.CustomSignalRemoveArgument should be of the form "CustomSignalRemoveArgument ..." (golint)
    • Line 311: warning: comment on exported method VisualScript.CustomSignalSetArgumentName should be of the form "CustomSignalSetArgumentName ..." (golint)
    • Line 334: warning: comment on exported method VisualScript.CustomSignalSetArgumentType should be of the form "CustomSignalSetArgumentType ..." (golint)
    • Line 357: warning: comment on exported method VisualScript.CustomSignalSwapArgument should be of the form "CustomSignalSwapArgument ..." (golint)
    • Line 380: warning: comment on exported method VisualScript.DataConnect should be of the form "DataConnect ..." (golint)
    • Line 405: warning: comment on exported method VisualScript.DataDisconnect should be of the form "DataDisconnect ..." (golint)
    • Line 430: warning: comment on exported method VisualScript.GetFunctionNodeId should be of the form "GetFunctionNodeId ..." (golint)
    • Line 454: warning: comment on exported method VisualScript.GetFunctionScroll should be of the form "GetFunctionScroll ..." (golint)
    • Line 478: warning: comment on exported method VisualScript.GetNode should be of the form "GetNode ..." (golint)
    • Line 517: warning: comment on exported method VisualScript.GetNodePosition should be of the form "GetNodePosition ..." (golint)
    • Line 542: warning: comment on exported method VisualScript.GetVariableDefaultValue should be of the form "GetVariableDefaultValue ..." (golint)
    • Line 566: warning: comment on exported method VisualScript.GetVariableExport should be of the form "GetVariableExport ..." (golint)
    • Line 590: warning: comment on exported method VisualScript.GetVariableInfo should be of the form "GetVariableInfo ..." (golint)
    • Line 614: warning: comment on exported method VisualScript.HasCustomSignal should be of the form "HasCustomSignal ..." (golint)
    • Line 638: warning: comment on exported method VisualScript.HasDataConnection should be of the form "HasDataConnection ..." (golint)
    • Line 666: warning: comment on exported method VisualScript.HasFunction should be of the form "HasFunction ..." (golint)
    • Line 690: warning: comment on exported method VisualScript.HasNode should be of the form "HasNode ..." (golint)
    • Line 715: warning: comment on exported method VisualScript.HasSequenceConnection should be of the form "HasSequenceConnection ..." (golint)
    • Line 742: warning: comment on exported method VisualScript.HasVariable should be of the form "HasVariable ..." (golint)
    • Line 766: warning: comment on exported method VisualScript.RemoveCustomSignal should be of the form "RemoveCustomSignal ..." (golint)
    • Line 787: warning: comment on exported method VisualScript.RemoveFunction should be of the form "RemoveFunction ..." (golint)
    • Line 808: warning: comment on exported method VisualScript.RemoveNode should be of the form "RemoveNode ..." (golint)
    • Line 830: warning: comment on exported method VisualScript.RemoveVariable should be of the form "RemoveVariable ..." (golint)
    • Line 851: warning: comment on exported method VisualScript.RenameCustomSignal should be of the form "RenameCustomSignal ..." (golint)
    • Line 873: warning: comment on exported method VisualScript.RenameFunction should be of the form "RenameFunction ..." (golint)
    • Line 895: warning: comment on exported method VisualScript.RenameVariable should be of the form "RenameVariable ..." (golint)
    • Line 917: warning: comment on exported method VisualScript.SequenceConnect should be of the form "SequenceConnect ..." (golint)
    • Line 941: warning: comment on exported method VisualScript.SequenceDisconnect should be of the form "SequenceDisconnect ..." (golint)
    • Line 965: warning: comment on exported method VisualScript.SetFunctionScroll should be of the form "SetFunctionScroll ..." (golint)
    • Line 987: warning: comment on exported method VisualScript.SetInstanceBaseType should be of the form "SetInstanceBaseType ..." (golint)
    • Line 1008: warning: comment on exported method VisualScript.SetNodePosition should be of the form "SetNodePosition ..." (golint)
    • Line 1031: warning: comment on exported method VisualScript.SetVariableDefaultValue should be of the form "SetVariableDefaultValue ..." (golint)
    • Line 1053: warning: comment on exported method VisualScript.SetVariableExport should be of the form "SetVariableExport ..." (golint)
    • Line 1075: warning: comment on exported method VisualScript.SetVariableInfo should be of the form "SetVariableInfo ..." (golint)
    • godot-go/godot/visualscriptfunction.gen.go
    • Line 25: warning: comment on exported type VisualScriptFunction should be of the form "VisualScriptFunction ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptFunction.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/image.gen.go
    • Line 20: warning: exported const ImageAlphaBit should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const ImageCompressEtc should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported const ImageCompressSourceGeneric should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported const ImageFormatBptcRgba should have comment (or a comment on this block) or be unexported (golint)
    • Line 93: warning: exported const ImageInterpolateBilinear should have comment (or a comment on this block) or be unexported (golint)
    • Line 107: warning: comment on exported type Image should be of the form "Image ..." (with optional leading article) (golint)
    • Line 115: warning: exported method Image.BaseClass should have comment or be unexported (golint)
    • Line 119: warning: comment on exported method Image.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 123: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 142: warning: comment on exported method Image.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 146: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 163: warning: comment on exported method Image.BlendRect should be of the form "BlendRect ..." (golint)
    • Line 186: warning: comment on exported method Image.BlendRectMask should be of the form "BlendRectMask ..." (golint)
    • Line 210: warning: comment on exported method Image.BlitRect should be of the form "BlitRect ..." (golint)
    • Line 233: warning: comment on exported method Image.BlitRectMask should be of the form "BlitRectMask ..." (golint)
    • Line 257: warning: comment on exported method Image.ClearMipmaps should be of the form "ClearMipmaps ..." (golint)
    • Line 277: warning: comment on exported method Image.Compress should be of the form "Compress ..." (golint)
    • Line 303: warning: comment on exported method Image.Convert should be of the form "Convert ..." (golint)
    • Line 324: warning: comment on exported method Image.CopyFrom should be of the form "CopyFrom ..." (golint)
    • Line 345: warning: comment on exported method Image.Create should be of the form "Create ..." (golint)
    • Line 369: warning: comment on exported method Image.CreateFromData should be of the form "CreateFromData ..." (golint)
    • Line 394: warning: comment on exported method Image.Crop should be of the form "Crop ..." (golint)
    • Line 416: warning: comment on exported method Image.Decompress should be of the form "Decompress ..." (golint)
    • Line 439: warning: comment on exported method Image.DetectAlpha should be of the form "DetectAlpha ..." (golint)
    • Line 462: warning: comment on exported method Image.ExpandX2Hq2X should be of the form "ExpandX2Hq2X ..." (golint)
    • Line 482: warning: comment on exported method Image.Fill should be of the form "Fill ..." (golint)
    • Line 503: warning: comment on exported method Image.FixAlphaEdges should be of the form "FixAlphaEdges ..." (golint)
    • Line 523: warning: comment on exported method Image.FlipX should be of the form "FlipX ..." (golint)
    • Line 543: warning: comment on exported method Image.FlipY should be of the form "FlipY ..." (golint)
    • Line 563: warning: comment on exported method Image.GenerateMipmaps should be of the form "GenerateMipmaps ..." (golint)
    • Line 586: warning: comment on exported method Image.GetData should be of the form "GetData ..." (golint)
    • Line 609: warning: comment on exported method Image.GetFormat should be of the form "GetFormat ..." (golint)
    • Line 632: warning: comment on exported method Image.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 655: warning: comment on exported method Image.GetMipmapOffset should be of the form "GetMipmapOffset ..." (golint)
    • Line 679: warning: comment on exported method Image.GetPixel should be of the form "GetPixel ..." (golint)
    • Line 704: warning: comment on exported method Image.GetRect should be of the form "GetRect ..." (golint)
    • Line 742: warning: comment on exported method Image.GetSize should be of the form "GetSize ..." (golint)
    • Line 765: warning: comment on exported method Image.GetUsedRect should be of the form "GetUsedRect ..." (golint)
    • Line 788: warning: comment on exported method Image.GetWidth should be of the form "GetWidth ..." (golint)
    • Line 811: warning: comment on exported method Image.HasMipmaps should be of the form "HasMipmaps ..." (golint)
    • Line 834: warning: comment on exported method Image.IsCompressed should be of the form "IsCompressed ..." (golint)
    • Line 857: warning: comment on exported method Image.IsEmpty should be of the form "IsEmpty ..." (golint)
    • Line 880: warning: comment on exported method Image.IsInvisible should be of the form "IsInvisible ..." (golint)
    • Line 903: warning: comment on exported method Image.Load should be of the form "Load ..." (golint)
    • Line 927: warning: comment on exported method Image.LoadJpgFromBuffer should be of the form "LoadJpgFromBuffer ..." (golint)
    • Line 951: warning: comment on exported method Image.LoadPngFromBuffer should be of the form "LoadPngFromBuffer ..." (golint)
    • Line 975: warning: comment on exported method Image.Lock should be of the form "Lock ..." (golint)
    • Line 995: warning: comment on exported method Image.NormalmapToXy should be of the form "NormalmapToXy ..." (golint)
    • Line 1015: warning: comment on exported method Image.PremultiplyAlpha should be of the form "PremultiplyAlpha ..." (golint)
    • Line 1035: warning: comment on exported method Image.Resize should be of the form "Resize ..." (golint)
    • Line 1058: warning: comment on exported method Image.ResizeToPo2 should be of the form "ResizeToPo2 ..." (golint)
    • Line 1079: warning: comment on exported method Image.SavePng should be of the form "SavePng ..." (golint)
    • Line 1103: warning: comment on exported method Image.SetPixel should be of the form "SetPixel ..." (golint)
    • Line 1126: warning: comment on exported method Image.ShrinkX2 should be of the form "ShrinkX2 ..." (golint)
    • Line 1146: warning: comment on exported method Image.SrgbToLinear should be of the form "SrgbToLinear ..." (golint)
    • Line 1166: warning: comment on exported method Image.Unlock should be of the form "Unlock ..." (golint)
    • godot-go/godot/joint2d.gen.go
    • Line 25: warning: comment on exported type Joint2D should be of the form "Joint2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Joint2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Joint2D.GetBias should be of the form "GetBias ..." (golint)
    • Line 60: warning: comment on exported method Joint2D.GetExcludeNodesFromCollision should be of the form "GetExcludeNodesFromCollision ..." (golint)
    • Line 83: warning: comment on exported method Joint2D.GetNodeA should be of the form "GetNodeA ..." (golint)
    • Line 106: warning: comment on exported method Joint2D.GetNodeB should be of the form "GetNodeB ..." (golint)
    • Line 129: warning: comment on exported method Joint2D.SetBias should be of the form "SetBias ..." (golint)
    • Line 150: warning: comment on exported method Joint2D.SetExcludeNodesFromCollision should be of the form "SetExcludeNodesFromCollision ..." (golint)
    • Line 171: warning: comment on exported method Joint2D.SetNodeA should be of the form "SetNodeA ..." (golint)
    • Line 192: warning: comment on exported method Joint2D.SetNodeB should be of the form "SetNodeB ..." (golint)
    • godot-go/godot/object.gen.go
    • Line 20: warning: exported const ObjectConnectDeferred should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type Object should be of the form "Object ..." (with optional leading article) (golint)
    • Line 41: warning: exported method Object.BaseClass should have comment or be unexported (golint)
    • Line 51: warning: exported method Object.GetBaseObject should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method Object.X_Get should be of the form "X_Get ..." (golint)
    • Line 59: warning: don't use underscores in Go names; method X_Get should be XGet (golint)
    • Line 76: warning: comment on exported method Object.X_GetPropertyList should be of the form "X_GetPropertyList ..." (golint)
    • Line 80: warning: don't use underscores in Go names; method X_GetPropertyList should be XGetPropertyList (golint)
    • Line 99: warning: comment on exported method Object.X_Init should be of the form "X_Init ..." (golint)
    • Line 103: warning: don't use underscores in Go names; method X_Init should be XInit (golint)
    • Line 119: warning: comment on exported method Object.X_Notification should be of the form "X_Notification ..." (golint)
    • Line 123: warning: don't use underscores in Go names; method X_Notification should be XNotification (golint)
    • Line 140: warning: comment on exported method Object.X_Set should be of the form "X_Set ..." (golint)
    • Line 144: warning: don't use underscores in Go names; method X_Set should be XSet (golint)
    • Line 165: warning: comment on exported method Object.AddUserSignal should be of the form "AddUserSignal ..." (golint)
    • Line 187: warning: comment on exported method Object.Call should be of the form "Call ..." (golint)
    • Line 211: warning: comment on exported method Object.CallDeferred should be of the form "CallDeferred ..." (golint)
    • Line 235: warning: comment on exported method Object.Callv should be of the form "Callv ..." (golint)
    • Line 260: warning: comment on exported method Object.CanTranslateMessages should be of the form "CanTranslateMessages ..." (golint)
    • Line 283: warning: comment on exported method Object.Connect should be of the form "Connect ..." (golint)
    • Line 311: warning: comment on exported method Object.Disconnect should be of the form "Disconnect ..." (golint)
    • Line 334: warning: comment on exported method Object.EmitSignal should be of the form "EmitSignal ..." (golint)
    • Line 358: warning: comment on exported method Object.Free should be of the form "Free ..." (golint)
    • Line 378: warning: comment on exported method Object.Get should be of the form "Get ..." (golint)
    • Line 402: warning: comment on exported method Object.GetClass should be of the form "GetClass ..." (golint)
    • Line 425: warning: comment on exported method Object.GetIncomingConnections should be of the form "GetIncomingConnections ..." (golint)
    • Line 448: warning: comment on exported method Object.GetIndexed should be of the form "GetIndexed ..." (golint)
    • Line 472: warning: comment on exported method Object.GetInstanceId should be of the form "GetInstanceId ..." (golint)
    • Line 495: warning: comment on exported method Object.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 519: warning: comment on exported method Object.GetMetaList should be of the form "GetMetaList ..." (golint)
    • Line 542: warning: comment on exported method Object.GetMethodList should be of the form "GetMethodList ..." (golint)
    • Line 565: warning: comment on exported method Object.GetPropertyList should be of the form "GetPropertyList ..." (golint)
    • Line 588: warning: comment on exported method Object.GetScript should be of the form "GetScript ..." (golint)
    • Line 625: warning: comment on exported method Object.GetSignalConnectionList should be of the form "GetSignalConnectionList ..." (golint)
    • Line 649: warning: comment on exported method Object.GetSignalList should be of the form "GetSignalList ..." (golint)
    • Line 672: warning: comment on exported method Object.HasMeta should be of the form "HasMeta ..." (golint)
    • Line 696: warning: comment on exported method Object.HasMethod should be of the form "HasMethod ..." (golint)
    • Line 720: warning: comment on exported method Object.HasUserSignal should be of the form "HasUserSignal ..." (golint)
    • Line 744: warning: comment on exported method Object.IsBlockingSignals should be of the form "IsBlockingSignals ..." (golint)
    • Line 767: warning: comment on exported method Object.IsClass should be of the form "IsClass ..." (golint)
    • Line 791: warning: comment on exported method Object.IsConnected should be of the form "IsConnected ..." (golint)
    • Line 817: warning: comment on exported method Object.IsQueuedForDeletion should be of the form "IsQueuedForDeletion ..." (golint)
    • Line 840: warning: comment on exported method Object.Notification should be of the form "Notification ..." (golint)
    • Line 862: warning: comment on exported method Object.PropertyListChangedNotify should be of the form "PropertyListChangedNotify ..." (golint)
    • Line 882: warning: comment on exported method Object.Set should be of the form "Set ..." (golint)
    • Line 904: warning: comment on exported method Object.SetBlockSignals should be of the form "SetBlockSignals ..." (golint)
    • Line 925: warning: comment on exported method Object.SetIndexed should be of the form "SetIndexed ..." (golint)
    • Line 947: warning: comment on exported method Object.SetMessageTranslation should be of the form "SetMessageTranslation ..." (golint)
    • Line 968: warning: comment on exported method Object.SetMeta should be of the form "SetMeta ..." (golint)
    • Line 990: warning: comment on exported method Object.SetScript should be of the form "SetScript ..." (golint)
    • Line 1011: warning: comment on exported method Object.Tr should be of the form "Tr ..." (golint)
    • godot-go/godot/omnilight.gen.go
    • Line 20: warning: exported const OmniLightShadowDetailHorizontal should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const OmniLightShadowCube should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: comment on exported type OmniLight should be of the form "OmniLight ..." (with optional leading article) (golint)
    • Line 49: warning: exported method OmniLight.BaseClass should have comment or be unexported (golint)
    • Line 53: warning: comment on exported method OmniLight.GetShadowDetail should be of the form "GetShadowDetail ..." (golint)
    • Line 76: warning: comment on exported method OmniLight.GetShadowMode should be of the form "GetShadowMode ..." (golint)
    • Line 99: warning: comment on exported method OmniLight.SetShadowDetail should be of the form "SetShadowDetail ..." (golint)
    • Line 120: warning: comment on exported method OmniLight.SetShadowMode should be of the form "SetShadowMode ..." (golint)
    • godot-go/godot/navigationpolygon.gen.go
    • Line 25: warning: comment on exported type NavigationPolygon should be of the form "NavigationPolygon ..." (with optional leading article) (golint)
    • Line 33: warning: exported method NavigationPolygon.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method NavigationPolygon.X_GetOutlines should be of the form "X_GetOutlines ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetOutlines should be XGetOutlines (golint)
    • Line 60: warning: comment on exported method NavigationPolygon.X_GetPolygons should be of the form "X_GetPolygons ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_GetPolygons should be XGetPolygons (golint)
    • Line 83: warning: comment on exported method NavigationPolygon.X_SetOutlines should be of the form "X_SetOutlines ..." (golint)
    • Line 87: warning: don't use underscores in Go names; method X_SetOutlines should be XSetOutlines (golint)
    • Line 104: warning: comment on exported method NavigationPolygon.X_SetPolygons should be of the form "X_SetPolygons ..." (golint)
    • Line 108: warning: don't use underscores in Go names; method X_SetPolygons should be XSetPolygons (golint)
    • Line 125: warning: comment on exported method NavigationPolygon.AddOutline should be of the form "AddOutline ..." (golint)
    • Line 146: warning: comment on exported method NavigationPolygon.AddOutlineAtIndex should be of the form "AddOutlineAtIndex ..." (golint)
    • Line 168: warning: comment on exported method NavigationPolygon.AddPolygon should be of the form "AddPolygon ..." (golint)
    • Line 189: warning: comment on exported method NavigationPolygon.ClearOutlines should be of the form "ClearOutlines ..." (golint)
    • Line 209: warning: comment on exported method NavigationPolygon.ClearPolygons should be of the form "ClearPolygons ..." (golint)
    • Line 229: warning: comment on exported method NavigationPolygon.GetOutline should be of the form "GetOutline ..." (golint)
    • Line 253: warning: comment on exported method NavigationPolygon.GetOutlineCount should be of the form "GetOutlineCount ..." (golint)
    • Line 276: warning: comment on exported method NavigationPolygon.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 300: warning: comment on exported method NavigationPolygon.GetPolygonCount should be of the form "GetPolygonCount ..." (golint)
    • Line 323: warning: comment on exported method NavigationPolygon.GetVertices should be of the form "GetVertices ..." (golint)
    • Line 346: warning: comment on exported method NavigationPolygon.MakePolygonsFromOutlines should be of the form "MakePolygonsFromOutlines ..." (golint)
    • Line 366: warning: comment on exported method NavigationPolygon.RemoveOutline should be of the form "RemoveOutline ..." (golint)
    • Line 387: warning: comment on exported method NavigationPolygon.SetOutline should be of the form "SetOutline ..." (golint)
    • Line 409: warning: comment on exported method NavigationPolygon.SetVertices should be of the form "SetVertices ..." (golint)
    • godot-go/godot/vsplitcontainer.gen.go
    • Line 25: warning: comment on exported type VSplitContainer should be of the form "VSplitContainer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VSplitContainer.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/resourceimporterwebm.gen.go
    • Line 25: warning: comment on exported type ResourceImporterWebm should be of the form "ResourceImporterWebm ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourceImporterWebm.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/staticbody.gen.go
    • Line 25: warning: comment on exported type StaticBody should be of the form "StaticBody ..." (with optional leading article) (golint)
    • Line 33: warning: exported method StaticBody.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method StaticBody.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 60: warning: comment on exported method StaticBody.GetConstantAngularVelocity should be of the form "GetConstantAngularVelocity ..." (golint)
    • Line 83: warning: comment on exported method StaticBody.GetConstantLinearVelocity should be of the form "GetConstantLinearVelocity ..." (golint)
    • Line 106: warning: comment on exported method StaticBody.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 129: warning: comment on exported method StaticBody.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 150: warning: comment on exported method StaticBody.SetConstantAngularVelocity should be of the form "SetConstantAngularVelocity ..." (golint)
    • Line 171: warning: comment on exported method StaticBody.SetConstantLinearVelocity should be of the form "SetConstantLinearVelocity ..." (golint)
    • Line 192: warning: comment on exported method StaticBody.SetFriction should be of the form "SetFriction ..." (golint)
    • godot-go/godot/textedit.gen.go
    • Line 20: warning: exported const TextEditMenuClear should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: exported const TextEditSearchBackwards should have comment (or a comment on this block) or be unexported (golint)
    • Line 55: warning: exported method TextEdit.BaseClass should have comment or be unexported (golint)
    • Line 59: warning: comment on exported method TextEdit.X_ClickSelectionHeld should be of the form "X_ClickSelectionHeld ..." (golint)
    • Line 63: warning: don't use underscores in Go names; method X_ClickSelectionHeld should be XClickSelectionHeld (golint)
    • Line 79: warning: comment on exported method TextEdit.X_CursorChangedEmit should be of the form "X_CursorChangedEmit ..." (golint)
    • Line 83: warning: don't use underscores in Go names; method X_CursorChangedEmit should be XCursorChangedEmit (golint)
    • Line 99: warning: comment on exported method TextEdit.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 103: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 120: warning: comment on exported method TextEdit.X_PushCurrentOp should be of the form "X_PushCurrentOp ..." (golint)
    • Line 124: warning: don't use underscores in Go names; method X_PushCurrentOp should be XPushCurrentOp (golint)
    • Line 140: warning: comment on exported method TextEdit.X_ScrollMoved should be of the form "X_ScrollMoved ..." (golint)
    • Line 144: warning: don't use underscores in Go names; method X_ScrollMoved should be XScrollMoved (golint)
    • Line 161: warning: comment on exported method TextEdit.X_TextChangedEmit should be of the form "X_TextChangedEmit ..." (golint)
    • Line 165: warning: don't use underscores in Go names; method X_TextChangedEmit should be XTextChangedEmit (golint)
    • Line 181: warning: comment on exported method TextEdit.X_ToggleDrawCaret should be of the form "X_ToggleDrawCaret ..." (golint)
    • Line 185: warning: don't use underscores in Go names; method X_ToggleDrawCaret should be XToggleDrawCaret (golint)
    • Line 201: warning: comment on exported method TextEdit.X_VScrollInput should be of the form "X_VScrollInput ..." (golint)
    • Line 205: warning: don't use underscores in Go names; method X_VScrollInput should be XVScrollInput (golint)
    • Line 221: warning: comment on exported method TextEdit.AddColorRegion should be of the form "AddColorRegion ..." (golint)
    • Line 245: warning: comment on exported method TextEdit.AddKeywordColor should be of the form "AddKeywordColor ..." (golint)
    • Line 267: warning: comment on exported method TextEdit.CanFold should be of the form "CanFold ..." (golint)
    • Line 291: warning: comment on exported method TextEdit.ClearColors should be of the form "ClearColors ..." (golint)
    • Line 311: warning: comment on exported method TextEdit.ClearUndoHistory should be of the form "ClearUndoHistory ..." (golint)
    • Line 331: warning: comment on exported method TextEdit.Copy should be of the form "Copy ..." (golint)
    • Line 351: warning: comment on exported method TextEdit.CursorGetBlinkEnabled should be of the form "CursorGetBlinkEnabled ..." (golint)
    • Line 374: warning: comment on exported method TextEdit.CursorGetBlinkSpeed should be of the form "CursorGetBlinkSpeed ..." (golint)
    • Line 397: warning: comment on exported method TextEdit.CursorGetColumn should be of the form "CursorGetColumn ..." (golint)
    • Line 420: warning: comment on exported method TextEdit.CursorGetLine should be of the form "CursorGetLine ..." (golint)
    • Line 443: warning: comment on exported method TextEdit.CursorIsBlockMode should be of the form "CursorIsBlockMode ..." (golint)
    • Line 466: warning: comment on exported method TextEdit.CursorSetBlinkEnabled should be of the form "CursorSetBlinkEnabled ..." (golint)
    • Line 487: warning: comment on exported method TextEdit.CursorSetBlinkSpeed should be of the form "CursorSetBlinkSpeed ..." (golint)
    • Line 508: warning: comment on exported method TextEdit.CursorSetBlockMode should be of the form "CursorSetBlockMode ..." (golint)
    • Line 529: warning: comment on exported method TextEdit.CursorSetColumn should be of the form "CursorSetColumn ..." (golint)
    • Line 551: warning: comment on exported method TextEdit.CursorSetLine should be of the form "CursorSetLine ..." (golint)
    • Line 574: warning: comment on exported method TextEdit.Cut should be of the form "Cut ..." (golint)
    • Line 594: warning: comment on exported method TextEdit.Deselect should be of the form "Deselect ..." (golint)
    • Line 614: warning: comment on exported method TextEdit.FoldAllLines should be of the form "FoldAllLines ..." (golint)
    • Line 634: warning: comment on exported method TextEdit.FoldLine should be of the form "FoldLine ..." (golint)
    • Line 655: warning: comment on exported method TextEdit.GetLine should be of the form "GetLine ..." (golint)
    • Line 679: warning: comment on exported method TextEdit.GetLineCount should be of the form "GetLineCount ..." (golint)
    • Line 702: warning: comment on exported method TextEdit.GetMenu should be of the form "GetMenu ..." (golint)
    • Line 739: warning: comment on exported method TextEdit.GetSelectionFromColumn should be of the form "GetSelectionFromColumn ..." (golint)
    • Line 762: warning: comment on exported method TextEdit.GetSelectionFromLine should be of the form "GetSelectionFromLine ..." (golint)
    • Line 785: warning: comment on exported method TextEdit.GetSelectionText should be of the form "GetSelectionText ..." (golint)
    • Line 808: warning: comment on exported method TextEdit.GetSelectionToColumn should be of the form "GetSelectionToColumn ..." (golint)
    • Line 831: warning: comment on exported method TextEdit.GetSelectionToLine should be of the form "GetSelectionToLine ..." (golint)
    • Line 854: warning: comment on exported method TextEdit.GetText should be of the form "GetText ..." (golint)
    • Line 877: warning: comment on exported method TextEdit.GetVScrollSpeed should be of the form "GetVScrollSpeed ..." (golint)
    • Line 900: warning: comment on exported method TextEdit.GetWordUnderCursor should be of the form "GetWordUnderCursor ..." (golint)
    • Line 923: warning: comment on exported method TextEdit.InsertTextAtCursor should be of the form "InsertTextAtCursor ..." (golint)
    • Line 944: warning: comment on exported method TextEdit.IsContextMenuEnabled should be of the form "IsContextMenuEnabled ..." (golint)
    • Line 967: warning: comment on exported method TextEdit.IsFolded should be of the form "IsFolded ..." (golint)
    • Line 991: warning: comment on exported method TextEdit.IsHidingEnabled should be of the form "IsHidingEnabled ..." (golint)
    • Line 1014: warning: comment on exported method TextEdit.IsHighlightAllOccurrencesEnabled should be of the form "IsHighlightAllOccurrencesEnabled ..." (golint)
    • Line 1037: warning: comment on exported method TextEdit.IsHighlightCurrentLineEnabled should be of the form "IsHighlightCurrentLineEnabled ..." (golint)
    • Line 1060: warning: comment on exported method TextEdit.IsLineHidden should be of the form "IsLineHidden ..." (golint)
    • Line 1084: warning: comment on exported method TextEdit.IsOverridingSelectedFontColor should be of the form "IsOverridingSelectedFontColor ..." (golint)
    • Line 1107: warning: comment on exported method TextEdit.IsReadonly should be of the form "IsReadonly ..." (golint)
    • Line 1130: warning: comment on exported method TextEdit.IsRightClickMovingCaret should be of the form "IsRightClickMovingCaret ..." (golint)
    • Line 1153: warning: comment on exported method TextEdit.IsSelectionActive should be of the form "IsSelectionActive ..." (golint)
    • Line 1176: warning: comment on exported method TextEdit.IsShowLineNumbersEnabled should be of the form "IsShowLineNumbersEnabled ..." (golint)
    • Line 1199: warning: comment on exported method TextEdit.IsSmoothScrollEnabled should be of the form "IsSmoothScrollEnabled ..." (golint)
    • Line 1222: warning: comment on exported method TextEdit.IsSyntaxColoringEnabled should be of the form "IsSyntaxColoringEnabled ..." (golint)
    • Line 1245: warning: comment on exported method TextEdit.IsWrapping should be of the form "IsWrapping ..." (golint)
    • Line 1268: warning: comment on exported method TextEdit.MenuOption should be of the form "MenuOption ..." (golint)
    • Line 1289: warning: comment on exported method TextEdit.Paste should be of the form "Paste ..." (golint)
    • Line 1309: warning: comment on exported method TextEdit.Redo should be of the form "Redo ..." (golint)
    • Line 1329: warning: comment on exported method TextEdit.Search should be of the form "Search ..." (golint)
    • Line 1356: warning: comment on exported method TextEdit.Select should be of the form "Select ..." (golint)
    • Line 1380: warning: comment on exported method TextEdit.SelectAll should be of the form "SelectAll ..." (golint)
    • Line 1400: warning: comment on exported method TextEdit.SetContextMenuEnabled should be of the form "SetContextMenuEnabled ..." (golint)
    • Line 1421: warning: comment on exported method TextEdit.SetHidingEnabled should be of the form "SetHidingEnabled ..." (golint)
    • Line 1442: warning: comment on exported method TextEdit.SetHighlightAllOccurrences should be of the form "SetHighlightAllOccurrences ..." (golint)
    • Line 1463: warning: comment on exported method TextEdit.SetHighlightCurrentLine should be of the form "SetHighlightCurrentLine ..." (golint)
    • Line 1484: warning: comment on exported method TextEdit.SetLineAsHidden should be of the form "SetLineAsHidden ..." (golint)
    • Line 1506: warning: comment on exported method TextEdit.SetOverrideSelectedFontColor should be of the form "SetOverrideSelectedFontColor ..." (golint)
    • Line 1527: warning: comment on exported method TextEdit.SetReadonly should be of the form "SetReadonly ..." (golint)
    • Line 1548: warning: comment on exported method TextEdit.SetRightClickMovesCaret should be of the form "SetRightClickMovesCaret ..." (golint)
    • Line 1569: warning: comment on exported method TextEdit.SetShowLineNumbers should be of the form "SetShowLineNumbers ..." (golint)
    • Line 1590: warning: comment on exported method TextEdit.SetSmoothScrollEnable should be of the form "SetSmoothScrollEnable ..." (golint)
    • Line 1611: warning: comment on exported method TextEdit.SetSyntaxColoring should be of the form "SetSyntaxColoring ..." (golint)
    • Line 1632: warning: comment on exported method TextEdit.SetText should be of the form "SetText ..." (golint)
    • Line 1653: warning: comment on exported method TextEdit.SetVScrollSpeed should be of the form "SetVScrollSpeed ..." (golint)
    • Line 1674: warning: comment on exported method TextEdit.SetWrap should be of the form "SetWrap ..." (golint)
    • Line 1695: warning: comment on exported method TextEdit.ToggleFoldLine should be of the form "ToggleFoldLine ..." (golint)
    • Line 1716: warning: comment on exported method TextEdit.Undo should be of the form "Undo ..." (golint)
    • Line 1736: warning: comment on exported method TextEdit.UnfoldLine should be of the form "UnfoldLine ..." (golint)
    • Line 1757: warning: comment on exported method TextEdit.UnhideAllLines should be of the form "UnhideAllLines ..." (golint)
    • godot-go/godot/arvrcontroller.gen.go
    • Line 25: warning: comment on exported type ARVRController should be of the form "ARVRController ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ARVRController.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ARVRController.GetControllerId should be of the form "GetControllerId ..." (golint)
    • Line 60: warning: comment on exported method ARVRController.GetControllerName should be of the form "GetControllerName ..." (golint)
    • Line 83: warning: comment on exported method ARVRController.GetHand should be of the form "GetHand ..." (golint)
    • Line 106: warning: comment on exported method ARVRController.GetIsActive should be of the form "GetIsActive ..." (golint)
    • Line 129: warning: comment on exported method ARVRController.GetJoystickAxis should be of the form "GetJoystickAxis ..." (golint)
    • Line 153: warning: comment on exported method ARVRController.GetJoystickId should be of the form "GetJoystickId ..." (golint)
    • Line 176: warning: comment on exported method ARVRController.GetRumble should be of the form "GetRumble ..." (golint)
    • Line 199: warning: comment on exported method ARVRController.IsButtonPressed should be of the form "IsButtonPressed ..." (golint)
    • Line 223: warning: comment on exported method ARVRController.SetControllerId should be of the form "SetControllerId ..." (golint)
    • Line 244: warning: comment on exported method ARVRController.SetRumble should be of the form "SetRumble ..." (golint)
    • godot-go/godot/audioeffectpitchshift.gen.go
    • Line 25: warning: comment on exported type AudioEffectPitchShift should be of the form "AudioEffectPitchShift ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectPitchShift.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectPitchShift.GetPitchScale should be of the form "GetPitchScale ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectPitchShift.SetPitchScale should be of the form "SetPitchScale ..." (golint)
    • godot-go/godot/gradient.gen.go
    • Line 25: warning: comment on exported type Gradient should be of the form "Gradient ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Gradient.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Gradient.AddPoint should be of the form "AddPoint ..." (golint)
    • Line 59: warning: comment on exported method Gradient.GetColor should be of the form "GetColor ..." (golint)
    • Line 83: warning: comment on exported method Gradient.GetColors should be of the form "GetColors ..." (golint)
    • Line 106: warning: comment on exported method Gradient.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 130: warning: comment on exported method Gradient.GetOffsets should be of the form "GetOffsets ..." (golint)
    • Line 153: warning: comment on exported method Gradient.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 176: warning: comment on exported method Gradient.Interpolate should be of the form "Interpolate ..." (golint)
    • Line 200: warning: comment on exported method Gradient.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 221: warning: comment on exported method Gradient.SetColor should be of the form "SetColor ..." (golint)
    • Line 243: warning: comment on exported method Gradient.SetColors should be of the form "SetColors ..." (golint)
    • Line 264: warning: comment on exported method Gradient.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 286: warning: comment on exported method Gradient.SetOffsets should be of the form "SetOffsets ..." (golint)
    • godot-go/godot/rayshape.gen.go
    • Line 25: warning: comment on exported type RayShape should be of the form "RayShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method RayShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RayShape.GetLength should be of the form "GetLength ..." (golint)
    • Line 60: warning: comment on exported method RayShape.SetLength should be of the form "SetLength ..." (golint)
    • godot-go/godot/visualscriptscenenode.gen.go
    • Line 25: warning: comment on exported type VisualScriptSceneNode should be of the form "VisualScriptSceneNode ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptSceneNode.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptSceneNode.GetNodePath should be of the form "GetNodePath ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptSceneNode.SetNodePath should be of the form "SetNodePath ..." (golint)
    • godot-go/godot/videoplayer.gen.go
    • Line 25: warning: comment on exported type VideoPlayer should be of the form "VideoPlayer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VideoPlayer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VideoPlayer.GetAudioTrack should be of the form "GetAudioTrack ..." (golint)
    • Line 60: warning: comment on exported method VideoPlayer.GetBufferingMsec should be of the form "GetBufferingMsec ..." (golint)
    • Line 83: warning: comment on exported method VideoPlayer.GetBus should be of the form "GetBus ..." (golint)
    • Line 106: warning: comment on exported method VideoPlayer.GetStream should be of the form "GetStream ..." (golint)
    • Line 143: warning: comment on exported method VideoPlayer.GetStreamName should be of the form "GetStreamName ..." (golint)
    • Line 166: warning: comment on exported method VideoPlayer.GetStreamPosition should be of the form "GetStreamPosition ..." (golint)
    • Line 189: warning: comment on exported method VideoPlayer.GetVideoTexture should be of the form "GetVideoTexture ..." (golint)
    • Line 226: warning: comment on exported method VideoPlayer.GetVolume should be of the form "GetVolume ..." (golint)
    • Line 249: warning: comment on exported method VideoPlayer.GetVolumeDb should be of the form "GetVolumeDb ..." (golint)
    • Line 272: warning: comment on exported method VideoPlayer.HasAutoplay should be of the form "HasAutoplay ..." (golint)
    • Line 295: warning: comment on exported method VideoPlayer.HasExpand should be of the form "HasExpand ..." (golint)
    • Line 318: warning: comment on exported method VideoPlayer.IsPaused should be of the form "IsPaused ..." (golint)
    • Line 341: warning: comment on exported method VideoPlayer.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 364: warning: comment on exported method VideoPlayer.Play should be of the form "Play ..." (golint)
    • Line 384: warning: comment on exported method VideoPlayer.SetAudioTrack should be of the form "SetAudioTrack ..." (golint)
    • Line 405: warning: comment on exported method VideoPlayer.SetAutoplay should be of the form "SetAutoplay ..." (golint)
    • Line 426: warning: comment on exported method VideoPlayer.SetBufferingMsec should be of the form "SetBufferingMsec ..." (golint)
    • Line 447: warning: comment on exported method VideoPlayer.SetBus should be of the form "SetBus ..." (golint)
    • Line 468: warning: comment on exported method VideoPlayer.SetExpand should be of the form "SetExpand ..." (golint)
    • Line 489: warning: comment on exported method VideoPlayer.SetPaused should be of the form "SetPaused ..." (golint)
    • Line 510: warning: comment on exported method VideoPlayer.SetStream should be of the form "SetStream ..." (golint)
    • Line 531: warning: comment on exported method VideoPlayer.SetStreamPosition should be of the form "SetStreamPosition ..." (golint)
    • Line 552: warning: comment on exported method VideoPlayer.SetVolume should be of the form "SetVolume ..." (golint)
    • Line 573: warning: comment on exported method VideoPlayer.SetVolumeDb should be of the form "SetVolumeDb ..." (golint)
    • Line 594: warning: comment on exported method VideoPlayer.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/directionallight.gen.go
    • Line 20: warning: exported const DirectionalLightShadowDepthRangeOptimized should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const DirectionalLightShadowOrthogonal should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported method DirectionalLight.BaseClass should have comment or be unexported (golint)
    • Line 54: warning: comment on exported method DirectionalLight.GetShadowDepthRange should be of the form "GetShadowDepthRange ..." (golint)
    • Line 77: warning: comment on exported method DirectionalLight.GetShadowMode should be of the form "GetShadowMode ..." (golint)
    • Line 100: warning: comment on exported method DirectionalLight.IsBlendSplitsEnabled should be of the form "IsBlendSplitsEnabled ..." (golint)
    • Line 123: warning: comment on exported method DirectionalLight.SetBlendSplits should be of the form "SetBlendSplits ..." (golint)
    • Line 144: warning: comment on exported method DirectionalLight.SetShadowDepthRange should be of the form "SetShadowDepthRange ..." (golint)
    • Line 165: warning: comment on exported method DirectionalLight.SetShadowMode should be of the form "SetShadowMode ..." (golint)
    • godot-go/godot/inputeventmagnifygesture.gen.go
    • Line 25: warning: comment on exported type InputEventMagnifyGesture should be of the form "InputEventMagnifyGesture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventMagnifyGesture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventMagnifyGesture.GetFactor should be of the form "GetFactor ..." (golint)
    • Line 60: warning: comment on exported method InputEventMagnifyGesture.SetFactor should be of the form "SetFactor ..." (golint)
    • godot-go/godot/lightoccluder2d.gen.go
    • Line 25: warning: comment on exported type LightOccluder2D should be of the form "LightOccluder2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method LightOccluder2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method LightOccluder2D.X_PolyChanged should be of the form "X_PolyChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_PolyChanged should be XPolyChanged (golint)
    • Line 57: warning: comment on exported method LightOccluder2D.GetOccluderLightMask should be of the form "GetOccluderLightMask ..." (golint)
    • Line 80: warning: comment on exported method LightOccluder2D.GetOccluderPolygon should be of the form "GetOccluderPolygon ..." (golint)
    • Line 117: warning: comment on exported method LightOccluder2D.SetOccluderLightMask should be of the form "SetOccluderLightMask ..." (golint)
    • Line 138: warning: comment on exported method LightOccluder2D.SetOccluderPolygon should be of the form "SetOccluderPolygon ..." (golint)
    • godot-go/godot/navigationmesh.gen.go
    • Line 25: warning: comment on exported type NavigationMesh should be of the form "NavigationMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method NavigationMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method NavigationMesh.X_GetPolygons should be of the form "X_GetPolygons ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetPolygons should be XGetPolygons (golint)
    • Line 60: warning: comment on exported method NavigationMesh.X_SetPolygons should be of the form "X_SetPolygons ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetPolygons should be XSetPolygons (golint)
    • Line 81: warning: comment on exported method NavigationMesh.AddPolygon should be of the form "AddPolygon ..." (golint)
    • Line 102: warning: comment on exported method NavigationMesh.ClearPolygons should be of the form "ClearPolygons ..." (golint)
    • Line 122: warning: comment on exported method NavigationMesh.CreateFromMesh should be of the form "CreateFromMesh ..." (golint)
    • Line 143: warning: comment on exported method NavigationMesh.GetAgentHeight should be of the form "GetAgentHeight ..." (golint)
    • Line 166: warning: comment on exported method NavigationMesh.GetAgentMaxClimb should be of the form "GetAgentMaxClimb ..." (golint)
    • Line 189: warning: comment on exported method NavigationMesh.GetAgentMaxSlope should be of the form "GetAgentMaxSlope ..." (golint)
    • Line 212: warning: comment on exported method NavigationMesh.GetAgentRadius should be of the form "GetAgentRadius ..." (golint)
    • Line 235: warning: comment on exported method NavigationMesh.GetCellHeight should be of the form "GetCellHeight ..." (golint)
    • Line 258: warning: comment on exported method NavigationMesh.GetCellSize should be of the form "GetCellSize ..." (golint)
    • Line 281: warning: comment on exported method NavigationMesh.GetDetailSampleDistance should be of the form "GetDetailSampleDistance ..." (golint)
    • Line 304: warning: comment on exported method NavigationMesh.GetDetailSampleMaxError should be of the form "GetDetailSampleMaxError ..." (golint)
    • Line 327: warning: comment on exported method NavigationMesh.GetEdgeMaxError should be of the form "GetEdgeMaxError ..." (golint)
    • Line 350: warning: comment on exported method NavigationMesh.GetEdgeMaxLength should be of the form "GetEdgeMaxLength ..." (golint)
    • Line 373: warning: comment on exported method NavigationMesh.GetFilterLedgeSpans should be of the form "GetFilterLedgeSpans ..." (golint)
    • Line 396: warning: comment on exported method NavigationMesh.GetFilterLowHangingObstacles should be of the form "GetFilterLowHangingObstacles ..." (golint)
    • Line 419: warning: comment on exported method NavigationMesh.GetFilterWalkableLowHeightSpans should be of the form "GetFilterWalkableLowHeightSpans ..." (golint)
    • Line 442: warning: comment on exported method NavigationMesh.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 466: warning: comment on exported method NavigationMesh.GetPolygonCount should be of the form "GetPolygonCount ..." (golint)
    • Line 489: warning: comment on exported method NavigationMesh.GetRegionMergeSize should be of the form "GetRegionMergeSize ..." (golint)
    • Line 512: warning: comment on exported method NavigationMesh.GetRegionMinSize should be of the form "GetRegionMinSize ..." (golint)
    • Line 535: warning: comment on exported method NavigationMesh.GetSamplePartitionType should be of the form "GetSamplePartitionType ..." (golint)
    • Line 558: warning: comment on exported method NavigationMesh.GetVertices should be of the form "GetVertices ..." (golint)
    • Line 581: warning: comment on exported method NavigationMesh.GetVertsPerPoly should be of the form "GetVertsPerPoly ..." (golint)
    • Line 604: warning: comment on exported method NavigationMesh.SetAgentHeight should be of the form "SetAgentHeight ..." (golint)
    • Line 625: warning: comment on exported method NavigationMesh.SetAgentMaxClimb should be of the form "SetAgentMaxClimb ..." (golint)
    • Line 646: warning: comment on exported method NavigationMesh.SetAgentMaxSlope should be of the form "SetAgentMaxSlope ..." (golint)
    • Line 667: warning: comment on exported method NavigationMesh.SetAgentRadius should be of the form "SetAgentRadius ..." (golint)
    • Line 688: warning: comment on exported method NavigationMesh.SetCellHeight should be of the form "SetCellHeight ..." (golint)
    • Line 709: warning: comment on exported method NavigationMesh.SetCellSize should be of the form "SetCellSize ..." (golint)
    • Line 730: warning: comment on exported method NavigationMesh.SetDetailSampleDistance should be of the form "SetDetailSampleDistance ..." (golint)
    • Line 751: warning: comment on exported method NavigationMesh.SetDetailSampleMaxError should be of the form "SetDetailSampleMaxError ..." (golint)
    • Line 772: warning: comment on exported method NavigationMesh.SetEdgeMaxError should be of the form "SetEdgeMaxError ..." (golint)
    • Line 793: warning: comment on exported method NavigationMesh.SetEdgeMaxLength should be of the form "SetEdgeMaxLength ..." (golint)
    • Line 814: warning: comment on exported method NavigationMesh.SetFilterLedgeSpans should be of the form "SetFilterLedgeSpans ..." (golint)
    • Line 835: warning: comment on exported method NavigationMesh.SetFilterLowHangingObstacles should be of the form "SetFilterLowHangingObstacles ..." (golint)
    • Line 856: warning: comment on exported method NavigationMesh.SetFilterWalkableLowHeightSpans should be of the form "SetFilterWalkableLowHeightSpans ..." (golint)
    • Line 877: warning: comment on exported method NavigationMesh.SetRegionMergeSize should be of the form "SetRegionMergeSize ..." (golint)
    • Line 898: warning: comment on exported method NavigationMesh.SetRegionMinSize should be of the form "SetRegionMinSize ..." (golint)
    • Line 919: warning: comment on exported method NavigationMesh.SetSamplePartitionType should be of the form "SetSamplePartitionType ..." (golint)
    • Line 940: warning: comment on exported method NavigationMesh.SetVertices should be of the form "SetVertices ..." (golint)
    • Line 961: warning: comment on exported method NavigationMesh.SetVertsPerPoly should be of the form "SetVertsPerPoly ..." (golint)
    • godot-go/godot/navigationpolygoninstance.gen.go
    • Line 25: warning: comment on exported type NavigationPolygonInstance should be of the form "NavigationPolygonInstance ..." (with optional leading article) (golint)
    • Line 33: warning: exported method NavigationPolygonInstance.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method NavigationPolygonInstance.X_NavpolyChanged should be of the form "X_NavpolyChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_NavpolyChanged should be XNavpolyChanged (golint)
    • Line 57: warning: comment on exported method NavigationPolygonInstance.GetNavigationPolygon should be of the form "GetNavigationPolygon ..." (golint)
    • Line 94: warning: comment on exported method NavigationPolygonInstance.IsEnabled should be of the form "IsEnabled ..." (golint)
    • Line 117: warning: comment on exported method NavigationPolygonInstance.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 138: warning: comment on exported method NavigationPolygonInstance.SetNavigationPolygon should be of the form "SetNavigationPolygon ..." (golint)
    • godot-go/godot/geometryinstance.gen.go
    • Line 20: warning: exported const GeometryInstanceFlagMax should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const GeometryInstanceShadowCastingSettingDoubleSided should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported type GeometryInstance should be of the form "GeometryInstance ..." (with optional leading article) (golint)
    • Line 51: warning: exported method GeometryInstance.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method GeometryInstance.GetCastShadowsSetting should be of the form "GetCastShadowsSetting ..." (golint)
    • Line 78: warning: comment on exported method GeometryInstance.GetExtraCullMargin should be of the form "GetExtraCullMargin ..." (golint)
    • Line 101: warning: comment on exported method GeometryInstance.GetFlag should be of the form "GetFlag ..." (golint)
    • Line 125: warning: comment on exported method GeometryInstance.GetLodMaxDistance should be of the form "GetLodMaxDistance ..." (golint)
    • Line 148: warning: comment on exported method GeometryInstance.GetLodMaxHysteresis should be of the form "GetLodMaxHysteresis ..." (golint)
    • Line 171: warning: comment on exported method GeometryInstance.GetLodMinDistance should be of the form "GetLodMinDistance ..." (golint)
    • Line 194: warning: comment on exported method GeometryInstance.GetLodMinHysteresis should be of the form "GetLodMinHysteresis ..." (golint)
    • Line 217: warning: comment on exported method GeometryInstance.GetMaterialOverride should be of the form "GetMaterialOverride ..." (golint)
    • Line 254: warning: comment on exported method GeometryInstance.SetCastShadowsSetting should be of the form "SetCastShadowsSetting ..." (golint)
    • Line 275: warning: comment on exported method GeometryInstance.SetExtraCullMargin should be of the form "SetExtraCullMargin ..." (golint)
    • Line 296: warning: comment on exported method GeometryInstance.SetFlag should be of the form "SetFlag ..." (golint)
    • Line 318: warning: comment on exported method GeometryInstance.SetLodMaxDistance should be of the form "SetLodMaxDistance ..." (golint)
    • Line 339: warning: comment on exported method GeometryInstance.SetLodMaxHysteresis should be of the form "SetLodMaxHysteresis ..." (golint)
    • Line 360: warning: comment on exported method GeometryInstance.SetLodMinDistance should be of the form "SetLodMinDistance ..." (golint)
    • Line 381: warning: comment on exported method GeometryInstance.SetLodMinHysteresis should be of the form "SetLodMinHysteresis ..." (golint)
    • Line 402: warning: comment on exported method GeometryInstance.SetMaterialOverride should be of the form "SetMaterialOverride ..." (golint)
    • godot-go/godot/jsonparseresult.gen.go
    • Line 25: warning: comment on exported type JSONParseResult should be of the form "JSONParseResult ..." (with optional leading article) (golint)
    • Line 33: warning: exported method JSONParseResult.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method JSONParseResult.GetError should be of the form "GetError ..." (golint)
    • Line 60: warning: comment on exported method JSONParseResult.GetErrorLine should be of the form "GetErrorLine ..." (golint)
    • Line 83: warning: comment on exported method JSONParseResult.GetErrorString should be of the form "GetErrorString ..." (golint)
    • Line 106: warning: comment on exported method JSONParseResult.GetResult should be of the form "GetResult ..." (golint)
    • Line 129: warning: comment on exported method JSONParseResult.SetError should be of the form "SetError ..." (golint)
    • Line 150: warning: comment on exported method JSONParseResult.SetErrorLine should be of the form "SetErrorLine ..." (golint)
    • Line 171: warning: comment on exported method JSONParseResult.SetErrorString should be of the form "SetErrorString ..." (golint)
    • Line 192: warning: comment on exported method JSONParseResult.SetResult should be of the form "SetResult ..." (golint)
    • godot-go/godot/margincontainer.gen.go
    • Line 25: warning: comment on exported type MarginContainer should be of the form "MarginContainer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MarginContainer.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/texturebutton.gen.go
    • Line 20: warning: exported const TextureButtonStretchKeep should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: comment on exported type TextureButton should be of the form "TextureButton ..." (with optional leading article) (golint)
    • Line 46: warning: exported method TextureButton.BaseClass should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method TextureButton.GetClickMask should be of the form "GetClickMask ..." (golint)
    • Line 87: warning: comment on exported method TextureButton.GetDisabledTexture should be of the form "GetDisabledTexture ..." (golint)
    • Line 124: warning: comment on exported method TextureButton.GetExpand should be of the form "GetExpand ..." (golint)
    • Line 147: warning: comment on exported method TextureButton.GetFocusedTexture should be of the form "GetFocusedTexture ..." (golint)
    • Line 184: warning: comment on exported method TextureButton.GetHoverTexture should be of the form "GetHoverTexture ..." (golint)
    • Line 221: warning: comment on exported method TextureButton.GetNormalTexture should be of the form "GetNormalTexture ..." (golint)
    • Line 258: warning: comment on exported method TextureButton.GetPressedTexture should be of the form "GetPressedTexture ..." (golint)
    • Line 295: warning: comment on exported method TextureButton.GetStretchMode should be of the form "GetStretchMode ..." (golint)
    • Line 318: warning: comment on exported method TextureButton.SetClickMask should be of the form "SetClickMask ..." (golint)
    • Line 339: warning: comment on exported method TextureButton.SetDisabledTexture should be of the form "SetDisabledTexture ..." (golint)
    • Line 360: warning: comment on exported method TextureButton.SetExpand should be of the form "SetExpand ..." (golint)
    • Line 381: warning: comment on exported method TextureButton.SetFocusedTexture should be of the form "SetFocusedTexture ..." (golint)
    • Line 402: warning: comment on exported method TextureButton.SetHoverTexture should be of the form "SetHoverTexture ..." (golint)
    • Line 423: warning: comment on exported method TextureButton.SetNormalTexture should be of the form "SetNormalTexture ..." (golint)
    • Line 444: warning: comment on exported method TextureButton.SetPressedTexture should be of the form "SetPressedTexture ..." (golint)
    • Line 465: warning: comment on exported method TextureButton.SetStretchMode should be of the form "SetStretchMode ..." (golint)
    • godot-go/godot/visualscriptbuiltinfunc.gen.go
    • Line 20: warning: exported const VisualScriptBuiltinFuncBytesToVar should have comment (or a comment on this block) or be unexported (golint)
    • Line 95: warning: comment on exported type VisualScriptBuiltinFunc should be of the form "VisualScriptBuiltinFunc ..." (with optional leading article) (golint)
    • Line 103: warning: exported method VisualScriptBuiltinFunc.BaseClass should have comment or be unexported (golint)
    • Line 107: warning: comment on exported method VisualScriptBuiltinFunc.GetFunc should be of the form "GetFunc ..." (golint)
    • Line 130: warning: comment on exported method VisualScriptBuiltinFunc.SetFunc should be of the form "SetFunc ..." (golint)
    • godot-go/godot/ip_unix.gen.go
    • Line 17: warning: don't use underscores in Go names; func newIP_UnixFromPointer should be newIPUnixFromPointer (golint)
    • Line 25: warning: comment on exported type IP_Unix should be of the form "IP_Unix ..." (with optional leading article) (golint)
    • Line 28: warning: don't use underscores in Go names; type IP_Unix should be IPUnix (golint)
    • Line 33: warning: exported method IP_Unix.BaseClass should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; type IP_UnixImplementer should be IPUnixImplementer (golint)
    • godot-go/godot/visualscriptlocalvarset.gen.go
    • Line 25: warning: comment on exported type VisualScriptLocalVarSet should be of the form "VisualScriptLocalVarSet ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptLocalVarSet.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptLocalVarSet.GetVarName should be of the form "GetVarName ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptLocalVarSet.GetVarType should be of the form "GetVarType ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptLocalVarSet.SetVarName should be of the form "SetVarName ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptLocalVarSet.SetVarType should be of the form "SetVarType ..." (golint)
    • godot-go/godot/visualscriptsubcall.gen.go
    • Line 25: warning: comment on exported type VisualScriptSubCall should be of the form "VisualScriptSubCall ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptSubCall.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptSubCall.X_Subcall should be of the form "X_Subcall ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Subcall should be XSubcall (golint)
    • godot-go/godot/giprobe.gen.go
    • Line 20: warning: exported const GIProbeSubdiv128 should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: comment on exported type GIProbe should be of the form "GIProbe ..." (with optional leading article) (golint)
    • Line 44: warning: exported method GIProbe.BaseClass should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method GIProbe.Bake should be of the form "Bake ..." (golint)
    • Line 70: warning: comment on exported method GIProbe.DebugBake should be of the form "DebugBake ..." (golint)
    • Line 90: warning: comment on exported method GIProbe.GetBias should be of the form "GetBias ..." (golint)
    • Line 113: warning: comment on exported method GIProbe.GetDynamicRange should be of the form "GetDynamicRange ..." (golint)
    • Line 136: warning: comment on exported method GIProbe.GetEnergy should be of the form "GetEnergy ..." (golint)
    • Line 159: warning: comment on exported method GIProbe.GetExtents should be of the form "GetExtents ..." (golint)
    • Line 182: warning: comment on exported method GIProbe.GetNormalBias should be of the form "GetNormalBias ..." (golint)
    • Line 205: warning: comment on exported method GIProbe.GetProbeData should be of the form "GetProbeData ..." (golint)
    • Line 242: warning: comment on exported method GIProbe.GetPropagation should be of the form "GetPropagation ..." (golint)
    • Line 265: warning: comment on exported method GIProbe.GetSubdiv should be of the form "GetSubdiv ..." (golint)
    • Line 288: warning: comment on exported method GIProbe.IsCompressed should be of the form "IsCompressed ..." (golint)
    • Line 311: warning: comment on exported method GIProbe.IsInterior should be of the form "IsInterior ..." (golint)
    • Line 334: warning: comment on exported method GIProbe.SetBias should be of the form "SetBias ..." (golint)
    • Line 355: warning: comment on exported method GIProbe.SetCompress should be of the form "SetCompress ..." (golint)
    • Line 376: warning: comment on exported method GIProbe.SetDynamicRange should be of the form "SetDynamicRange ..." (golint)
    • Line 397: warning: comment on exported method GIProbe.SetEnergy should be of the form "SetEnergy ..." (golint)
    • Line 418: warning: comment on exported method GIProbe.SetExtents should be of the form "SetExtents ..." (golint)
    • Line 439: warning: comment on exported method GIProbe.SetInterior should be of the form "SetInterior ..." (golint)
    • Line 460: warning: comment on exported method GIProbe.SetNormalBias should be of the form "SetNormalBias ..." (golint)
    • Line 481: warning: comment on exported method GIProbe.SetProbeData should be of the form "SetProbeData ..." (golint)
    • Line 502: warning: comment on exported method GIProbe.SetPropagation should be of the form "SetPropagation ..." (golint)
    • Line 523: warning: comment on exported method GIProbe.SetSubdiv should be of the form "SetSubdiv ..." (golint)
    • godot-go/godot/visualscriptselect.gen.go
    • Line 25: warning: comment on exported type VisualScriptSelect should be of the form "VisualScriptSelect ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptSelect.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptSelect.GetTyped should be of the form "GetTyped ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptSelect.SetTyped should be of the form "SetTyped ..." (golint)
    • godot-go/godot/nativescript.gen.go
    • Line 25: warning: comment on exported type NativeScript should be of the form "NativeScript ..." (with optional leading article) (golint)
    • Line 33: warning: exported method NativeScript.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method NativeScript.GetClassName should be of the form "GetClassName ..." (golint)
    • Line 60: warning: comment on exported method NativeScript.GetLibrary should be of the form "GetLibrary ..." (golint)
    • Line 97: warning: comment on exported method NativeScript.New should be of the form "New ..." (golint)
    • Line 134: warning: comment on exported method NativeScript.SetClassName should be of the form "SetClassName ..." (golint)
    • Line 155: warning: comment on exported method NativeScript.SetLibrary should be of the form "SetLibrary ..." (golint)
    • godot-go/godot/resourcesaver.gen.go
    • Line 29: warning: don't use underscores in Go names; func new_ResourceSaverFromPointer should be newResourceSaverFromPointer (golint)
    • Line 41: warning: comment on exported var ResourceSaver should be of the form "ResourceSaver ..." (golint)
    • godot-go/godot/visualscriptnode.gen.go
    • Line 25: warning: comment on exported type VisualScriptNode should be of the form "VisualScriptNode ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptNode.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptNode.X_GetDefaultInputValues should be of the form "X_GetDefaultInputValues ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetDefaultInputValues should be XGetDefaultInputValues (golint)
    • Line 60: warning: comment on exported method VisualScriptNode.X_SetDefaultInputValues should be of the form "X_SetDefaultInputValues ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetDefaultInputValues should be XSetDefaultInputValues (golint)
    • Line 81: warning: comment on exported method VisualScriptNode.GetDefaultInputValue should be of the form "GetDefaultInputValue ..." (golint)
    • Line 105: warning: comment on exported method VisualScriptNode.GetVisualScript should be of the form "GetVisualScript ..." (golint)
    • Line 142: warning: comment on exported method VisualScriptNode.PortsChangedNotify should be of the form "PortsChangedNotify ..." (golint)
    • Line 162: warning: comment on exported method VisualScriptNode.SetDefaultInputValue should be of the form "SetDefaultInputValue ..." (golint)
    • godot-go/godot/audioeffectphaser.gen.go
    • Line 25: warning: comment on exported type AudioEffectPhaser should be of the form "AudioEffectPhaser ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectPhaser.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectPhaser.GetDepth should be of the form "GetDepth ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectPhaser.GetFeedback should be of the form "GetFeedback ..." (golint)
    • Line 83: warning: comment on exported method AudioEffectPhaser.GetRangeMaxHz should be of the form "GetRangeMaxHz ..." (golint)
    • Line 106: warning: comment on exported method AudioEffectPhaser.GetRangeMinHz should be of the form "GetRangeMinHz ..." (golint)
    • Line 129: warning: comment on exported method AudioEffectPhaser.GetRateHz should be of the form "GetRateHz ..." (golint)
    • Line 152: warning: comment on exported method AudioEffectPhaser.SetDepth should be of the form "SetDepth ..." (golint)
    • Line 173: warning: comment on exported method AudioEffectPhaser.SetFeedback should be of the form "SetFeedback ..." (golint)
    • Line 194: warning: comment on exported method AudioEffectPhaser.SetRangeMaxHz should be of the form "SetRangeMaxHz ..." (golint)
    • Line 215: warning: comment on exported method AudioEffectPhaser.SetRangeMinHz should be of the form "SetRangeMinHz ..." (golint)
    • Line 236: warning: comment on exported method AudioEffectPhaser.SetRateHz should be of the form "SetRateHz ..." (golint)
    • godot-go/godot/line2d.gen.go
    • Line 20: warning: exported const Line2DLineCapBox should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const Line2DLineJointBevel should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported const Line2DLineTextureNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 51: warning: comment on exported type Line2D should be of the form "Line2D ..." (with optional leading article) (golint)
    • Line 59: warning: exported method Line2D.BaseClass should have comment or be unexported (golint)
    • Line 63: warning: comment on exported method Line2D.X_GradientChanged should be of the form "X_GradientChanged ..." (golint)
    • Line 67: warning: don't use underscores in Go names; method X_GradientChanged should be XGradientChanged (golint)
    • Line 83: warning: comment on exported method Line2D.AddPoint should be of the form "AddPoint ..." (golint)
    • Line 104: warning: comment on exported method Line2D.GetBeginCapMode should be of the form "GetBeginCapMode ..." (golint)
    • Line 127: warning: comment on exported method Line2D.GetDefaultColor should be of the form "GetDefaultColor ..." (golint)
    • Line 150: warning: comment on exported method Line2D.GetEndCapMode should be of the form "GetEndCapMode ..." (golint)
    • Line 173: warning: comment on exported method Line2D.GetGradient should be of the form "GetGradient ..." (golint)
    • Line 210: warning: comment on exported method Line2D.GetJointMode should be of the form "GetJointMode ..." (golint)
    • Line 233: warning: comment on exported method Line2D.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 256: warning: comment on exported method Line2D.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 280: warning: comment on exported method Line2D.GetPoints should be of the form "GetPoints ..." (golint)
    • Line 303: warning: comment on exported method Line2D.GetRoundPrecision should be of the form "GetRoundPrecision ..." (golint)
    • Line 326: warning: comment on exported method Line2D.GetSharpLimit should be of the form "GetSharpLimit ..." (golint)
    • Line 349: warning: comment on exported method Line2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 386: warning: comment on exported method Line2D.GetTextureMode should be of the form "GetTextureMode ..." (golint)
    • Line 409: warning: comment on exported method Line2D.GetWidth should be of the form "GetWidth ..." (golint)
    • Line 432: warning: comment on exported method Line2D.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 453: warning: comment on exported method Line2D.SetBeginCapMode should be of the form "SetBeginCapMode ..." (golint)
    • Line 474: warning: comment on exported method Line2D.SetDefaultColor should be of the form "SetDefaultColor ..." (golint)
    • Line 495: warning: comment on exported method Line2D.SetEndCapMode should be of the form "SetEndCapMode ..." (golint)
    • Line 516: warning: comment on exported method Line2D.SetGradient should be of the form "SetGradient ..." (golint)
    • Line 537: warning: comment on exported method Line2D.SetJointMode should be of the form "SetJointMode ..." (golint)
    • Line 558: warning: comment on exported method Line2D.SetPointPosition should be of the form "SetPointPosition ..." (golint)
    • Line 580: warning: comment on exported method Line2D.SetPoints should be of the form "SetPoints ..." (golint)
    • Line 601: warning: comment on exported method Line2D.SetRoundPrecision should be of the form "SetRoundPrecision ..." (golint)
    • Line 622: warning: comment on exported method Line2D.SetSharpLimit should be of the form "SetSharpLimit ..." (golint)
    • Line 643: warning: comment on exported method Line2D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 664: warning: comment on exported method Line2D.SetTextureMode should be of the form "SetTextureMode ..." (golint)
    • Line 685: warning: comment on exported method Line2D.SetWidth should be of the form "SetWidth ..." (golint)
    • godot-go/godot/regexmatch.gen.go
    • Line 25: warning: comment on exported type RegExMatch should be of the form "RegExMatch ..." (with optional leading article) (golint)
    • Line 33: warning: exported method RegExMatch.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RegExMatch.GetEnd should be of the form "GetEnd ..." (golint)
    • Line 61: warning: comment on exported method RegExMatch.GetGroupCount should be of the form "GetGroupCount ..." (golint)
    • Line 84: warning: comment on exported method RegExMatch.GetNames should be of the form "GetNames ..." (golint)
    • Line 107: warning: comment on exported method RegExMatch.GetStart should be of the form "GetStart ..." (golint)
    • Line 131: warning: comment on exported method RegExMatch.GetString should be of the form "GetString ..." (golint)
    • Line 155: warning: comment on exported method RegExMatch.GetStrings should be of the form "GetStrings ..." (golint)
    • Line 178: warning: comment on exported method RegExMatch.GetSubject should be of the form "GetSubject ..." (golint)
    • godot-go/godot/vehiclewheel.gen.go
    • Line 25: warning: comment on exported type VehicleWheel should be of the form "VehicleWheel ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VehicleWheel.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VehicleWheel.GetDampingCompression should be of the form "GetDampingCompression ..." (golint)
    • Line 60: warning: comment on exported method VehicleWheel.GetDampingRelaxation should be of the form "GetDampingRelaxation ..." (golint)
    • Line 83: warning: comment on exported method VehicleWheel.GetFrictionSlip should be of the form "GetFrictionSlip ..." (golint)
    • Line 106: warning: comment on exported method VehicleWheel.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 129: warning: comment on exported method VehicleWheel.GetRollInfluence should be of the form "GetRollInfluence ..." (golint)
    • Line 152: warning: comment on exported method VehicleWheel.GetSkidinfo should be of the form "GetSkidinfo ..." (golint)
    • Line 175: warning: comment on exported method VehicleWheel.GetSuspensionMaxForce should be of the form "GetSuspensionMaxForce ..." (golint)
    • Line 198: warning: comment on exported method VehicleWheel.GetSuspensionRestLength should be of the form "GetSuspensionRestLength ..." (golint)
    • Line 221: warning: comment on exported method VehicleWheel.GetSuspensionStiffness should be of the form "GetSuspensionStiffness ..." (golint)
    • Line 244: warning: comment on exported method VehicleWheel.GetSuspensionTravel should be of the form "GetSuspensionTravel ..." (golint)
    • Line 267: warning: comment on exported method VehicleWheel.IsInContact should be of the form "IsInContact ..." (golint)
    • Line 290: warning: comment on exported method VehicleWheel.IsUsedAsSteering should be of the form "IsUsedAsSteering ..." (golint)
    • Line 313: warning: comment on exported method VehicleWheel.IsUsedAsTraction should be of the form "IsUsedAsTraction ..." (golint)
    • Line 336: warning: comment on exported method VehicleWheel.SetDampingCompression should be of the form "SetDampingCompression ..." (golint)
    • Line 357: warning: comment on exported method VehicleWheel.SetDampingRelaxation should be of the form "SetDampingRelaxation ..." (golint)
    • Line 378: warning: comment on exported method VehicleWheel.SetFrictionSlip should be of the form "SetFrictionSlip ..." (golint)
    • Line 399: warning: comment on exported method VehicleWheel.SetRadius should be of the form "SetRadius ..." (golint)
    • Line 420: warning: comment on exported method VehicleWheel.SetRollInfluence should be of the form "SetRollInfluence ..." (golint)
    • Line 441: warning: comment on exported method VehicleWheel.SetSuspensionMaxForce should be of the form "SetSuspensionMaxForce ..." (golint)
    • Line 462: warning: comment on exported method VehicleWheel.SetSuspensionRestLength should be of the form "SetSuspensionRestLength ..." (golint)
    • Line 483: warning: comment on exported method VehicleWheel.SetSuspensionStiffness should be of the form "SetSuspensionStiffness ..." (golint)
    • Line 504: warning: comment on exported method VehicleWheel.SetSuspensionTravel should be of the form "SetSuspensionTravel ..." (golint)
    • Line 525: warning: comment on exported method VehicleWheel.SetUseAsSteering should be of the form "SetUseAsSteering ..." (golint)
    • Line 546: warning: comment on exported method VehicleWheel.SetUseAsTraction should be of the form "SetUseAsTraction ..." (golint)
    • godot-go/godot/mobilevrinterface.gen.go
    • Line 25: warning: comment on exported type MobileVRInterface should be of the form "MobileVRInterface ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MobileVRInterface.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MobileVRInterface.GetDisplayToLens should be of the form "GetDisplayToLens ..." (golint)
    • Line 60: warning: comment on exported method MobileVRInterface.GetDisplayWidth should be of the form "GetDisplayWidth ..." (golint)
    • Line 83: warning: comment on exported method MobileVRInterface.GetIod should be of the form "GetIod ..." (golint)
    • Line 106: warning: comment on exported method MobileVRInterface.GetK1 should be of the form "GetK1 ..." (golint)
    • Line 129: warning: comment on exported method MobileVRInterface.GetK2 should be of the form "GetK2 ..." (golint)
    • Line 152: warning: comment on exported method MobileVRInterface.GetOversample should be of the form "GetOversample ..." (golint)
    • Line 175: warning: comment on exported method MobileVRInterface.SetDisplayToLens should be of the form "SetDisplayToLens ..." (golint)
    • Line 196: warning: comment on exported method MobileVRInterface.SetDisplayWidth should be of the form "SetDisplayWidth ..." (golint)
    • Line 217: warning: comment on exported method MobileVRInterface.SetIod should be of the form "SetIod ..." (golint)
    • Line 238: warning: comment on exported method MobileVRInterface.SetK1 should be of the form "SetK1 ..." (golint)
    • Line 259: warning: comment on exported method MobileVRInterface.SetK2 should be of the form "SetK2 ..." (golint)
    • Line 280: warning: comment on exported method MobileVRInterface.SetOversample should be of the form "SetOversample ..." (golint)
    • godot-go/godot/shader.gen.go
    • Line 20: warning: exported const ShaderModeCanvasItem should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type Shader should be of the form "Shader ..." (with optional leading article) (golint)
    • Line 42: warning: exported method Shader.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method Shader.GetCode should be of the form "GetCode ..." (golint)
    • Line 69: warning: comment on exported method Shader.GetDefaultTextureParam should be of the form "GetDefaultTextureParam ..." (golint)
    • Line 107: warning: comment on exported method Shader.GetMode should be of the form "GetMode ..." (golint)
    • Line 130: warning: comment on exported method Shader.HasParam should be of the form "HasParam ..." (golint)
    • Line 154: warning: comment on exported method Shader.SetCode should be of the form "SetCode ..." (golint)
    • Line 175: warning: comment on exported method Shader.SetDefaultTextureParam should be of the form "SetDefaultTextureParam ..." (golint)
    • godot-go/godot/editorfilesystemdirectory.gen.go
    • Line 25: warning: comment on exported type EditorFileSystemDirectory should be of the form "EditorFileSystemDirectory ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorFileSystemDirectory.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorFileSystemDirectory.FindDirIndex should be of the form "FindDirIndex ..." (golint)
    • Line 61: warning: comment on exported method EditorFileSystemDirectory.FindFileIndex should be of the form "FindFileIndex ..." (golint)
    • Line 85: warning: comment on exported method EditorFileSystemDirectory.GetFile should be of the form "GetFile ..." (golint)
    • Line 109: warning: comment on exported method EditorFileSystemDirectory.GetFileCount should be of the form "GetFileCount ..." (golint)
    • Line 132: warning: comment on exported method EditorFileSystemDirectory.GetFileImportIsValid should be of the form "GetFileImportIsValid ..." (golint)
    • Line 156: warning: comment on exported method EditorFileSystemDirectory.GetFilePath should be of the form "GetFilePath ..." (golint)
    • Line 180: warning: comment on exported method EditorFileSystemDirectory.GetFileType should be of the form "GetFileType ..." (golint)
    • Line 204: warning: comment on exported method EditorFileSystemDirectory.GetName should be of the form "GetName ..." (golint)
    • Line 227: warning: comment on exported method EditorFileSystemDirectory.GetParent should be of the form "GetParent ..." (golint)
    • Line 264: warning: comment on exported method EditorFileSystemDirectory.GetPath should be of the form "GetPath ..." (golint)
    • Line 287: warning: comment on exported method EditorFileSystemDirectory.GetSubdir should be of the form "GetSubdir ..." (golint)
    • Line 325: warning: comment on exported method EditorFileSystemDirectory.GetSubdirCount should be of the form "GetSubdirCount ..." (golint)
    • godot-go/godot/ip.gen.go
    • Line 20: warning: exported const IPResolverStatusDone should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const IPTypeAny should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: comment on exported var IP should be of the form "IP ..." (golint)
    • godot-go/godot/visualscriptself.gen.go
    • Line 25: warning: comment on exported type VisualScriptSelf should be of the form "VisualScriptSelf ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptSelf.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/richtextlabel.gen.go
    • Line 20: warning: exported const RichTextLabelAlignCenter should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const RichTextLabelItemAlign should have comment (or a comment on this block) or be unexported (golint)
    • Line 48: warning: exported const RichTextLabelListDots should have comment (or a comment on this block) or be unexported (golint)
    • Line 62: warning: comment on exported type RichTextLabel should be of the form "RichTextLabel ..." (with optional leading article) (golint)
    • Line 70: warning: exported method RichTextLabel.BaseClass should have comment or be unexported (golint)
    • Line 74: warning: comment on exported method RichTextLabel.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 78: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 95: warning: comment on exported method RichTextLabel.X_ScrollChanged should be of the form "X_ScrollChanged ..." (golint)
    • Line 99: warning: don't use underscores in Go names; method X_ScrollChanged should be XScrollChanged (golint)
    • Line 116: warning: comment on exported method RichTextLabel.AddImage should be of the form "AddImage ..." (golint)
    • Line 137: warning: comment on exported method RichTextLabel.AddText should be of the form "AddText ..." (golint)
    • Line 158: warning: comment on exported method RichTextLabel.AppendBbcode should be of the form "AppendBbcode ..." (golint)
    • Line 182: warning: comment on exported method RichTextLabel.Clear should be of the form "Clear ..." (golint)
    • Line 202: warning: comment on exported method RichTextLabel.GetBbcode should be of the form "GetBbcode ..." (golint)
    • Line 225: warning: comment on exported method RichTextLabel.GetLineCount should be of the form "GetLineCount ..." (golint)
    • Line 248: warning: comment on exported method RichTextLabel.GetPercentVisible should be of the form "GetPercentVisible ..." (golint)
    • Line 271: warning: comment on exported method RichTextLabel.GetTabSize should be of the form "GetTabSize ..." (golint)
    • Line 294: warning: comment on exported method RichTextLabel.GetText should be of the form "GetText ..." (golint)
    • Line 317: warning: comment on exported method RichTextLabel.GetTotalCharacterCount should be of the form "GetTotalCharacterCount ..." (golint)
    • Line 340: warning: comment on exported method RichTextLabel.GetVScroll should be of the form "GetVScroll ..." (golint)
    • Line 377: warning: comment on exported method RichTextLabel.GetVisibleCharacters should be of the form "GetVisibleCharacters ..." (golint)
    • Line 400: warning: comment on exported method RichTextLabel.GetVisibleLineCount should be of the form "GetVisibleLineCount ..." (golint)
    • Line 423: warning: comment on exported method RichTextLabel.IsMetaUnderlined should be of the form "IsMetaUnderlined ..." (golint)
    • Line 446: warning: comment on exported method RichTextLabel.IsOverridingSelectedFontColor should be of the form "IsOverridingSelectedFontColor ..." (golint)
    • Line 469: warning: comment on exported method RichTextLabel.IsScrollActive should be of the form "IsScrollActive ..." (golint)
    • Line 492: warning: comment on exported method RichTextLabel.IsScrollFollowing should be of the form "IsScrollFollowing ..." (golint)
    • Line 515: warning: comment on exported method RichTextLabel.IsSelectionEnabled should be of the form "IsSelectionEnabled ..." (golint)
    • Line 538: warning: comment on exported method RichTextLabel.IsUsingBbcode should be of the form "IsUsingBbcode ..." (golint)
    • Line 561: warning: comment on exported method RichTextLabel.Newline should be of the form "Newline ..." (golint)
    • Line 581: warning: comment on exported method RichTextLabel.ParseBbcode should be of the form "ParseBbcode ..." (golint)
    • Line 605: warning: comment on exported method RichTextLabel.Pop should be of the form "Pop ..." (golint)
    • Line 625: warning: comment on exported method RichTextLabel.PushAlign should be of the form "PushAlign ..." (golint)
    • Line 646: warning: comment on exported method RichTextLabel.PushCell should be of the form "PushCell ..." (golint)
    • Line 666: warning: comment on exported method RichTextLabel.PushColor should be of the form "PushColor ..." (golint)
    • Line 687: warning: comment on exported method RichTextLabel.PushFont should be of the form "PushFont ..." (golint)
    • Line 708: warning: comment on exported method RichTextLabel.PushIndent should be of the form "PushIndent ..." (golint)
    • Line 729: warning: comment on exported method RichTextLabel.PushList should be of the form "PushList ..." (golint)
    • Line 750: warning: comment on exported method RichTextLabel.PushMeta should be of the form "PushMeta ..." (golint)
    • Line 771: warning: comment on exported method RichTextLabel.PushTable should be of the form "PushTable ..." (golint)
    • Line 792: warning: comment on exported method RichTextLabel.PushUnderline should be of the form "PushUnderline ..." (golint)
    • Line 812: warning: comment on exported method RichTextLabel.RemoveLine should be of the form "RemoveLine ..." (golint)
    • Line 836: warning: comment on exported method RichTextLabel.ScrollToLine should be of the form "ScrollToLine ..." (golint)
    • Line 857: warning: comment on exported method RichTextLabel.SetBbcode should be of the form "SetBbcode ..." (golint)
    • Line 878: warning: comment on exported method RichTextLabel.SetMetaUnderline should be of the form "SetMetaUnderline ..." (golint)
    • Line 899: warning: comment on exported method RichTextLabel.SetOverrideSelectedFontColor should be of the form "SetOverrideSelectedFontColor ..." (golint)
    • Line 920: warning: comment on exported method RichTextLabel.SetPercentVisible should be of the form "SetPercentVisible ..." (golint)
    • Line 941: warning: comment on exported method RichTextLabel.SetScrollActive should be of the form "SetScrollActive ..." (golint)
    • Line 962: warning: comment on exported method RichTextLabel.SetScrollFollow should be of the form "SetScrollFollow ..." (golint)
    • Line 983: warning: comment on exported method RichTextLabel.SetSelectionEnabled should be of the form "SetSelectionEnabled ..." (golint)
    • Line 1004: warning: comment on exported method RichTextLabel.SetTabSize should be of the form "SetTabSize ..." (golint)
    • Line 1025: warning: comment on exported method RichTextLabel.SetTableColumnExpand should be of the form "SetTableColumnExpand ..." (golint)
    • Line 1048: warning: comment on exported method RichTextLabel.SetText should be of the form "SetText ..." (golint)
    • Line 1069: warning: comment on exported method RichTextLabel.SetUseBbcode should be of the form "SetUseBbcode ..." (golint)
    • Line 1090: warning: comment on exported method RichTextLabel.SetVisibleCharacters should be of the form "SetVisibleCharacters ..." (golint)
    • godot-go/godot/visualscripteditor.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_VisualScriptEditorFromPointer should be newVisualScriptEditorFromPointer (golint)
    • Line 29: warning: comment on exported var VisualScriptEditor should be of the form "VisualScriptEditor ..." (golint)
    • godot-go/godot/vseparator.gen.go
    • Line 25: warning: comment on exported type VSeparator should be of the form "VSeparator ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VSeparator.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/audioeffectlimiter.gen.go
    • Line 25: warning: comment on exported type AudioEffectLimiter should be of the form "AudioEffectLimiter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectLimiter.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectLimiter.GetCeilingDb should be of the form "GetCeilingDb ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectLimiter.GetSoftClipDb should be of the form "GetSoftClipDb ..." (golint)
    • Line 83: warning: comment on exported method AudioEffectLimiter.GetSoftClipRatio should be of the form "GetSoftClipRatio ..." (golint)
    • Line 106: warning: comment on exported method AudioEffectLimiter.GetThresholdDb should be of the form "GetThresholdDb ..." (golint)
    • Line 129: warning: comment on exported method AudioEffectLimiter.SetCeilingDb should be of the form "SetCeilingDb ..." (golint)
    • Line 150: warning: comment on exported method AudioEffectLimiter.SetSoftClipDb should be of the form "SetSoftClipDb ..." (golint)
    • Line 171: warning: comment on exported method AudioEffectLimiter.SetSoftClipRatio should be of the form "SetSoftClipRatio ..." (golint)
    • Line 192: warning: comment on exported method AudioEffectLimiter.SetThresholdDb should be of the form "SetThresholdDb ..." (golint)
    • godot-go/godot/audiostreamsample.gen.go
    • Line 20: warning: exported const AudioStreamSampleFormat16Bits should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const AudioStreamSampleLoopDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported type AudioStreamSample should be of the form "AudioStreamSample ..." (with optional leading article) (golint)
    • Line 51: warning: exported method AudioStreamSample.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method AudioStreamSample.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 59: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 78: warning: comment on exported method AudioStreamSample.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 82: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 99: warning: comment on exported method AudioStreamSample.GetFormat should be of the form "GetFormat ..." (golint)
    • Line 122: warning: comment on exported method AudioStreamSample.GetLoopBegin should be of the form "GetLoopBegin ..." (golint)
    • Line 145: warning: comment on exported method AudioStreamSample.GetLoopEnd should be of the form "GetLoopEnd ..." (golint)
    • Line 168: warning: comment on exported method AudioStreamSample.GetLoopMode should be of the form "GetLoopMode ..." (golint)
    • Line 191: warning: comment on exported method AudioStreamSample.GetMixRate should be of the form "GetMixRate ..." (golint)
    • Line 214: warning: comment on exported method AudioStreamSample.IsStereo should be of the form "IsStereo ..." (golint)
    • Line 237: warning: comment on exported method AudioStreamSample.SetFormat should be of the form "SetFormat ..." (golint)
    • Line 258: warning: comment on exported method AudioStreamSample.SetLoopBegin should be of the form "SetLoopBegin ..." (golint)
    • Line 279: warning: comment on exported method AudioStreamSample.SetLoopEnd should be of the form "SetLoopEnd ..." (golint)
    • Line 300: warning: comment on exported method AudioStreamSample.SetLoopMode should be of the form "SetLoopMode ..." (golint)
    • Line 321: warning: comment on exported method AudioStreamSample.SetMixRate should be of the form "SetMixRate ..." (golint)
    • Line 342: warning: comment on exported method AudioStreamSample.SetStereo should be of the form "SetStereo ..." (golint)
    • godot-go/godot/parallaxlayer.gen.go
    • Line 33: warning: exported method ParallaxLayer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ParallaxLayer.GetMirroring should be of the form "GetMirroring ..." (golint)
    • Line 60: warning: comment on exported method ParallaxLayer.GetMotionOffset should be of the form "GetMotionOffset ..." (golint)
    • Line 83: warning: comment on exported method ParallaxLayer.GetMotionScale should be of the form "GetMotionScale ..." (golint)
    • Line 106: warning: comment on exported method ParallaxLayer.SetMirroring should be of the form "SetMirroring ..." (golint)
    • Line 127: warning: comment on exported method ParallaxLayer.SetMotionOffset should be of the form "SetMotionOffset ..." (golint)
    • Line 148: warning: comment on exported method ParallaxLayer.SetMotionScale should be of the form "SetMotionScale ..." (golint)
    • godot-go/godot/pluginscript.gen.go
    • Line 25: warning: comment on exported type PluginScript should be of the form "PluginScript ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PluginScript.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/rayshape2d.gen.go
    • Line 25: warning: comment on exported type RayShape2D should be of the form "RayShape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method RayShape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RayShape2D.GetLength should be of the form "GetLength ..." (golint)
    • Line 60: warning: comment on exported method RayShape2D.SetLength should be of the form "SetLength ..." (golint)
    • godot-go/godot/arraymesh.gen.go
    • Line 20: warning: exported const ArrayMeshArrayFormatBones should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported const ArrayMeshArrayBones should have comment (or a comment on this block) or be unexported (golint)
    • Line 56: warning: comment on exported type ArrayMesh should be of the form "ArrayMesh ..." (with optional leading article) (golint)
    • Line 64: warning: exported method ArrayMesh.BaseClass should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method ArrayMesh.AddBlendShape should be of the form "AddBlendShape ..." (golint)
    • Line 89: warning: comment on exported method ArrayMesh.AddSurfaceFromArrays should be of the form "AddSurfaceFromArrays ..." (golint)
    • Line 113: warning: comment on exported method ArrayMesh.CenterGeometry should be of the form "CenterGeometry ..." (golint)
    • Line 133: warning: comment on exported method ArrayMesh.ClearBlendShapes should be of the form "ClearBlendShapes ..." (golint)
    • Line 153: warning: comment on exported method ArrayMesh.GetBlendShapeCount should be of the form "GetBlendShapeCount ..." (golint)
    • Line 176: warning: comment on exported method ArrayMesh.GetBlendShapeMode should be of the form "GetBlendShapeMode ..." (golint)
    • Line 199: warning: comment on exported method ArrayMesh.GetBlendShapeName should be of the form "GetBlendShapeName ..." (golint)
    • Line 223: warning: comment on exported method ArrayMesh.GetCustomAabb should be of the form "GetCustomAabb ..." (golint)
    • Line 246: warning: comment on exported method ArrayMesh.GetSurfaceCount should be of the form "GetSurfaceCount ..." (golint)
    • Line 269: warning: comment on exported method ArrayMesh.LightmapUnwrap should be of the form "LightmapUnwrap ..." (golint)
    • Line 294: warning: comment on exported method ArrayMesh.RegenNormalmaps should be of the form "RegenNormalmaps ..." (golint)
    • Line 314: warning: comment on exported method ArrayMesh.SetBlendShapeMode should be of the form "SetBlendShapeMode ..." (golint)
    • Line 335: warning: comment on exported method ArrayMesh.SetCustomAabb should be of the form "SetCustomAabb ..." (golint)
    • Line 356: warning: comment on exported method ArrayMesh.SurfaceGetArrayIndexLen should be of the form "SurfaceGetArrayIndexLen ..." (golint)
    • Line 380: warning: comment on exported method ArrayMesh.SurfaceGetArrayLen should be of the form "SurfaceGetArrayLen ..." (golint)
    • Line 404: warning: comment on exported method ArrayMesh.SurfaceGetArrays should be of the form "SurfaceGetArrays ..." (golint)
    • Line 428: warning: comment on exported method ArrayMesh.SurfaceGetBlendShapeArrays should be of the form "SurfaceGetBlendShapeArrays ..." (golint)
    • Line 452: warning: comment on exported method ArrayMesh.SurfaceGetFormat should be of the form "SurfaceGetFormat ..." (golint)
    • Line 476: warning: comment on exported method ArrayMesh.SurfaceGetMaterial should be of the form "SurfaceGetMaterial ..." (golint)
    • Line 514: warning: comment on exported method ArrayMesh.SurfaceGetName should be of the form "SurfaceGetName ..." (golint)
    • Line 538: warning: comment on exported method ArrayMesh.SurfaceGetPrimitiveType should be of the form "SurfaceGetPrimitiveType ..." (golint)
    • Line 562: warning: comment on exported method ArrayMesh.SurfaceRemove should be of the form "SurfaceRemove ..." (golint)
    • Line 583: warning: comment on exported method ArrayMesh.SurfaceSetMaterial should be of the form "SurfaceSetMaterial ..." (golint)
    • Line 605: warning: comment on exported method ArrayMesh.SurfaceSetName should be of the form "SurfaceSetName ..." (golint)
    • Line 627: warning: comment on exported method ArrayMesh.SurfaceUpdateRegion should be of the form "SurfaceUpdateRegion ..." (golint)
    • godot-go/godot/audioeffecteq10.gen.go
    • Line 25: warning: comment on exported type AudioEffectEQ10 should be of the form "AudioEffectEQ10 ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectEQ10.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/editorresourcepreview.gen.go
    • Line 25: warning: comment on exported type EditorResourcePreview should be of the form "EditorResourcePreview ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorResourcePreview.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorResourcePreview.X_PreviewReady should be of the form "X_PreviewReady ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_PreviewReady should be XPreviewReady (golint)
    • Line 62: warning: comment on exported method EditorResourcePreview.AddPreviewGenerator should be of the form "AddPreviewGenerator ..." (golint)
    • Line 83: warning: comment on exported method EditorResourcePreview.CheckForInvalidation should be of the form "CheckForInvalidation ..." (golint)
    • Line 104: warning: comment on exported method EditorResourcePreview.QueueEditedResourcePreview should be of the form "QueueEditedResourcePreview ..." (golint)
    • Line 128: warning: comment on exported method EditorResourcePreview.QueueResourcePreview should be of the form "QueueResourcePreview ..." (golint)
    • Line 152: warning: comment on exported method EditorResourcePreview.RemovePreviewGenerator should be of the form "RemovePreviewGenerator ..." (golint)
    • godot-go/godot/physicsdirectbodystate.gen.go
    • Line 25: warning: comment on exported type PhysicsDirectBodyState should be of the form "PhysicsDirectBodyState ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PhysicsDirectBodyState.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PhysicsDirectBodyState.AddForce should be of the form "AddForce ..." (golint)
    • Line 59: warning: comment on exported method PhysicsDirectBodyState.ApplyImpulse should be of the form "ApplyImpulse ..." (golint)
    • Line 81: warning: comment on exported method PhysicsDirectBodyState.ApplyTorqeImpulse should be of the form "ApplyTorqeImpulse ..." (golint)
    • Line 102: warning: comment on exported method PhysicsDirectBodyState.GetAngularVelocity should be of the form "GetAngularVelocity ..." (golint)
    • Line 125: warning: comment on exported method PhysicsDirectBodyState.GetCenterOfMass should be of the form "GetCenterOfMass ..." (golint)
    • Line 148: warning: comment on exported method PhysicsDirectBodyState.GetContactCollider should be of the form "GetContactCollider ..." (golint)
    • Line 172: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderId should be of the form "GetContactColliderId ..." (golint)
    • Line 196: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderObject should be of the form "GetContactColliderObject ..." (golint)
    • Line 234: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderPosition should be of the form "GetContactColliderPosition ..." (golint)
    • Line 258: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderShape should be of the form "GetContactColliderShape ..." (golint)
    • Line 282: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderVelocityAtPosition should be of the form "GetContactColliderVelocityAtPosition ..." (golint)
    • Line 306: warning: comment on exported method PhysicsDirectBodyState.GetContactCount should be of the form "GetContactCount ..." (golint)
    • Line 329: warning: comment on exported method PhysicsDirectBodyState.GetContactLocalNormal should be of the form "GetContactLocalNormal ..." (golint)
    • Line 353: warning: comment on exported method PhysicsDirectBodyState.GetContactLocalPosition should be of the form "GetContactLocalPosition ..." (golint)
    • Line 377: warning: comment on exported method PhysicsDirectBodyState.GetContactLocalShape should be of the form "GetContactLocalShape ..." (golint)
    • Line 401: warning: comment on exported method PhysicsDirectBodyState.GetInverseInertia should be of the form "GetInverseInertia ..." (golint)
    • Line 424: warning: comment on exported method PhysicsDirectBodyState.GetInverseMass should be of the form "GetInverseMass ..." (golint)
    • Line 447: warning: comment on exported method PhysicsDirectBodyState.GetLinearVelocity should be of the form "GetLinearVelocity ..." (golint)
    • Line 470: warning: comment on exported method PhysicsDirectBodyState.GetPrincipalInertiaAxes should be of the form "GetPrincipalInertiaAxes ..." (golint)
    • Line 493: warning: comment on exported method PhysicsDirectBodyState.GetSpaceState should be of the form "GetSpaceState ..." (golint)
    • Line 530: warning: comment on exported method PhysicsDirectBodyState.GetStep should be of the form "GetStep ..." (golint)
    • Line 553: warning: comment on exported method PhysicsDirectBodyState.GetTotalAngularDamp should be of the form "GetTotalAngularDamp ..." (golint)
    • Line 576: warning: comment on exported method PhysicsDirectBodyState.GetTotalGravity should be of the form "GetTotalGravity ..." (golint)
    • Line 599: warning: comment on exported method PhysicsDirectBodyState.GetTotalLinearDamp should be of the form "GetTotalLinearDamp ..." (golint)
    • Line 622: warning: comment on exported method PhysicsDirectBodyState.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 645: warning: comment on exported method PhysicsDirectBodyState.IntegrateForces should be of the form "IntegrateForces ..." (golint)
    • Line 665: warning: comment on exported method PhysicsDirectBodyState.IsSleeping should be of the form "IsSleeping ..." (golint)
    • Line 688: warning: comment on exported method PhysicsDirectBodyState.SetAngularVelocity should be of the form "SetAngularVelocity ..." (golint)
    • Line 709: warning: comment on exported method PhysicsDirectBodyState.SetLinearVelocity should be of the form "SetLinearVelocity ..." (golint)
    • Line 730: warning: comment on exported method PhysicsDirectBodyState.SetSleepState should be of the form "SetSleepState ..." (golint)
    • Line 751: warning: comment on exported method PhysicsDirectBodyState.SetTransform should be of the form "SetTransform ..." (golint)
    • godot-go/godot/file.gen.go
    • Line 37: warning: don't use underscores in Go names; func new_FileFromPointer should be newFileFromPointer (golint)
    • Line 53: warning: exported method File.BaseClass should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method File.Close should be of the form "Close ..." (golint)
    • Line 77: warning: comment on exported method File.EofReached should be of the form "EofReached ..." (golint)
    • Line 100: warning: comment on exported method File.FileExists should be of the form "FileExists ..." (golint)
    • Line 124: warning: comment on exported method File.Get16 should be of the form "Get16 ..." (golint)
    • Line 147: warning: comment on exported method File.Get32 should be of the form "Get32 ..." (golint)
    • Line 170: warning: comment on exported method File.Get64 should be of the form "Get64 ..." (golint)
    • Line 193: warning: comment on exported method File.Get8 should be of the form "Get8 ..." (golint)
    • Line 216: warning: comment on exported method File.GetAsText should be of the form "GetAsText ..." (golint)
    • Line 239: warning: comment on exported method File.GetBuffer should be of the form "GetBuffer ..." (golint)
    • Line 263: warning: comment on exported method File.GetCsvLine should be of the form "GetCsvLine ..." (golint)
    • Line 287: warning: comment on exported method File.GetDouble should be of the form "GetDouble ..." (golint)
    • Line 310: warning: comment on exported method File.GetEndianSwap should be of the form "GetEndianSwap ..." (golint)
    • Line 333: warning: comment on exported method File.GetError should be of the form "GetError ..." (golint)
    • Line 356: warning: comment on exported method File.GetFloat should be of the form "GetFloat ..." (golint)
    • Line 379: warning: comment on exported method File.GetLen should be of the form "GetLen ..." (golint)
    • Line 402: warning: comment on exported method File.GetLine should be of the form "GetLine ..." (golint)
    • Line 425: warning: comment on exported method File.GetMd5 should be of the form "GetMd5 ..." (golint)
    • Line 449: warning: comment on exported method File.GetModifiedTime should be of the form "GetModifiedTime ..." (golint)
    • Line 473: warning: comment on exported method File.GetPascalString should be of the form "GetPascalString ..." (golint)
    • Line 496: warning: comment on exported method File.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 519: warning: comment on exported method File.GetReal should be of the form "GetReal ..." (golint)
    • Line 542: warning: comment on exported method File.GetSha256 should be of the form "GetSha256 ..." (golint)
    • Line 566: warning: comment on exported method File.GetVar should be of the form "GetVar ..." (golint)
    • Line 589: warning: comment on exported method File.IsOpen should be of the form "IsOpen ..." (golint)
    • Line 612: warning: comment on exported method File.Open should be of the form "Open ..." (golint)
    • Line 637: warning: comment on exported method File.OpenCompressed should be of the form "OpenCompressed ..." (golint)
    • Line 663: warning: comment on exported method File.OpenEncrypted should be of the form "OpenEncrypted ..." (golint)
    • Line 689: warning: comment on exported method File.OpenEncryptedWithPass should be of the form "OpenEncryptedWithPass ..." (golint)
    • Line 715: warning: comment on exported method File.Seek should be of the form "Seek ..." (golint)
    • Line 736: warning: comment on exported method File.SeekEnd should be of the form "SeekEnd ..." (golint)
    • Line 757: warning: comment on exported method File.SetEndianSwap should be of the form "SetEndianSwap ..." (golint)
    • Line 778: warning: comment on exported method File.Store16 should be of the form "Store16 ..." (golint)
    • Line 799: warning: comment on exported method File.Store32 should be of the form "Store32 ..." (golint)
    • Line 820: warning: comment on exported method File.Store64 should be of the form "Store64 ..." (golint)
    • Line 841: warning: comment on exported method File.Store8 should be of the form "Store8 ..." (golint)
    • Line 862: warning: comment on exported method File.StoreBuffer should be of the form "StoreBuffer ..." (golint)
    • Line 883: warning: comment on exported method File.StoreDouble should be of the form "StoreDouble ..." (golint)
    • Line 904: warning: comment on exported method File.StoreFloat should be of the form "StoreFloat ..." (golint)
    • Line 925: warning: comment on exported method File.StoreLine should be of the form "StoreLine ..." (golint)
    • Line 946: warning: comment on exported method File.StorePascalString should be of the form "StorePascalString ..." (golint)
    • Line 967: warning: comment on exported method File.StoreReal should be of the form "StoreReal ..." (golint)
    • Line 988: warning: comment on exported method File.StoreString should be of the form "StoreString ..." (golint)
    • Line 1009: warning: comment on exported method File.StoreVar should be of the form "StoreVar ..." (golint)
    • godot-go/godot/physicsbody.gen.go
    • Line 33: warning: exported method PhysicsBody.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PhysicsBody.X_GetLayers should be of the form "X_GetLayers ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetLayers should be XGetLayers (golint)
    • Line 60: warning: comment on exported method PhysicsBody.X_SetLayers should be of the form "X_SetLayers ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetLayers should be XSetLayers (golint)
    • Line 81: warning: comment on exported method PhysicsBody.AddCollisionExceptionWith should be of the form "AddCollisionExceptionWith ..." (golint)
    • Line 102: warning: comment on exported method PhysicsBody.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 125: warning: comment on exported method PhysicsBody.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 149: warning: comment on exported method PhysicsBody.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 172: warning: comment on exported method PhysicsBody.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 196: warning: comment on exported method PhysicsBody.RemoveCollisionExceptionWith should be of the form "RemoveCollisionExceptionWith ..." (golint)
    • Line 217: warning: comment on exported method PhysicsBody.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 238: warning: comment on exported method PhysicsBody.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 260: warning: comment on exported method PhysicsBody.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 281: warning: comment on exported method PhysicsBody.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • godot-go/godot/shortcut.gen.go
    • Line 25: warning: comment on exported type ShortCut should be of the form "ShortCut ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ShortCut.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ShortCut.GetAsText should be of the form "GetAsText ..." (golint)
    • Line 60: warning: comment on exported method ShortCut.GetShortcut should be of the form "GetShortcut ..." (golint)
    • Line 97: warning: comment on exported method ShortCut.IsShortcut should be of the form "IsShortcut ..." (golint)
    • Line 121: warning: comment on exported method ShortCut.IsValid should be of the form "IsValid ..." (golint)
    • Line 144: warning: comment on exported method ShortCut.SetShortcut should be of the form "SetShortcut ..." (golint)
    • godot-go/godot/circleshape2d.gen.go
    • Line 25: warning: comment on exported type CircleShape2D should be of the form "CircleShape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CircleShape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CircleShape2D.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 60: warning: comment on exported method CircleShape2D.SetRadius should be of the form "SetRadius ..." (golint)
    • godot-go/godot/colorrect.gen.go
    • Line 25: warning: comment on exported type ColorRect should be of the form "ColorRect ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ColorRect.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ColorRect.GetFrameColor should be of the form "GetFrameColor ..." (golint)
    • Line 60: warning: comment on exported method ColorRect.SetFrameColor should be of the form "SetFrameColor ..." (golint)
    • godot-go/godot/configfile.gen.go
    • Line 25: warning: comment on exported type ConfigFile should be of the form "ConfigFile ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ConfigFile.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ConfigFile.EraseSection should be of the form "EraseSection ..." (golint)
    • Line 58: warning: comment on exported method ConfigFile.GetSectionKeys should be of the form "GetSectionKeys ..." (golint)
    • Line 82: warning: comment on exported method ConfigFile.GetSections should be of the form "GetSections ..." (golint)
    • Line 105: warning: comment on exported method ConfigFile.GetValue should be of the form "GetValue ..." (golint)
    • Line 131: warning: comment on exported method ConfigFile.HasSection should be of the form "HasSection ..." (golint)
    • Line 155: warning: comment on exported method ConfigFile.HasSectionKey should be of the form "HasSectionKey ..." (golint)
    • Line 180: warning: comment on exported method ConfigFile.Load should be of the form "Load ..." (golint)
    • Line 204: warning: comment on exported method ConfigFile.Save should be of the form "Save ..." (golint)
    • Line 228: warning: comment on exported method ConfigFile.SetValue should be of the form "SetValue ..." (golint)
    • godot-go/godot/inputeventjoypadbutton.gen.go
    • Line 25: warning: comment on exported type InputEventJoypadButton should be of the form "InputEventJoypadButton ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventJoypadButton.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventJoypadButton.GetButtonIndex should be of the form "GetButtonIndex ..." (golint)
    • Line 60: warning: comment on exported method InputEventJoypadButton.GetPressure should be of the form "GetPressure ..." (golint)
    • Line 83: warning: comment on exported method InputEventJoypadButton.SetButtonIndex should be of the form "SetButtonIndex ..." (golint)
    • Line 104: warning: comment on exported method InputEventJoypadButton.SetPressed should be of the form "SetPressed ..." (golint)
    • Line 125: warning: comment on exported method InputEventJoypadButton.SetPressure should be of the form "SetPressure ..." (golint)
    • godot-go/godot/visibilityenabler2d.gen.go
    • Line 20: warning: exported const VisibilityEnabler2DEnablerFreezeBodies should have comment (or a comment on this block) or be unexported (golint)
    • Line 46: warning: exported method VisibilityEnabler2D.BaseClass should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method VisibilityEnabler2D.X_NodeRemoved should be of the form "X_NodeRemoved ..." (golint)
    • Line 54: warning: don't use underscores in Go names; method X_NodeRemoved should be XNodeRemoved (golint)
    • Line 71: warning: comment on exported method VisibilityEnabler2D.IsEnablerEnabled should be of the form "IsEnablerEnabled ..." (golint)
    • Line 95: warning: comment on exported method VisibilityEnabler2D.SetEnabler should be of the form "SetEnabler ..." (golint)
    • godot-go/godot/colorpicker.gen.go
    • Line 25: warning: comment on exported type ColorPicker should be of the form "ColorPicker ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ColorPicker.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ColorPicker.X_AddPresetPressed should be of the form "X_AddPresetPressed ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_AddPresetPressed should be XAddPresetPressed (golint)
    • Line 57: warning: comment on exported method ColorPicker.X_HsvDraw should be of the form "X_HsvDraw ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_HsvDraw should be XHsvDraw (golint)
    • Line 79: warning: comment on exported method ColorPicker.X_HtmlEntered should be of the form "X_HtmlEntered ..." (golint)
    • Line 83: warning: don't use underscores in Go names; method X_HtmlEntered should be XHTMLEntered (golint)
    • Line 100: warning: comment on exported method ColorPicker.X_PresetInput should be of the form "X_PresetInput ..." (golint)
    • Line 104: warning: don't use underscores in Go names; method X_PresetInput should be XPresetInput (golint)
    • Line 121: warning: comment on exported method ColorPicker.X_SampleDraw should be of the form "X_SampleDraw ..." (golint)
    • Line 125: warning: don't use underscores in Go names; method X_SampleDraw should be XSampleDraw (golint)
    • Line 141: warning: comment on exported method ColorPicker.X_ScreenInput should be of the form "X_ScreenInput ..." (golint)
    • Line 145: warning: don't use underscores in Go names; method X_ScreenInput should be XScreenInput (golint)
    • Line 162: warning: comment on exported method ColorPicker.X_ScreenPickPressed should be of the form "X_ScreenPickPressed ..." (golint)
    • Line 166: warning: don't use underscores in Go names; method X_ScreenPickPressed should be XScreenPickPressed (golint)
    • Line 182: warning: comment on exported method ColorPicker.X_TextTypeToggled should be of the form "X_TextTypeToggled ..." (golint)
    • Line 186: warning: don't use underscores in Go names; method X_TextTypeToggled should be XTextTypeToggled (golint)
    • Line 202: warning: comment on exported method ColorPicker.X_UpdatePresets should be of the form "X_UpdatePresets ..." (golint)
    • Line 206: warning: don't use underscores in Go names; method X_UpdatePresets should be XUpdatePresets (golint)
    • Line 222: warning: comment on exported method ColorPicker.X_UvInput should be of the form "X_UvInput ..." (golint)
    • Line 226: warning: don't use underscores in Go names; method X_UvInput should be XUvInput (golint)
    • Line 243: warning: comment on exported method ColorPicker.X_ValueChanged should be of the form "X_ValueChanged ..." (golint)
    • Line 247: warning: don't use underscores in Go names; method X_ValueChanged should be XValueChanged (golint)
    • Line 264: warning: comment on exported method ColorPicker.X_WInput should be of the form "X_WInput ..." (golint)
    • Line 268: warning: don't use underscores in Go names; method X_WInput should be XWInput (golint)
    • Line 285: warning: comment on exported method ColorPicker.AddPreset should be of the form "AddPreset ..." (golint)
    • Line 306: warning: comment on exported method ColorPicker.GetPickColor should be of the form "GetPickColor ..." (golint)
    • Line 329: warning: comment on exported method ColorPicker.IsEditingAlpha should be of the form "IsEditingAlpha ..." (golint)
    • Line 352: warning: comment on exported method ColorPicker.IsRawMode should be of the form "IsRawMode ..." (golint)
    • Line 375: warning: comment on exported method ColorPicker.SetEditAlpha should be of the form "SetEditAlpha ..." (golint)
    • Line 396: warning: comment on exported method ColorPicker.SetPickColor should be of the form "SetPickColor ..." (golint)
    • Line 417: warning: comment on exported method ColorPicker.SetRawMode should be of the form "SetRawMode ..." (golint)
    • godot-go/godot/sphereshape.gen.go
    • Line 25: warning: comment on exported type SphereShape should be of the form "SphereShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SphereShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SphereShape.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 60: warning: comment on exported method SphereShape.SetRadius should be of the form "SetRadius ..." (golint)
    • godot-go/godot/audioeffect.gen.go
    • Line 25: warning: comment on exported type AudioEffect should be of the form "AudioEffect ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffect.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/checkbox.gen.go
    • Line 25: warning: comment on exported type CheckBox should be of the form "CheckBox ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CheckBox.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/streampeer.gen.go
    • Line 33: warning: exported method StreamPeer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method StreamPeer.Get16 should be of the form "Get16 ..." (golint)
    • Line 60: warning: comment on exported method StreamPeer.Get32 should be of the form "Get32 ..." (golint)
    • Line 83: warning: comment on exported method StreamPeer.Get64 should be of the form "Get64 ..." (golint)
    • Line 106: warning: comment on exported method StreamPeer.Get8 should be of the form "Get8 ..." (golint)
    • Line 129: warning: comment on exported method StreamPeer.GetAvailableBytes should be of the form "GetAvailableBytes ..." (golint)
    • Line 152: warning: comment on exported method StreamPeer.GetData should be of the form "GetData ..." (golint)
    • Line 176: warning: comment on exported method StreamPeer.GetDouble should be of the form "GetDouble ..." (golint)
    • Line 199: warning: comment on exported method StreamPeer.GetFloat should be of the form "GetFloat ..." (golint)
    • Line 222: warning: comment on exported method StreamPeer.GetPartialData should be of the form "GetPartialData ..." (golint)
    • Line 246: warning: comment on exported method StreamPeer.GetString should be of the form "GetString ..." (golint)
    • Line 270: warning: comment on exported method StreamPeer.GetU16 should be of the form "GetU16 ..." (golint)
    • Line 293: warning: comment on exported method StreamPeer.GetU32 should be of the form "GetU32 ..." (golint)
    • Line 316: warning: comment on exported method StreamPeer.GetU64 should be of the form "GetU64 ..." (golint)
    • Line 339: warning: comment on exported method StreamPeer.GetU8 should be of the form "GetU8 ..." (golint)
    • Line 362: warning: comment on exported method StreamPeer.GetUtf8String should be of the form "GetUtf8String ..." (golint)
    • Line 386: warning: comment on exported method StreamPeer.GetVar should be of the form "GetVar ..." (golint)
    • Line 409: warning: comment on exported method StreamPeer.IsBigEndianEnabled should be of the form "IsBigEndianEnabled ..." (golint)
    • Line 432: warning: comment on exported method StreamPeer.Put16 should be of the form "Put16 ..." (golint)
    • Line 453: warning: comment on exported method StreamPeer.Put32 should be of the form "Put32 ..." (golint)
    • Line 474: warning: comment on exported method StreamPeer.Put64 should be of the form "Put64 ..." (golint)
    • Line 495: warning: comment on exported method StreamPeer.Put8 should be of the form "Put8 ..." (golint)
    • Line 516: warning: comment on exported method StreamPeer.PutData should be of the form "PutData ..." (golint)
    • Line 540: warning: comment on exported method StreamPeer.PutDouble should be of the form "PutDouble ..." (golint)
    • Line 561: warning: comment on exported method StreamPeer.PutFloat should be of the form "PutFloat ..." (golint)
    • Line 582: warning: comment on exported method StreamPeer.PutPartialData should be of the form "PutPartialData ..." (golint)
    • Line 606: warning: comment on exported method StreamPeer.PutU16 should be of the form "PutU16 ..." (golint)
    • Line 627: warning: comment on exported method StreamPeer.PutU32 should be of the form "PutU32 ..." (golint)
    • Line 648: warning: comment on exported method StreamPeer.PutU64 should be of the form "PutU64 ..." (golint)
    • Line 669: warning: comment on exported method StreamPeer.PutU8 should be of the form "PutU8 ..." (golint)
    • Line 690: warning: comment on exported method StreamPeer.PutUtf8String should be of the form "PutUtf8String ..." (golint)
    • Line 711: warning: comment on exported method StreamPeer.PutVar should be of the form "PutVar ..." (golint)
    • Line 732: warning: comment on exported method StreamPeer.SetBigEndian should be of the form "SetBigEndian ..." (golint)
    • godot-go/godot/arvrorigin.gen.go
    • Line 25: warning: comment on exported type ARVROrigin should be of the form "ARVROrigin ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ARVROrigin.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ARVROrigin.GetWorldScale should be of the form "GetWorldScale ..." (golint)
    • Line 60: warning: comment on exported method ARVROrigin.SetWorldScale should be of the form "SetWorldScale ..." (golint)
    • godot-go/godot/backbuffercopy.gen.go
    • Line 20: warning: exported const BackBufferCopyCopyModeDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type BackBufferCopy should be of the form "BackBufferCopy ..." (with optional leading article) (golint)
    • Line 42: warning: exported method BackBufferCopy.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method BackBufferCopy.GetCopyMode should be of the form "GetCopyMode ..." (golint)
    • Line 69: warning: comment on exported method BackBufferCopy.GetRect should be of the form "GetRect ..." (golint)
    • Line 92: warning: comment on exported method BackBufferCopy.SetCopyMode should be of the form "SetCopyMode ..." (golint)
    • Line 113: warning: comment on exported method BackBufferCopy.SetRect should be of the form "SetRect ..." (golint)
    • godot-go/godot/phashtranslation.gen.go
    • Line 25: warning: comment on exported type PHashTranslation should be of the form "PHashTranslation ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PHashTranslation.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PHashTranslation.Generate should be of the form "Generate ..." (golint)
    • godot-go/godot/sprite3d.gen.go
    • Line 25: warning: comment on exported type Sprite3D should be of the form "Sprite3D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Sprite3D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Sprite3D.GetFrame should be of the form "GetFrame ..." (golint)
    • Line 60: warning: comment on exported method Sprite3D.GetHframes should be of the form "GetHframes ..." (golint)
    • Line 83: warning: comment on exported method Sprite3D.GetRegionRect should be of the form "GetRegionRect ..." (golint)
    • Line 106: warning: comment on exported method Sprite3D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 143: warning: comment on exported method Sprite3D.GetVframes should be of the form "GetVframes ..." (golint)
    • Line 166: warning: comment on exported method Sprite3D.IsRegion should be of the form "IsRegion ..." (golint)
    • Line 189: warning: comment on exported method Sprite3D.SetFrame should be of the form "SetFrame ..." (golint)
    • Line 210: warning: comment on exported method Sprite3D.SetHframes should be of the form "SetHframes ..." (golint)
    • Line 231: warning: comment on exported method Sprite3D.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 252: warning: comment on exported method Sprite3D.SetRegionRect should be of the form "SetRegionRect ..." (golint)
    • Line 273: warning: comment on exported method Sprite3D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 294: warning: comment on exported method Sprite3D.SetVframes should be of the form "SetVframes ..." (golint)
    • godot-go/godot/styleboxempty.gen.go
    • Line 25: warning: comment on exported type StyleBoxEmpty should be of the form "StyleBoxEmpty ..." (with optional leading article) (golint)
    • Line 33: warning: exported method StyleBoxEmpty.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/audiostreamplayer.gen.go
    • Line 20: warning: exported const AudioStreamPlayerMixTargetCenter should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type AudioStreamPlayer should be of the form "AudioStreamPlayer ..." (with optional leading article) (golint)
    • Line 42: warning: exported method AudioStreamPlayer.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method AudioStreamPlayer.X_BusLayoutChanged should be of the form "X_BusLayoutChanged ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_BusLayoutChanged should be XBusLayoutChanged (golint)
    • Line 66: warning: comment on exported method AudioStreamPlayer.X_IsActive should be of the form "X_IsActive ..." (golint)
    • Line 70: warning: don't use underscores in Go names; method X_IsActive should be XIsActive (golint)
    • Line 89: warning: comment on exported method AudioStreamPlayer.X_SetPlaying should be of the form "X_SetPlaying ..." (golint)
    • Line 93: warning: don't use underscores in Go names; method X_SetPlaying should be XSetPlaying (golint)
    • Line 110: warning: comment on exported method AudioStreamPlayer.GetBus should be of the form "GetBus ..." (golint)
    • Line 133: warning: comment on exported method AudioStreamPlayer.GetMixTarget should be of the form "GetMixTarget ..." (golint)
    • Line 156: warning: comment on exported method AudioStreamPlayer.GetPlaybackPosition should be of the form "GetPlaybackPosition ..." (golint)
    • Line 179: warning: comment on exported method AudioStreamPlayer.GetStream should be of the form "GetStream ..." (golint)
    • Line 216: warning: comment on exported method AudioStreamPlayer.GetVolumeDb should be of the form "GetVolumeDb ..." (golint)
    • Line 239: warning: comment on exported method AudioStreamPlayer.IsAutoplayEnabled should be of the form "IsAutoplayEnabled ..." (golint)
    • Line 262: warning: comment on exported method AudioStreamPlayer.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 285: warning: comment on exported method AudioStreamPlayer.Play should be of the form "Play ..." (golint)
    • Line 306: warning: comment on exported method AudioStreamPlayer.Seek should be of the form "Seek ..." (golint)
    • Line 327: warning: comment on exported method AudioStreamPlayer.SetAutoplay should be of the form "SetAutoplay ..." (golint)
    • Line 348: warning: comment on exported method AudioStreamPlayer.SetBus should be of the form "SetBus ..." (golint)
    • Line 369: warning: comment on exported method AudioStreamPlayer.SetMixTarget should be of the form "SetMixTarget ..." (golint)
    • Line 390: warning: comment on exported method AudioStreamPlayer.SetStream should be of the form "SetStream ..." (golint)
    • Line 411: warning: comment on exported method AudioStreamPlayer.SetVolumeDb should be of the form "SetVolumeDb ..." (golint)
    • Line 432: warning: comment on exported method AudioStreamPlayer.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/boxshape.gen.go
    • Line 25: warning: comment on exported type BoxShape should be of the form "BoxShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method BoxShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method BoxShape.GetExtents should be of the form "GetExtents ..." (golint)
    • Line 60: warning: comment on exported method BoxShape.SetExtents should be of the form "SetExtents ..." (golint)
    • godot-go/godot/world2d.gen.go
    • Line 25: warning: comment on exported type World2D should be of the form "World2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method World2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method World2D.GetCanvas should be of the form "GetCanvas ..." (golint)
    • Line 60: warning: comment on exported method World2D.GetDirectSpaceState should be of the form "GetDirectSpaceState ..." (golint)
    • Line 97: warning: comment on exported method World2D.GetSpace should be of the form "GetSpace ..." (golint)
    • godot-go/godot/scripteditor.gen.go
    • Line 25: warning: comment on exported type ScriptEditor should be of the form "ScriptEditor ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ScriptEditor.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ScriptEditor.X_AddCallback should be of the form "X_AddCallback ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_AddCallback should be XAddCallback (golint)
    • Line 60: warning: comment on exported method ScriptEditor.X_AutosaveScripts should be of the form "X_AutosaveScripts ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_AutosaveScripts should be XAutosaveScripts (golint)
    • Line 80: warning: comment on exported method ScriptEditor.X_Breaked should be of the form "X_Breaked ..." (golint)
    • Line 84: warning: don't use underscores in Go names; method X_Breaked should be XBreaked (golint)
    • Line 102: warning: comment on exported method ScriptEditor.X_CloseAllTabs should be of the form "X_CloseAllTabs ..." (golint)
    • Line 106: warning: don't use underscores in Go names; method X_CloseAllTabs should be XCloseAllTabs (golint)
    • Line 122: warning: comment on exported method ScriptEditor.X_CloseCurrentTab should be of the form "X_CloseCurrentTab ..." (golint)
    • Line 126: warning: don't use underscores in Go names; method X_CloseCurrentTab should be XCloseCurrentTab (golint)
    • Line 142: warning: comment on exported method ScriptEditor.X_CloseDiscardCurrentTab should be of the form "X_CloseDiscardCurrentTab ..." (golint)
    • Line 146: warning: don't use underscores in Go names; method X_CloseDiscardCurrentTab should be XCloseDiscardCurrentTab (golint)
    • Line 163: warning: comment on exported method ScriptEditor.X_CloseDocsTab should be of the form "X_CloseDocsTab ..." (golint)
    • Line 167: warning: don't use underscores in Go names; method X_CloseDocsTab should be XCloseDocsTab (golint)
    • Line 183: warning: comment on exported method ScriptEditor.X_CloseOtherTabs should be of the form "X_CloseOtherTabs ..." (golint)
    • Line 187: warning: don't use underscores in Go names; method X_CloseOtherTabs should be XCloseOtherTabs (golint)
    • Line 203: warning: comment on exported method ScriptEditor.X_CopyScriptPath should be of the form "X_CopyScriptPath ..." (golint)
    • Line 207: warning: don't use underscores in Go names; method X_CopyScriptPath should be XCopyScriptPath (golint)
    • Line 223: warning: comment on exported method ScriptEditor.X_EditorPause should be of the form "X_EditorPause ..." (golint)
    • Line 227: warning: don't use underscores in Go names; method X_EditorPause should be XEditorPause (golint)
    • Line 243: warning: comment on exported method ScriptEditor.X_EditorPlay should be of the form "X_EditorPlay ..." (golint)
    • Line 247: warning: don't use underscores in Go names; method X_EditorPlay should be XEditorPlay (golint)
    • Line 263: warning: comment on exported method ScriptEditor.X_EditorSettingsChanged should be of the form "X_EditorSettingsChanged ..." (golint)
    • Line 267: warning: don't use underscores in Go names; method X_EditorSettingsChanged should be XEditorSettingsChanged (golint)
    • Line 283: warning: comment on exported method ScriptEditor.X_EditorStop should be of the form "X_EditorStop ..." (golint)
    • Line 287: warning: don't use underscores in Go names; method X_EditorStop should be XEditorStop (golint)
    • Line 303: warning: comment on exported method ScriptEditor.X_FileDialogAction should be of the form "X_FileDialogAction ..." (golint)
    • Line 307: warning: don't use underscores in Go names; method X_FileDialogAction should be XFileDialogAction (golint)
    • Line 324: warning: comment on exported method ScriptEditor.X_GetDebugTooltip should be of the form "X_GetDebugTooltip ..." (golint)
    • Line 328: warning: don't use underscores in Go names; method X_GetDebugTooltip should be XGetDebugTooltip (golint)
    • Line 349: warning: comment on exported method ScriptEditor.X_GotoScriptLine should be of the form "X_GotoScriptLine ..." (golint)
    • Line 353: warning: don't use underscores in Go names; method X_GotoScriptLine should be XGotoScriptLine (golint)
    • Line 371: warning: comment on exported method ScriptEditor.X_GotoScriptLine2 should be of the form "X_GotoScriptLine2 ..." (golint)
    • Line 375: warning: don't use underscores in Go names; method X_GotoScriptLine2 should be XGotoScriptLine2 (golint)
    • Line 392: warning: comment on exported method ScriptEditor.X_HelpClassGoto should be of the form "X_HelpClassGoto ..." (golint)
    • Line 396: warning: don't use underscores in Go names; method X_HelpClassGoto should be XHelpClassGoto (golint)
    • Line 413: warning: comment on exported method ScriptEditor.X_HelpClassOpen should be of the form "X_HelpClassOpen ..." (golint)
    • Line 417: warning: don't use underscores in Go names; method X_HelpClassOpen should be XHelpClassOpen (golint)
    • Line 434: warning: comment on exported method ScriptEditor.X_HelpIndex should be of the form "X_HelpIndex ..." (golint)
    • Line 438: warning: don't use underscores in Go names; method X_HelpIndex should be XHelpIndex (golint)
    • Line 455: warning: comment on exported method ScriptEditor.X_HelpOverviewSelected should be of the form "X_HelpOverviewSelected ..." (golint)
    • Line 459: warning: don't use underscores in Go names; method X_HelpOverviewSelected should be XHelpOverviewSelected (golint)
    • Line 476: warning: comment on exported method ScriptEditor.X_HelpSearch should be of the form "X_HelpSearch ..." (golint)
    • Line 480: warning: don't use underscores in Go names; method X_HelpSearch should be XHelpSearch (golint)
    • Line 497: warning: comment on exported method ScriptEditor.X_HistoryBack should be of the form "X_HistoryBack ..." (golint)
    • Line 501: warning: don't use underscores in Go names; method X_HistoryBack should be XHistoryBack (golint)
    • Line 517: warning: comment on exported method ScriptEditor.X_HistoryForward should be of the form "X_HistoryForward ..." (golint)
    • Line 521: warning: don't use underscores in Go names; method X_HistoryForward should be XHistoryForward (golint)
    • Line 537: warning: comment on exported method ScriptEditor.X_LiveAutoReloadRunningScripts should be of the form "X_LiveAutoReloadRunningScripts ..." (golint)
    • Line 541: warning: don't use underscores in Go names; method X_LiveAutoReloadRunningScripts should be XLiveAutoReloadRunningScripts (golint)
    • Line 557: warning: comment on exported method ScriptEditor.X_MembersOverviewSelected should be of the form "X_MembersOverviewSelected ..." (golint)
    • Line 561: warning: don't use underscores in Go names; method X_MembersOverviewSelected should be XMembersOverviewSelected (golint)
    • Line 578: warning: comment on exported method ScriptEditor.X_MenuOption should be of the form "X_MenuOption ..." (golint)
    • Line 582: warning: don't use underscores in Go names; method X_MenuOption should be XMenuOption (golint)
    • Line 599: warning: comment on exported method ScriptEditor.X_OpenRecentScript should be of the form "X_OpenRecentScript ..." (golint)
    • Line 603: warning: don't use underscores in Go names; method X_OpenRecentScript should be XOpenRecentScript (golint)
    • Line 620: warning: comment on exported method ScriptEditor.X_ReloadScripts should be of the form "X_ReloadScripts ..." (golint)
    • Line 624: warning: don't use underscores in Go names; method X_ReloadScripts should be XReloadScripts (golint)
    • Line 640: warning: comment on exported method ScriptEditor.X_RequestHelp should be of the form "X_RequestHelp ..." (golint)
    • Line 644: warning: don't use underscores in Go names; method X_RequestHelp should be XRequestHelp (golint)
    • Line 661: warning: comment on exported method ScriptEditor.X_ResSavedCallback should be of the form "X_ResSavedCallback ..." (golint)
    • Line 665: warning: don't use underscores in Go names; method X_ResSavedCallback should be XResSavedCallback (golint)
    • Line 682: warning: comment on exported method ScriptEditor.X_ResaveScripts should be of the form "X_ResaveScripts ..." (golint)
    • Line 686: warning: don't use underscores in Go names; method X_ResaveScripts should be XResaveScripts (golint)
    • Line 703: warning: comment on exported method ScriptEditor.X_SaveHistory should be of the form "X_SaveHistory ..." (golint)
    • Line 707: warning: don't use underscores in Go names; method X_SaveHistory should be XSaveHistory (golint)
    • Line 723: warning: comment on exported method ScriptEditor.X_ScriptChanged should be of the form "X_ScriptChanged ..." (golint)
    • Line 727: warning: don't use underscores in Go names; method X_ScriptChanged should be XScriptChanged (golint)
    • Line 743: warning: comment on exported method ScriptEditor.X_ScriptCreated should be of the form "X_ScriptCreated ..." (golint)
    • Line 747: warning: don't use underscores in Go names; method X_ScriptCreated should be XScriptCreated (golint)
    • Line 764: warning: comment on exported method ScriptEditor.X_ScriptListGuiInput should be of the form "X_ScriptListGuiInput ..." (golint)
    • Line 768: warning: don't use underscores in Go names; method X_ScriptListGuiInput should be XScriptListGuiInput (golint)
    • Line 785: warning: comment on exported method ScriptEditor.X_ScriptSelected should be of the form "X_ScriptSelected ..." (golint)
    • Line 789: warning: don't use underscores in Go names; method X_ScriptSelected should be XScriptSelected (golint)
    • Line 806: warning: comment on exported method ScriptEditor.X_ScriptSplitDragged should be of the form "X_ScriptSplitDragged ..." (golint)
    • Line 810: warning: don't use underscores in Go names; method X_ScriptSplitDragged should be XScriptSplitDragged (golint)
    • Line 827: warning: comment on exported method ScriptEditor.X_ShowDebugger should be of the form "X_ShowDebugger ..." (golint)
    • Line 831: warning: don't use underscores in Go names; method X_ShowDebugger should be XShowDebugger (golint)
    • Line 848: warning: comment on exported method ScriptEditor.X_TabChanged should be of the form "X_TabChanged ..." (golint)
    • Line 852: warning: don't use underscores in Go names; method X_TabChanged should be XTabChanged (golint)
    • Line 869: warning: comment on exported method ScriptEditor.X_TreeChanged should be of the form "X_TreeChanged ..." (golint)
    • Line 873: warning: don't use underscores in Go names; method X_TreeChanged should be XTreeChanged (golint)
    • Line 889: warning: comment on exported method ScriptEditor.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 893: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 910: warning: comment on exported method ScriptEditor.X_UpdateRecentScripts should be of the form "X_UpdateRecentScripts ..." (golint)
    • Line 914: warning: don't use underscores in Go names; method X_UpdateRecentScripts should be XUpdateRecentScripts (golint)
    • Line 930: warning: comment on exported method ScriptEditor.X_UpdateScriptNames should be of the form "X_UpdateScriptNames ..." (golint)
    • Line 934: warning: don't use underscores in Go names; method X_UpdateScriptNames should be XUpdateScriptNames (golint)
    • Line 950: warning: comment on exported method ScriptEditor.CanDropDataFw should be of the form "CanDropDataFw ..." (golint)
    • Line 976: warning: comment on exported method ScriptEditor.DropDataFw should be of the form "DropDataFw ..." (golint)
    • Line 999: warning: comment on exported method ScriptEditor.GetCurrentScript should be of the form "GetCurrentScript ..." (golint)
    • Line 1036: warning: comment on exported method ScriptEditor.GetDragDataFw should be of the form "GetDragDataFw ..." (golint)
    • Line 1061: warning: comment on exported method ScriptEditor.GetOpenScripts should be of the form "GetOpenScripts ..." (golint)
    • Line 1084: warning: comment on exported method ScriptEditor.OpenScriptCreateDialog should be of the form "OpenScriptCreateDialog ..." (golint)
    • godot-go/godot/staticbody2d.gen.go
    • Line 25: warning: comment on exported type StaticBody2D should be of the form "StaticBody2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method StaticBody2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method StaticBody2D.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 60: warning: comment on exported method StaticBody2D.GetConstantAngularVelocity should be of the form "GetConstantAngularVelocity ..." (golint)
    • Line 83: warning: comment on exported method StaticBody2D.GetConstantLinearVelocity should be of the form "GetConstantLinearVelocity ..." (golint)
    • Line 106: warning: comment on exported method StaticBody2D.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 129: warning: comment on exported method StaticBody2D.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 150: warning: comment on exported method StaticBody2D.SetConstantAngularVelocity should be of the form "SetConstantAngularVelocity ..." (golint)
    • Line 171: warning: comment on exported method StaticBody2D.SetConstantLinearVelocity should be of the form "SetConstantLinearVelocity ..." (golint)
    • Line 192: warning: comment on exported method StaticBody2D.SetFriction should be of the form "SetFriction ..." (golint)
    • godot-go/godot/audioeffectfilter.gen.go
    • Line 20: warning: exported const AudioEffectFilterFilter12Db should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type AudioEffectFilter should be of the form "AudioEffectFilter ..." (with optional leading article) (golint)
    • Line 43: warning: exported method AudioEffectFilter.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method AudioEffectFilter.GetCutoff should be of the form "GetCutoff ..." (golint)
    • Line 70: warning: comment on exported method AudioEffectFilter.GetDb should be of the form "GetDb ..." (golint)
    • Line 93: warning: comment on exported method AudioEffectFilter.GetGain should be of the form "GetGain ..." (golint)
    • Line 116: warning: comment on exported method AudioEffectFilter.GetResonance should be of the form "GetResonance ..." (golint)
    • Line 139: warning: comment on exported method AudioEffectFilter.SetCutoff should be of the form "SetCutoff ..." (golint)
    • Line 160: warning: comment on exported method AudioEffectFilter.SetDb should be of the form "SetDb ..." (golint)
    • Line 181: warning: comment on exported method AudioEffectFilter.SetGain should be of the form "SetGain ..." (golint)
    • Line 202: warning: comment on exported method AudioEffectFilter.SetResonance should be of the form "SetResonance ..." (golint)
    • godot-go/godot/gridcontainer.gen.go
    • Line 25: warning: comment on exported type GridContainer should be of the form "GridContainer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method GridContainer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GridContainer.GetColumns should be of the form "GetColumns ..." (golint)
    • Line 60: warning: comment on exported method GridContainer.SetColumns should be of the form "SetColumns ..." (golint)
    • godot-go/godot/inputeventgesture.gen.go
    • Line 25: warning: comment on exported type InputEventGesture should be of the form "InputEventGesture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventGesture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventGesture.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 60: warning: comment on exported method InputEventGesture.SetPosition should be of the form "SetPosition ..." (golint)
    • godot-go/godot/pckpacker.gen.go
    • Line 25: warning: comment on exported type PCKPacker should be of the form "PCKPacker ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PCKPacker.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PCKPacker.AddFile should be of the form "AddFile ..." (golint)
    • Line 62: warning: comment on exported method PCKPacker.Flush should be of the form "Flush ..." (golint)
    • Line 86: warning: comment on exported method PCKPacker.PckStart should be of the form "PckStart ..." (golint)
    • godot-go/godot/prismmesh.gen.go
    • Line 25: warning: comment on exported type PrismMesh should be of the form "PrismMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PrismMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PrismMesh.GetLeftToRight should be of the form "GetLeftToRight ..." (golint)
    • Line 60: warning: comment on exported method PrismMesh.GetSize should be of the form "GetSize ..." (golint)
    • Line 83: warning: comment on exported method PrismMesh.GetSubdivideDepth should be of the form "GetSubdivideDepth ..." (golint)
    • Line 106: warning: comment on exported method PrismMesh.GetSubdivideHeight should be of the form "GetSubdivideHeight ..." (golint)
    • Line 129: warning: comment on exported method PrismMesh.GetSubdivideWidth should be of the form "GetSubdivideWidth ..." (golint)
    • Line 152: warning: comment on exported method PrismMesh.SetLeftToRight should be of the form "SetLeftToRight ..." (golint)
    • Line 173: warning: comment on exported method PrismMesh.SetSize should be of the form "SetSize ..." (golint)
    • Line 194: warning: comment on exported method PrismMesh.SetSubdivideDepth should be of the form "SetSubdivideDepth ..." (golint)
    • Line 215: warning: comment on exported method PrismMesh.SetSubdivideHeight should be of the form "SetSubdivideHeight ..." (golint)
    • Line 236: warning: comment on exported method PrismMesh.SetSubdivideWidth should be of the form "SetSubdivideWidth ..." (golint)
    • godot-go/godot/physicsshapequeryresult.gen.go
    • Line 25: warning: comment on exported type PhysicsShapeQueryResult should be of the form "PhysicsShapeQueryResult ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PhysicsShapeQueryResult.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PhysicsShapeQueryResult.GetResultCount should be of the form "GetResultCount ..." (golint)
    • Line 60: warning: comment on exported method PhysicsShapeQueryResult.GetResultObject should be of the form "GetResultObject ..." (golint)
    • Line 98: warning: comment on exported method PhysicsShapeQueryResult.GetResultObjectId should be of the form "GetResultObjectId ..." (golint)
    • Line 122: warning: comment on exported method PhysicsShapeQueryResult.GetResultObjectShape should be of the form "GetResultObjectShape ..." (golint)
    • Line 146: warning: comment on exported method PhysicsShapeQueryResult.GetResultRid should be of the form "GetResultRid ..." (golint)
    • godot-go/godot/position2d.gen.go
    • Line 25: warning: comment on exported type Position2D should be of the form "Position2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Position2D.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/raycast2d.gen.go
    • Line 25: warning: comment on exported type RayCast2D should be of the form "RayCast2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method RayCast2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RayCast2D.AddException should be of the form "AddException ..." (golint)
    • Line 58: warning: comment on exported method RayCast2D.AddExceptionRid should be of the form "AddExceptionRid ..." (golint)
    • Line 79: warning: comment on exported method RayCast2D.ClearExceptions should be of the form "ClearExceptions ..." (golint)
    • Line 99: warning: comment on exported method RayCast2D.ForceRaycastUpdate should be of the form "ForceRaycastUpdate ..." (golint)
    • Line 119: warning: comment on exported method RayCast2D.GetCastTo should be of the form "GetCastTo ..." (golint)
    • Line 142: warning: comment on exported method RayCast2D.GetCollider should be of the form "GetCollider ..." (golint)
    • Line 179: warning: comment on exported method RayCast2D.GetColliderShape should be of the form "GetColliderShape ..." (golint)
    • Line 202: warning: comment on exported method RayCast2D.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 225: warning: comment on exported method RayCast2D.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 249: warning: comment on exported method RayCast2D.GetCollisionNormal should be of the form "GetCollisionNormal ..." (golint)
    • Line 272: warning: comment on exported method RayCast2D.GetCollisionPoint should be of the form "GetCollisionPoint ..." (golint)
    • Line 295: warning: comment on exported method RayCast2D.GetExcludeParentBody should be of the form "GetExcludeParentBody ..." (golint)
    • Line 318: warning: comment on exported method RayCast2D.IsColliding should be of the form "IsColliding ..." (golint)
    • Line 341: warning: comment on exported method RayCast2D.IsEnabled should be of the form "IsEnabled ..." (golint)
    • Line 364: warning: comment on exported method RayCast2D.RemoveException should be of the form "RemoveException ..." (golint)
    • Line 385: warning: comment on exported method RayCast2D.RemoveExceptionRid should be of the form "RemoveExceptionRid ..." (golint)
    • Line 406: warning: comment on exported method RayCast2D.SetCastTo should be of the form "SetCastTo ..." (golint)
    • Line 427: warning: comment on exported method RayCast2D.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 448: warning: comment on exported method RayCast2D.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 470: warning: comment on exported method RayCast2D.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 491: warning: comment on exported method RayCast2D.SetExcludeParentBody should be of the form "SetExcludeParentBody ..." (golint)
    • godot-go/gdnative/string.go
    • Line 9: warning: exported function NewStringWithWideString should have comment or be unexported (golint)
    • Line 13: warning: exported function NewString should have comment or be unexported (golint)
    • Line 17: warning: exported function NewStringCopy should have comment or be unexported (golint)
    • godot-go/gdnative/variant.go
    • Line 11: warning: exported function NewVariantWithString should have comment or be unexported (golint)
    • Line 18: warning: exported method Variant.GetType should have comment or be unexported (golint)
    • Line 23: warning: exported type VariantArray should have comment or be unexported (golint)
    • Line 37: warning: exported type VariantOperator should have comment or be unexported (golint)
    • godot-go/godot/centercontainer.gen.go
    • Line 33: warning: exported method CenterContainer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CenterContainer.IsUsingTopLeft should be of the form "IsUsingTopLeft ..." (golint)
    • Line 60: warning: comment on exported method CenterContainer.SetUseTopLeft should be of the form "SetUseTopLeft ..." (golint)
    • godot-go/godot/gridmap.gen.go
    • Line 25: warning: comment on exported type GridMap should be of the form "GridMap ..." (with optional leading article) (golint)
    • Line 33: warning: exported method GridMap.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GridMap.X_UpdateOctantsCallback should be of the form "X_UpdateOctantsCallback ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_UpdateOctantsCallback should be XUpdateOctantsCallback (golint)
    • Line 57: warning: comment on exported method GridMap.Clear should be of the form "Clear ..." (golint)
    • Line 77: warning: comment on exported method GridMap.ClearBakedMeshes should be of the form "ClearBakedMeshes ..." (golint)
    • Line 97: warning: comment on exported method GridMap.GetBakeMeshInstance should be of the form "GetBakeMeshInstance ..." (golint)
    • Line 121: warning: comment on exported method GridMap.GetBakeMeshes should be of the form "GetBakeMeshes ..." (golint)
    • Line 144: warning: comment on exported method GridMap.GetCellItem should be of the form "GetCellItem ..." (golint)
    • Line 170: warning: comment on exported method GridMap.GetCellItemOrientation should be of the form "GetCellItemOrientation ..." (golint)
    • Line 196: warning: comment on exported method GridMap.GetCellScale should be of the form "GetCellScale ..." (golint)
    • Line 219: warning: comment on exported method GridMap.GetCellSize should be of the form "GetCellSize ..." (golint)
    • Line 242: warning: comment on exported method GridMap.GetCenterX should be of the form "GetCenterX ..." (golint)
    • Line 265: warning: comment on exported method GridMap.GetCenterY should be of the form "GetCenterY ..." (golint)
    • Line 288: warning: comment on exported method GridMap.GetCenterZ should be of the form "GetCenterZ ..." (golint)
    • Line 311: warning: comment on exported method GridMap.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 334: warning: comment on exported method GridMap.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 358: warning: comment on exported method GridMap.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 381: warning: comment on exported method GridMap.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 405: warning: comment on exported method GridMap.GetMeshes should be of the form "GetMeshes ..." (golint)
    • Line 428: warning: comment on exported method GridMap.GetOctantSize should be of the form "GetOctantSize ..." (golint)
    • Line 451: warning: comment on exported method GridMap.GetTheme should be of the form "GetTheme ..." (golint)
    • Line 488: warning: comment on exported method GridMap.GetUsedCells should be of the form "GetUsedCells ..." (golint)
    • Line 511: warning: comment on exported method GridMap.MakeBakedMeshes should be of the form "MakeBakedMeshes ..." (golint)
    • Line 533: warning: comment on exported method GridMap.MapToWorld should be of the form "MapToWorld ..." (golint)
    • Line 559: warning: comment on exported method GridMap.ResourceChanged should be of the form "ResourceChanged ..." (golint)
    • Line 580: warning: comment on exported method GridMap.SetCellItem should be of the form "SetCellItem ..." (golint)
    • Line 605: warning: comment on exported method GridMap.SetCellScale should be of the form "SetCellScale ..." (golint)
    • Line 626: warning: comment on exported method GridMap.SetCellSize should be of the form "SetCellSize ..." (golint)
    • Line 647: warning: comment on exported method GridMap.SetCenterX should be of the form "SetCenterX ..." (golint)
    • Line 668: warning: comment on exported method GridMap.SetCenterY should be of the form "SetCenterY ..." (golint)
    • Line 689: warning: comment on exported method GridMap.SetCenterZ should be of the form "SetCenterZ ..." (golint)
    • Line 710: warning: comment on exported method GridMap.SetClip should be of the form "SetClip ..." (golint)
    • Line 734: warning: comment on exported method GridMap.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 755: warning: comment on exported method GridMap.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 777: warning: comment on exported method GridMap.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 798: warning: comment on exported method GridMap.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 820: warning: comment on exported method GridMap.SetOctantSize should be of the form "SetOctantSize ..." (golint)
    • Line 841: warning: comment on exported method GridMap.SetTheme should be of the form "SetTheme ..." (golint)
    • Line 862: warning: comment on exported method GridMap.WorldToMap should be of the form "WorldToMap ..." (golint)
    • godot-go/godot/texturerect.gen.go
    • Line 20: warning: exported const TextureRectStretchKeep should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: comment on exported type TextureRect should be of the form "TextureRect ..." (with optional leading article) (golint)
    • Line 47: warning: exported method TextureRect.BaseClass should have comment or be unexported (golint)
    • Line 51: warning: comment on exported method TextureRect.GetStretchMode should be of the form "GetStretchMode ..." (golint)
    • Line 74: warning: comment on exported method TextureRect.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 111: warning: comment on exported method TextureRect.HasExpand should be of the form "HasExpand ..." (golint)
    • Line 134: warning: comment on exported method TextureRect.SetExpand should be of the form "SetExpand ..." (golint)
    • Line 155: warning: comment on exported method TextureRect.SetStretchMode should be of the form "SetStretchMode ..." (golint)
    • Line 176: warning: comment on exported method TextureRect.SetTexture should be of the form "SetTexture ..." (golint)
    • godot-go/godot/visualscriptcustomnode.gen.go
    • Line 20: warning: exported const VisualScriptCustomNodeStartModeBeginSequence should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type VisualScriptCustomNode should be of the form "VisualScriptCustomNode ..." (with optional leading article) (golint)
    • Line 42: warning: exported method VisualScriptCustomNode.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method VisualScriptCustomNode.X_GetCaption should be of the form "X_GetCaption ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_GetCaption should be XGetCaption (golint)
    • Line 69: warning: comment on exported method VisualScriptCustomNode.X_GetCategory should be of the form "X_GetCategory ..." (golint)
    • Line 73: warning: don't use underscores in Go names; method X_GetCategory should be XGetCategory (golint)
    • Line 92: warning: comment on exported method VisualScriptCustomNode.X_GetInputValuePortCount should be of the form "X_GetInputValuePortCount ..." (golint)
    • Line 96: warning: don't use underscores in Go names; method X_GetInputValuePortCount should be XGetInputValuePortCount (golint)
    • Line 115: warning: comment on exported method VisualScriptCustomNode.X_GetInputValuePortName should be of the form "X_GetInputValuePortName ..." (golint)
    • Line 119: warning: don't use underscores in Go names; method X_GetInputValuePortName should be XGetInputValuePortName (golint)
    • Line 139: warning: comment on exported method VisualScriptCustomNode.X_GetInputValuePortType should be of the form "X_GetInputValuePortType ..." (golint)
    • Line 143: warning: don't use underscores in Go names; method X_GetInputValuePortType should be XGetInputValuePortType (golint)
    • Line 163: warning: comment on exported method VisualScriptCustomNode.X_GetOutputSequencePortCount should be of the form "X_GetOutputSequencePortCount ..." (golint)
    • Line 167: warning: don't use underscores in Go names; method X_GetOutputSequencePortCount should be XGetOutputSequencePortCount (golint)
    • Line 186: warning: comment on exported method VisualScriptCustomNode.X_GetOutputSequencePortText should be of the form "X_GetOutputSequencePortText ..." (golint)
    • Line 190: warning: don't use underscores in Go names; method X_GetOutputSequencePortText should be XGetOutputSequencePortText (golint)
    • Line 210: warning: comment on exported method VisualScriptCustomNode.X_GetOutputValuePortCount should be of the form "X_GetOutputValuePortCount ..." (golint)
    • Line 214: warning: don't use underscores in Go names; method X_GetOutputValuePortCount should be XGetOutputValuePortCount (golint)
    • Line 233: warning: comment on exported method VisualScriptCustomNode.X_GetOutputValuePortName should be of the form "X_GetOutputValuePortName ..." (golint)
    • Line 237: warning: don't use underscores in Go names; method X_GetOutputValuePortName should be XGetOutputValuePortName (golint)
    • Line 257: warning: comment on exported method VisualScriptCustomNode.X_GetOutputValuePortType should be of the form "X_GetOutputValuePortType ..." (golint)
    • Line 261: warning: don't use underscores in Go names; method X_GetOutputValuePortType should be XGetOutputValuePortType (golint)
    • Line 281: warning: comment on exported method VisualScriptCustomNode.X_GetText should be of the form "X_GetText ..." (golint)
    • Line 285: warning: don't use underscores in Go names; method X_GetText should be XGetText (golint)
    • Line 304: warning: comment on exported method VisualScriptCustomNode.X_GetWorkingMemorySize should be of the form "X_GetWorkingMemorySize ..." (golint)
    • Line 308: warning: don't use underscores in Go names; method X_GetWorkingMemorySize should be XGetWorkingMemorySize (golint)
    • Line 327: warning: comment on exported method VisualScriptCustomNode.X_HasInputSequencePort should be of the form "X_HasInputSequencePort ..." (golint)
    • Line 331: warning: don't use underscores in Go names; method X_HasInputSequencePort should be XHasInputSequencePort (golint)
    • Line 350: warning: comment on exported method VisualScriptCustomNode.X_ScriptChanged should be of the form "X_ScriptChanged ..." (golint)
    • Line 354: warning: don't use underscores in Go names; method X_ScriptChanged should be XScriptChanged (golint)
    • Line 370: warning: comment on exported method VisualScriptCustomNode.X_Step should be of the form "X_Step ..." (golint)
    • Line 374: warning: don't use underscores in Go names; method X_Step should be XStep (golint)
    • godot-go/godot/visualscriptiterator.gen.go
    • Line 25: warning: comment on exported type VisualScriptIterator should be of the form "VisualScriptIterator ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptIterator.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/bakedlightmap.gen.go
    • Line 20: warning: exported const BakedLightmapBakeErrorCantCreateImage should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported const BakedLightmapBakeModeConeTrace should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported const BakedLightmapBakeQualityHigh should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: comment on exported type BakedLightmap should be of the form "BakedLightmap ..." (with optional leading article) (golint)
    • Line 61: warning: exported method BakedLightmap.BaseClass should have comment or be unexported (golint)
    • Line 65: warning: comment on exported method BakedLightmap.Bake should be of the form "Bake ..." (golint)
    • Line 90: warning: comment on exported method BakedLightmap.DebugBake should be of the form "DebugBake ..." (golint)
    • Line 110: warning: comment on exported method BakedLightmap.GetBakeCellSize should be of the form "GetBakeCellSize ..." (golint)
    • Line 133: warning: comment on exported method BakedLightmap.GetBakeMode should be of the form "GetBakeMode ..." (golint)
    • Line 156: warning: comment on exported method BakedLightmap.GetBakeQuality should be of the form "GetBakeQuality ..." (golint)
    • Line 179: warning: comment on exported method BakedLightmap.GetCaptureCellSize should be of the form "GetCaptureCellSize ..." (golint)
    • Line 202: warning: comment on exported method BakedLightmap.GetEnergy should be of the form "GetEnergy ..." (golint)
    • Line 225: warning: comment on exported method BakedLightmap.GetExtents should be of the form "GetExtents ..." (golint)
    • Line 248: warning: comment on exported method BakedLightmap.GetImagePath should be of the form "GetImagePath ..." (golint)
    • Line 271: warning: comment on exported method BakedLightmap.GetLightData should be of the form "GetLightData ..." (golint)
    • Line 308: warning: comment on exported method BakedLightmap.GetPropagation should be of the form "GetPropagation ..." (golint)
    • Line 331: warning: comment on exported method BakedLightmap.IsHdr should be of the form "IsHdr ..." (golint)
    • Line 354: warning: comment on exported method BakedLightmap.SetBakeCellSize should be of the form "SetBakeCellSize ..." (golint)
    • Line 375: warning: comment on exported method BakedLightmap.SetBakeMode should be of the form "SetBakeMode ..." (golint)
    • Line 396: warning: comment on exported method BakedLightmap.SetBakeQuality should be of the form "SetBakeQuality ..." (golint)
    • Line 417: warning: comment on exported method BakedLightmap.SetCaptureCellSize should be of the form "SetCaptureCellSize ..." (golint)
    • Line 438: warning: comment on exported method BakedLightmap.SetEnergy should be of the form "SetEnergy ..." (golint)
    • Line 459: warning: comment on exported method BakedLightmap.SetExtents should be of the form "SetExtents ..." (golint)
    • Line 480: warning: comment on exported method BakedLightmap.SetHdr should be of the form "SetHdr ..." (golint)
    • Line 501: warning: comment on exported method BakedLightmap.SetImagePath should be of the form "SetImagePath ..." (golint)
    • Line 522: warning: comment on exported method BakedLightmap.SetLightData should be of the form "SetLightData ..." (golint)
    • Line 543: warning: comment on exported method BakedLightmap.SetPropagation should be of the form "SetPropagation ..." (golint)
    • godot-go/godot/godot.go
    • Line 572: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (golint)
    • Line 586: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (golint)
    • Line 600: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (golint)
    • godot-go/godot/spatialmaterial.gen.go
    • Line 20: warning: exported const SpatialMaterialBillboardDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const SpatialMaterialBlendModeAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported const SpatialMaterialCullBack should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported const SpatialMaterialDepthDrawAlphaOpaquePrepass should have comment (or a comment on this block) or be unexported (golint)
    • Line 59: warning: exported const SpatialMaterialDetailUv1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 67: warning: exported const SpatialMaterialDiffuseBurley should have comment (or a comment on this block) or be unexported (golint)
    • Line 78: warning: exported const SpatialMaterialEmissionOpAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 86: warning: exported const SpatialMaterialFeatureAmbientOcclusion should have comment (or a comment on this block) or be unexported (golint)
    • Line 105: warning: exported const SpatialMaterialFlagAlbedoFromVertexColor should have comment (or a comment on this block) or be unexported (golint)
    • Line 126: warning: exported const SpatialMaterialSpecularBlinn should have comment (or a comment on this block) or be unexported (golint)
    • Line 137: warning: exported const SpatialMaterialTextureChannelAlpha should have comment (or a comment on this block) or be unexported (golint)
    • Line 148: warning: exported const SpatialMaterialTextureAlbedo should have comment (or a comment on this block) or be unexported (golint)
    • Line 176: warning: comment on exported type SpatialMaterial should be of the form "SpatialMaterial ..." (with optional leading article) (golint)
    • Line 184: warning: exported method SpatialMaterial.BaseClass should have comment or be unexported (golint)
    • Line 188: warning: comment on exported method SpatialMaterial.GetAlbedo should be of the form "GetAlbedo ..." (golint)
    • Line 211: warning: comment on exported method SpatialMaterial.GetAlphaScissorThreshold should be of the form "GetAlphaScissorThreshold ..." (golint)
    • Line 234: warning: comment on exported method SpatialMaterial.GetAnisotropy should be of the form "GetAnisotropy ..." (golint)
    • Line 257: warning: comment on exported method SpatialMaterial.GetAoLightAffect should be of the form "GetAoLightAffect ..." (golint)
    • Line 280: warning: comment on exported method SpatialMaterial.GetAoTextureChannel should be of the form "GetAoTextureChannel ..." (golint)
    • Line 303: warning: comment on exported method SpatialMaterial.GetBillboardMode should be of the form "GetBillboardMode ..." (golint)
    • Line 326: warning: comment on exported method SpatialMaterial.GetBlendMode should be of the form "GetBlendMode ..." (golint)
    • Line 349: warning: comment on exported method SpatialMaterial.GetClearcoat should be of the form "GetClearcoat ..." (golint)
    • Line 372: warning: comment on exported method SpatialMaterial.GetClearcoatGloss should be of the form "GetClearcoatGloss ..." (golint)
    • Line 395: warning: comment on exported method SpatialMaterial.GetCullMode should be of the form "GetCullMode ..." (golint)
    • Line 418: warning: comment on exported method SpatialMaterial.GetDepthDeepParallaxMaxLayers should be of the form "GetDepthDeepParallaxMaxLayers ..." (golint)
    • Line 441: warning: comment on exported method SpatialMaterial.GetDepthDeepParallaxMinLayers should be of the form "GetDepthDeepParallaxMinLayers ..." (golint)
    • Line 464: warning: comment on exported method SpatialMaterial.GetDepthDrawMode should be of the form "GetDepthDrawMode ..." (golint)
    • Line 487: warning: comment on exported method SpatialMaterial.GetDepthScale should be of the form "GetDepthScale ..." (golint)
    • Line 510: warning: comment on exported method SpatialMaterial.GetDetailBlendMode should be of the form "GetDetailBlendMode ..." (golint)
    • Line 533: warning: comment on exported method SpatialMaterial.GetDetailUv should be of the form "GetDetailUv ..." (golint)
    • Line 556: warning: comment on exported method SpatialMaterial.GetDiffuseMode should be of the form "GetDiffuseMode ..." (golint)
    • Line 579: warning: comment on exported method SpatialMaterial.GetDistanceFadeMaxDistance should be of the form "GetDistanceFadeMaxDistance ..." (golint)
    • Line 602: warning: comment on exported method SpatialMaterial.GetDistanceFadeMinDistance should be of the form "GetDistanceFadeMinDistance ..." (golint)
    • Line 625: warning: comment on exported method SpatialMaterial.GetEmission should be of the form "GetEmission ..." (golint)
    • Line 648: warning: comment on exported method SpatialMaterial.GetEmissionEnergy should be of the form "GetEmissionEnergy ..." (golint)
    • Line 671: warning: comment on exported method SpatialMaterial.GetEmissionOperator should be of the form "GetEmissionOperator ..." (golint)
    • Line 694: warning: comment on exported method SpatialMaterial.GetFeature should be of the form "GetFeature ..." (golint)
    • Line 718: warning: comment on exported method SpatialMaterial.GetFlag should be of the form "GetFlag ..." (golint)
    • Line 742: warning: comment on exported method SpatialMaterial.GetGrow should be of the form "GetGrow ..." (golint)
    • Line 765: warning: comment on exported method SpatialMaterial.GetLineWidth should be of the form "GetLineWidth ..." (golint)
    • Line 788: warning: comment on exported method SpatialMaterial.GetMetallic should be of the form "GetMetallic ..." (golint)
    • Line 811: warning: comment on exported method SpatialMaterial.GetMetallicTextureChannel should be of the form "GetMetallicTextureChannel ..." (golint)
    • Line 834: warning: comment on exported method SpatialMaterial.GetNormalScale should be of the form "GetNormalScale ..." (golint)
    • Line 857: warning: comment on exported method SpatialMaterial.GetParticlesAnimHFrames should be of the form "GetParticlesAnimHFrames ..." (golint)
    • Line 880: warning: comment on exported method SpatialMaterial.GetParticlesAnimLoop should be of the form "GetParticlesAnimLoop ..." (golint)
    • Line 903: warning: comment on exported method SpatialMaterial.GetParticlesAnimVFrames should be of the form "GetParticlesAnimVFrames ..." (golint)
    • Line 926: warning: comment on exported method SpatialMaterial.GetPointSize should be of the form "GetPointSize ..." (golint)
    • Line 949: warning: comment on exported method SpatialMaterial.GetProximityFadeDistance should be of the form "GetProximityFadeDistance ..." (golint)
    • Line 972: warning: comment on exported method SpatialMaterial.GetRefraction should be of the form "GetRefraction ..." (golint)
    • Line 995: warning: comment on exported method SpatialMaterial.GetRefractionTextureChannel should be of the form "GetRefractionTextureChannel ..." (golint)
    • Line 1018: warning: comment on exported method SpatialMaterial.GetRim should be of the form "GetRim ..." (golint)
    • Line 1041: warning: comment on exported method SpatialMaterial.GetRimTint should be of the form "GetRimTint ..." (golint)
    • Line 1064: warning: comment on exported method SpatialMaterial.GetRoughness should be of the form "GetRoughness ..." (golint)
    • Line 1087: warning: comment on exported method SpatialMaterial.GetRoughnessTextureChannel should be of the form "GetRoughnessTextureChannel ..." (golint)
    • Line 1110: warning: comment on exported method SpatialMaterial.GetSpecular should be of the form "GetSpecular ..." (golint)
    • Line 1133: warning: comment on exported method SpatialMaterial.GetSpecularMode should be of the form "GetSpecularMode ..." (golint)
    • Line 1156: warning: comment on exported method SpatialMaterial.GetSubsurfaceScatteringStrength should be of the form "GetSubsurfaceScatteringStrength ..." (golint)
    • Line 1179: warning: comment on exported method SpatialMaterial.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 1217: warning: comment on exported method SpatialMaterial.GetTransmission should be of the form "GetTransmission ..." (golint)
    • Line 1240: warning: comment on exported method SpatialMaterial.GetUv1Offset should be of the form "GetUv1Offset ..." (golint)
    • Line 1263: warning: comment on exported method SpatialMaterial.GetUv1Scale should be of the form "GetUv1Scale ..." (golint)
    • Line 1286: warning: comment on exported method SpatialMaterial.GetUv1TriplanarBlendSharpness should be of the form "GetUv1TriplanarBlendSharpness ..." (golint)
    • Line 1309: warning: comment on exported method SpatialMaterial.GetUv2Offset should be of the form "GetUv2Offset ..." (golint)
    • Line 1332: warning: comment on exported method SpatialMaterial.GetUv2Scale should be of the form "GetUv2Scale ..." (golint)
    • Line 1355: warning: comment on exported method SpatialMaterial.GetUv2TriplanarBlendSharpness should be of the form "GetUv2TriplanarBlendSharpness ..." (golint)
    • Line 1378: warning: comment on exported method SpatialMaterial.IsDepthDeepParallaxEnabled should be of the form "IsDepthDeepParallaxEnabled ..." (golint)
    • Line 1401: warning: comment on exported method SpatialMaterial.IsDistanceFadeEnabled should be of the form "IsDistanceFadeEnabled ..." (golint)
    • Line 1424: warning: comment on exported method SpatialMaterial.IsGrowEnabled should be of the form "IsGrowEnabled ..." (golint)
    • Line 1447: warning: comment on exported method SpatialMaterial.IsProximityFadeEnabled should be of the form "IsProximityFadeEnabled ..." (golint)
    • Line 1470: warning: comment on exported method SpatialMaterial.SetAlbedo should be of the form "SetAlbedo ..." (golint)
    • Line 1491: warning: comment on exported method SpatialMaterial.SetAlphaScissorThreshold should be of the form "SetAlphaScissorThreshold ..." (golint)
    • Line 1512: warning: comment on exported method SpatialMaterial.SetAnisotropy should be of the form "SetAnisotropy ..." (golint)
    • Line 1533: warning: comment on exported method SpatialMaterial.SetAoLightAffect should be of the form "SetAoLightAffect ..." (golint)
    • Line 1554: warning: comment on exported method SpatialMaterial.SetAoTextureChannel should be of the form "SetAoTextureChannel ..." (golint)
    • Line 1575: warning: comment on exported method SpatialMaterial.SetBillboardMode should be of the form "SetBillboardMode ..." (golint)
    • Line 1596: warning: comment on exported method SpatialMaterial.SetBlendMode should be of the form "SetBlendMode ..." (golint)
    • Line 1617: warning: comment on exported method SpatialMaterial.SetClearcoat should be of the form "SetClearcoat ..." (golint)
    • Line 1638: warning: comment on exported method SpatialMaterial.SetClearcoatGloss should be of the form "SetClearcoatGloss ..." (golint)
    • Line 1659: warning: comment on exported method SpatialMaterial.SetCullMode should be of the form "SetCullMode ..." (golint)
    • Line 1680: warning: comment on exported method SpatialMaterial.SetDepthDeepParallax should be of the form "SetDepthDeepParallax ..." (golint)
    • Line 1701: warning: comment on exported method SpatialMaterial.SetDepthDeepParallaxMaxLayers should be of the form "SetDepthDeepParallaxMaxLayers ..." (golint)
    • Line 1722: warning: comment on exported method SpatialMaterial.SetDepthDeepParallaxMinLayers should be of the form "SetDepthDeepParallaxMinLayers ..." (golint)
    • Line 1743: warning: comment on exported method SpatialMaterial.SetDepthDrawMode should be of the form "SetDepthDrawMode ..." (golint)
    • Line 1764: warning: comment on exported method SpatialMaterial.SetDepthScale should be of the form "SetDepthScale ..." (golint)
    • Line 1785: warning: comment on exported method SpatialMaterial.SetDetailBlendMode should be of the form "SetDetailBlendMode ..." (golint)
    • Line 1806: warning: comment on exported method SpatialMaterial.SetDetailUv should be of the form "SetDetailUv ..." (golint)
    • Line 1827: warning: comment on exported method SpatialMaterial.SetDiffuseMode should be of the form "SetDiffuseMode ..." (golint)
    • Line 1848: warning: comment on exported method SpatialMaterial.SetDistanceFade should be of the form "SetDistanceFade ..." (golint)
    • Line 1869: warning: comment on exported method SpatialMaterial.SetDistanceFadeMaxDistance should be of the form "SetDistanceFadeMaxDistance ..." (golint)
    • Line 1890: warning: comment on exported method SpatialMaterial.SetDistanceFadeMinDistance should be of the form "SetDistanceFadeMinDistance ..." (golint)
    • Line 1911: warning: comment on exported method SpatialMaterial.SetEmission should be of the form "SetEmission ..." (golint)
    • Line 1932: warning: comment on exported method SpatialMaterial.SetEmissionEnergy should be of the form "SetEmissionEnergy ..." (golint)
    • Line 1953: warning: comment on exported method SpatialMaterial.SetEmissionOperator should be of the form "SetEmissionOperator ..." (golint)
    • Line 1974: warning: comment on exported method SpatialMaterial.SetFeature should be of the form "SetFeature ..." (golint)
    • Line 1996: warning: comment on exported method SpatialMaterial.SetFlag should be of the form "SetFlag ..." (golint)
    • Line 2018: warning: comment on exported method SpatialMaterial.SetGrow should be of the form "SetGrow ..." (golint)
    • Line 2039: warning: comment on exported method SpatialMaterial.SetGrowEnabled should be of the form "SetGrowEnabled ..." (golint)
    • Line 2060: warning: comment on exported method SpatialMaterial.SetLineWidth should be of the form "SetLineWidth ..." (golint)
    • Line 2081: warning: comment on exported method SpatialMaterial.SetMetallic should be of the form "SetMetallic ..." (golint)
    • Line 2102: warning: comment on exported method SpatialMaterial.SetMetallicTextureChannel should be of the form "SetMetallicTextureChannel ..." (golint)
    • Line 2123: warning: comment on exported method SpatialMaterial.SetNormalScale should be of the form "SetNormalScale ..." (golint)
    • Line 2144: warning: comment on exported method SpatialMaterial.SetParticlesAnimHFrames should be of the form "SetParticlesAnimHFrames ..." (golint)
    • Line 2165: warning: comment on exported method SpatialMaterial.SetParticlesAnimLoop should be of the form "SetParticlesAnimLoop ..." (golint)
    • Line 2186: warning: comment on exported method SpatialMaterial.SetParticlesAnimVFrames should be of the form "SetParticlesAnimVFrames ..." (golint)
    • Line 2207: warning: comment on exported method SpatialMaterial.SetPointSize should be of the form "SetPointSize ..." (golint)
    • Line 2228: warning: comment on exported method SpatialMaterial.SetProximityFade should be of the form "SetProximityFade ..." (golint)
    • Line 2249: warning: comment on exported method SpatialMaterial.SetProximityFadeDistance should be of the form "SetProximityFadeDistance ..." (golint)
    • Line 2270: warning: comment on exported method SpatialMaterial.SetRefraction should be of the form "SetRefraction ..." (golint)
    • Line 2291: warning: comment on exported method SpatialMaterial.SetRefractionTextureChannel should be of the form "SetRefractionTextureChannel ..." (golint)
    • Line 2312: warning: comment on exported method SpatialMaterial.SetRim should be of the form "SetRim ..." (golint)
    • Line 2333: warning: comment on exported method SpatialMaterial.SetRimTint should be of the form "SetRimTint ..." (golint)
    • Line 2354: warning: comment on exported method SpatialMaterial.SetRoughness should be of the form "SetRoughness ..." (golint)
    • Line 2375: warning: comment on exported method SpatialMaterial.SetRoughnessTextureChannel should be of the form "SetRoughnessTextureChannel ..." (golint)
    • Line 2396: warning: comment on exported method SpatialMaterial.SetSpecular should be of the form "SetSpecular ..." (golint)
    • Line 2417: warning: comment on exported method SpatialMaterial.SetSpecularMode should be of the form "SetSpecularMode ..." (golint)
    • Line 2438: warning: comment on exported method SpatialMaterial.SetSubsurfaceScatteringStrength should be of the form "SetSubsurfaceScatteringStrength ..." (golint)
    • Line 2459: warning: comment on exported method SpatialMaterial.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 2481: warning: comment on exported method SpatialMaterial.SetTransmission should be of the form "SetTransmission ..." (golint)
    • Line 2502: warning: comment on exported method SpatialMaterial.SetUv1Offset should be of the form "SetUv1Offset ..." (golint)
    • Line 2523: warning: comment on exported method SpatialMaterial.SetUv1Scale should be of the form "SetUv1Scale ..." (golint)
    • Line 2544: warning: comment on exported method SpatialMaterial.SetUv1TriplanarBlendSharpness should be of the form "SetUv1TriplanarBlendSharpness ..." (golint)
    • Line 2565: warning: comment on exported method SpatialMaterial.SetUv2Offset should be of the form "SetUv2Offset ..." (golint)
    • Line 2586: warning: comment on exported method SpatialMaterial.SetUv2Scale should be of the form "SetUv2Scale ..." (golint)
    • Line 2607: warning: comment on exported method SpatialMaterial.SetUv2TriplanarBlendSharpness should be of the form "SetUv2TriplanarBlendSharpness ..." (golint)
    • godot-go/godot/videostream.gen.go
    • Line 25: warning: comment on exported type VideoStream should be of the form "VideoStream ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VideoStream.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/animationtreeplayer.gen.go
    • Line 20: warning: exported const AnimationTreePlayerAnimationProcessIdle should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const AnimationTreePlayerNodeAnimation should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: comment on exported type AnimationTreePlayer should be of the form "AnimationTreePlayer ..." (with optional leading article) (golint)
    • Line 57: warning: exported method AnimationTreePlayer.BaseClass should have comment or be unexported (golint)
    • Line 61: warning: comment on exported method AnimationTreePlayer.AddNode should be of the form "AddNode ..." (golint)
    • Line 83: warning: comment on exported method AnimationTreePlayer.Advance should be of the form "Advance ..." (golint)
    • Line 104: warning: comment on exported method AnimationTreePlayer.AnimationNodeGetAnimation should be of the form "AnimationNodeGetAnimation ..." (golint)
    • Line 142: warning: comment on exported method AnimationTreePlayer.AnimationNodeGetMasterAnimation should be of the form "AnimationNodeGetMasterAnimation ..." (golint)
    • Line 166: warning: comment on exported method AnimationTreePlayer.AnimationNodeSetAnimation should be of the form "AnimationNodeSetAnimation ..." (golint)
    • Line 188: warning: comment on exported method AnimationTreePlayer.AnimationNodeSetFilterPath should be of the form "AnimationNodeSetFilterPath ..." (golint)
    • Line 211: warning: comment on exported method AnimationTreePlayer.AnimationNodeSetMasterAnimation should be of the form "AnimationNodeSetMasterAnimation ..." (golint)
    • Line 233: warning: comment on exported method AnimationTreePlayer.AreNodesConnected should be of the form "AreNodesConnected ..." (golint)
    • Line 259: warning: comment on exported method AnimationTreePlayer.Blend2NodeGetAmount should be of the form "Blend2NodeGetAmount ..." (golint)
    • Line 283: warning: comment on exported method AnimationTreePlayer.Blend2NodeSetAmount should be of the form "Blend2NodeSetAmount ..." (golint)
    • Line 305: warning: comment on exported method AnimationTreePlayer.Blend2NodeSetFilterPath should be of the form "Blend2NodeSetFilterPath ..." (golint)
    • Line 328: warning: comment on exported method AnimationTreePlayer.Blend3NodeGetAmount should be of the form "Blend3NodeGetAmount ..." (golint)
    • Line 352: warning: comment on exported method AnimationTreePlayer.Blend3NodeSetAmount should be of the form "Blend3NodeSetAmount ..." (golint)
    • Line 374: warning: comment on exported method AnimationTreePlayer.Blend4NodeGetAmount should be of the form "Blend4NodeGetAmount ..." (golint)
    • Line 398: warning: comment on exported method AnimationTreePlayer.Blend4NodeSetAmount should be of the form "Blend4NodeSetAmount ..." (golint)
    • Line 420: warning: comment on exported method AnimationTreePlayer.ConnectNodes should be of the form "ConnectNodes ..." (golint)
    • Line 446: warning: comment on exported method AnimationTreePlayer.DisconnectNodes should be of the form "DisconnectNodes ..." (golint)
    • Line 468: warning: comment on exported method AnimationTreePlayer.GetAnimationProcessMode should be of the form "GetAnimationProcessMode ..." (golint)
    • Line 491: warning: comment on exported method AnimationTreePlayer.GetBasePath should be of the form "GetBasePath ..." (golint)
    • Line 514: warning: comment on exported method AnimationTreePlayer.GetMasterPlayer should be of the form "GetMasterPlayer ..." (golint)
    • Line 537: warning: comment on exported method AnimationTreePlayer.GetNodeList should be of the form "GetNodeList ..." (golint)
    • Line 560: warning: comment on exported method AnimationTreePlayer.IsActive should be of the form "IsActive ..." (golint)
    • Line 583: warning: comment on exported method AnimationTreePlayer.MixNodeGetAmount should be of the form "MixNodeGetAmount ..." (golint)
    • Line 607: warning: comment on exported method AnimationTreePlayer.MixNodeSetAmount should be of the form "MixNodeSetAmount ..." (golint)
    • Line 629: warning: comment on exported method AnimationTreePlayer.NodeExists should be of the form "NodeExists ..." (golint)
    • Line 653: warning: comment on exported method AnimationTreePlayer.NodeGetInputCount should be of the form "NodeGetInputCount ..." (golint)
    • Line 677: warning: comment on exported method AnimationTreePlayer.NodeGetInputSource should be of the form "NodeGetInputSource ..." (golint)
    • Line 702: warning: comment on exported method AnimationTreePlayer.NodeGetPosition should be of the form "NodeGetPosition ..." (golint)
    • Line 726: warning: comment on exported method AnimationTreePlayer.NodeGetType should be of the form "NodeGetType ..." (golint)
    • Line 750: warning: comment on exported method AnimationTreePlayer.NodeRename should be of the form "NodeRename ..." (golint)
    • Line 775: warning: comment on exported method AnimationTreePlayer.NodeSetPosition should be of the form "NodeSetPosition ..." (golint)
    • Line 797: warning: comment on exported method AnimationTreePlayer.OneshotNodeGetAutorestartDelay should be of the form "OneshotNodeGetAutorestartDelay ..." (golint)
    • Line 821: warning: comment on exported method AnimationTreePlayer.OneshotNodeGetAutorestartRandomDelay should be of the form "OneshotNodeGetAutorestartRandomDelay ..." (golint)
    • Line 845: warning: comment on exported method AnimationTreePlayer.OneshotNodeGetFadeinTime should be of the form "OneshotNodeGetFadeinTime ..." (golint)
    • Line 869: warning: comment on exported method AnimationTreePlayer.OneshotNodeGetFadeoutTime should be of the form "OneshotNodeGetFadeoutTime ..." (golint)
    • Line 893: warning: comment on exported method AnimationTreePlayer.OneshotNodeHasAutorestart should be of the form "OneshotNodeHasAutorestart ..." (golint)
    • Line 917: warning: comment on exported method AnimationTreePlayer.OneshotNodeIsActive should be of the form "OneshotNodeIsActive ..." (golint)
    • Line 941: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetAutorestart should be of the form "OneshotNodeSetAutorestart ..." (golint)
    • Line 963: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetAutorestartDelay should be of the form "OneshotNodeSetAutorestartDelay ..." (golint)
    • Line 985: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetAutorestartRandomDelay should be of the form "OneshotNodeSetAutorestartRandomDelay ..." (golint)
    • Line 1007: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetFadeinTime should be of the form "OneshotNodeSetFadeinTime ..." (golint)
    • Line 1029: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetFadeoutTime should be of the form "OneshotNodeSetFadeoutTime ..." (golint)
    • Line 1051: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetFilterPath should be of the form "OneshotNodeSetFilterPath ..." (golint)
    • Line 1074: warning: comment on exported method AnimationTreePlayer.OneshotNodeStart should be of the form "OneshotNodeStart ..." (golint)
    • Line 1095: warning: comment on exported method AnimationTreePlayer.OneshotNodeStop should be of the form "OneshotNodeStop ..." (golint)
    • Line 1116: warning: comment on exported method AnimationTreePlayer.RecomputeCaches should be of the form "RecomputeCaches ..." (golint)
    • Line 1136: warning: comment on exported method AnimationTreePlayer.RemoveNode should be of the form "RemoveNode ..." (golint)
    • Line 1157: warning: comment on exported method AnimationTreePlayer.Reset should be of the form "Reset ..." (golint)
    • Line 1177: warning: comment on exported method AnimationTreePlayer.SetActive should be of the form "SetActive ..." (golint)
    • Line 1198: warning: comment on exported method AnimationTreePlayer.SetAnimationProcessMode should be of the form "SetAnimationProcessMode ..." (golint)
    • Line 1219: warning: comment on exported method AnimationTreePlayer.SetBasePath should be of the form "SetBasePath ..." (golint)
    • Line 1240: warning: comment on exported method AnimationTreePlayer.SetMasterPlayer should be of the form "SetMasterPlayer ..." (golint)
    • Line 1261: warning: comment on exported method AnimationTreePlayer.TimescaleNodeGetScale should be of the form "TimescaleNodeGetScale ..." (golint)
    • Line 1285: warning: comment on exported method AnimationTreePlayer.TimescaleNodeSetScale should be of the form "TimescaleNodeSetScale ..." (golint)
    • Line 1307: warning: comment on exported method AnimationTreePlayer.TimeseekNodeSeek should be of the form "TimeseekNodeSeek ..." (golint)
    • Line 1329: warning: comment on exported method AnimationTreePlayer.TransitionNodeDeleteInput should be of the form "TransitionNodeDeleteInput ..." (golint)
    • Line 1351: warning: comment on exported method AnimationTreePlayer.TransitionNodeGetCurrent should be of the form "TransitionNodeGetCurrent ..." (golint)
    • Line 1375: warning: comment on exported method AnimationTreePlayer.TransitionNodeGetInputCount should be of the form "TransitionNodeGetInputCount ..." (golint)
    • Line 1399: warning: comment on exported method AnimationTreePlayer.TransitionNodeGetXfadeTime should be of the form "TransitionNodeGetXfadeTime ..." (golint)
    • Line 1423: warning: comment on exported method AnimationTreePlayer.TransitionNodeHasInputAutoAdvance should be of the form "TransitionNodeHasInputAutoAdvance ..." (golint)
    • Line 1448: warning: comment on exported method AnimationTreePlayer.TransitionNodeSetCurrent should be of the form "TransitionNodeSetCurrent ..." (golint)
    • Line 1470: warning: comment on exported method AnimationTreePlayer.TransitionNodeSetInputAutoAdvance should be of the form "TransitionNodeSetInputAutoAdvance ..." (golint)
    • Line 1493: warning: comment on exported method AnimationTreePlayer.TransitionNodeSetInputCount should be of the form "TransitionNodeSetInputCount ..." (golint)
    • Line 1515: warning: comment on exported method AnimationTreePlayer.TransitionNodeSetXfadeTime should be of the form "TransitionNodeSetXfadeTime ..." (golint)
    • godot-go/godot/reference.gen.go
    • Line 25: warning: comment on exported type Reference should be of the form "Reference ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Reference.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Reference.InitRef should be of the form "InitRef ..." (golint)
    • Line 60: warning: comment on exported method Reference.ReferenceMethod should be of the form "ReferenceMethod ..." (golint)
    • Line 83: warning: comment on exported method Reference.Unreference should be of the form "Unreference ..." (golint)
    • godot-go/godot/vscrollbar.gen.go
    • Line 25: warning: comment on exported type VScrollBar should be of the form "VScrollBar ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VScrollBar.BaseClass should have comment or be unexported (golint)
    • godot-go/examples/godot/DodgeTheCreeps/src/mob.go
    • Line 26: warning: don't use underscores in Go names; method X_Ready should be XReady (golint)
    • Line 41: warning: exported method Mob.X_OnVisibilityScreenExited should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; method X_OnVisibilityScreenExited should be XOnVisibilityScreenExited (golint)
    • Line 46: warning: don't use underscores in Go names; method X_Process should be XProcess (golint)
    • godot-go/godot/audiostreamplayer3d.gen.go
    • Line 20: warning: exported const AudioStreamPlayer3DAttenuationInverseDistance should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const AudioStreamPlayer3DDopplerTrackingDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported const AudioStreamPlayer3DOutOfRangeMix should have comment (or a comment on this block) or be unexported (golint)
    • Line 51: warning: comment on exported type AudioStreamPlayer3D should be of the form "AudioStreamPlayer3D ..." (with optional leading article) (golint)
    • Line 59: warning: exported method AudioStreamPlayer3D.BaseClass should have comment or be unexported (golint)
    • Line 63: warning: comment on exported method AudioStreamPlayer3D.X_BusLayoutChanged should be of the form "X_BusLayoutChanged ..." (golint)
    • Line 67: warning: don't use underscores in Go names; method X_BusLayoutChanged should be XBusLayoutChanged (golint)
    • Line 83: warning: comment on exported method AudioStreamPlayer3D.X_IsActive should be of the form "X_IsActive ..." (golint)
    • Line 87: warning: don't use underscores in Go names; method X_IsActive should be XIsActive (golint)
    • Line 106: warning: comment on exported method AudioStreamPlayer3D.X_SetPlaying should be of the form "X_SetPlaying ..." (golint)
    • Line 110: warning: don't use underscores in Go names; method X_SetPlaying should be XSetPlaying (golint)
    • Line 127: warning: comment on exported method AudioStreamPlayer3D.GetAreaMask should be of the form "GetAreaMask ..." (golint)
    • Line 150: warning: comment on exported method AudioStreamPlayer3D.GetAttenuationFilterCutoffHz should be of the form "GetAttenuationFilterCutoffHz ..." (golint)
    • Line 173: warning: comment on exported method AudioStreamPlayer3D.GetAttenuationFilterDb should be of the form "GetAttenuationFilterDb ..." (golint)
    • Line 196: warning: comment on exported method AudioStreamPlayer3D.GetAttenuationModel should be of the form "GetAttenuationModel ..." (golint)
    • Line 219: warning: comment on exported method AudioStreamPlayer3D.GetBus should be of the form "GetBus ..." (golint)
    • Line 242: warning: comment on exported method AudioStreamPlayer3D.GetDopplerTracking should be of the form "GetDopplerTracking ..." (golint)
    • Line 265: warning: comment on exported method AudioStreamPlayer3D.GetEmissionAngle should be of the form "GetEmissionAngle ..." (golint)
    • Line 288: warning: comment on exported method AudioStreamPlayer3D.GetEmissionAngleFilterAttenuationDb should be of the form "GetEmissionAngleFilterAttenuationDb ..." (golint)
    • Line 311: warning: comment on exported method AudioStreamPlayer3D.GetMaxDb should be of the form "GetMaxDb ..." (golint)
    • Line 334: warning: comment on exported method AudioStreamPlayer3D.GetMaxDistance should be of the form "GetMaxDistance ..." (golint)
    • Line 357: warning: comment on exported method AudioStreamPlayer3D.GetOutOfRangeMode should be of the form "GetOutOfRangeMode ..." (golint)
    • Line 380: warning: comment on exported method AudioStreamPlayer3D.GetPlaybackPosition should be of the form "GetPlaybackPosition ..." (golint)
    • Line 403: warning: comment on exported method AudioStreamPlayer3D.GetStream should be of the form "GetStream ..." (golint)
    • Line 440: warning: comment on exported method AudioStreamPlayer3D.GetUnitDb should be of the form "GetUnitDb ..." (golint)
    • Line 463: warning: comment on exported method AudioStreamPlayer3D.GetUnitSize should be of the form "GetUnitSize ..." (golint)
    • Line 486: warning: comment on exported method AudioStreamPlayer3D.IsAutoplayEnabled should be of the form "IsAutoplayEnabled ..." (golint)
    • Line 509: warning: comment on exported method AudioStreamPlayer3D.IsEmissionAngleEnabled should be of the form "IsEmissionAngleEnabled ..." (golint)
    • Line 532: warning: comment on exported method AudioStreamPlayer3D.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 555: warning: comment on exported method AudioStreamPlayer3D.Play should be of the form "Play ..." (golint)
    • Line 576: warning: comment on exported method AudioStreamPlayer3D.Seek should be of the form "Seek ..." (golint)
    • Line 597: warning: comment on exported method AudioStreamPlayer3D.SetAreaMask should be of the form "SetAreaMask ..." (golint)
    • Line 618: warning: comment on exported method AudioStreamPlayer3D.SetAttenuationFilterCutoffHz should be of the form "SetAttenuationFilterCutoffHz ..." (golint)
    • Line 639: warning: comment on exported method AudioStreamPlayer3D.SetAttenuationFilterDb should be of the form "SetAttenuationFilterDb ..." (golint)
    • Line 660: warning: comment on exported method AudioStreamPlayer3D.SetAttenuationModel should be of the form "SetAttenuationModel ..." (golint)
    • Line 681: warning: comment on exported method AudioStreamPlayer3D.SetAutoplay should be of the form "SetAutoplay ..." (golint)
    • Line 702: warning: comment on exported method AudioStreamPlayer3D.SetBus should be of the form "SetBus ..." (golint)
    • Line 723: warning: comment on exported method AudioStreamPlayer3D.SetDopplerTracking should be of the form "SetDopplerTracking ..." (golint)
    • Line 744: warning: comment on exported method AudioStreamPlayer3D.SetEmissionAngle should be of the form "SetEmissionAngle ..." (golint)
    • Line 765: warning: comment on exported method AudioStreamPlayer3D.SetEmissionAngleEnabled should be of the form "SetEmissionAngleEnabled ..." (golint)
    • Line 786: warning: comment on exported method AudioStreamPlayer3D.SetEmissionAngleFilterAttenuationDb should be of the form "SetEmissionAngleFilterAttenuationDb ..." (golint)
    • Line 807: warning: comment on exported method AudioStreamPlayer3D.SetMaxDb should be of the form "SetMaxDb ..." (golint)
    • Line 828: warning: comment on exported method AudioStreamPlayer3D.SetMaxDistance should be of the form "SetMaxDistance ..." (golint)
    • Line 849: warning: comment on exported method AudioStreamPlayer3D.SetOutOfRangeMode should be of the form "SetOutOfRangeMode ..." (golint)
    • Line 870: warning: comment on exported method AudioStreamPlayer3D.SetStream should be of the form "SetStream ..." (golint)
    • Line 891: warning: comment on exported method AudioStreamPlayer3D.SetUnitDb should be of the form "SetUnitDb ..." (golint)
    • Line 912: warning: comment on exported method AudioStreamPlayer3D.SetUnitSize should be of the form "SetUnitSize ..." (golint)
    • Line 933: warning: comment on exported method AudioStreamPlayer3D.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/control.gen.go
    • Line 20: warning: exported const ControlAnchorBegin should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const ControlCursorArrow should have comment (or a comment on this block) or be unexported (golint)
    • Line 51: warning: exported const ControlFocusAll should have comment (or a comment on this block) or be unexported (golint)
    • Line 60: warning: exported const ControlGrowDirectionBegin should have comment (or a comment on this block) or be unexported (golint)
    • Line 68: warning: exported const ControlPresetBottomLeft should have comment (or a comment on this block) or be unexported (golint)
    • Line 90: warning: exported const ControlPresetModeKeepHeight should have comment (or a comment on this block) or be unexported (golint)
    • Line 100: warning: exported const ControlMouseFilterIgnore should have comment (or a comment on this block) or be unexported (golint)
    • Line 109: warning: exported const ControlSizeExpand should have comment (or a comment on this block) or be unexported (golint)
    • Line 125: warning: comment on exported type Control should be of the form "Control ..." (with optional leading article) (golint)
    • Line 133: warning: exported method Control.BaseClass should have comment or be unexported (golint)
    • Line 137: warning: comment on exported method Control.X_FontChanged should be of the form "X_FontChanged ..." (golint)
    • Line 141: warning: don't use underscores in Go names; method X_FontChanged should be XFontChanged (golint)
    • Line 157: warning: comment on exported method Control.X_GetMinimumSize should be of the form "X_GetMinimumSize ..." (golint)
    • Line 161: warning: don't use underscores in Go names; method X_GetMinimumSize should be XGetMinimumSize (golint)
    • Line 180: warning: comment on exported method Control.X_GetTooltip should be of the form "X_GetTooltip ..." (golint)
    • Line 184: warning: don't use underscores in Go names; method X_GetTooltip should be XGetTooltip (golint)
    • Line 203: warning: comment on exported method Control.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 207: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 224: warning: comment on exported method Control.X_SetAnchor should be of the form "X_SetAnchor ..." (golint)
    • Line 228: warning: don't use underscores in Go names; method X_SetAnchor should be XSetAnchor (golint)
    • Line 246: warning: comment on exported method Control.X_SizeChanged should be of the form "X_SizeChanged ..." (golint)
    • Line 250: warning: don't use underscores in Go names; method X_SizeChanged should be XSizeChanged (golint)
    • Line 266: warning: comment on exported method Control.X_ThemeChanged should be of the form "X_ThemeChanged ..." (golint)
    • Line 270: warning: don't use underscores in Go names; method X_ThemeChanged should be XThemeChanged (golint)
    • Line 286: warning: comment on exported method Control.X_UpdateMinimumSize should be of the form "X_UpdateMinimumSize ..." (golint)
    • Line 290: warning: don't use underscores in Go names; method X_UpdateMinimumSize should be XUpdateMinimumSize (golint)
    • Line 306: warning: comment on exported method Control.AcceptEvent should be of the form "AcceptEvent ..." (golint)
    • Line 326: warning: comment on exported method Control.AddColorOverride should be of the form "AddColorOverride ..." (golint)
    • Line 348: warning: comment on exported method Control.AddConstantOverride should be of the form "AddConstantOverride ..." (golint)
    • Line 370: warning: comment on exported method Control.AddFontOverride should be of the form "AddFontOverride ..." (golint)
    • Line 392: warning: comment on exported method Control.AddIconOverride should be of the form "AddIconOverride ..." (golint)
    • Line 414: warning: comment on exported method Control.AddShaderOverride should be of the form "AddShaderOverride ..." (golint)
    • Line 436: warning: comment on exported method Control.AddStyleboxOverride should be of the form "AddStyleboxOverride ..." (golint)
    • Line 458: warning: comment on exported method Control.CanDropData should be of the form "CanDropData ..." (golint)
    • Line 483: warning: comment on exported method Control.DropData should be of the form "DropData ..." (golint)
    • Line 505: warning: comment on exported method Control.ForceDrag should be of the form "ForceDrag ..." (golint)
    • Line 527: warning: comment on exported method Control.GetAnchor should be of the form "GetAnchor ..." (golint)
    • Line 551: warning: comment on exported method Control.GetBegin should be of the form "GetBegin ..." (golint)
    • Line 574: warning: comment on exported method Control.GetColor should be of the form "GetColor ..." (golint)
    • Line 599: warning: comment on exported method Control.GetCombinedMinimumSize should be of the form "GetCombinedMinimumSize ..." (golint)
    • Line 622: warning: comment on exported method Control.GetConstant should be of the form "GetConstant ..." (golint)
    • Line 647: warning: comment on exported method Control.GetCursorShape should be of the form "GetCursorShape ..." (golint)
    • Line 671: warning: comment on exported method Control.GetCustomMinimumSize should be of the form "GetCustomMinimumSize ..." (golint)
    • Line 694: warning: comment on exported method Control.GetDefaultCursorShape should be of the form "GetDefaultCursorShape ..." (golint)
    • Line 717: warning: comment on exported method Control.GetDragData should be of the form "GetDragData ..." (golint)
    • Line 755: warning: comment on exported method Control.GetEnd should be of the form "GetEnd ..." (golint)
    • Line 778: warning: comment on exported method Control.GetFocusMode should be of the form "GetFocusMode ..." (golint)
    • Line 801: warning: comment on exported method Control.GetFocusNeighbour should be of the form "GetFocusNeighbour ..." (golint)
    • Line 825: warning: comment on exported method Control.GetFocusNext should be of the form "GetFocusNext ..." (golint)
    • Line 848: warning: comment on exported method Control.GetFocusOwner should be of the form "GetFocusOwner ..." (golint)
    • Line 885: warning: comment on exported method Control.GetFocusPrevious should be of the form "GetFocusPrevious ..." (golint)
    • Line 908: warning: comment on exported method Control.GetFont should be of the form "GetFont ..." (golint)
    • Line 947: warning: comment on exported method Control.GetGlobalPosition should be of the form "GetGlobalPosition ..." (golint)
    • Line 970: warning: comment on exported method Control.GetGlobalRect should be of the form "GetGlobalRect ..." (golint)
    • Line 993: warning: comment on exported method Control.GetHGrowDirection should be of the form "GetHGrowDirection ..." (golint)
    • Line 1016: warning: comment on exported method Control.GetHSizeFlags should be of the form "GetHSizeFlags ..." (golint)
    • Line 1039: warning: comment on exported method Control.GetIcon should be of the form "GetIcon ..." (golint)
    • Line 1078: warning: comment on exported method Control.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 1102: warning: comment on exported method Control.GetMinimumSize should be of the form "GetMinimumSize ..." (golint)
    • Line 1125: warning: comment on exported method Control.GetMouseFilter should be of the form "GetMouseFilter ..." (golint)
    • Line 1148: warning: comment on exported method Control.GetParentAreaSize should be of the form "GetParentAreaSize ..." (golint)
    • Line 1171: warning: comment on exported method Control.GetParentControl should be of the form "GetParentControl ..." (golint)
    • Line 1208: warning: comment on exported method Control.GetPivotOffset should be of the form "GetPivotOffset ..." (golint)
    • Line 1231: warning: comment on exported method Control.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 1254: warning: comment on exported method Control.GetRect should be of the form "GetRect ..." (golint)
    • Line 1277: warning: comment on exported method Control.GetRotation should be of the form "GetRotation ..." (golint)
    • Line 1300: warning: comment on exported method Control.GetRotationDegrees should be of the form "GetRotationDegrees ..." (golint)
    • Line 1323: warning: comment on exported method Control.GetScale should be of the form "GetScale ..." (golint)
    • Line 1346: warning: comment on exported method Control.GetSize should be of the form "GetSize ..." (golint)
    • Line 1369: warning: comment on exported method Control.GetStretchRatio should be of the form "GetStretchRatio ..." (golint)
    • Line 1392: warning: comment on exported method Control.GetStylebox should be of the form "GetStylebox ..." (golint)
    • Line 1431: warning: comment on exported method Control.GetTheme should be of the form "GetTheme ..." (golint)
    • Line 1468: warning: comment on exported method Control.GetTooltip should be of the form "GetTooltip ..." (golint)
    • Line 1492: warning: comment on exported method Control.GetVGrowDirection should be of the form "GetVGrowDirection ..." (golint)
    • Line 1515: warning: comment on exported method Control.GetVSizeFlags should be of the form "GetVSizeFlags ..." (golint)
    • Line 1538: warning: comment on exported method Control.GrabClickFocus should be of the form "GrabClickFocus ..." (golint)
    • Line 1558: warning: comment on exported method Control.GrabFocus should be of the form "GrabFocus ..." (golint)
    • Line 1578: warning: comment on exported method Control.HasColor should be of the form "HasColor ..." (golint)
    • Line 1603: warning: comment on exported method Control.HasColorOverride should be of the form "HasColorOverride ..." (golint)
    • Line 1627: warning: comment on exported method Control.HasConstant should be of the form "HasConstant ..." (golint)
    • Line 1652: warning: comment on exported method Control.HasConstantOverride should be of the form "HasConstantOverride ..." (golint)
    • Line 1676: warning: comment on exported method Control.HasFocus should be of the form "HasFocus ..." (golint)
    • Line 1699: warning: comment on exported method Control.HasFont should be of the form "HasFont ..." (golint)
    • Line 1724: warning: comment on exported method Control.HasFontOverride should be of the form "HasFontOverride ..." (golint)
    • Line 1748: warning: comment on exported method Control.HasIcon should be of the form "HasIcon ..." (golint)
    • Line 1773: warning: comment on exported method Control.HasIconOverride should be of the form "HasIconOverride ..." (golint)
    • Line 1797: warning: comment on exported method Control.HasPoint should be of the form "HasPoint ..." (golint)
    • Line 1821: warning: comment on exported method Control.HasShaderOverride should be of the form "HasShaderOverride ..." (golint)
    • Line 1845: warning: comment on exported method Control.HasStylebox should be of the form "HasStylebox ..." (golint)
    • Line 1870: warning: comment on exported method Control.HasStyleboxOverride should be of the form "HasStyleboxOverride ..." (golint)
    • Line 1894: warning: comment on exported method Control.IsClippingContents should be of the form "IsClippingContents ..." (golint)
    • Line 1917: warning: comment on exported method Control.MinimumSizeChanged should be of the form "MinimumSizeChanged ..." (golint)
    • Line 1937: warning: comment on exported method Control.ReleaseFocus should be of the form "ReleaseFocus ..." (golint)
    • Line 1957: warning: comment on exported method Control.SetAnchor should be of the form "SetAnchor ..." (golint)
    • Line 1981: warning: comment on exported method Control.SetAnchorAndMargin should be of the form "SetAnchorAndMargin ..." (golint)
    • Line 2005: warning: comment on exported method Control.SetAnchorsAndMarginsPreset should be of the form "SetAnchorsAndMarginsPreset ..." (golint)
    • Line 2028: warning: comment on exported method Control.SetAnchorsPreset should be of the form "SetAnchorsPreset ..." (golint)
    • Line 2050: warning: comment on exported method Control.SetBegin should be of the form "SetBegin ..." (golint)
    • Line 2071: warning: comment on exported method Control.SetClipContents should be of the form "SetClipContents ..." (golint)
    • Line 2092: warning: comment on exported method Control.SetCustomMinimumSize should be of the form "SetCustomMinimumSize ..." (golint)
    • Line 2113: warning: comment on exported method Control.SetDefaultCursorShape should be of the form "SetDefaultCursorShape ..." (golint)
    • Line 2134: warning: comment on exported method Control.SetDragForwarding should be of the form "SetDragForwarding ..." (golint)
    • Line 2155: warning: comment on exported method Control.SetDragPreview should be of the form "SetDragPreview ..." (golint)
    • Line 2176: warning: comment on exported method Control.SetEnd should be of the form "SetEnd ..." (golint)
    • Line 2197: warning: comment on exported method Control.SetFocusMode should be of the form "SetFocusMode ..." (golint)
    • Line 2218: warning: comment on exported method Control.SetFocusNeighbour should be of the form "SetFocusNeighbour ..." (golint)
    • Line 2240: warning: comment on exported method Control.SetFocusNext should be of the form "SetFocusNext ..." (golint)
    • Line 2261: warning: comment on exported method Control.SetFocusPrevious should be of the form "SetFocusPrevious ..." (golint)
    • Line 2282: warning: comment on exported method Control.SetGlobalPosition should be of the form "SetGlobalPosition ..." (golint)
    • Line 2303: warning: comment on exported method Control.SetHGrowDirection should be of the form "SetHGrowDirection ..." (golint)
    • Line 2324: warning: comment on exported method Control.SetHSizeFlags should be of the form "SetHSizeFlags ..." (golint)
    • Line 2345: warning: comment on exported method Control.SetMargin should be of the form "SetMargin ..." (golint)
    • Line 2367: warning: comment on exported method Control.SetMarginsPreset should be of the form "SetMarginsPreset ..." (golint)
    • Line 2390: warning: comment on exported method Control.SetMouseFilter should be of the form "SetMouseFilter ..." (golint)
    • Line 2411: warning: comment on exported method Control.SetPivotOffset should be of the form "SetPivotOffset ..." (golint)
    • Line 2432: warning: comment on exported method Control.SetPosition should be of the form "SetPosition ..." (golint)
    • Line 2453: warning: comment on exported method Control.SetRotation should be of the form "SetRotation ..." (golint)
    • Line 2474: warning: comment on exported method Control.SetRotationDegrees should be of the form "SetRotationDegrees ..." (golint)
    • Line 2495: warning: comment on exported method Control.SetScale should be of the form "SetScale ..." (golint)
    • Line 2516: warning: comment on exported method Control.SetSize should be of the form "SetSize ..." (golint)
    • Line 2537: warning: comment on exported method Control.SetStretchRatio should be of the form "SetStretchRatio ..." (golint)
    • Line 2558: warning: comment on exported method Control.SetTheme should be of the form "SetTheme ..." (golint)
    • Line 2579: warning: comment on exported method Control.SetTooltip should be of the form "SetTooltip ..." (golint)
    • Line 2600: warning: comment on exported method Control.SetVGrowDirection should be of the form "SetVGrowDirection ..." (golint)
    • Line 2621: warning: comment on exported method Control.SetVSizeFlags should be of the form "SetVSizeFlags ..." (golint)
    • Line 2642: warning: comment on exported method Control.ShowModal should be of the form "ShowModal ..." (golint)
    • Line 2663: warning: comment on exported method Control.WarpMouse should be of the form "WarpMouse ..." (golint)
    • godot-go/godot/engine.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_EngineFromPointer should be newEngineFromPointer (golint)
    • Line 29: warning: comment on exported var Engine should be of the form "Engine ..." (golint)
    • godot-go/godot/resourceinteractiveloader.gen.go
    • Line 25: warning: comment on exported type ResourceInteractiveLoader should be of the form "ResourceInteractiveLoader ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourceInteractiveLoader.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ResourceInteractiveLoader.GetResource should be of the form "GetResource ..." (golint)
    • Line 74: warning: comment on exported method ResourceInteractiveLoader.GetStage should be of the form "GetStage ..." (golint)
    • Line 97: warning: comment on exported method ResourceInteractiveLoader.GetStageCount should be of the form "GetStageCount ..." (golint)
    • Line 120: warning: comment on exported method ResourceInteractiveLoader.Poll should be of the form "Poll ..." (golint)
    • Line 143: warning: comment on exported method ResourceInteractiveLoader.Wait should be of the form "Wait ..." (golint)
    • godot-go/godot/input.gen.go
    • Line 20: warning: exported const InputCursorArrow should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported const InputMouseModeCaptured should have comment (or a comment on this block) or be unexported (golint)
    • Line 62: warning: comment on exported var Input should be of the form "Input ..." (golint)
    • godot-go/godot/sky.gen.go
    • Line 20: warning: exported const SkyRadianceSize1024 should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: comment on exported type Sky should be of the form "Sky ..." (with optional leading article) (golint)
    • Line 47: warning: exported method Sky.BaseClass should have comment or be unexported (golint)
    • Line 51: warning: comment on exported method Sky.GetRadianceSize should be of the form "GetRadianceSize ..." (golint)
    • Line 74: warning: comment on exported method Sky.SetRadianceSize should be of the form "SetRadianceSize ..." (golint)
    • godot-go/cmd/generate/classes/model.go
    • Line 10: warning: exported type GDMethodDoc should have comment or be unexported (golint)
    • Line 37: warning: exported type GDEnums should have comment or be unexported (golint)
    • Line 49: warning: exported type GDMethod should have comment or be unexported (golint)
    • Line 69: warning: exported type GDArgument should have comment or be unexported (golint)
    • Line 76: warning: exported type GDProperty should have comment or be unexported (golint)
    • Line 90: warning: exported type GDSignal should have comment or be unexported (golint)
    • godot-go/godot/canvasitemmaterial.gen.go
    • Line 20: warning: exported const CanvasItemMaterialBlendModeAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 31: warning: exported const CanvasItemMaterialLightModeLightOnly should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: comment on exported type CanvasItemMaterial should be of the form "CanvasItemMaterial ..." (with optional leading article) (golint)
    • Line 53: warning: exported method CanvasItemMaterial.BaseClass should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method CanvasItemMaterial.GetBlendMode should be of the form "GetBlendMode ..." (golint)
    • Line 80: warning: comment on exported method CanvasItemMaterial.GetLightMode should be of the form "GetLightMode ..." (golint)
    • Line 103: warning: comment on exported method CanvasItemMaterial.SetBlendMode should be of the form "SetBlendMode ..." (golint)
    • Line 124: warning: comment on exported method CanvasItemMaterial.SetLightMode should be of the form "SetLightMode ..." (golint)
    • godot-go/godot/audioeffectlowshelffilter.gen.go
    • Line 25: warning: comment on exported type AudioEffectLowShelfFilter should be of the form "AudioEffectLowShelfFilter ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectLowShelfFilter.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/collisionshape.gen.go
    • Line 25: warning: comment on exported type CollisionShape should be of the form "CollisionShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CollisionShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CollisionShape.GetShape should be of the form "GetShape ..." (golint)
    • Line 74: warning: comment on exported method CollisionShape.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 97: warning: comment on exported method CollisionShape.MakeConvexFromBrothers should be of the form "MakeConvexFromBrothers ..." (golint)
    • Line 117: warning: comment on exported method CollisionShape.ResourceChanged should be of the form "ResourceChanged ..." (golint)
    • Line 138: warning: comment on exported method CollisionShape.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 159: warning: comment on exported method CollisionShape.SetShape should be of the form "SetShape ..." (golint)
    • godot-go/godot/meshinstance.gen.go
    • Line 33: warning: exported method MeshInstance.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MeshInstance.X_MeshChanged should be of the form "X_MeshChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_MeshChanged should be XMeshChanged (golint)
    • Line 57: warning: comment on exported method MeshInstance.CreateConvexCollision should be of the form "CreateConvexCollision ..." (golint)
    • Line 77: warning: comment on exported method MeshInstance.CreateDebugTangents should be of the form "CreateDebugTangents ..." (golint)
    • Line 97: warning: comment on exported method MeshInstance.CreateTrimeshCollision should be of the form "CreateTrimeshCollision ..." (golint)
    • Line 117: warning: comment on exported method MeshInstance.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 154: warning: comment on exported method MeshInstance.GetSkeletonPath should be of the form "GetSkeletonPath ..." (golint)
    • Line 177: warning: comment on exported method MeshInstance.GetSurfaceMaterial should be of the form "GetSurfaceMaterial ..." (golint)
    • Line 215: warning: comment on exported method MeshInstance.SetMesh should be of the form "SetMesh ..." (golint)
    • Line 236: warning: comment on exported method MeshInstance.SetSkeletonPath should be of the form "SetSkeletonPath ..." (golint)
    • Line 257: warning: comment on exported method MeshInstance.SetSurfaceMaterial should be of the form "SetSurfaceMaterial ..." (golint)
    • godot-go/godot/tileset.gen.go
    • Line 20: warning: exported const TileSetBindBottom should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported const TileSetBitmask2X2 should have comment (or a comment on this block) or be unexported (golint)
    • Line 55: warning: exported method TileSet.BaseClass should have comment or be unexported (golint)
    • Line 59: warning: comment on exported method TileSet.X_ForwardSubtileSelection should be of the form "X_ForwardSubtileSelection ..." (golint)
    • Line 63: warning: don't use underscores in Go names; method X_ForwardSubtileSelection should be XForwardSubtileSelection (golint)
    • Line 86: warning: comment on exported method TileSet.X_IsTileBound should be of the form "X_IsTileBound ..." (golint)
    • Line 90: warning: don't use underscores in Go names; method X_IsTileBound should be XIsTileBound (golint)
    • Line 111: warning: comment on exported method TileSet.AutotileGetBitmaskMode should be of the form "AutotileGetBitmaskMode ..." (golint)
    • Line 135: warning: comment on exported method TileSet.AutotileSetBitmaskMode should be of the form "AutotileSetBitmaskMode ..." (golint)
    • Line 157: warning: comment on exported method TileSet.Clear should be of the form "Clear ..." (golint)
    • Line 177: warning: comment on exported method TileSet.CreateTile should be of the form "CreateTile ..." (golint)
    • Line 198: warning: comment on exported method TileSet.FindTileByName should be of the form "FindTileByName ..." (golint)
    • Line 222: warning: comment on exported method TileSet.GetLastUnusedTileId should be of the form "GetLastUnusedTileId ..." (golint)
    • Line 245: warning: comment on exported method TileSet.GetTilesIds should be of the form "GetTilesIds ..." (golint)
    • Line 268: warning: comment on exported method TileSet.RemoveTile should be of the form "RemoveTile ..." (golint)
    • Line 289: warning: comment on exported method TileSet.TileAddShape should be of the form "TileAddShape ..." (golint)
    • Line 314: warning: comment on exported method TileSet.TileGetLightOccluder should be of the form "TileGetLightOccluder ..." (golint)
    • Line 352: warning: comment on exported method TileSet.TileGetMaterial should be of the form "TileGetMaterial ..." (golint)
    • Line 390: warning: comment on exported method TileSet.TileGetName should be of the form "TileGetName ..." (golint)
    • Line 414: warning: comment on exported method TileSet.TileGetNavigationPolygon should be of the form "TileGetNavigationPolygon ..." (golint)
    • Line 452: warning: comment on exported method TileSet.TileGetNavigationPolygonOffset should be of the form "TileGetNavigationPolygonOffset ..." (golint)
    • Line 476: warning: comment on exported method TileSet.TileGetNormalMap should be of the form "TileGetNormalMap ..." (golint)
    • Line 514: warning: comment on exported method TileSet.TileGetOccluderOffset should be of the form "TileGetOccluderOffset ..." (golint)
    • Line 538: warning: comment on exported method TileSet.TileGetRegion should be of the form "TileGetRegion ..." (golint)
    • Line 562: warning: comment on exported method TileSet.TileGetShape should be of the form "TileGetShape ..." (golint)
    • Line 601: warning: comment on exported method TileSet.TileGetShapeCount should be of the form "TileGetShapeCount ..." (golint)
    • Line 625: warning: comment on exported method TileSet.TileGetShapeOneWay should be of the form "TileGetShapeOneWay ..." (golint)
    • Line 650: warning: comment on exported method TileSet.TileGetShapeTransform should be of the form "TileGetShapeTransform ..." (golint)
    • Line 675: warning: comment on exported method TileSet.TileGetShapes should be of the form "TileGetShapes ..." (golint)
    • Line 699: warning: comment on exported method TileSet.TileGetTexture should be of the form "TileGetTexture ..." (golint)
    • Line 737: warning: comment on exported method TileSet.TileGetTextureOffset should be of the form "TileGetTextureOffset ..." (golint)
    • Line 761: warning: comment on exported method TileSet.TileSetLightOccluder should be of the form "TileSetLightOccluder ..." (golint)
    • Line 783: warning: comment on exported method TileSet.TileSetMaterial should be of the form "TileSetMaterial ..." (golint)
    • Line 805: warning: comment on exported method TileSet.TileSetName should be of the form "TileSetName ..." (golint)
    • Line 827: warning: comment on exported method TileSet.TileSetNavigationPolygon should be of the form "TileSetNavigationPolygon ..." (golint)
    • Line 849: warning: comment on exported method TileSet.TileSetNavigationPolygonOffset should be of the form "TileSetNavigationPolygonOffset ..." (golint)
    • Line 871: warning: comment on exported method TileSet.TileSetNormalMap should be of the form "TileSetNormalMap ..." (golint)
    • Line 893: warning: comment on exported method TileSet.TileSetOccluderOffset should be of the form "TileSetOccluderOffset ..." (golint)
    • Line 915: warning: comment on exported method TileSet.TileSetRegion should be of the form "TileSetRegion ..." (golint)
    • Line 937: warning: comment on exported method TileSet.TileSetShape should be of the form "TileSetShape ..." (golint)
    • Line 960: warning: comment on exported method TileSet.TileSetShapeOneWay should be of the form "TileSetShapeOneWay ..." (golint)
    • Line 983: warning: comment on exported method TileSet.TileSetShapeTransform should be of the form "TileSetShapeTransform ..." (golint)
    • Line 1006: warning: comment on exported method TileSet.TileSetShapes should be of the form "TileSetShapes ..." (golint)
    • Line 1028: warning: comment on exported method TileSet.TileSetTexture should be of the form "TileSetTexture ..." (golint)
    • Line 1050: warning: comment on exported method TileSet.TileSetTextureOffset should be of the form "TileSetTextureOffset ..." (golint)
    • godot-go/godot/visualscriptreturn.gen.go
    • Line 25: warning: comment on exported type VisualScriptReturn should be of the form "VisualScriptReturn ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptReturn.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptReturn.GetReturnType should be of the form "GetReturnType ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptReturn.IsReturnValueEnabled should be of the form "IsReturnValueEnabled ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptReturn.SetEnableReturnValue should be of the form "SetEnableReturnValue ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptReturn.SetReturnType should be of the form "SetReturnType ..." (golint)
    • godot-go/godot/splitcontainer.gen.go
    • Line 20: warning: exported const SplitContainerDraggerHidden should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type SplitContainer should be of the form "SplitContainer ..." (with optional leading article) (golint)
    • Line 42: warning: exported method SplitContainer.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method SplitContainer.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 67: warning: comment on exported method SplitContainer.GetDraggerVisibility should be of the form "GetDraggerVisibility ..." (golint)
    • Line 90: warning: comment on exported method SplitContainer.GetSplitOffset should be of the form "GetSplitOffset ..." (golint)
    • Line 113: warning: comment on exported method SplitContainer.IsCollapsed should be of the form "IsCollapsed ..." (golint)
    • Line 136: warning: comment on exported method SplitContainer.SetCollapsed should be of the form "SetCollapsed ..." (golint)
    • Line 157: warning: comment on exported method SplitContainer.SetDraggerVisibility should be of the form "SetDraggerVisibility ..." (golint)
    • Line 178: warning: comment on exported method SplitContainer.SetSplitOffset should be of the form "SetSplitOffset ..." (golint)
    • godot-go/godot/windowdialog.gen.go
    • Line 25: warning: comment on exported type WindowDialog should be of the form "WindowDialog ..." (with optional leading article) (golint)
    • Line 33: warning: exported method WindowDialog.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method WindowDialog.X_Closed should be of the form "X_Closed ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Closed should be XClosed (golint)
    • Line 57: warning: comment on exported method WindowDialog.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 78: warning: comment on exported method WindowDialog.GetCloseButton should be of the form "GetCloseButton ..." (golint)
    • Line 115: warning: comment on exported method WindowDialog.GetResizable should be of the form "GetResizable ..." (golint)
    • Line 138: warning: comment on exported method WindowDialog.GetTitle should be of the form "GetTitle ..." (golint)
    • Line 161: warning: comment on exported method WindowDialog.SetResizable should be of the form "SetResizable ..." (golint)
    • Line 182: warning: comment on exported method WindowDialog.SetTitle should be of the form "SetTitle ..." (golint)
    • godot-go/cmd/generate/types/generate.go
    • Line 63: warning: exported method View.ToGoName should have comment or be unexported (golint)
    • Line 69: warning: exported method View.ToGoReturnType should have comment or be unexported (golint)
    • Line 78: warning: exported method View.HasReturn should have comment or be unexported (golint)
    • Line 85: warning: exported method View.HasPointerReturn should have comment or be unexported (golint)
    • Line 92: warning: exported method View.IsVoidPointerType should have comment or be unexported (golint)
    • Line 100: warning: exported method View.IsWcharT should have comment or be unexported (golint)
    • Line 107: warning: exported method View.IsDoublePointer should have comment or be unexported (golint)
    • Line 114: warning: exported method View.ToGoArgType should have comment or be unexported (golint)
    • Line 131: warning: exported method View.ToGoArgName should have comment or be unexported (golint)
    • Line 161: warning: exported method View.IsBasicType should have comment or be unexported (golint)
    • Line 231: warning: exported method View.MethodIsConstructor should have comment or be unexported (golint)
    • Line 238: warning: exported method View.NotSelfArg should have comment or be unexported (golint)
    • Line 245: warning: exported method View.StripPointer should have comment or be unexported (golint)
    • Line 252: warning: exported method View.ToGoMethodName should have comment or be unexported (golint)
    • Line 271: warning: exported type Method should have comment or be unexported (golint)
    • Line 401: warning: exported function WriteTemplate should have comment or be unexported (golint)
    • Line 422: warning: exported function GoFmt should have comment or be unexported (golint)
    • Line 433: warning: exported function GoImports should have comment or be unexported (golint)
    • godot-go/godot/hboxcontainer.gen.go
    • Line 25: warning: comment on exported type HBoxContainer should be of the form "HBoxContainer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method HBoxContainer.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/hslider.gen.go
    • Line 25: warning: comment on exported type HSlider should be of the form "HSlider ..." (with optional leading article) (golint)
    • Line 33: warning: exported method HSlider.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/semaphore.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_SemaphoreFromPointer should be newSemaphoreFromPointer (golint)
    • Line 25: warning: comment on exported type Semaphore should be of the form "Semaphore ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Semaphore.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Semaphore.Post should be of the form "Post ..." (golint)
    • Line 60: warning: comment on exported method Semaphore.Wait should be of the form "Wait ..." (golint)
    • godot-go/godot/collisionpolygon.gen.go
    • Line 25: warning: comment on exported type CollisionPolygon should be of the form "CollisionPolygon ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CollisionPolygon.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CollisionPolygon.GetDepth should be of the form "GetDepth ..." (golint)
    • Line 60: warning: comment on exported method CollisionPolygon.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 83: warning: comment on exported method CollisionPolygon.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 106: warning: comment on exported method CollisionPolygon.SetDepth should be of the form "SetDepth ..." (golint)
    • Line 127: warning: comment on exported method CollisionPolygon.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 148: warning: comment on exported method CollisionPolygon.SetPolygon should be of the form "SetPolygon ..." (golint)
    • godot-go/godot/kinematicbody.gen.go
    • Line 25: warning: comment on exported type KinematicBody should be of the form "KinematicBody ..." (with optional leading article) (golint)
    • Line 33: warning: exported method KinematicBody.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method KinematicBody.GetAxisLock should be of the form "GetAxisLock ..." (golint)
    • Line 61: warning: comment on exported method KinematicBody.GetFloorVelocity should be of the form "GetFloorVelocity ..." (golint)
    • Line 84: warning: comment on exported method KinematicBody.GetSafeMargin should be of the form "GetSafeMargin ..." (golint)
    • Line 107: warning: comment on exported method KinematicBody.GetSlideCollision should be of the form "GetSlideCollision ..." (golint)
    • Line 145: warning: comment on exported method KinematicBody.GetSlideCount should be of the form "GetSlideCount ..." (golint)
    • Line 168: warning: comment on exported method KinematicBody.IsOnCeiling should be of the form "IsOnCeiling ..." (golint)
    • Line 191: warning: comment on exported method KinematicBody.IsOnFloor should be of the form "IsOnFloor ..." (golint)
    • Line 214: warning: comment on exported method KinematicBody.IsOnWall should be of the form "IsOnWall ..." (golint)
    • Line 237: warning: comment on exported method KinematicBody.MoveAndCollide should be of the form "MoveAndCollide ..." (golint)
    • Line 275: warning: comment on exported method KinematicBody.MoveAndSlide should be of the form "MoveAndSlide ..." (golint)
    • Line 303: warning: comment on exported method KinematicBody.SetAxisLock should be of the form "SetAxisLock ..." (golint)
    • Line 325: warning: comment on exported method KinematicBody.SetSafeMargin should be of the form "SetSafeMargin ..." (golint)
    • Line 346: warning: comment on exported method KinematicBody.TestMove should be of the form "TestMove ..." (golint)
    • godot-go/godot/mutex.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_MutexFromPointer should be newMutexFromPointer (golint)
    • Line 25: warning: comment on exported type Mutex should be of the form "Mutex ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Mutex.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Mutex.Lock should be of the form "Lock ..." (golint)
    • Line 57: warning: comment on exported method Mutex.TryLock should be of the form "TryLock ..." (golint)
    • Line 80: warning: comment on exported method Mutex.Unlock should be of the form "Unlock ..." (golint)
    • godot-go/godot/visualscriptvariableset.gen.go
    • Line 25: warning: comment on exported type VisualScriptVariableSet should be of the form "VisualScriptVariableSet ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptVariableSet.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptVariableSet.GetVariable should be of the form "GetVariable ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptVariableSet.SetVariable should be of the form "SetVariable ..." (golint)
    • godot-go/godot/curve2d.gen.go
    • Line 25: warning: comment on exported type Curve2D should be of the form "Curve2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Curve2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Curve2D.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 60: warning: comment on exported method Curve2D.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 81: warning: comment on exported method Curve2D.AddPoint should be of the form "AddPoint ..." (golint)
    • Line 105: warning: comment on exported method Curve2D.ClearPoints should be of the form "ClearPoints ..." (golint)
    • Line 125: warning: comment on exported method Curve2D.GetBakeInterval should be of the form "GetBakeInterval ..." (golint)
    • Line 148: warning: comment on exported method Curve2D.GetBakedLength should be of the form "GetBakedLength ..." (golint)
    • Line 171: warning: comment on exported method Curve2D.GetBakedPoints should be of the form "GetBakedPoints ..." (golint)
    • Line 194: warning: comment on exported method Curve2D.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 217: warning: comment on exported method Curve2D.GetPointIn should be of the form "GetPointIn ..." (golint)
    • Line 241: warning: comment on exported method Curve2D.GetPointOut should be of the form "GetPointOut ..." (golint)
    • Line 265: warning: comment on exported method Curve2D.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 289: warning: comment on exported method Curve2D.Interpolate should be of the form "Interpolate ..." (golint)
    • Line 314: warning: comment on exported method Curve2D.InterpolateBaked should be of the form "InterpolateBaked ..." (golint)
    • Line 339: warning: comment on exported method Curve2D.Interpolatef should be of the form "Interpolatef ..." (golint)
    • Line 363: warning: comment on exported method Curve2D.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 384: warning: comment on exported method Curve2D.SetBakeInterval should be of the form "SetBakeInterval ..." (golint)
    • Line 405: warning: comment on exported method Curve2D.SetPointIn should be of the form "SetPointIn ..." (golint)
    • Line 427: warning: comment on exported method Curve2D.SetPointOut should be of the form "SetPointOut ..." (golint)
    • Line 449: warning: comment on exported method Curve2D.SetPointPosition should be of the form "SetPointPosition ..." (golint)
    • Line 471: warning: comment on exported method Curve2D.Tessellate should be of the form "Tessellate ..." (golint)
    • godot-go/godot/directory.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_DirectoryFromPointer should be newDirectoryFromPointer (golint)
    • Line 33: warning: exported method Directory.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Directory.ChangeDir should be of the form "ChangeDir ..." (golint)
    • Line 61: warning: comment on exported method Directory.Copy should be of the form "Copy ..." (golint)
    • Line 86: warning: comment on exported method Directory.CurrentIsDir should be of the form "CurrentIsDir ..." (golint)
    • Line 109: warning: comment on exported method Directory.DirExists should be of the form "DirExists ..." (golint)
    • Line 133: warning: comment on exported method Directory.FileExists should be of the form "FileExists ..." (golint)
    • Line 157: warning: comment on exported method Directory.GetCurrentDir should be of the form "GetCurrentDir ..." (golint)
    • Line 180: warning: comment on exported method Directory.GetCurrentDrive should be of the form "GetCurrentDrive ..." (golint)
    • Line 203: warning: comment on exported method Directory.GetDrive should be of the form "GetDrive ..." (golint)
    • Line 227: warning: comment on exported method Directory.GetDriveCount should be of the form "GetDriveCount ..." (golint)
    • Line 250: warning: comment on exported method Directory.GetNext should be of the form "GetNext ..." (golint)
    • Line 273: warning: comment on exported method Directory.GetSpaceLeft should be of the form "GetSpaceLeft ..." (golint)
    • Line 296: warning: comment on exported method Directory.ListDirBegin should be of the form "ListDirBegin ..." (golint)
    • Line 321: warning: comment on exported method Directory.ListDirEnd should be of the form "ListDirEnd ..." (golint)
    • Line 341: warning: comment on exported method Directory.MakeDir should be of the form "MakeDir ..." (golint)
    • Line 365: warning: comment on exported method Directory.MakeDirRecursive should be of the form "MakeDirRecursive ..." (golint)
    • Line 389: warning: comment on exported method Directory.Open should be of the form "Open ..." (golint)
    • Line 413: warning: comment on exported method Directory.Remove should be of the form "Remove ..." (golint)
    • Line 437: warning: comment on exported method Directory.Rename should be of the form "Rename ..." (golint)
    • godot-go/godot/visualserver.gen.go
    • Line 20: warning: exported const VisualServerArrayCompressBones should have comment (or a comment on this block) or be unexported (golint)
    • Line 47: warning: exported const VisualServerArrayBones should have comment (or a comment on this block) or be unexported (golint)
    • Line 63: warning: exported const VisualServerBlendShapeModeNormalized should have comment (or a comment on this block) or be unexported (golint)
    • Line 71: warning: exported const VisualServerCanvasLightModeAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 81: warning: exported const VisualServerCanvasLightFilterNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 93: warning: exported const VisualServerCanvasOccluderPolygonCullClockwise should have comment (or a comment on this block) or be unexported (golint)
    • Line 102: warning: exported const VisualServerCubemapBack should have comment (or a comment on this block) or be unexported (golint)
    • Line 114: warning: exported const VisualServerEnvBgCanvas should have comment (or a comment on this block) or be unexported (golint)
    • Line 127: warning: exported const VisualServerEnvDofBlurQualityHigh should have comment (or a comment on this block) or be unexported (golint)
    • Line 136: warning: exported const VisualServerGlowBlendModeAdditive should have comment (or a comment on this block) or be unexported (golint)
    • Line 146: warning: exported const VisualServerEnvSsaoBlur1X1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 156: warning: exported const VisualServerEnvSsaoQualityHigh should have comment (or a comment on this block) or be unexported (golint)
    • Line 165: warning: exported const VisualServerEnvToneMapperAces should have comment (or a comment on this block) or be unexported (golint)
    • Line 175: warning: exported const VisualServerFeatureMultithreaded should have comment (or a comment on this block) or be unexported (golint)
    • Line 183: warning: exported const VisualServerInstanceFlagMax should have comment (or a comment on this block) or be unexported (golint)
    • Line 191: warning: exported const VisualServerInstanceGeometryMask should have comment (or a comment on this block) or be unexported (golint)
    • Line 208: warning: exported const VisualServerLightDirectionalShadowDepthRangeOptimized should have comment (or a comment on this block) or be unexported (golint)
    • Line 216: warning: exported const VisualServerLightDirectionalShadowOrthogonal should have comment (or a comment on this block) or be unexported (golint)
    • Line 225: warning: exported const VisualServerLightOmniShadowDetailHorizontal should have comment (or a comment on this block) or be unexported (golint)
    • Line 233: warning: exported const VisualServerLightOmniShadowCube should have comment (or a comment on this block) or be unexported (golint)
    • Line 241: warning: exported const VisualServerLightParamAttenuation should have comment (or a comment on this block) or be unexported (golint)
    • Line 262: warning: exported const VisualServerLightDirectional should have comment (or a comment on this block) or be unexported (golint)
    • Line 271: warning: exported const VisualServerMultimeshColor8Bit should have comment (or a comment on this block) or be unexported (golint)
    • Line 280: warning: exported const VisualServerMultimeshTransform2D should have comment (or a comment on this block) or be unexported (golint)
    • Line 288: warning: exported const VisualServerNinePatchStretch should have comment (or a comment on this block) or be unexported (golint)
    • Line 297: warning: exported const VisualServerParticlesDrawOrderIndex should have comment (or a comment on this block) or be unexported (golint)
    • Line 306: warning: exported const VisualServerPrimitiveLines should have comment (or a comment on this block) or be unexported (golint)
    • Line 320: warning: exported const VisualServerReflectionProbeUpdateAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 328: warning: exported const VisualServerInfoDrawCallsInFrame should have comment (or a comment on this block) or be unexported (golint)
    • Line 344: warning: exported const VisualServerScenarioDebugDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 354: warning: exported const VisualServerShaderCanvasItem should have comment (or a comment on this block) or be unexported (golint)
    • Line 364: warning: exported const VisualServerShadowCastingSettingDoubleSided should have comment (or a comment on this block) or be unexported (golint)
    • Line 374: warning: exported const VisualServerTextureFlagsDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 389: warning: exported const VisualServerViewportClearAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 398: warning: exported const VisualServerViewportDebugDrawDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 408: warning: exported const VisualServerViewportMsaa16X should have comment (or a comment on this block) or be unexported (golint)
    • Line 419: warning: exported const VisualServerViewportRenderInfoDrawCallsInFrame should have comment (or a comment on this block) or be unexported (golint)
    • Line 432: warning: exported const VisualServerViewportUpdateAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 442: warning: exported const VisualServerViewportUsage2D should have comment (or a comment on this block) or be unexported (golint)
    • Line 461: warning: comment on exported var VisualServer should be of the form "VisualServer ..." (golint)
    • godot-go/godot/textureprogress.gen.go
    • Line 20: warning: exported const TextureProgressFillBottomToTop should have comment (or a comment on this block) or be unexported (golint)
    • Line 45: warning: exported method TextureProgress.BaseClass should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method TextureProgress.GetFillDegrees should be of the form "GetFillDegrees ..." (golint)
    • Line 72: warning: comment on exported method TextureProgress.GetFillMode should be of the form "GetFillMode ..." (golint)
    • Line 95: warning: comment on exported method TextureProgress.GetNinePatchStretch should be of the form "GetNinePatchStretch ..." (golint)
    • Line 118: warning: comment on exported method TextureProgress.GetOverTexture should be of the form "GetOverTexture ..." (golint)
    • Line 155: warning: comment on exported method TextureProgress.GetProgressTexture should be of the form "GetProgressTexture ..." (golint)
    • Line 192: warning: comment on exported method TextureProgress.GetRadialCenterOffset should be of the form "GetRadialCenterOffset ..." (golint)
    • Line 215: warning: comment on exported method TextureProgress.GetRadialInitialAngle should be of the form "GetRadialInitialAngle ..." (golint)
    • Line 238: warning: comment on exported method TextureProgress.GetStretchMargin should be of the form "GetStretchMargin ..." (golint)
    • Line 262: warning: comment on exported method TextureProgress.GetUnderTexture should be of the form "GetUnderTexture ..." (golint)
    • Line 299: warning: comment on exported method TextureProgress.SetFillDegrees should be of the form "SetFillDegrees ..." (golint)
    • Line 320: warning: comment on exported method TextureProgress.SetFillMode should be of the form "SetFillMode ..." (golint)
    • Line 341: warning: comment on exported method TextureProgress.SetNinePatchStretch should be of the form "SetNinePatchStretch ..." (golint)
    • Line 362: warning: comment on exported method TextureProgress.SetOverTexture should be of the form "SetOverTexture ..." (golint)
    • Line 383: warning: comment on exported method TextureProgress.SetProgressTexture should be of the form "SetProgressTexture ..." (golint)
    • Line 404: warning: comment on exported method TextureProgress.SetRadialCenterOffset should be of the form "SetRadialCenterOffset ..." (golint)
    • Line 425: warning: comment on exported method TextureProgress.SetRadialInitialAngle should be of the form "SetRadialInitialAngle ..." (golint)
    • Line 446: warning: comment on exported method TextureProgress.SetStretchMargin should be of the form "SetStretchMargin ..." (golint)
    • Line 468: warning: comment on exported method TextureProgress.SetUnderTexture should be of the form "SetUnderTexture ..." (golint)
    • godot-go/gdnative/pool_arrays.gen.go
    • Line 62: warning: exported type PoolArrayReadAccess should have comment or be unexported (golint)
    • Line 91: warning: exported type PoolByteArrayReadAccess should have comment or be unexported (golint)
    • Line 120: warning: exported type PoolIntArrayReadAccess should have comment or be unexported (golint)
    • Line 149: warning: exported type PoolRealArrayReadAccess should have comment or be unexported (golint)
    • Line 178: warning: exported type PoolStringArrayReadAccess should have comment or be unexported (golint)
    • Line 207: warning: exported type PoolVector2ArrayReadAccess should have comment or be unexported (golint)
    • Line 236: warning: exported type PoolVector3ArrayReadAccess should have comment or be unexported (golint)
    • Line 265: warning: exported type PoolColorArrayReadAccess should have comment or be unexported (golint)
    • Line 294: warning: exported type PoolArrayWriteAccess should have comment or be unexported (golint)
    • Line 323: warning: exported type PoolByteArrayWriteAccess should have comment or be unexported (golint)
    • Line 352: warning: exported type PoolIntArrayWriteAccess should have comment or be unexported (golint)
    • Line 381: warning: exported type PoolRealArrayWriteAccess should have comment or be unexported (golint)
    • Line 410: warning: exported type PoolStringArrayWriteAccess should have comment or be unexported (golint)
    • Line 439: warning: exported type PoolVector2ArrayWriteAccess should have comment or be unexported (golint)
    • Line 468: warning: exported type PoolVector3ArrayWriteAccess should have comment or be unexported (golint)
    • Line 497: warning: exported type PoolColorArrayWriteAccess should have comment or be unexported (golint)
    • Line 526: warning: exported type PoolByteArray should have comment or be unexported (golint)
    • Line 691: warning: exported type PoolIntArray should have comment or be unexported (golint)
    • Line 856: warning: exported type PoolRealArray should have comment or be unexported (golint)
    • Line 1021: warning: exported type PoolStringArray should have comment or be unexported (golint)
    • Line 1192: warning: exported type PoolVector2Array should have comment or be unexported (golint)
    • Line 1358: warning: exported type PoolVector3Array should have comment or be unexported (golint)
    • Line 1524: warning: exported type PoolColorArray should have comment or be unexported (golint)
    • godot-go/godot/concavepolygonshape2d.gen.go
    • Line 25: warning: comment on exported type ConcavePolygonShape2D should be of the form "ConcavePolygonShape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ConcavePolygonShape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ConcavePolygonShape2D.GetSegments should be of the form "GetSegments ..." (golint)
    • Line 60: warning: comment on exported method ConcavePolygonShape2D.SetSegments should be of the form "SetSegments ..." (golint)
    • godot-go/godot/imagetexture.gen.go
    • Line 20: warning: exported const ImageTextureStorageCompressLossless should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type ImageTexture should be of the form "ImageTexture ..." (with optional leading article) (golint)
    • Line 42: warning: exported method ImageTexture.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method ImageTexture.X_ReloadHook should be of the form "X_ReloadHook ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_ReloadHook should be XReloadHook (golint)
    • Line 67: warning: comment on exported method ImageTexture.Create should be of the form "Create ..." (golint)
    • Line 91: warning: comment on exported method ImageTexture.CreateFromImage should be of the form "CreateFromImage ..." (golint)
    • Line 113: warning: comment on exported method ImageTexture.GetFormat should be of the form "GetFormat ..." (golint)
    • Line 136: warning: comment on exported method ImageTexture.GetLossyStorageQuality should be of the form "GetLossyStorageQuality ..." (golint)
    • Line 159: warning: comment on exported method ImageTexture.GetStorage should be of the form "GetStorage ..." (golint)
    • Line 182: warning: comment on exported method ImageTexture.Load should be of the form "Load ..." (golint)
    • Line 203: warning: comment on exported method ImageTexture.SetData should be of the form "SetData ..." (golint)
    • Line 224: warning: comment on exported method ImageTexture.SetLossyStorageQuality should be of the form "SetLossyStorageQuality ..." (golint)
    • Line 245: warning: comment on exported method ImageTexture.SetSizeOverride should be of the form "SetSizeOverride ..." (golint)
    • Line 266: warning: comment on exported method ImageTexture.SetStorage should be of the form "SetStorage ..." (golint)
    • godot-go/godot/inputeventpangesture.gen.go
    • Line 25: warning: comment on exported type InputEventPanGesture should be of the form "InputEventPanGesture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventPanGesture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventPanGesture.GetDelta should be of the form "GetDelta ..." (golint)
    • Line 60: warning: comment on exported method InputEventPanGesture.SetDelta should be of the form "SetDelta ..." (golint)
    • godot-go/godot/spheremesh.gen.go
    • Line 25: warning: comment on exported type SphereMesh should be of the form "SphereMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SphereMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SphereMesh.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 60: warning: comment on exported method SphereMesh.GetIsHemisphere should be of the form "GetIsHemisphere ..." (golint)
    • Line 83: warning: comment on exported method SphereMesh.GetRadialSegments should be of the form "GetRadialSegments ..." (golint)
    • Line 106: warning: comment on exported method SphereMesh.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 129: warning: comment on exported method SphereMesh.GetRings should be of the form "GetRings ..." (golint)
    • Line 152: warning: comment on exported method SphereMesh.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 173: warning: comment on exported method SphereMesh.SetIsHemisphere should be of the form "SetIsHemisphere ..." (golint)
    • Line 194: warning: comment on exported method SphereMesh.SetRadialSegments should be of the form "SetRadialSegments ..." (golint)
    • Line 215: warning: comment on exported method SphereMesh.SetRadius should be of the form "SetRadius ..." (golint)
    • Line 236: warning: comment on exported method SphereMesh.SetRings should be of the form "SetRings ..." (golint)
    • godot-go/godot/vboxcontainer.gen.go
    • Line 25: warning: comment on exported type VBoxContainer should be of the form "VBoxContainer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VBoxContainer.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualscriptconstant.gen.go
    • Line 25: warning: comment on exported type VisualScriptConstant should be of the form "VisualScriptConstant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptConstant.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptConstant.GetConstantType should be of the form "GetConstantType ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptConstant.GetConstantValue should be of the form "GetConstantValue ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptConstant.SetConstantType should be of the form "SetConstantType ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptConstant.SetConstantValue should be of the form "SetConstantValue ..." (golint)
    • godot-go/godot/filedialog.gen.go
    • Line 20: warning: exported const FileDialogAccessFilesystem should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const FileDialogModeOpenAny should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported method FileDialog.BaseClass should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method FileDialog.X_ActionPressed should be of the form "X_ActionPressed ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_ActionPressed should be XActionPressed (golint)
    • Line 77: warning: comment on exported method FileDialog.X_CancelPressed should be of the form "X_CancelPressed ..." (golint)
    • Line 81: warning: don't use underscores in Go names; method X_CancelPressed should be XCancelPressed (golint)
    • Line 97: warning: comment on exported method FileDialog.X_DirEntered should be of the form "X_DirEntered ..." (golint)
    • Line 101: warning: don't use underscores in Go names; method X_DirEntered should be XDirEntered (golint)
    • Line 118: warning: comment on exported method FileDialog.X_FileEntered should be of the form "X_FileEntered ..." (golint)
    • Line 122: warning: don't use underscores in Go names; method X_FileEntered should be XFileEntered (golint)
    • Line 139: warning: comment on exported method FileDialog.X_FilterSelected should be of the form "X_FilterSelected ..." (golint)
    • Line 143: warning: don't use underscores in Go names; method X_FilterSelected should be XFilterSelected (golint)
    • Line 160: warning: comment on exported method FileDialog.X_GoUp should be of the form "X_GoUp ..." (golint)
    • Line 164: warning: don't use underscores in Go names; method X_GoUp should be XGoUp (golint)
    • Line 180: warning: comment on exported method FileDialog.X_MakeDir should be of the form "X_MakeDir ..." (golint)
    • Line 184: warning: don't use underscores in Go names; method X_MakeDir should be XMakeDir (golint)
    • Line 200: warning: comment on exported method FileDialog.X_MakeDirConfirm should be of the form "X_MakeDirConfirm ..." (golint)
    • Line 204: warning: don't use underscores in Go names; method X_MakeDirConfirm should be XMakeDirConfirm (golint)
    • Line 220: warning: comment on exported method FileDialog.X_SaveConfirmPressed should be of the form "X_SaveConfirmPressed ..." (golint)
    • Line 224: warning: don't use underscores in Go names; method X_SaveConfirmPressed should be XSaveConfirmPressed (golint)
    • Line 240: warning: comment on exported method FileDialog.X_SelectDrive should be of the form "X_SelectDrive ..." (golint)
    • Line 244: warning: don't use underscores in Go names; method X_SelectDrive should be XSelectDrive (golint)
    • Line 261: warning: comment on exported method FileDialog.X_TreeDbSelected should be of the form "X_TreeDbSelected ..." (golint)
    • Line 265: warning: don't use underscores in Go names; method X_TreeDbSelected should be XTreeDbSelected (golint)
    • Line 281: warning: comment on exported method FileDialog.X_TreeSelected should be of the form "X_TreeSelected ..." (golint)
    • Line 285: warning: don't use underscores in Go names; method X_TreeSelected should be XTreeSelected (golint)
    • Line 301: warning: comment on exported method FileDialog.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 305: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 322: warning: comment on exported method FileDialog.X_UpdateDir should be of the form "X_UpdateDir ..." (golint)
    • Line 326: warning: don't use underscores in Go names; method X_UpdateDir should be XUpdateDir (golint)
    • Line 342: warning: comment on exported method FileDialog.X_UpdateFileList should be of the form "X_UpdateFileList ..." (golint)
    • Line 346: warning: don't use underscores in Go names; method X_UpdateFileList should be XUpdateFileList (golint)
    • Line 362: warning: comment on exported method FileDialog.AddFilter should be of the form "AddFilter ..." (golint)
    • Line 383: warning: comment on exported method FileDialog.ClearFilters should be of the form "ClearFilters ..." (golint)
    • Line 403: warning: comment on exported method FileDialog.DeselectItems should be of the form "DeselectItems ..." (golint)
    • Line 423: warning: comment on exported method FileDialog.GetAccess should be of the form "GetAccess ..." (golint)
    • Line 446: warning: comment on exported method FileDialog.GetCurrentDir should be of the form "GetCurrentDir ..." (golint)
    • Line 469: warning: comment on exported method FileDialog.GetCurrentFile should be of the form "GetCurrentFile ..." (golint)
    • Line 492: warning: comment on exported method FileDialog.GetCurrentPath should be of the form "GetCurrentPath ..." (golint)
    • Line 515: warning: comment on exported method FileDialog.GetFilters should be of the form "GetFilters ..." (golint)
    • Line 538: warning: comment on exported method FileDialog.GetMode should be of the form "GetMode ..." (golint)
    • Line 561: warning: comment on exported method FileDialog.GetVbox should be of the form "GetVbox ..." (golint)
    • Line 598: warning: comment on exported method FileDialog.Invalidate should be of the form "Invalidate ..." (golint)
    • Line 618: warning: comment on exported method FileDialog.IsModeOverridingTitle should be of the form "IsModeOverridingTitle ..." (golint)
    • Line 641: warning: comment on exported method FileDialog.IsShowingHiddenFiles should be of the form "IsShowingHiddenFiles ..." (golint)
    • Line 664: warning: comment on exported method FileDialog.SetAccess should be of the form "SetAccess ..." (golint)
    • Line 685: warning: comment on exported method FileDialog.SetCurrentDir should be of the form "SetCurrentDir ..." (golint)
    • Line 706: warning: comment on exported method FileDialog.SetCurrentFile should be of the form "SetCurrentFile ..." (golint)
    • Line 727: warning: comment on exported method FileDialog.SetCurrentPath should be of the form "SetCurrentPath ..." (golint)
    • Line 748: warning: comment on exported method FileDialog.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 769: warning: comment on exported method FileDialog.SetMode should be of the form "SetMode ..." (golint)
    • Line 790: warning: comment on exported method FileDialog.SetModeOverridesTitle should be of the form "SetModeOverridesTitle ..." (golint)
    • Line 811: warning: comment on exported method FileDialog.SetShowHiddenFiles should be of the form "SetShowHiddenFiles ..." (golint)
    • godot-go/godot/videostreamtheora.gen.go
    • Line 25: warning: comment on exported type VideoStreamTheora should be of the form "VideoStreamTheora ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VideoStreamTheora.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VideoStreamTheora.GetFile should be of the form "GetFile ..." (golint)
    • Line 60: warning: comment on exported method VideoStreamTheora.SetFile should be of the form "SetFile ..." (golint)
    • godot-go/godot/visualscriptbasictypeconstant.gen.go
    • Line 25: warning: comment on exported type VisualScriptBasicTypeConstant should be of the form "VisualScriptBasicTypeConstant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptBasicTypeConstant.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptBasicTypeConstant.GetBasicType should be of the form "GetBasicType ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptBasicTypeConstant.GetBasicTypeConstant should be of the form "GetBasicTypeConstant ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptBasicTypeConstant.SetBasicType should be of the form "SetBasicType ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptBasicTypeConstant.SetBasicTypeConstant should be of the form "SetBasicTypeConstant ..." (golint)
    • godot-go/gdnative/nativescript.go
    • Line 19: warning: exported type PropertyUsageFlags should have comment or be unexported (golint)
    • Line 26: warning: exported const PropertyUsageStorage should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: comment on exported var PropertyUsageFlagsLookupMap should be of the form "PropertyUsageFlagsLookupMap ..." (golint)
    • Line 178: warning: exported type MethodAttributes should have comment or be unexported (golint)
    • godot-go/godot/inputdefault.gen.go
    • Line 25: warning: comment on exported type InputDefault should be of the form "InputDefault ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputDefault.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/physics2dshapequeryresult.gen.go
    • Line 25: warning: comment on exported type Physics2DShapeQueryResult should be of the form "Physics2DShapeQueryResult ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Physics2DShapeQueryResult.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Physics2DShapeQueryResult.GetResultCount should be of the form "GetResultCount ..." (golint)
    • Line 60: warning: comment on exported method Physics2DShapeQueryResult.GetResultObject should be of the form "GetResultObject ..." (golint)
    • Line 98: warning: comment on exported method Physics2DShapeQueryResult.GetResultObjectId should be of the form "GetResultObjectId ..." (golint)
    • Line 122: warning: comment on exported method Physics2DShapeQueryResult.GetResultObjectShape should be of the form "GetResultObjectShape ..." (golint)
    • Line 146: warning: comment on exported method Physics2DShapeQueryResult.GetResultRid should be of the form "GetResultRid ..." (golint)
    • godot-go/godot/resourceimporteroggvorbis.gen.go
    • Line 25: warning: comment on exported type ResourceImporterOGGVorbis should be of the form "ResourceImporterOGGVorbis ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourceImporterOGGVorbis.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/marshalls.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_MarshallsFromPointer should be newMarshallsFromPointer (golint)
    • Line 29: warning: comment on exported var Marshalls should be of the form "Marshalls ..." (golint)
    • godot-go/godot/spriteframes.gen.go
    • Line 25: warning: comment on exported type SpriteFrames should be of the form "SpriteFrames ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SpriteFrames.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SpriteFrames.X_GetAnimations should be of the form "X_GetAnimations ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetAnimations should be XGetAnimations (golint)
    • Line 60: warning: comment on exported method SpriteFrames.X_GetFrames should be of the form "X_GetFrames ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_GetFrames should be XGetFrames (golint)
    • Line 83: warning: comment on exported method SpriteFrames.X_SetAnimations should be of the form "X_SetAnimations ..." (golint)
    • Line 87: warning: don't use underscores in Go names; method X_SetAnimations should be XSetAnimations (golint)
    • Line 104: warning: comment on exported method SpriteFrames.X_SetFrames should be of the form "X_SetFrames ..." (golint)
    • Line 108: warning: don't use underscores in Go names; method X_SetFrames should be XSetFrames (golint)
    • Line 125: warning: comment on exported method SpriteFrames.AddAnimation should be of the form "AddAnimation ..." (golint)
    • Line 146: warning: comment on exported method SpriteFrames.AddFrame should be of the form "AddFrame ..." (golint)
    • Line 169: warning: comment on exported method SpriteFrames.Clear should be of the form "Clear ..." (golint)
    • Line 190: warning: comment on exported method SpriteFrames.ClearAll should be of the form "ClearAll ..." (golint)
    • Line 210: warning: comment on exported method SpriteFrames.GetAnimationLoop should be of the form "GetAnimationLoop ..." (golint)
    • Line 234: warning: comment on exported method SpriteFrames.GetAnimationSpeed should be of the form "GetAnimationSpeed ..." (golint)
    • Line 258: warning: comment on exported method SpriteFrames.GetFrame should be of the form "GetFrame ..." (golint)
    • Line 297: warning: comment on exported method SpriteFrames.GetFrameCount should be of the form "GetFrameCount ..." (golint)
    • Line 321: warning: comment on exported method SpriteFrames.HasAnimation should be of the form "HasAnimation ..." (golint)
    • Line 345: warning: comment on exported method SpriteFrames.RemoveAnimation should be of the form "RemoveAnimation ..." (golint)
    • Line 366: warning: comment on exported method SpriteFrames.RemoveFrame should be of the form "RemoveFrame ..." (golint)
    • Line 388: warning: comment on exported method SpriteFrames.RenameAnimation should be of the form "RenameAnimation ..." (golint)
    • Line 410: warning: comment on exported method SpriteFrames.SetAnimationLoop should be of the form "SetAnimationLoop ..." (golint)
    • Line 432: warning: comment on exported method SpriteFrames.SetAnimationSpeed should be of the form "SetAnimationSpeed ..." (golint)
    • Line 454: warning: comment on exported method SpriteFrames.SetFrame should be of the form "SetFrame ..." (golint)
    • godot-go/godot/visualscriptscenetree.gen.go
    • Line 25: warning: comment on exported type VisualScriptSceneTree should be of the form "VisualScriptSceneTree ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptSceneTree.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/hseparator.gen.go
    • Line 25: warning: comment on exported type HSeparator should be of the form "HSeparator ..." (with optional leading article) (golint)
    • Line 33: warning: exported method HSeparator.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/json.gen.go
    • Line 17: warning: don't use underscores in Go names; func new_JSONFromPointer should be newJSONFromPointer (golint)
    • Line 29: warning: comment on exported var JSON should be of the form "JSON ..." (golint)
    • godot-go/godot/visibilitynotifier.gen.go
    • Line 33: warning: exported method VisibilityNotifier.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisibilityNotifier.GetAabb should be of the form "GetAabb ..." (golint)
    • Line 60: warning: comment on exported method VisibilityNotifier.IsOnScreen should be of the form "IsOnScreen ..." (golint)
    • Line 83: warning: comment on exported method VisibilityNotifier.SetAabb should be of the form "SetAabb ..." (golint)
    • godot-go/gdnative/vector3.gen.go
    • Line 62: warning: exported type Vector3 should have comment or be unexported (golint)
    • Line 467: warning: exported const Vector3AxisX should have comment (or a comment on this block) or be unexported (golint)
    • godot-go/godot/gdnative.gen.go
    • Line 25: warning: comment on exported type GDNative should be of the form "GDNative ..." (with optional leading article) (golint)
    • Line 33: warning: exported method GDNative.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method GDNative.CallNative should be of the form "CallNative ..." (golint)
    • Line 63: warning: comment on exported method GDNative.GetLibrary should be of the form "GetLibrary ..." (golint)
    • Line 100: warning: comment on exported method GDNative.Initialize should be of the form "Initialize ..." (golint)
    • Line 123: warning: comment on exported method GDNative.SetLibrary should be of the form "SetLibrary ..." (golint)
    • Line 144: warning: comment on exported method GDNative.Terminate should be of the form "Terminate ..." (golint)
    • godot-go/godot/rectangleshape2d.gen.go
    • Line 25: warning: comment on exported type RectangleShape2D should be of the form "RectangleShape2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method RectangleShape2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RectangleShape2D.GetExtents should be of the form "GetExtents ..." (golint)
    • Line 60: warning: comment on exported method RectangleShape2D.SetExtents should be of the form "SetExtents ..." (golint)
    • godot-go/godot/arvranchor.gen.go
    • Line 25: warning: comment on exported type ARVRAnchor should be of the form "ARVRAnchor ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ARVRAnchor.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ARVRAnchor.GetAnchorId should be of the form "GetAnchorId ..." (golint)
    • Line 60: warning: comment on exported method ARVRAnchor.GetAnchorName should be of the form "GetAnchorName ..." (golint)
    • Line 83: warning: comment on exported method ARVRAnchor.GetIsActive should be of the form "GetIsActive ..." (golint)
    • Line 106: warning: comment on exported method ARVRAnchor.GetPlane should be of the form "GetPlane ..." (golint)
    • Line 129: warning: comment on exported method ARVRAnchor.GetSize should be of the form "GetSize ..." (golint)
    • Line 152: warning: comment on exported method ARVRAnchor.SetAnchorId should be of the form "SetAnchorId ..." (golint)
    • godot-go/godot/concavepolygonshape.gen.go
    • Line 25: warning: comment on exported type ConcavePolygonShape should be of the form "ConcavePolygonShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ConcavePolygonShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ConcavePolygonShape.GetFaces should be of the form "GetFaces ..." (golint)
    • Line 60: warning: comment on exported method ConcavePolygonShape.SetFaces should be of the form "SetFaces ..." (golint)
    • godot-go/godot/spatial.gen.go
    • Line 25: warning: comment on exported type Spatial should be of the form "Spatial ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Spatial.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Spatial.X_UpdateGizmo should be of the form "X_UpdateGizmo ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_UpdateGizmo should be XUpdateGizmo (golint)
    • Line 57: warning: comment on exported method Spatial.GetGizmo should be of the form "GetGizmo ..." (golint)
    • Line 94: warning: comment on exported method Spatial.GetGlobalTransform should be of the form "GetGlobalTransform ..." (golint)
    • Line 117: warning: comment on exported method Spatial.GetParentSpatial should be of the form "GetParentSpatial ..." (golint)
    • Line 154: warning: comment on exported method Spatial.GetRotation should be of the form "GetRotation ..." (golint)
    • Line 177: warning: comment on exported method Spatial.GetRotationDegrees should be of the form "GetRotationDegrees ..." (golint)
    • Line 200: warning: comment on exported method Spatial.GetScale should be of the form "GetScale ..." (golint)
    • Line 223: warning: comment on exported method Spatial.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 246: warning: comment on exported method Spatial.GetTranslation should be of the form "GetTranslation ..." (golint)
    • Line 269: warning: comment on exported method Spatial.GetWorld should be of the form "GetWorld ..." (golint)
    • Line 306: warning: comment on exported method Spatial.GlobalRotate should be of the form "GlobalRotate ..." (golint)
    • Line 328: warning: comment on exported method Spatial.GlobalScale should be of the form "GlobalScale ..." (golint)
    • Line 349: warning: comment on exported method Spatial.GlobalTranslate should be of the form "GlobalTranslate ..." (golint)
    • Line 370: warning: comment on exported method Spatial.Hide should be of the form "Hide ..." (golint)
    • Line 390: warning: comment on exported method Spatial.IsLocalTransformNotificationEnabled should be of the form "IsLocalTransformNotificationEnabled ..." (golint)
    • Line 413: warning: comment on exported method Spatial.IsSetAsToplevel should be of the form "IsSetAsToplevel ..." (golint)
    • Line 436: warning: comment on exported method Spatial.IsTransformNotificationEnabled should be of the form "IsTransformNotificationEnabled ..." (golint)
    • Line 459: warning: comment on exported method Spatial.IsVisible should be of the form "IsVisible ..." (golint)
    • Line 482: warning: comment on exported method Spatial.IsVisibleInTree should be of the form "IsVisibleInTree ..." (golint)
    • Line 505: warning: comment on exported method Spatial.LookAt should be of the form "LookAt ..." (golint)
    • Line 527: warning: comment on exported method Spatial.LookAtFromPosition should be of the form "LookAtFromPosition ..." (golint)
    • Line 550: warning: comment on exported method Spatial.Orthonormalize should be of the form "Orthonormalize ..." (golint)
    • Line 570: warning: comment on exported method Spatial.Rotate should be of the form "Rotate ..." (golint)
    • Line 592: warning: comment on exported method Spatial.RotateObjectLocal should be of the form "RotateObjectLocal ..." (golint)
    • Line 614: warning: comment on exported method Spatial.RotateX should be of the form "RotateX ..." (golint)
    • Line 635: warning: comment on exported method Spatial.RotateY should be of the form "RotateY ..." (golint)
    • Line 656: warning: comment on exported method Spatial.RotateZ should be of the form "RotateZ ..." (golint)
    • Line 677: warning: comment on exported method Spatial.ScaleObjectLocal should be of the form "ScaleObjectLocal ..." (golint)
    • Line 698: warning: comment on exported method Spatial.SetAsToplevel should be of the form "SetAsToplevel ..." (golint)
    • Line 719: warning: comment on exported method Spatial.SetGizmo should be of the form "SetGizmo ..." (golint)
    • Line 740: warning: comment on exported method Spatial.SetGlobalTransform should be of the form "SetGlobalTransform ..." (golint)
    • Line 761: warning: comment on exported method Spatial.SetIdentity should be of the form "SetIdentity ..." (golint)
    • Line 781: warning: comment on exported method Spatial.SetIgnoreTransformNotification should be of the form "SetIgnoreTransformNotification ..." (golint)
    • Line 802: warning: comment on exported method Spatial.SetNotifyLocalTransform should be of the form "SetNotifyLocalTransform ..." (golint)
    • Line 823: warning: comment on exported method Spatial.SetNotifyTransform should be of the form "SetNotifyTransform ..." (golint)
    • Line 844: warning: comment on exported method Spatial.SetRotation should be of the form "SetRotation ..." (golint)
    • Line 865: warning: comment on exported method Spatial.SetRotationDegrees should be of the form "SetRotationDegrees ..." (golint)
    • Line 886: warning: comment on exported method Spatial.SetScale should be of the form "SetScale ..." (golint)
    • Line 907: warning: comment on exported method Spatial.SetTransform should be of the form "SetTransform ..." (golint)
    • Line 928: warning: comment on exported method Spatial.SetTranslation should be of the form "SetTranslation ..." (golint)
    • Line 949: warning: comment on exported method Spatial.SetVisible should be of the form "SetVisible ..." (golint)
    • Line 970: warning: comment on exported method Spatial.Show should be of the form "Show ..." (golint)
    • Line 990: warning: comment on exported method Spatial.ToGlobal should be of the form "ToGlobal ..." (golint)
    • Line 1014: warning: comment on exported method Spatial.ToLocal should be of the form "ToLocal ..." (golint)
    • Line 1038: warning: comment on exported method Spatial.Translate should be of the form "Translate ..." (golint)
    • Line 1059: warning: comment on exported method Spatial.TranslateObjectLocal should be of the form "TranslateObjectLocal ..." (golint)
    • Line 1080: warning: comment on exported method Spatial.UpdateGizmo should be of the form "UpdateGizmo ..." (golint)
    • godot-go/godot/touchscreenbutton.gen.go
    • Line 20: warning: exported const TouchScreenButtonVisibilityAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type TouchScreenButton should be of the form "TouchScreenButton ..." (with optional leading article) (golint)
    • Line 41: warning: exported method TouchScreenButton.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method TouchScreenButton.X_Input should be of the form "X_Input ..." (golint)
    • Line 49: warning: don't use underscores in Go names; method X_Input should be XInput (golint)
    • Line 66: warning: comment on exported method TouchScreenButton.GetAction should be of the form "GetAction ..." (golint)
    • Line 89: warning: comment on exported method TouchScreenButton.GetBitmask should be of the form "GetBitmask ..." (golint)
    • Line 126: warning: comment on exported method TouchScreenButton.GetShape should be of the form "GetShape ..." (golint)
    • Line 163: warning: comment on exported method TouchScreenButton.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 200: warning: comment on exported method TouchScreenButton.GetTexturePressed should be of the form "GetTexturePressed ..." (golint)
    • Line 237: warning: comment on exported method TouchScreenButton.GetVisibilityMode should be of the form "GetVisibilityMode ..." (golint)
    • Line 260: warning: comment on exported method TouchScreenButton.IsPassbyPressEnabled should be of the form "IsPassbyPressEnabled ..." (golint)
    • Line 283: warning: comment on exported method TouchScreenButton.IsPressed should be of the form "IsPressed ..." (golint)
    • Line 306: warning: comment on exported method TouchScreenButton.IsShapeCentered should be of the form "IsShapeCentered ..." (golint)
    • Line 329: warning: comment on exported method TouchScreenButton.IsShapeVisible should be of the form "IsShapeVisible ..." (golint)
    • Line 352: warning: comment on exported method TouchScreenButton.SetAction should be of the form "SetAction ..." (golint)
    • Line 373: warning: comment on exported method TouchScreenButton.SetBitmask should be of the form "SetBitmask ..." (golint)
    • Line 394: warning: comment on exported method TouchScreenButton.SetPassbyPress should be of the form "SetPassbyPress ..." (golint)
    • Line 415: warning: comment on exported method TouchScreenButton.SetShape should be of the form "SetShape ..." (golint)
    • Line 436: warning: comment on exported method TouchScreenButton.SetShapeCentered should be of the form "SetShapeCentered ..." (golint)
    • Line 457: warning: comment on exported method TouchScreenButton.SetShapeVisible should be of the form "SetShapeVisible ..." (golint)
    • Line 478: warning: comment on exported method TouchScreenButton.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 499: warning: comment on exported method TouchScreenButton.SetTexturePressed should be of the form "SetTexturePressed ..." (golint)
    • Line 520: warning: comment on exported method TouchScreenButton.SetVisibilityMode should be of the form "SetVisibilityMode ..." (golint)
    • godot-go/godot/vehiclebody.gen.go
    • Line 25: warning: comment on exported type VehicleBody should be of the form "VehicleBody ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VehicleBody.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VehicleBody.GetBrake should be of the form "GetBrake ..." (golint)
    • Line 60: warning: comment on exported method VehicleBody.GetEngineForce should be of the form "GetEngineForce ..." (golint)
    • Line 83: warning: comment on exported method VehicleBody.GetSteering should be of the form "GetSteering ..." (golint)
    • Line 106: warning: comment on exported method VehicleBody.SetBrake should be of the form "SetBrake ..." (golint)
    • Line 127: warning: comment on exported method VehicleBody.SetEngineForce should be of the form "SetEngineForce ..." (golint)
    • Line 148: warning: comment on exported method VehicleBody.SetSteering should be of the form "SetSteering ..." (golint)
    • godot-go/godot/basebutton.gen.go
    • Line 20: warning: exported const BaseButtonActionModeButtonPress should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const BaseButtonDrawDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 51: warning: exported method BaseButton.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method BaseButton.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 59: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 76: warning: comment on exported method BaseButton.X_Pressed should be of the form "X_Pressed ..." (golint)
    • Line 80: warning: don't use underscores in Go names; method X_Pressed should be XPressed (golint)
    • Line 96: warning: comment on exported method BaseButton.X_Toggled should be of the form "X_Toggled ..." (golint)
    • Line 100: warning: don't use underscores in Go names; method X_Toggled should be XToggled (golint)
    • Line 117: warning: comment on exported method BaseButton.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 121: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 138: warning: comment on exported method BaseButton.GetActionMode should be of the form "GetActionMode ..." (golint)
    • Line 161: warning: comment on exported method BaseButton.GetButtonGroup should be of the form "GetButtonGroup ..." (golint)
    • Line 198: warning: comment on exported method BaseButton.GetDrawMode should be of the form "GetDrawMode ..." (golint)
    • Line 221: warning: comment on exported method BaseButton.GetEnabledFocusMode should be of the form "GetEnabledFocusMode ..." (golint)
    • Line 244: warning: comment on exported method BaseButton.GetShortcut should be of the form "GetShortcut ..." (golint)
    • Line 281: warning: comment on exported method BaseButton.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 304: warning: comment on exported method BaseButton.IsHovered should be of the form "IsHovered ..." (golint)
    • Line 327: warning: comment on exported method BaseButton.IsPressed should be of the form "IsPressed ..." (golint)
    • Line 350: warning: comment on exported method BaseButton.IsToggleMode should be of the form "IsToggleMode ..." (golint)
    • Line 373: warning: comment on exported method BaseButton.SetActionMode should be of the form "SetActionMode ..." (golint)
    • Line 394: warning: comment on exported method BaseButton.SetButtonGroup should be of the form "SetButtonGroup ..." (golint)
    • Line 415: warning: comment on exported method BaseButton.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 436: warning: comment on exported method BaseButton.SetEnabledFocusMode should be of the form "SetEnabledFocusMode ..." (golint)
    • Line 457: warning: comment on exported method BaseButton.SetPressed should be of the form "SetPressed ..." (golint)
    • Line 478: warning: comment on exported method BaseButton.SetShortcut should be of the form "SetShortcut ..." (golint)
    • Line 499: warning: comment on exported method BaseButton.SetToggleMode should be of the form "SetToggleMode ..." (golint)
    • godot-go/godot/pinjoint.gen.go
    • Line 20: warning: exported const PinJointParamBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type PinJoint should be of the form "PinJoint ..." (with optional leading article) (golint)
    • Line 42: warning: exported method PinJoint.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method PinJoint.GetParam should be of the form "GetParam ..." (golint)
    • Line 70: warning: comment on exported method PinJoint.SetParam should be of the form "SetParam ..." (golint)
    • godot-go/godot/resource.gen.go
    • Line 33: warning: exported method Resource.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Resource.X_SetupLocalToScene should be of the form "X_SetupLocalToScene ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_SetupLocalToScene should be XSetupLocalToScene (golint)
    • Line 57: warning: comment on exported method Resource.Duplicate should be of the form "Duplicate ..." (golint)
    • Line 95: warning: comment on exported method Resource.GetLocalScene should be of the form "GetLocalScene ..." (golint)
    • Line 132: warning: comment on exported method Resource.GetName should be of the form "GetName ..." (golint)
    • Line 155: warning: comment on exported method Resource.GetPath should be of the form "GetPath ..." (golint)
    • Line 178: warning: comment on exported method Resource.GetRid should be of the form "GetRid ..." (golint)
    • Line 201: warning: comment on exported method Resource.IsLocalToScene should be of the form "IsLocalToScene ..." (golint)
    • Line 224: warning: comment on exported method Resource.SetLocalToScene should be of the form "SetLocalToScene ..." (golint)
    • Line 245: warning: comment on exported method Resource.SetName should be of the form "SetName ..." (golint)
    • Line 266: warning: comment on exported method Resource.SetPath should be of the form "SetPath ..." (golint)
    • Line 287: warning: comment on exported method Resource.SetupLocalToScene should be of the form "SetupLocalToScene ..." (golint)
    • Line 307: warning: comment on exported method Resource.TakeOverPath should be of the form "TakeOverPath ..." (golint)
    • godot-go/godot/scenestate.gen.go
    • Line 20: warning: exported const SceneStateGenEditStateDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type SceneState should be of the form "SceneState ..." (with optional leading article) (golint)
    • Line 42: warning: exported method SceneState.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method SceneState.GetConnectionBinds should be of the form "GetConnectionBinds ..." (golint)
    • Line 70: warning: comment on exported method SceneState.GetConnectionCount should be of the form "GetConnectionCount ..." (golint)
    • Line 93: warning: comment on exported method SceneState.GetConnectionFlags should be of the form "GetConnectionFlags ..." (golint)
    • Line 117: warning: comment on exported method SceneState.GetConnectionMethod should be of the form "GetConnectionMethod ..." (golint)
    • Line 141: warning: comment on exported method SceneState.GetConnectionSignal should be of the form "GetConnectionSignal ..." (golint)
    • Line 165: warning: comment on exported method SceneState.GetConnectionSource should be of the form "GetConnectionSource ..." (golint)
    • Line 189: warning: comment on exported method SceneState.GetConnectionTarget should be of the form "GetConnectionTarget ..." (golint)
    • Line 213: warning: comment on exported method SceneState.GetNodeCount should be of the form "GetNodeCount ..." (golint)
    • Line 236: warning: comment on exported method SceneState.GetNodeGroups should be of the form "GetNodeGroups ..." (golint)
    • Line 260: warning: comment on exported method SceneState.GetNodeIndex should be of the form "GetNodeIndex ..." (golint)
    • Line 284: warning: comment on exported method SceneState.GetNodeInstance should be of the form "GetNodeInstance ..." (golint)
    • Line 322: warning: comment on exported method SceneState.GetNodeInstancePlaceholder should be of the form "GetNodeInstancePlaceholder ..." (golint)
    • Line 346: warning: comment on exported method SceneState.GetNodeName should be of the form "GetNodeName ..." (golint)
    • Line 370: warning: comment on exported method SceneState.GetNodeOwnerPath should be of the form "GetNodeOwnerPath ..." (golint)
    • Line 394: warning: comment on exported method SceneState.GetNodePath should be of the form "GetNodePath ..." (golint)
    • Line 419: warning: comment on exported method SceneState.GetNodePropertyCount should be of the form "GetNodePropertyCount ..." (golint)
    • Line 443: warning: comment on exported method SceneState.GetNodePropertyName should be of the form "GetNodePropertyName ..." (golint)
    • Line 468: warning: comment on exported method SceneState.GetNodePropertyValue should be of the form "GetNodePropertyValue ..." (golint)
    • Line 493: warning: comment on exported method SceneState.GetNodeType should be of the form "GetNodeType ..." (golint)
    • Line 517: warning: comment on exported method SceneState.IsNodeInstancePlaceholder should be of the form "IsNodeInstancePlaceholder ..." (golint)
    • godot-go/godot/curve3d.gen.go
    • Line 25: warning: comment on exported type Curve3D should be of the form "Curve3D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Curve3D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Curve3D.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 60: warning: comment on exported method Curve3D.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 81: warning: comment on exported method Curve3D.AddPoint should be of the form "AddPoint ..." (golint)
    • Line 105: warning: comment on exported method Curve3D.ClearPoints should be of the form "ClearPoints ..." (golint)
    • Line 125: warning: comment on exported method Curve3D.GetBakeInterval should be of the form "GetBakeInterval ..." (golint)
    • Line 148: warning: comment on exported method Curve3D.GetBakedLength should be of the form "GetBakedLength ..." (golint)
    • Line 171: warning: comment on exported method Curve3D.GetBakedPoints should be of the form "GetBakedPoints ..." (golint)
    • Line 194: warning: comment on exported method Curve3D.GetBakedTilts should be of the form "GetBakedTilts ..." (golint)
    • Line 217: warning: comment on exported method Curve3D.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 240: warning: comment on exported method Curve3D.GetPointIn should be of the form "GetPointIn ..." (golint)
    • Line 264: warning: comment on exported method Curve3D.GetPointOut should be of the form "GetPointOut ..." (golint)
    • Line 288: warning: comment on exported method Curve3D.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 312: warning: comment on exported method Curve3D.GetPointTilt should be of the form "GetPointTilt ..." (golint)
    • Line 336: warning: comment on exported method Curve3D.Interpolate should be of the form "Interpolate ..." (golint)
    • Line 361: warning: comment on exported method Curve3D.InterpolateBaked should be of the form "InterpolateBaked ..." (golint)
    • Line 386: warning: comment on exported method Curve3D.Interpolatef should be of the form "Interpolatef ..." (golint)
    • Line 410: warning: comment on exported method Curve3D.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 431: warning: comment on exported method Curve3D.SetBakeInterval should be of the form "SetBakeInterval ..." (golint)
    • Line 452: warning: comment on exported method Curve3D.SetPointIn should be of the form "SetPointIn ..." (golint)
    • Line 474: warning: comment on exported method Curve3D.SetPointOut should be of the form "SetPointOut ..." (golint)
    • Line 496: warning: comment on exported method Curve3D.SetPointPosition should be of the form "SetPointPosition ..." (golint)
    • Line 518: warning: comment on exported method Curve3D.SetPointTilt should be of the form "SetPointTilt ..." (golint)
    • Line 540: warning: comment on exported method Curve3D.Tessellate should be of the form "Tessellate ..." (golint)
    • godot-go/godot/navigationmeshinstance.gen.go
    • Line 25: warning: comment on exported type NavigationMeshInstance should be of the form "NavigationMeshInstance ..." (with optional leading article) (golint)
    • Line 33: warning: exported method NavigationMeshInstance.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method NavigationMeshInstance.GetNavigationMesh should be of the form "GetNavigationMesh ..." (golint)
    • Line 74: warning: comment on exported method NavigationMeshInstance.IsEnabled should be of the form "IsEnabled ..." (golint)
    • Line 97: warning: comment on exported method NavigationMeshInstance.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 118: warning: comment on exported method NavigationMeshInstance.SetNavigationMesh should be of the form "SetNavigationMesh ..." (golint)

gocyclo99%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • godot-go/godot/godot.go
    • Line 685: warning: cyclomatic complexity 29 of function GoTypeToVariant() is high (> 15) (gocyclo)
    • Line 623: warning: cyclomatic complexity 28 of function VariantToGoType() is high (> 15) (gocyclo)
    • Line 751: warning: cyclomatic complexity 28 of function VariantTypeToConstant() is high (> 15) (gocyclo)
    • Line 73: warning: cyclomatic complexity 24 of function autoRegisterClasses() is high (> 15) (gocyclo)
    • Line 328: warning: cyclomatic complexity 23 of function createMethod() is high (> 15) (gocyclo)

ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell99%

Misspell Finds commonly misspelled English words