Preparing report...

Report for github.com/gabstv/godot-go

A    Great!    Found 664 issues across 676 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/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/visualshadernode.gen.go
    • Line 20: warning: exported const VisualShaderNodePortTypeBoolean should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: comment on exported type VisualShaderNode should be of the form "VisualShaderNode ..." (with optional leading article) (golint)
    • Line 45: warning: exported method VisualShaderNode.BaseClass should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method VisualShaderNode.GetDefaultInputValues should be of the form "GetDefaultInputValues ..." (golint)
    • Line 72: warning: comment on exported method VisualShaderNode.GetInputPortDefaultValue should be of the form "GetInputPortDefaultValue ..." (golint)
    • Line 96: warning: comment on exported method VisualShaderNode.GetOutputPortForPreview should be of the form "GetOutputPortForPreview ..." (golint)
    • Line 119: warning: comment on exported method VisualShaderNode.SetDefaultInputValues should be of the form "SetDefaultInputValues ..." (golint)
    • Line 140: warning: comment on exported method VisualShaderNode.SetInputPortDefaultValue should be of the form "SetInputPortDefaultValue ..." (golint)
    • Line 162: warning: comment on exported method VisualShaderNode.SetOutputPortForPreview should be of the form "SetOutputPortForPreview ..." (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.GetReadChunkSize should be of the form "GetReadChunkSize ..." (golint)
    • Line 243: warning: comment on exported method HTTPClient.GetResponseBodyLength should be of the form "GetResponseBodyLength ..." (golint)
    • Line 266: warning: comment on exported method HTTPClient.GetResponseCode should be of the form "GetResponseCode ..." (golint)
    • Line 289: warning: comment on exported method HTTPClient.GetResponseHeaders should be of the form "GetResponseHeaders ..." (golint)
    • Line 312: warning: comment on exported method HTTPClient.GetResponseHeadersAsDictionary should be of the form "GetResponseHeadersAsDictionary ..." (golint)
    • Line 335: warning: comment on exported method HTTPClient.GetStatus should be of the form "GetStatus ..." (golint)
    • Line 358: warning: comment on exported method HTTPClient.HasResponse should be of the form "HasResponse ..." (golint)
    • Line 381: warning: comment on exported method HTTPClient.IsBlockingModeEnabled should be of the form "IsBlockingModeEnabled ..." (golint)
    • Line 404: warning: comment on exported method HTTPClient.IsResponseChunked should be of the form "IsResponseChunked ..." (golint)
    • Line 427: warning: comment on exported method HTTPClient.Poll should be of the form "Poll ..." (golint)
    • Line 450: warning: comment on exported method HTTPClient.QueryStringFromDict should be of the form "QueryStringFromDict ..." (golint)
    • Line 474: warning: comment on exported method HTTPClient.ReadResponseBodyChunk should be of the form "ReadResponseBodyChunk ..." (golint)
    • Line 497: warning: comment on exported method HTTPClient.Request should be of the form "Request ..." (golint)
    • Line 524: warning: comment on exported method HTTPClient.RequestRaw should be of the form "RequestRaw ..." (golint)
    • Line 551: warning: comment on exported method HTTPClient.SetBlockingMode should be of the form "SetBlockingMode ..." (golint)
    • Line 572: warning: comment on exported method HTTPClient.SetConnection should be of the form "SetConnection ..." (golint)
    • Line 593: warning: comment on exported method HTTPClient.SetReadChunkSize should be of the form "SetReadChunkSize ..." (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.GetEyeHeight should be of the form "GetEyeHeight ..." (golint)
    • Line 106: warning: comment on exported method MobileVRInterface.GetIod should be of the form "GetIod ..." (golint)
    • Line 129: warning: comment on exported method MobileVRInterface.GetK1 should be of the form "GetK1 ..." (golint)
    • Line 152: warning: comment on exported method MobileVRInterface.GetK2 should be of the form "GetK2 ..." (golint)
    • Line 175: warning: comment on exported method MobileVRInterface.GetOversample should be of the form "GetOversample ..." (golint)
    • Line 198: warning: comment on exported method MobileVRInterface.SetDisplayToLens should be of the form "SetDisplayToLens ..." (golint)
    • Line 219: warning: comment on exported method MobileVRInterface.SetDisplayWidth should be of the form "SetDisplayWidth ..." (golint)
    • Line 240: warning: comment on exported method MobileVRInterface.SetEyeHeight should be of the form "SetEyeHeight ..." (golint)
    • Line 261: warning: comment on exported method MobileVRInterface.SetIod should be of the form "SetIod ..." (golint)
    • Line 282: warning: comment on exported method MobileVRInterface.SetK1 should be of the form "SetK1 ..." (golint)
    • Line 303: warning: comment on exported method MobileVRInterface.SetK2 should be of the form "SetK2 ..." (golint)
    • Line 324: warning: comment on exported method MobileVRInterface.SetOversample should be of the form "SetOversample ..." (golint)
    • godot-go/godot/visualshadernodescalarswitch.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeScalarSwitch should be of the form "VisualShaderNodeScalarSwitch ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeScalarSwitch.BaseClass should have comment or be unexported (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/textfile.gen.go
    • Line 25: warning: comment on exported type TextFile should be of the form "TextFile ..." (with optional leading article) (golint)
    • Line 33: warning: exported method TextFile.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/bone2d.gen.go
    • Line 25: warning: comment on exported type Bone2D should be of the form "Bone2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Bone2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Bone2D.ApplyRest should be of the form "ApplyRest ..." (golint)
    • Line 57: warning: comment on exported method Bone2D.GetDefaultLength should be of the form "GetDefaultLength ..." (golint)
    • Line 80: warning: comment on exported method Bone2D.GetIndexInSkeleton should be of the form "GetIndexInSkeleton ..." (golint)
    • Line 103: warning: comment on exported method Bone2D.GetRest should be of the form "GetRest ..." (golint)
    • Line 126: warning: comment on exported method Bone2D.GetSkeletonRest should be of the form "GetSkeletonRest ..." (golint)
    • Line 149: warning: comment on exported method Bone2D.SetDefaultLength should be of the form "SetDefaultLength ..." (golint)
    • Line 170: warning: comment on exported method Bone2D.SetRest should be of the form "SetRest ..." (golint)
    • godot-go/godot/csgsphere.gen.go
    • Line 25: warning: comment on exported type CSGSphere should be of the form "CSGSphere ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CSGSphere.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CSGSphere.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 74: warning: comment on exported method CSGSphere.GetRadialSegments should be of the form "GetRadialSegments ..." (golint)
    • Line 97: warning: comment on exported method CSGSphere.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 120: warning: comment on exported method CSGSphere.GetRings should be of the form "GetRings ..." (golint)
    • Line 143: warning: comment on exported method CSGSphere.GetSmoothFaces should be of the form "GetSmoothFaces ..." (golint)
    • Line 166: warning: comment on exported method CSGSphere.SetMaterial should be of the form "SetMaterial ..." (golint)
    • Line 187: warning: comment on exported method CSGSphere.SetRadialSegments should be of the form "SetRadialSegments ..." (golint)
    • Line 208: warning: comment on exported method CSGSphere.SetRadius should be of the form "SetRadius ..." (golint)
    • Line 229: warning: comment on exported method CSGSphere.SetRings should be of the form "SetRings ..." (golint)
    • Line 250: warning: comment on exported method CSGSphere.SetSmoothFaces should be of the form "SetSmoothFaces ..." (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)
    • Line 243: warning: comment on exported method EditorFileSystem.UpdateScriptClasses should be of the form "UpdateScriptClasses ..." (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 63: warning: comment on exported method Font.DrawChar should be of the form "DrawChar ..." (golint)
    • Line 92: warning: comment on exported method Font.GetAscent should be of the form "GetAscent ..." (golint)
    • Line 115: warning: comment on exported method Font.GetDescent should be of the form "GetDescent ..." (golint)
    • Line 138: warning: comment on exported method Font.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 161: warning: comment on exported method Font.GetStringSize should be of the form "GetStringSize ..." (golint)
    • Line 185: warning: comment on exported method Font.GetWordwrapStringSize should be of the form "GetWordwrapStringSize ..." (golint)
    • Line 210: warning: comment on exported method Font.HasOutline should be of the form "HasOutline ..." (golint)
    • Line 233: warning: comment on exported method Font.IsDistanceFieldHint should be of the form "IsDistanceFieldHint ..." (golint)
    • Line 256: warning: comment on exported method Font.UpdateChanges should be of the form "UpdateChanges ..." (golint)
    • godot-go/godot/os.gen.go
    • Line 94: warning: don't use underscores in Go names; func new_OSFromPointer should be newOSFromPointer (golint)
    • Line 106: warning: comment on exported var OS should be of the form "OS ..." (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/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/animationnodeadd2.gen.go
    • Line 25: warning: comment on exported type AnimationNodeAdd2 should be of the form "AnimationNodeAdd2 ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeAdd2.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeAdd2.IsUsingSync should be of the form "IsUsingSync ..." (golint)
    • Line 60: warning: comment on exported method AnimationNodeAdd2.SetUseSync should be of the form "SetUseSync ..." (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 64: warning: comment on exported method FuncRef.CallFuncv should be of the form "CallFuncv ..." (golint)
    • Line 88: warning: comment on exported method FuncRef.IsValid should be of the form "IsValid ..." (golint)
    • Line 111: warning: comment on exported method FuncRef.SetFunction should be of the form "SetFunction ..." (golint)
    • Line 132: warning: comment on exported method FuncRef.SetInstance should be of the form "SetInstance ..." (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/navigation2d.gen.go
    • 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/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/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/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.GetClosestOffset should be of the form "GetClosestOffset ..." (golint)
    • Line 218: warning: comment on exported method Curve2D.GetClosestPoint should be of the form "GetClosestPoint ..." (golint)
    • Line 242: warning: comment on exported method Curve2D.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 265: warning: comment on exported method Curve2D.GetPointIn should be of the form "GetPointIn ..." (golint)
    • Line 289: warning: comment on exported method Curve2D.GetPointOut should be of the form "GetPointOut ..." (golint)
    • Line 313: warning: comment on exported method Curve2D.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 337: warning: comment on exported method Curve2D.Interpolate should be of the form "Interpolate ..." (golint)
    • Line 362: warning: comment on exported method Curve2D.InterpolateBaked should be of the form "InterpolateBaked ..." (golint)
    • Line 387: warning: comment on exported method Curve2D.Interpolatef should be of the form "Interpolatef ..." (golint)
    • Line 411: warning: comment on exported method Curve2D.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 432: warning: comment on exported method Curve2D.SetBakeInterval should be of the form "SetBakeInterval ..." (golint)
    • Line 453: warning: comment on exported method Curve2D.SetPointIn should be of the form "SetPointIn ..." (golint)
    • Line 475: warning: comment on exported method Curve2D.SetPointOut should be of the form "SetPointOut ..." (golint)
    • Line 497: warning: comment on exported method Curve2D.SetPointPosition should be of the form "SetPointPosition ..." (golint)
    • Line 519: warning: comment on exported method Curve2D.Tessellate should be of the form "Tessellate ..." (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/visualshadernodevectorinterp.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorInterp should be of the form "VisualShaderNodeVectorInterp ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorInterp.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/dynamicfontdata.gen.go
    • Line 20: warning: exported const DynamicFontDataHintingLight should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type DynamicFontData should be of the form "DynamicFontData ..." (with optional leading article) (golint)
    • Line 42: warning: exported method DynamicFontData.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method DynamicFontData.GetFontPath should be of the form "GetFontPath ..." (golint)
    • Line 69: warning: comment on exported method DynamicFontData.GetHinting should be of the form "GetHinting ..." (golint)
    • Line 92: warning: comment on exported method DynamicFontData.IsAntialiased should be of the form "IsAntialiased ..." (golint)
    • Line 115: warning: comment on exported method DynamicFontData.SetAntialiased should be of the form "SetAntialiased ..." (golint)
    • Line 136: warning: comment on exported method DynamicFontData.SetFontPath should be of the form "SetFontPath ..." (golint)
    • Line 157: warning: comment on exported method DynamicFontData.SetHinting should be of the form "SetHinting ..." (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_ExportEnd should be of the form "X_ExportEnd ..." (golint)
    • Line 65: warning: don't use underscores in Go names; method X_ExportEnd should be XExportEnd (golint)
    • Line 81: warning: comment on exported method EditorExportPlugin.X_ExportFile should be of the form "X_ExportFile ..." (golint)
    • Line 85: warning: don't use underscores in Go names; method X_ExportFile should be XExportFile (golint)
    • Line 104: warning: comment on exported method EditorExportPlugin.AddFile should be of the form "AddFile ..." (golint)
    • Line 127: warning: comment on exported method EditorExportPlugin.AddIosBundleFile should be of the form "AddIosBundleFile ..." (golint)
    • Line 148: warning: comment on exported method EditorExportPlugin.AddIosCppCode should be of the form "AddIosCppCode ..." (golint)
    • Line 169: warning: comment on exported method EditorExportPlugin.AddIosFramework should be of the form "AddIosFramework ..." (golint)
    • Line 190: warning: comment on exported method EditorExportPlugin.AddIosLinkerFlags should be of the form "AddIosLinkerFlags ..." (golint)
    • Line 211: warning: comment on exported method EditorExportPlugin.AddIosPlistContent should be of the form "AddIosPlistContent ..." (golint)
    • Line 232: warning: comment on exported method EditorExportPlugin.AddSharedObject should be of the form "AddSharedObject ..." (golint)
    • Line 254: warning: comment on exported method EditorExportPlugin.Skip should be of the form "Skip ..." (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.GetItemCustomFgColor should be of the form "GetItemCustomFgColor ..." (golint)
    • Line 458: warning: comment on exported method ItemList.GetItemIcon should be of the form "GetItemIcon ..." (golint)
    • Line 496: warning: comment on exported method ItemList.GetItemIconModulate should be of the form "GetItemIconModulate ..." (golint)
    • Line 520: warning: comment on exported method ItemList.GetItemIconRegion should be of the form "GetItemIconRegion ..." (golint)
    • Line 544: warning: comment on exported method ItemList.GetItemMetadata should be of the form "GetItemMetadata ..." (golint)
    • Line 568: warning: comment on exported method ItemList.GetItemText should be of the form "GetItemText ..." (golint)
    • Line 592: warning: comment on exported method ItemList.GetItemTooltip should be of the form "GetItemTooltip ..." (golint)
    • Line 616: warning: comment on exported method ItemList.GetMaxColumns should be of the form "GetMaxColumns ..." (golint)
    • Line 639: warning: comment on exported method ItemList.GetMaxTextLines should be of the form "GetMaxTextLines ..." (golint)
    • Line 662: warning: comment on exported method ItemList.GetSelectMode should be of the form "GetSelectMode ..." (golint)
    • Line 685: warning: comment on exported method ItemList.GetSelectedItems should be of the form "GetSelectedItems ..." (golint)
    • Line 708: warning: comment on exported method ItemList.GetVScroll should be of the form "GetVScroll ..." (golint)
    • Line 745: warning: comment on exported method ItemList.HasAutoHeight should be of the form "HasAutoHeight ..." (golint)
    • Line 768: warning: comment on exported method ItemList.IsAnythingSelected should be of the form "IsAnythingSelected ..." (golint)
    • Line 791: warning: comment on exported method ItemList.IsItemDisabled should be of the form "IsItemDisabled ..." (golint)
    • Line 815: warning: comment on exported method ItemList.IsItemIconTransposed should be of the form "IsItemIconTransposed ..." (golint)
    • Line 839: warning: comment on exported method ItemList.IsItemSelectable should be of the form "IsItemSelectable ..." (golint)
    • Line 863: warning: comment on exported method ItemList.IsItemTooltipEnabled should be of the form "IsItemTooltipEnabled ..." (golint)
    • Line 887: warning: comment on exported method ItemList.IsSameColumnWidth should be of the form "IsSameColumnWidth ..." (golint)
    • Line 910: warning: comment on exported method ItemList.IsSelected should be of the form "IsSelected ..." (golint)
    • Line 934: warning: comment on exported method ItemList.MoveItem should be of the form "MoveItem ..." (golint)
    • Line 956: warning: comment on exported method ItemList.RemoveItem should be of the form "RemoveItem ..." (golint)
    • Line 977: warning: comment on exported method ItemList.Select should be of the form "Select ..." (golint)
    • Line 999: warning: comment on exported method ItemList.SetAllowReselect should be of the form "SetAllowReselect ..." (golint)
    • Line 1020: warning: comment on exported method ItemList.SetAllowRmbSelect should be of the form "SetAllowRmbSelect ..." (golint)
    • Line 1041: warning: comment on exported method ItemList.SetAutoHeight should be of the form "SetAutoHeight ..." (golint)
    • Line 1062: warning: comment on exported method ItemList.SetFixedColumnWidth should be of the form "SetFixedColumnWidth ..." (golint)
    • Line 1083: warning: comment on exported method ItemList.SetFixedIconSize should be of the form "SetFixedIconSize ..." (golint)
    • Line 1104: warning: comment on exported method ItemList.SetIconMode should be of the form "SetIconMode ..." (golint)
    • Line 1125: warning: comment on exported method ItemList.SetIconScale should be of the form "SetIconScale ..." (golint)
    • Line 1146: warning: comment on exported method ItemList.SetItemCustomBgColor should be of the form "SetItemCustomBgColor ..." (golint)
    • Line 1168: warning: comment on exported method ItemList.SetItemCustomFgColor should be of the form "SetItemCustomFgColor ..." (golint)
    • Line 1190: warning: comment on exported method ItemList.SetItemDisabled should be of the form "SetItemDisabled ..." (golint)
    • Line 1212: warning: comment on exported method ItemList.SetItemIcon should be of the form "SetItemIcon ..." (golint)
    • Line 1234: warning: comment on exported method ItemList.SetItemIconModulate should be of the form "SetItemIconModulate ..." (golint)
    • Line 1256: warning: comment on exported method ItemList.SetItemIconRegion should be of the form "SetItemIconRegion ..." (golint)
    • Line 1278: warning: comment on exported method ItemList.SetItemIconTransposed should be of the form "SetItemIconTransposed ..." (golint)
    • Line 1300: warning: comment on exported method ItemList.SetItemMetadata should be of the form "SetItemMetadata ..." (golint)
    • Line 1322: warning: comment on exported method ItemList.SetItemSelectable should be of the form "SetItemSelectable ..." (golint)
    • Line 1344: warning: comment on exported method ItemList.SetItemText should be of the form "SetItemText ..." (golint)
    • Line 1366: warning: comment on exported method ItemList.SetItemTooltip should be of the form "SetItemTooltip ..." (golint)
    • Line 1388: warning: comment on exported method ItemList.SetItemTooltipEnabled should be of the form "SetItemTooltipEnabled ..." (golint)
    • Line 1410: warning: comment on exported method ItemList.SetMaxColumns should be of the form "SetMaxColumns ..." (golint)
    • Line 1431: warning: comment on exported method ItemList.SetMaxTextLines should be of the form "SetMaxTextLines ..." (golint)
    • Line 1452: warning: comment on exported method ItemList.SetSameColumnWidth should be of the form "SetSameColumnWidth ..." (golint)
    • Line 1473: warning: comment on exported method ItemList.SetSelectMode should be of the form "SetSelectMode ..." (golint)
    • Line 1494: warning: comment on exported method ItemList.SortItemsByText should be of the form "SortItemsByText ..." (golint)
    • Line 1514: warning: comment on exported method ItemList.Unselect should be of the form "Unselect ..." (golint)
    • Line 1535: warning: comment on exported method ItemList.UnselectAll should be of the form "UnselectAll ..." (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 45: warning: comment on exported type TreeItem should be of the form "TreeItem ..." (with optional leading article) (golint)
    • Line 53: warning: exported method TreeItem.BaseClass should have comment or be unexported (golint)
    • Line 57: warning: comment on exported method TreeItem.AddButton should be of the form "AddButton ..." (golint)
    • Line 82: warning: comment on exported method TreeItem.CallRecursive should be of the form "CallRecursive ..." (golint)
    • Line 110: warning: comment on exported method TreeItem.ClearCustomBgColor should be of the form "ClearCustomBgColor ..." (golint)
    • Line 131: warning: comment on exported method TreeItem.ClearCustomColor should be of the form "ClearCustomColor ..." (golint)
    • Line 152: warning: comment on exported method TreeItem.Deselect should be of the form "Deselect ..." (golint)
    • Line 173: warning: comment on exported method TreeItem.EraseButton should be of the form "EraseButton ..." (golint)
    • Line 195: warning: comment on exported method TreeItem.GetButton should be of the form "GetButton ..." (golint)
    • Line 234: warning: comment on exported method TreeItem.GetButtonCount should be of the form "GetButtonCount ..." (golint)
    • Line 258: warning: comment on exported method TreeItem.GetButtonTooltip should be of the form "GetButtonTooltip ..." (golint)
    • Line 283: warning: comment on exported method TreeItem.GetCellMode should be of the form "GetCellMode ..." (golint)
    • Line 307: warning: comment on exported method TreeItem.GetChildren should be of the form "GetChildren ..." (golint)
    • Line 344: warning: comment on exported method TreeItem.GetCustomBgColor should be of the form "GetCustomBgColor ..." (golint)
    • Line 368: warning: comment on exported method TreeItem.GetCustomColor should be of the form "GetCustomColor ..." (golint)
    • Line 392: warning: comment on exported method TreeItem.GetCustomMinimumHeight should be of the form "GetCustomMinimumHeight ..." (golint)
    • Line 415: warning: comment on exported method TreeItem.GetExpandRight should be of the form "GetExpandRight ..." (golint)
    • Line 439: warning: comment on exported method TreeItem.GetIcon should be of the form "GetIcon ..." (golint)
    • Line 477: warning: comment on exported method TreeItem.GetIconMaxWidth should be of the form "GetIconMaxWidth ..." (golint)
    • Line 501: warning: comment on exported method TreeItem.GetIconModulate should be of the form "GetIconModulate ..." (golint)
    • Line 525: warning: comment on exported method TreeItem.GetIconRegion should be of the form "GetIconRegion ..." (golint)
    • Line 549: warning: comment on exported method TreeItem.GetMetadata should be of the form "GetMetadata ..." (golint)
    • Line 573: warning: comment on exported method TreeItem.GetNext should be of the form "GetNext ..." (golint)
    • Line 610: warning: comment on exported method TreeItem.GetNextVisible should be of the form "GetNextVisible ..." (golint)
    • Line 648: warning: comment on exported method TreeItem.GetParent should be of the form "GetParent ..." (golint)
    • Line 685: warning: comment on exported method TreeItem.GetPrev should be of the form "GetPrev ..." (golint)
    • Line 722: warning: comment on exported method TreeItem.GetPrevVisible should be of the form "GetPrevVisible ..." (golint)
    • Line 760: warning: comment on exported method TreeItem.GetRange should be of the form "GetRange ..." (golint)
    • Line 784: warning: comment on exported method TreeItem.GetRangeConfig should be of the form "GetRangeConfig ..." (golint)
    • Line 808: warning: comment on exported method TreeItem.GetText should be of the form "GetText ..." (golint)
    • Line 832: warning: comment on exported method TreeItem.GetTextAlign should be of the form "GetTextAlign ..." (golint)
    • Line 856: warning: comment on exported method TreeItem.GetTooltip should be of the form "GetTooltip ..." (golint)
    • Line 880: warning: comment on exported method TreeItem.IsButtonDisabled should be of the form "IsButtonDisabled ..." (golint)
    • Line 905: warning: comment on exported method TreeItem.IsChecked should be of the form "IsChecked ..." (golint)
    • Line 929: warning: comment on exported method TreeItem.IsCollapsed should be of the form "IsCollapsed ..." (golint)
    • Line 952: warning: comment on exported method TreeItem.IsCustomSetAsButton should be of the form "IsCustomSetAsButton ..." (golint)
    • Line 976: warning: comment on exported method TreeItem.IsEditable should be of the form "IsEditable ..." (golint)
    • Line 1000: warning: comment on exported method TreeItem.IsFoldingDisabled should be of the form "IsFoldingDisabled ..." (golint)
    • Line 1023: warning: comment on exported method TreeItem.IsSelectable should be of the form "IsSelectable ..." (golint)
    • Line 1047: warning: comment on exported method TreeItem.IsSelected should be of the form "IsSelected ..." (golint)
    • Line 1071: warning: comment on exported method TreeItem.MoveToBottom should be of the form "MoveToBottom ..." (golint)
    • Line 1091: warning: comment on exported method TreeItem.MoveToTop should be of the form "MoveToTop ..." (golint)
    • Line 1111: warning: comment on exported method TreeItem.RemoveChild should be of the form "RemoveChild ..." (golint)
    • Line 1132: warning: comment on exported method TreeItem.Select should be of the form "Select ..." (golint)
    • Line 1153: warning: comment on exported method TreeItem.SetButton should be of the form "SetButton ..." (golint)
    • Line 1176: warning: comment on exported method TreeItem.SetButtonDisabled should be of the form "SetButtonDisabled ..." (golint)
    • Line 1199: warning: comment on exported method TreeItem.SetCellMode should be of the form "SetCellMode ..." (golint)
    • Line 1221: warning: comment on exported method TreeItem.SetChecked should be of the form "SetChecked ..." (golint)
    • Line 1243: warning: comment on exported method TreeItem.SetCollapsed should be of the form "SetCollapsed ..." (golint)
    • Line 1264: warning: comment on exported method TreeItem.SetCustomAsButton should be of the form "SetCustomAsButton ..." (golint)
    • Line 1286: warning: comment on exported method TreeItem.SetCustomBgColor should be of the form "SetCustomBgColor ..." (golint)
    • Line 1309: warning: comment on exported method TreeItem.SetCustomColor should be of the form "SetCustomColor ..." (golint)
    • Line 1331: warning: comment on exported method TreeItem.SetCustomDraw should be of the form "SetCustomDraw ..." (golint)
    • Line 1354: warning: comment on exported method TreeItem.SetCustomMinimumHeight should be of the form "SetCustomMinimumHeight ..." (golint)
    • Line 1375: warning: comment on exported method TreeItem.SetDisableFolding should be of the form "SetDisableFolding ..." (golint)
    • Line 1396: warning: comment on exported method TreeItem.SetEditable should be of the form "SetEditable ..." (golint)
    • Line 1418: warning: comment on exported method TreeItem.SetExpandRight should be of the form "SetExpandRight ..." (golint)
    • Line 1440: warning: comment on exported method TreeItem.SetIcon should be of the form "SetIcon ..." (golint)
    • Line 1462: warning: comment on exported method TreeItem.SetIconMaxWidth should be of the form "SetIconMaxWidth ..." (golint)
    • Line 1484: warning: comment on exported method TreeItem.SetIconModulate should be of the form "SetIconModulate ..." (golint)
    • Line 1506: warning: comment on exported method TreeItem.SetIconRegion should be of the form "SetIconRegion ..." (golint)
    • Line 1528: warning: comment on exported method TreeItem.SetMetadata should be of the form "SetMetadata ..." (golint)
    • Line 1550: warning: comment on exported method TreeItem.SetRange should be of the form "SetRange ..." (golint)
    • Line 1572: warning: comment on exported method TreeItem.SetRangeConfig should be of the form "SetRangeConfig ..." (golint)
    • Line 1597: warning: comment on exported method TreeItem.SetSelectable should be of the form "SetSelectable ..." (golint)
    • Line 1619: warning: comment on exported method TreeItem.SetText should be of the form "SetText ..." (golint)
    • Line 1641: warning: comment on exported method TreeItem.SetTextAlign should be of the form "SetTextAlign ..." (golint)
    • Line 1663: warning: comment on exported method TreeItem.SetTooltip should be of the form "SetTooltip ..." (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/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/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/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/editorinspectorplugin.gen.go
    • Line 25: warning: comment on exported type EditorInspectorPlugin should be of the form "EditorInspectorPlugin ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorInspectorPlugin.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorInspectorPlugin.AddCustomControl should be of the form "AddCustomControl ..." (golint)
    • Line 58: warning: comment on exported method EditorInspectorPlugin.AddPropertyEditor should be of the form "AddPropertyEditor ..." (golint)
    • Line 80: warning: comment on exported method EditorInspectorPlugin.AddPropertyEditorForMultipleProperties should be of the form "AddPropertyEditorForMultipleProperties ..." (golint)
    • Line 103: warning: comment on exported method EditorInspectorPlugin.CanHandle should be of the form "CanHandle ..." (golint)
    • Line 127: warning: comment on exported method EditorInspectorPlugin.ParseBegin should be of the form "ParseBegin ..." (golint)
    • Line 148: warning: comment on exported method EditorInspectorPlugin.ParseCategory should be of the form "ParseCategory ..." (golint)
    • Line 170: warning: comment on exported method EditorInspectorPlugin.ParseEnd should be of the form "ParseEnd ..." (golint)
    • Line 190: warning: comment on exported method EditorInspectorPlugin.ParseProperty should be of the form "ParseProperty ..." (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/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.GetClassDocumentation should be of the form "GetClassDocumentation ..." (golint)
    • Line 60: warning: comment on exported method NativeScript.GetClassName should be of the form "GetClassName ..." (golint)
    • Line 83: warning: comment on exported method NativeScript.GetLibrary should be of the form "GetLibrary ..." (golint)
    • Line 120: warning: comment on exported method NativeScript.GetMethodDocumentation should be of the form "GetMethodDocumentation ..." (golint)
    • Line 144: warning: comment on exported method NativeScript.GetPropertyDocumentation should be of the form "GetPropertyDocumentation ..." (golint)
    • Line 168: warning: comment on exported method NativeScript.GetScriptClassIconPath should be of the form "GetScriptClassIconPath ..." (golint)
    • Line 191: warning: comment on exported method NativeScript.GetScriptClassName should be of the form "GetScriptClassName ..." (golint)
    • Line 214: warning: comment on exported method NativeScript.GetSignalDocumentation should be of the form "GetSignalDocumentation ..." (golint)
    • Line 238: warning: comment on exported method NativeScript.New should be of the form "New ..." (golint)
    • Line 265: warning: comment on exported method NativeScript.SetClassName should be of the form "SetClassName ..." (golint)
    • Line 286: warning: comment on exported method NativeScript.SetLibrary should be of the form "SetLibrary ..." (golint)
    • Line 307: warning: comment on exported method NativeScript.SetScriptClassIconPath should be of the form "SetScriptClassIconPath ..." (golint)
    • Line 328: warning: comment on exported method NativeScript.SetScriptClassName should be of the form "SetScriptClassName ..." (golint)
    • godot-go/godot/resourceformatsavercrypto.gen.go
    • Line 25: warning: comment on exported type ResourceFormatSaverCrypto should be of the form "ResourceFormatSaverCrypto ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourceFormatSaverCrypto.BaseClass should have comment or be unexported (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.GetCanvas should be of the form "GetCanvas ..." (golint)
    • Line 60: warning: comment on exported method CanvasLayer.GetCustomViewport should be of the form "GetCustomViewport ..." (golint)
    • Line 97: warning: comment on exported method CanvasLayer.GetFollowViewportScale should be of the form "GetFollowViewportScale ..." (golint)
    • Line 120: warning: comment on exported method CanvasLayer.GetLayer should be of the form "GetLayer ..." (golint)
    • Line 143: warning: comment on exported method CanvasLayer.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 166: warning: comment on exported method CanvasLayer.GetRotation should be of the form "GetRotation ..." (golint)
    • Line 189: warning: comment on exported method CanvasLayer.GetRotationDegrees should be of the form "GetRotationDegrees ..." (golint)
    • Line 212: warning: comment on exported method CanvasLayer.GetScale should be of the form "GetScale ..." (golint)
    • Line 235: warning: comment on exported method CanvasLayer.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 258: warning: comment on exported method CanvasLayer.IsFollowingViewport should be of the form "IsFollowingViewport ..." (golint)
    • Line 281: warning: comment on exported method CanvasLayer.SetCustomViewport should be of the form "SetCustomViewport ..." (golint)
    • Line 302: warning: comment on exported method CanvasLayer.SetFollowViewport should be of the form "SetFollowViewport ..." (golint)
    • Line 323: warning: comment on exported method CanvasLayer.SetFollowViewportScale should be of the form "SetFollowViewportScale ..." (golint)
    • Line 344: warning: comment on exported method CanvasLayer.SetLayer should be of the form "SetLayer ..." (golint)
    • Line 365: warning: comment on exported method CanvasLayer.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 386: warning: comment on exported method CanvasLayer.SetRotation should be of the form "SetRotation ..." (golint)
    • Line 407: warning: comment on exported method CanvasLayer.SetRotationDegrees should be of the form "SetRotationDegrees ..." (golint)
    • Line 428: warning: comment on exported method CanvasLayer.SetScale should be of the form "SetScale ..." (golint)
    • Line 449: warning: comment on exported method CanvasLayer.SetTransform should be of the form "SetTransform ..." (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/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.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 193: warning: comment on exported method AnimatedSprite.GetSpriteFrames should be of the form "GetSpriteFrames ..." (golint)
    • Line 230: warning: comment on exported method AnimatedSprite.IsCentered should be of the form "IsCentered ..." (golint)
    • Line 253: warning: comment on exported method AnimatedSprite.IsFlippedH should be of the form "IsFlippedH ..." (golint)
    • Line 276: warning: comment on exported method AnimatedSprite.IsFlippedV should be of the form "IsFlippedV ..." (golint)
    • Line 299: warning: comment on exported method AnimatedSprite.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 322: warning: comment on exported method AnimatedSprite.Play should be of the form "Play ..." (golint)
    • Line 344: warning: comment on exported method AnimatedSprite.SetAnimation should be of the form "SetAnimation ..." (golint)
    • Line 365: warning: comment on exported method AnimatedSprite.SetCentered should be of the form "SetCentered ..." (golint)
    • Line 386: warning: comment on exported method AnimatedSprite.SetFlipH should be of the form "SetFlipH ..." (golint)
    • Line 407: warning: comment on exported method AnimatedSprite.SetFlipV should be of the form "SetFlipV ..." (golint)
    • Line 428: warning: comment on exported method AnimatedSprite.SetFrame should be of the form "SetFrame ..." (golint)
    • Line 449: warning: comment on exported method AnimatedSprite.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 470: warning: comment on exported method AnimatedSprite.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 491: warning: comment on exported method AnimatedSprite.SetSpriteFrames should be of the form "SetSpriteFrames ..." (golint)
    • Line 512: warning: comment on exported method AnimatedSprite.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/animationnodetimescale.gen.go
    • Line 25: warning: comment on exported type AnimationNodeTimeScale should be of the form "AnimationNodeTimeScale ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeTimeScale.BaseClass should have comment or be unexported (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 39: warning: comment on exported var AudioServer should be of the form "AudioServer ..." (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/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/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/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/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.GetParticlesAnimHFrames should be of the form "GetParticlesAnimHFrames ..." (golint)
    • Line 126: warning: comment on exported method CanvasItemMaterial.GetParticlesAnimLoop should be of the form "GetParticlesAnimLoop ..." (golint)
    • Line 149: warning: comment on exported method CanvasItemMaterial.GetParticlesAnimVFrames should be of the form "GetParticlesAnimVFrames ..." (golint)
    • Line 172: warning: comment on exported method CanvasItemMaterial.GetParticlesAnimation should be of the form "GetParticlesAnimation ..." (golint)
    • Line 195: warning: comment on exported method CanvasItemMaterial.SetBlendMode should be of the form "SetBlendMode ..." (golint)
    • Line 216: warning: comment on exported method CanvasItemMaterial.SetLightMode should be of the form "SetLightMode ..." (golint)
    • Line 237: warning: comment on exported method CanvasItemMaterial.SetParticlesAnimHFrames should be of the form "SetParticlesAnimHFrames ..." (golint)
    • Line 258: warning: comment on exported method CanvasItemMaterial.SetParticlesAnimLoop should be of the form "SetParticlesAnimLoop ..." (golint)
    • Line 279: warning: comment on exported method CanvasItemMaterial.SetParticlesAnimVFrames should be of the form "SetParticlesAnimVFrames ..." (golint)
    • Line 300: warning: comment on exported method CanvasItemMaterial.SetParticlesAnimation should be of the form "SetParticlesAnimation ..." (golint)
    • godot-go/godot/gradienttexture.gen.go
    • 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/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_SetMesh should be of the form "X_SetMesh ..." (golint)
    • Line 71: warning: don't use underscores in Go names; method X_SetMesh should be XSetMesh (golint)
    • Line 88: warning: comment on exported method ARVRPositionalTracker.X_SetName should be of the form "X_SetName ..." (golint)
    • Line 92: warning: don't use underscores in Go names; method X_SetName should be XSetName (golint)
    • Line 109: warning: comment on exported method ARVRPositionalTracker.X_SetOrientation should be of the form "X_SetOrientation ..." (golint)
    • Line 113: warning: don't use underscores in Go names; method X_SetOrientation should be XSetOrientation (golint)
    • Line 130: warning: comment on exported method ARVRPositionalTracker.X_SetRwPosition should be of the form "X_SetRwPosition ..." (golint)
    • Line 134: warning: don't use underscores in Go names; method X_SetRwPosition should be XSetRwPosition (golint)
    • Line 151: warning: comment on exported method ARVRPositionalTracker.X_SetType should be of the form "X_SetType ..." (golint)
    • Line 155: warning: don't use underscores in Go names; method X_SetType should be XSetType (golint)
    • Line 172: warning: comment on exported method ARVRPositionalTracker.GetHand should be of the form "GetHand ..." (golint)
    • Line 195: warning: comment on exported method ARVRPositionalTracker.GetJoyId should be of the form "GetJoyId ..." (golint)
    • Line 218: warning: comment on exported method ARVRPositionalTracker.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 255: warning: comment on exported method ARVRPositionalTracker.GetName should be of the form "GetName ..." (golint)
    • Line 278: warning: comment on exported method ARVRPositionalTracker.GetOrientation should be of the form "GetOrientation ..." (golint)
    • Line 301: warning: comment on exported method ARVRPositionalTracker.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 324: warning: comment on exported method ARVRPositionalTracker.GetRumble should be of the form "GetRumble ..." (golint)
    • Line 347: warning: comment on exported method ARVRPositionalTracker.GetTracksOrientation should be of the form "GetTracksOrientation ..." (golint)
    • Line 370: warning: comment on exported method ARVRPositionalTracker.GetTracksPosition should be of the form "GetTracksPosition ..." (golint)
    • Line 393: warning: comment on exported method ARVRPositionalTracker.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 417: warning: comment on exported method ARVRPositionalTracker.GetType should be of the form "GetType ..." (golint)
    • Line 440: warning: comment on exported method ARVRPositionalTracker.SetRumble should be of the form "SetRumble ..." (golint)
    • godot-go/godot/charfxtransform.gen.go
    • Line 25: warning: comment on exported type CharFXTransform should be of the form "CharFXTransform ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CharFXTransform.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CharFXTransform.GetAbsoluteIndex should be of the form "GetAbsoluteIndex ..." (golint)
    • Line 60: warning: comment on exported method CharFXTransform.GetCharacter should be of the form "GetCharacter ..." (golint)
    • Line 83: warning: comment on exported method CharFXTransform.GetColor should be of the form "GetColor ..." (golint)
    • Line 106: warning: comment on exported method CharFXTransform.GetElapsedTime should be of the form "GetElapsedTime ..." (golint)
    • Line 129: warning: comment on exported method CharFXTransform.GetEnvironment should be of the form "GetEnvironment ..." (golint)
    • Line 152: warning: comment on exported method CharFXTransform.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 175: warning: comment on exported method CharFXTransform.GetRelativeIndex should be of the form "GetRelativeIndex ..." (golint)
    • Line 198: warning: comment on exported method CharFXTransform.IsVisible should be of the form "IsVisible ..." (golint)
    • Line 221: warning: comment on exported method CharFXTransform.SetAbsoluteIndex should be of the form "SetAbsoluteIndex ..." (golint)
    • Line 242: warning: comment on exported method CharFXTransform.SetCharacter should be of the form "SetCharacter ..." (golint)
    • Line 263: warning: comment on exported method CharFXTransform.SetColor should be of the form "SetColor ..." (golint)
    • Line 284: warning: comment on exported method CharFXTransform.SetElapsedTime should be of the form "SetElapsedTime ..." (golint)
    • Line 305: warning: comment on exported method CharFXTransform.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 326: warning: comment on exported method CharFXTransform.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 347: warning: comment on exported method CharFXTransform.SetRelativeIndex should be of the form "SetRelativeIndex ..." (golint)
    • Line 368: warning: comment on exported method CharFXTransform.SetVisibility should be of the form "SetVisibility ..." (golint)
    • godot-go/godot/visualshadernodevectorscalarsmoothstep.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorScalarSmoothStep should be of the form "VisualShaderNodeVectorScalarSmoothStep ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorScalarSmoothStep.BaseClass should have comment or be unexported (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 28: warning: exported const Camera2DCamera2DProcessIdle should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: comment on exported type Camera2D should be of the form "Camera2D ..." (with optional leading article) (golint)
    • Line 49: warning: exported method Camera2D.BaseClass should have comment or be unexported (golint)
    • Line 53: warning: comment on exported method Camera2D.X_MakeCurrent should be of the form "X_MakeCurrent ..." (golint)
    • Line 57: warning: don't use underscores in Go names; method X_MakeCurrent should be XMakeCurrent (golint)
    • Line 74: warning: comment on exported method Camera2D.X_SetCurrent should be of the form "X_SetCurrent ..." (golint)
    • Line 78: warning: don't use underscores in Go names; method X_SetCurrent should be XSetCurrent (golint)
    • Line 95: warning: comment on exported method Camera2D.X_SetOldSmoothing should be of the form "X_SetOldSmoothing ..." (golint)
    • Line 99: warning: don't use underscores in Go names; method X_SetOldSmoothing should be XSetOldSmoothing (golint)
    • Line 116: warning: comment on exported method Camera2D.X_UpdateScroll should be of the form "X_UpdateScroll ..." (golint)
    • Line 120: warning: don't use underscores in Go names; method X_UpdateScroll should be XUpdateScroll (golint)
    • Line 136: warning: comment on exported method Camera2D.Align should be of the form "Align ..." (golint)
    • Line 156: warning: comment on exported method Camera2D.ClearCurrent should be of the form "ClearCurrent ..." (golint)
    • Line 176: warning: comment on exported method Camera2D.ForceUpdateScroll should be of the form "ForceUpdateScroll ..." (golint)
    • Line 196: warning: comment on exported method Camera2D.GetAnchorMode should be of the form "GetAnchorMode ..." (golint)
    • Line 219: warning: comment on exported method Camera2D.GetCameraPosition should be of the form "GetCameraPosition ..." (golint)
    • Line 242: warning: comment on exported method Camera2D.GetCameraScreenCenter should be of the form "GetCameraScreenCenter ..." (golint)
    • Line 265: warning: comment on exported method Camera2D.GetCustomViewport should be of the form "GetCustomViewport ..." (golint)
    • Line 302: warning: comment on exported method Camera2D.GetDragMargin should be of the form "GetDragMargin ..." (golint)
    • Line 326: warning: comment on exported method Camera2D.GetFollowSmoothing should be of the form "GetFollowSmoothing ..." (golint)
    • Line 349: warning: comment on exported method Camera2D.GetHOffset should be of the form "GetHOffset ..." (golint)
    • Line 372: warning: comment on exported method Camera2D.GetLimit should be of the form "GetLimit ..." (golint)
    • Line 396: warning: comment on exported method Camera2D.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 419: warning: comment on exported method Camera2D.GetProcessMode should be of the form "GetProcessMode ..." (golint)
    • Line 442: warning: comment on exported method Camera2D.GetVOffset should be of the form "GetVOffset ..." (golint)
    • Line 465: warning: comment on exported method Camera2D.GetZoom should be of the form "GetZoom ..." (golint)
    • Line 488: warning: comment on exported method Camera2D.IsCurrent should be of the form "IsCurrent ..." (golint)
    • Line 511: warning: comment on exported method Camera2D.IsFollowSmoothingEnabled should be of the form "IsFollowSmoothingEnabled ..." (golint)
    • Line 534: warning: comment on exported method Camera2D.IsHDragEnabled should be of the form "IsHDragEnabled ..." (golint)
    • Line 557: warning: comment on exported method Camera2D.IsLimitDrawingEnabled should be of the form "IsLimitDrawingEnabled ..." (golint)
    • Line 580: warning: comment on exported method Camera2D.IsLimitSmoothingEnabled should be of the form "IsLimitSmoothingEnabled ..." (golint)
    • Line 603: warning: comment on exported method Camera2D.IsMarginDrawingEnabled should be of the form "IsMarginDrawingEnabled ..." (golint)
    • Line 626: warning: comment on exported method Camera2D.IsRotating should be of the form "IsRotating ..." (golint)
    • Line 649: warning: comment on exported method Camera2D.IsScreenDrawingEnabled should be of the form "IsScreenDrawingEnabled ..." (golint)
    • Line 672: warning: comment on exported method Camera2D.IsVDragEnabled should be of the form "IsVDragEnabled ..." (golint)
    • Line 695: warning: comment on exported method Camera2D.MakeCurrent should be of the form "MakeCurrent ..." (golint)
    • Line 715: warning: comment on exported method Camera2D.ResetSmoothing should be of the form "ResetSmoothing ..." (golint)
    • Line 735: warning: comment on exported method Camera2D.SetAnchorMode should be of the form "SetAnchorMode ..." (golint)
    • Line 756: warning: comment on exported method Camera2D.SetCustomViewport should be of the form "SetCustomViewport ..." (golint)
    • Line 777: warning: comment on exported method Camera2D.SetDragMargin should be of the form "SetDragMargin ..." (golint)
    • Line 799: warning: comment on exported method Camera2D.SetEnableFollowSmoothing should be of the form "SetEnableFollowSmoothing ..." (golint)
    • Line 820: warning: comment on exported method Camera2D.SetFollowSmoothing should be of the form "SetFollowSmoothing ..." (golint)
    • Line 841: warning: comment on exported method Camera2D.SetHDragEnabled should be of the form "SetHDragEnabled ..." (golint)
    • Line 862: warning: comment on exported method Camera2D.SetHOffset should be of the form "SetHOffset ..." (golint)
    • Line 883: warning: comment on exported method Camera2D.SetLimit should be of the form "SetLimit ..." (golint)
    • Line 905: warning: comment on exported method Camera2D.SetLimitDrawingEnabled should be of the form "SetLimitDrawingEnabled ..." (golint)
    • Line 926: warning: comment on exported method Camera2D.SetLimitSmoothingEnabled should be of the form "SetLimitSmoothingEnabled ..." (golint)
    • Line 947: warning: comment on exported method Camera2D.SetMarginDrawingEnabled should be of the form "SetMarginDrawingEnabled ..." (golint)
    • Line 968: warning: comment on exported method Camera2D.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 989: warning: comment on exported method Camera2D.SetProcessMode should be of the form "SetProcessMode ..." (golint)
    • Line 1010: warning: comment on exported method Camera2D.SetRotating should be of the form "SetRotating ..." (golint)
    • Line 1031: warning: comment on exported method Camera2D.SetScreenDrawingEnabled should be of the form "SetScreenDrawingEnabled ..." (golint)
    • Line 1052: warning: comment on exported method Camera2D.SetVDragEnabled should be of the form "SetVDragEnabled ..." (golint)
    • Line 1073: warning: comment on exported method Camera2D.SetVOffset should be of the form "SetVOffset ..." (golint)
    • Line 1094: warning: comment on exported method Camera2D.SetZoom should be of the form "SetZoom ..." (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/visualshadernodeinput.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeInput should be of the form "VisualShaderNodeInput ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeInput.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeInput.GetInputName should be of the form "GetInputName ..." (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeInput.GetInputRealName should be of the form "GetInputRealName ..." (golint)
    • Line 83: warning: comment on exported method VisualShaderNodeInput.SetInputName should be of the form "SetInputName ..." (golint)
    • godot-go/godot/webrtcmultiplayer.gen.go
    • Line 25: warning: comment on exported type WebRTCMultiplayer should be of the form "WebRTCMultiplayer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method WebRTCMultiplayer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method WebRTCMultiplayer.AddPeer should be of the form "AddPeer ..." (golint)
    • Line 63: warning: comment on exported method WebRTCMultiplayer.Close should be of the form "Close ..." (golint)
    • Line 83: warning: comment on exported method WebRTCMultiplayer.GetPeer should be of the form "GetPeer ..." (golint)
    • Line 107: warning: comment on exported method WebRTCMultiplayer.GetPeers should be of the form "GetPeers ..." (golint)
    • Line 130: warning: comment on exported method WebRTCMultiplayer.HasPeer should be of the form "HasPeer ..." (golint)
    • Line 154: warning: comment on exported method WebRTCMultiplayer.Initialize should be of the form "Initialize ..." (golint)
    • Line 179: warning: comment on exported method WebRTCMultiplayer.RemovePeer should be of the form "RemovePeer ..." (golint)
    • godot-go/godot/websocketclient.gen.go
    • Line 25: warning: comment on exported type WebSocketClient should be of the form "WebSocketClient ..." (with optional leading article) (golint)
    • Line 33: warning: exported method WebSocketClient.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method WebSocketClient.ConnectToUrl should be of the form "ConnectToUrl ..." (golint)
    • Line 64: warning: comment on exported method WebSocketClient.DisconnectFromHost should be of the form "DisconnectFromHost ..." (golint)
    • Line 86: warning: comment on exported method WebSocketClient.GetConnectedHost should be of the form "GetConnectedHost ..." (golint)
    • Line 109: warning: comment on exported method WebSocketClient.GetConnectedPort should be of the form "GetConnectedPort ..." (golint)
    • Line 132: warning: comment on exported method WebSocketClient.GetTrustedSslCertificate should be of the form "GetTrustedSslCertificate ..." (golint)
    • Line 169: warning: comment on exported method WebSocketClient.IsVerifySslEnabled should be of the form "IsVerifySslEnabled ..." (golint)
    • Line 192: warning: comment on exported method WebSocketClient.SetTrustedSslCertificate should be of the form "SetTrustedSslCertificate ..." (golint)
    • Line 213: warning: comment on exported method WebSocketClient.SetVerifySslEnabled should be of the form "SetVerifySslEnabled ..." (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/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/noisetexture.gen.go
    • Line 25: warning: comment on exported type NoiseTexture should be of the form "NoiseTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method NoiseTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method NoiseTexture.X_GenerateTexture should be of the form "X_GenerateTexture ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GenerateTexture should be XGenerateTexture (golint)
    • Line 74: warning: comment on exported method NoiseTexture.X_QueueUpdate should be of the form "X_QueueUpdate ..." (golint)
    • Line 78: warning: don't use underscores in Go names; method X_QueueUpdate should be XQueueUpdate (golint)
    • Line 94: warning: comment on exported method NoiseTexture.X_ThreadDone should be of the form "X_ThreadDone ..." (golint)
    • Line 98: warning: don't use underscores in Go names; method X_ThreadDone should be XThreadDone (golint)
    • Line 115: warning: comment on exported method NoiseTexture.X_UpdateTexture should be of the form "X_UpdateTexture ..." (golint)
    • Line 119: warning: don't use underscores in Go names; method X_UpdateTexture should be XUpdateTexture (golint)
    • Line 135: warning: comment on exported method NoiseTexture.GetBumpStrength should be of the form "GetBumpStrength ..." (golint)
    • Line 158: warning: comment on exported method NoiseTexture.GetNoise should be of the form "GetNoise ..." (golint)
    • Line 195: warning: comment on exported method NoiseTexture.GetSeamless should be of the form "GetSeamless ..." (golint)
    • Line 218: warning: comment on exported method NoiseTexture.IsNormalmap should be of the form "IsNormalmap ..." (golint)
    • Line 241: warning: comment on exported method NoiseTexture.SetAsNormalmap should be of the form "SetAsNormalmap ..." (golint)
    • Line 262: warning: comment on exported method NoiseTexture.SetBumpStrength should be of the form "SetBumpStrength ..." (golint)
    • Line 283: warning: comment on exported method NoiseTexture.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 304: warning: comment on exported method NoiseTexture.SetNoise should be of the form "SetNoise ..." (golint)
    • Line 325: warning: comment on exported method NoiseTexture.SetSeamless should be of the form "SetSeamless ..." (golint)
    • Line 346: warning: comment on exported method NoiseTexture.SetWidth should be of the form "SetWidth ..." (golint)
    • godot-go/godot/resourceformatloader.gen.go
    • Line 25: warning: comment on exported type ResourceFormatLoader should be of the form "ResourceFormatLoader ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourceFormatLoader.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ResourceFormatLoader.GetDependencies should be of the form "GetDependencies ..." (golint)
    • Line 59: warning: comment on exported method ResourceFormatLoader.GetRecognizedExtensions should be of the form "GetRecognizedExtensions ..." (golint)
    • Line 82: warning: comment on exported method ResourceFormatLoader.GetResourceType should be of the form "GetResourceType ..." (golint)
    • Line 106: warning: comment on exported method ResourceFormatLoader.HandlesType should be of the form "HandlesType ..." (golint)
    • Line 130: warning: comment on exported method ResourceFormatLoader.Load should be of the form "Load ..." (golint)
    • Line 155: warning: comment on exported method ResourceFormatLoader.RenameDependencies should be of the form "RenameDependencies ..." (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/cpuparticles2d.gen.go
    • Line 20: warning: exported const CPUParticles2DDrawOrderIndex should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const CPUParticles2DEmissionShapeDirectedPoints should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported const CPUParticles2DFlagAlignYToVelocity should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported const CPUParticles2DParamAngle should have comment (or a comment on this block) or be unexported (golint)
    • Line 74: warning: comment on exported type CPUParticles2D should be of the form "CPUParticles2D ..." (with optional leading article) (golint)
    • Line 82: warning: exported method CPUParticles2D.BaseClass should have comment or be unexported (golint)
    • Line 86: warning: comment on exported method CPUParticles2D.X_UpdateRenderThread should be of the form "X_UpdateRenderThread ..." (golint)
    • Line 90: warning: don't use underscores in Go names; method X_UpdateRenderThread should be XUpdateRenderThread (golint)
    • Line 106: warning: comment on exported method CPUParticles2D.ConvertFromParticles should be of the form "ConvertFromParticles ..." (golint)
    • Line 127: warning: comment on exported method CPUParticles2D.GetAmount should be of the form "GetAmount ..." (golint)
    • Line 150: warning: comment on exported method CPUParticles2D.GetColor should be of the form "GetColor ..." (golint)
    • Line 173: warning: comment on exported method CPUParticles2D.GetColorRamp should be of the form "GetColorRamp ..." (golint)
    • Line 210: warning: comment on exported method CPUParticles2D.GetDirection should be of the form "GetDirection ..." (golint)
    • Line 233: warning: comment on exported method CPUParticles2D.GetDrawOrder should be of the form "GetDrawOrder ..." (golint)
    • Line 256: warning: comment on exported method CPUParticles2D.GetEmissionColors should be of the form "GetEmissionColors ..." (golint)
    • Line 279: warning: comment on exported method CPUParticles2D.GetEmissionNormals should be of the form "GetEmissionNormals ..." (golint)
    • Line 302: warning: comment on exported method CPUParticles2D.GetEmissionPoints should be of the form "GetEmissionPoints ..." (golint)
    • Line 325: warning: comment on exported method CPUParticles2D.GetEmissionRectExtents should be of the form "GetEmissionRectExtents ..." (golint)
    • Line 348: warning: comment on exported method CPUParticles2D.GetEmissionShape should be of the form "GetEmissionShape ..." (golint)
    • Line 371: warning: comment on exported method CPUParticles2D.GetEmissionSphereRadius should be of the form "GetEmissionSphereRadius ..." (golint)
    • Line 394: warning: comment on exported method CPUParticles2D.GetExplosivenessRatio should be of the form "GetExplosivenessRatio ..." (golint)
    • Line 417: warning: comment on exported method CPUParticles2D.GetFixedFps should be of the form "GetFixedFps ..." (golint)
    • Line 440: warning: comment on exported method CPUParticles2D.GetFractionalDelta should be of the form "GetFractionalDelta ..." (golint)
    • Line 463: warning: comment on exported method CPUParticles2D.GetGravity should be of the form "GetGravity ..." (golint)
    • Line 486: warning: comment on exported method CPUParticles2D.GetLifetime should be of the form "GetLifetime ..." (golint)
    • Line 509: warning: comment on exported method CPUParticles2D.GetLifetimeRandomness should be of the form "GetLifetimeRandomness ..." (golint)
    • Line 532: warning: comment on exported method CPUParticles2D.GetNormalmap should be of the form "GetNormalmap ..." (golint)
    • Line 569: warning: comment on exported method CPUParticles2D.GetOneShot should be of the form "GetOneShot ..." (golint)
    • Line 592: warning: comment on exported method CPUParticles2D.GetParam should be of the form "GetParam ..." (golint)
    • Line 616: warning: comment on exported method CPUParticles2D.GetParamCurve should be of the form "GetParamCurve ..." (golint)
    • Line 654: warning: comment on exported method CPUParticles2D.GetParamRandomness should be of the form "GetParamRandomness ..." (golint)
    • Line 678: warning: comment on exported method CPUParticles2D.GetParticleFlag should be of the form "GetParticleFlag ..." (golint)
    • Line 702: warning: comment on exported method CPUParticles2D.GetPreProcessTime should be of the form "GetPreProcessTime ..." (golint)
    • Line 725: warning: comment on exported method CPUParticles2D.GetRandomnessRatio should be of the form "GetRandomnessRatio ..." (golint)
    • Line 748: warning: comment on exported method CPUParticles2D.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 771: warning: comment on exported method CPUParticles2D.GetSpread should be of the form "GetSpread ..." (golint)
    • Line 794: warning: comment on exported method CPUParticles2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 831: warning: comment on exported method CPUParticles2D.GetUseLocalCoordinates should be of the form "GetUseLocalCoordinates ..." (golint)
    • Line 854: warning: comment on exported method CPUParticles2D.IsEmitting should be of the form "IsEmitting ..." (golint)
    • Line 877: warning: comment on exported method CPUParticles2D.Restart should be of the form "Restart ..." (golint)
    • Line 897: warning: comment on exported method CPUParticles2D.SetAmount should be of the form "SetAmount ..." (golint)
    • Line 918: warning: comment on exported method CPUParticles2D.SetColor should be of the form "SetColor ..." (golint)
    • Line 939: warning: comment on exported method CPUParticles2D.SetColorRamp should be of the form "SetColorRamp ..." (golint)
    • Line 960: warning: comment on exported method CPUParticles2D.SetDirection should be of the form "SetDirection ..." (golint)
    • Line 981: warning: comment on exported method CPUParticles2D.SetDrawOrder should be of the form "SetDrawOrder ..." (golint)
    • Line 1002: warning: comment on exported method CPUParticles2D.SetEmissionColors should be of the form "SetEmissionColors ..." (golint)
    • Line 1023: warning: comment on exported method CPUParticles2D.SetEmissionNormals should be of the form "SetEmissionNormals ..." (golint)
    • Line 1044: warning: comment on exported method CPUParticles2D.SetEmissionPoints should be of the form "SetEmissionPoints ..." (golint)
    • Line 1065: warning: comment on exported method CPUParticles2D.SetEmissionRectExtents should be of the form "SetEmissionRectExtents ..." (golint)
    • Line 1086: warning: comment on exported method CPUParticles2D.SetEmissionShape should be of the form "SetEmissionShape ..." (golint)
    • Line 1107: warning: comment on exported method CPUParticles2D.SetEmissionSphereRadius should be of the form "SetEmissionSphereRadius ..." (golint)
    • Line 1128: warning: comment on exported method CPUParticles2D.SetEmitting should be of the form "SetEmitting ..." (golint)
    • Line 1149: warning: comment on exported method CPUParticles2D.SetExplosivenessRatio should be of the form "SetExplosivenessRatio ..." (golint)
    • Line 1170: warning: comment on exported method CPUParticles2D.SetFixedFps should be of the form "SetFixedFps ..." (golint)
    • Line 1191: warning: comment on exported method CPUParticles2D.SetFractionalDelta should be of the form "SetFractionalDelta ..." (golint)
    • Line 1212: warning: comment on exported method CPUParticles2D.SetGravity should be of the form "SetGravity ..." (golint)
    • Line 1233: warning: comment on exported method CPUParticles2D.SetLifetime should be of the form "SetLifetime ..." (golint)
    • Line 1254: warning: comment on exported method CPUParticles2D.SetLifetimeRandomness should be of the form "SetLifetimeRandomness ..." (golint)
    • Line 1275: warning: comment on exported method CPUParticles2D.SetNormalmap should be of the form "SetNormalmap ..." (golint)
    • Line 1296: warning: comment on exported method CPUParticles2D.SetOneShot should be of the form "SetOneShot ..." (golint)
    • Line 1317: warning: comment on exported method CPUParticles2D.SetParam should be of the form "SetParam ..." (golint)
    • Line 1339: warning: comment on exported method CPUParticles2D.SetParamCurve should be of the form "SetParamCurve ..." (golint)
    • Line 1361: warning: comment on exported method CPUParticles2D.SetParamRandomness should be of the form "SetParamRandomness ..." (golint)
    • Line 1383: warning: comment on exported method CPUParticles2D.SetParticleFlag should be of the form "SetParticleFlag ..." (golint)
    • Line 1405: warning: comment on exported method CPUParticles2D.SetPreProcessTime should be of the form "SetPreProcessTime ..." (golint)
    • Line 1426: warning: comment on exported method CPUParticles2D.SetRandomnessRatio should be of the form "SetRandomnessRatio ..." (golint)
    • Line 1447: warning: comment on exported method CPUParticles2D.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 1468: warning: comment on exported method CPUParticles2D.SetSpread should be of the form "SetSpread ..." (golint)
    • Line 1489: warning: comment on exported method CPUParticles2D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 1510: warning: comment on exported method CPUParticles2D.SetUseLocalCoordinates should be of the form "SetUseLocalCoordinates ..." (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/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/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/visualshadernodeouterproduct.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeOuterProduct should be of the form "VisualShaderNodeOuterProduct ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeOuterProduct.BaseClass should have comment or be unexported (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/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/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/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/softbody.gen.go
    • Line 25: warning: comment on exported type SoftBody should be of the form "SoftBody ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SoftBody.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SoftBody.X_DrawSoftMesh should be of the form "X_DrawSoftMesh ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_DrawSoftMesh should be XDrawSoftMesh (golint)
    • Line 57: warning: comment on exported method SoftBody.AddCollisionExceptionWith should be of the form "AddCollisionExceptionWith ..." (golint)
    • Line 78: warning: comment on exported method SoftBody.GetAreaAngularStiffness should be of the form "GetAreaAngularStiffness ..." (golint)
    • Line 101: warning: comment on exported method SoftBody.GetCollisionExceptions should be of the form "GetCollisionExceptions ..." (golint)
    • Line 124: warning: comment on exported method SoftBody.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 147: warning: comment on exported method SoftBody.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 171: warning: comment on exported method SoftBody.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 194: warning: comment on exported method SoftBody.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 218: warning: comment on exported method SoftBody.GetDampingCoefficient should be of the form "GetDampingCoefficient ..." (golint)
    • Line 241: warning: comment on exported method SoftBody.GetDragCoefficient should be of the form "GetDragCoefficient ..." (golint)
    • Line 264: warning: comment on exported method SoftBody.GetLinearStiffness should be of the form "GetLinearStiffness ..." (golint)
    • Line 287: warning: comment on exported method SoftBody.GetParentCollisionIgnore should be of the form "GetParentCollisionIgnore ..." (golint)
    • Line 310: warning: comment on exported method SoftBody.GetPoseMatchingCoefficient should be of the form "GetPoseMatchingCoefficient ..." (golint)
    • Line 333: warning: comment on exported method SoftBody.GetPressureCoefficient should be of the form "GetPressureCoefficient ..." (golint)
    • Line 356: warning: comment on exported method SoftBody.GetSimulationPrecision should be of the form "GetSimulationPrecision ..." (golint)
    • Line 379: warning: comment on exported method SoftBody.GetTotalMass should be of the form "GetTotalMass ..." (golint)
    • Line 402: warning: comment on exported method SoftBody.GetVolumeStiffness should be of the form "GetVolumeStiffness ..." (golint)
    • Line 425: warning: comment on exported method SoftBody.IsRayPickable should be of the form "IsRayPickable ..." (golint)
    • Line 448: warning: comment on exported method SoftBody.RemoveCollisionExceptionWith should be of the form "RemoveCollisionExceptionWith ..." (golint)
    • Line 469: warning: comment on exported method SoftBody.SetAreaAngularStiffness should be of the form "SetAreaAngularStiffness ..." (golint)
    • Line 490: warning: comment on exported method SoftBody.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 511: warning: comment on exported method SoftBody.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 533: warning: comment on exported method SoftBody.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 554: warning: comment on exported method SoftBody.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 576: warning: comment on exported method SoftBody.SetDampingCoefficient should be of the form "SetDampingCoefficient ..." (golint)
    • Line 597: warning: comment on exported method SoftBody.SetDragCoefficient should be of the form "SetDragCoefficient ..." (golint)
    • Line 618: warning: comment on exported method SoftBody.SetLinearStiffness should be of the form "SetLinearStiffness ..." (golint)
    • Line 639: warning: comment on exported method SoftBody.SetParentCollisionIgnore should be of the form "SetParentCollisionIgnore ..." (golint)
    • Line 660: warning: comment on exported method SoftBody.SetPoseMatchingCoefficient should be of the form "SetPoseMatchingCoefficient ..." (golint)
    • Line 681: warning: comment on exported method SoftBody.SetPressureCoefficient should be of the form "SetPressureCoefficient ..." (golint)
    • Line 702: warning: comment on exported method SoftBody.SetRayPickable should be of the form "SetRayPickable ..." (golint)
    • Line 723: warning: comment on exported method SoftBody.SetSimulationPrecision should be of the form "SetSimulationPrecision ..." (golint)
    • Line 744: warning: comment on exported method SoftBody.SetTotalMass should be of the form "SetTotalMass ..." (golint)
    • Line 765: warning: comment on exported method SoftBody.SetVolumeStiffness should be of the form "SetVolumeStiffness ..." (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/cryptokey.gen.go
    • Line 33: warning: exported method CryptoKey.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CryptoKey.Load should be of the form "Load ..." (golint)
    • Line 61: warning: comment on exported method CryptoKey.Save should be of the form "Save ..." (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/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/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/audiostreamgeneratorplayback.gen.go
    • Line 25: warning: comment on exported type AudioStreamGeneratorPlayback should be of the form "AudioStreamGeneratorPlayback ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioStreamGeneratorPlayback.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioStreamGeneratorPlayback.CanPushBuffer should be of the form "CanPushBuffer ..." (golint)
    • Line 61: warning: comment on exported method AudioStreamGeneratorPlayback.ClearBuffer should be of the form "ClearBuffer ..." (golint)
    • Line 81: warning: comment on exported method AudioStreamGeneratorPlayback.GetFramesAvailable should be of the form "GetFramesAvailable ..." (golint)
    • Line 104: warning: comment on exported method AudioStreamGeneratorPlayback.GetSkips should be of the form "GetSkips ..." (golint)
    • Line 127: warning: comment on exported method AudioStreamGeneratorPlayback.PushBuffer should be of the form "PushBuffer ..." (golint)
    • Line 151: warning: comment on exported method AudioStreamGeneratorPlayback.PushFrame should be of the form "PushFrame ..." (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/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/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/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/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/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/audioeffectinstance.gen.go
    • Line 25: warning: comment on exported type AudioEffectInstance should be of the form "AudioEffectInstance ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectInstance.BaseClass should have comment or be unexported (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/visualshadernodescalarsmoothstep.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeScalarSmoothStep should be of the form "VisualShaderNodeScalarSmoothStep ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeScalarSmoothStep.BaseClass should have comment or be unexported (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/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/javaclass.gen.go
    • Line 25: warning: comment on exported type JavaClass should be of the form "JavaClass ..." (with optional leading article) (golint)
    • Line 33: warning: exported method JavaClass.BaseClass should have comment or be unexported (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/godot/visualshadernodevec3constant.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVec3Constant should be of the form "VisualShaderNodeVec3Constant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVec3Constant.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeVec3Constant.GetConstant should be of the form "GetConstant ..." (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeVec3Constant.SetConstant should be of the form "SetConstant ..." (golint)
    • godot-go/godot/visualshadernodescalarderivativefunc.gen.go
    • Line 20: warning: exported const VisualShaderNodeScalarDerivativeFuncFuncSum should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type VisualShaderNodeScalarDerivativeFunc should be of the form "VisualShaderNodeScalarDerivativeFunc ..." (with optional leading article) (golint)
    • Line 42: warning: exported method VisualShaderNodeScalarDerivativeFunc.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method VisualShaderNodeScalarDerivativeFunc.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 69: warning: comment on exported method VisualShaderNodeScalarDerivativeFunc.SetFunction should be of the form "SetFunction ..." (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.GetButtons should be of the form "GetButtons ..." (golint)
    • Line 60: warning: comment on exported method ButtonGroup.GetPressedButton should be of the form "GetPressedButton ..." (golint)
    • godot-go/godot/clippedcamera.gen.go
    • Line 20: warning: exported const ClippedCameraClipProcessIdle should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type ClippedCamera should be of the form "ClippedCamera ..." (with optional leading article) (golint)
    • Line 41: warning: exported method ClippedCamera.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method ClippedCamera.AddException should be of the form "AddException ..." (golint)
    • Line 66: warning: comment on exported method ClippedCamera.AddExceptionRid should be of the form "AddExceptionRid ..." (golint)
    • Line 87: warning: comment on exported method ClippedCamera.ClearExceptions should be of the form "ClearExceptions ..." (golint)
    • Line 107: warning: comment on exported method ClippedCamera.GetClipOffset should be of the form "GetClipOffset ..." (golint)
    • Line 130: warning: comment on exported method ClippedCamera.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 153: warning: comment on exported method ClippedCamera.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 177: warning: comment on exported method ClippedCamera.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 200: warning: comment on exported method ClippedCamera.GetProcessMode should be of the form "GetProcessMode ..." (golint)
    • Line 223: warning: comment on exported method ClippedCamera.IsClipToAreasEnabled should be of the form "IsClipToAreasEnabled ..." (golint)
    • Line 246: warning: comment on exported method ClippedCamera.IsClipToBodiesEnabled should be of the form "IsClipToBodiesEnabled ..." (golint)
    • Line 269: warning: comment on exported method ClippedCamera.RemoveException should be of the form "RemoveException ..." (golint)
    • Line 290: warning: comment on exported method ClippedCamera.RemoveExceptionRid should be of the form "RemoveExceptionRid ..." (golint)
    • Line 311: warning: comment on exported method ClippedCamera.SetClipToAreas should be of the form "SetClipToAreas ..." (golint)
    • Line 332: warning: comment on exported method ClippedCamera.SetClipToBodies should be of the form "SetClipToBodies ..." (golint)
    • Line 353: warning: comment on exported method ClippedCamera.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 374: warning: comment on exported method ClippedCamera.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 396: warning: comment on exported method ClippedCamera.SetMargin should be of the form "SetMargin ..." (golint)
    • Line 417: warning: comment on exported method ClippedCamera.SetProcessMode should be of the form "SetProcessMode ..." (golint)
    • godot-go/godot/cpuparticles.gen.go
    • Line 20: warning: exported const CPUParticlesDrawOrderIndex should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const CPUParticlesEmissionShapeBox should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported const CPUParticlesFlagAlignYToVelocity should have comment (or a comment on this block) or be unexported (golint)
    • Line 51: warning: exported const CPUParticlesParamAngle should have comment (or a comment on this block) or be unexported (golint)
    • Line 75: warning: comment on exported type CPUParticles should be of the form "CPUParticles ..." (with optional leading article) (golint)
    • Line 83: warning: exported method CPUParticles.BaseClass should have comment or be unexported (golint)
    • Line 87: warning: comment on exported method CPUParticles.X_UpdateRenderThread should be of the form "X_UpdateRenderThread ..." (golint)
    • Line 91: warning: don't use underscores in Go names; method X_UpdateRenderThread should be XUpdateRenderThread (golint)
    • Line 107: warning: comment on exported method CPUParticles.ConvertFromParticles should be of the form "ConvertFromParticles ..." (golint)
    • Line 128: warning: comment on exported method CPUParticles.GetAmount should be of the form "GetAmount ..." (golint)
    • Line 151: warning: comment on exported method CPUParticles.GetColor should be of the form "GetColor ..." (golint)
    • Line 174: warning: comment on exported method CPUParticles.GetColorRamp should be of the form "GetColorRamp ..." (golint)
    • Line 211: warning: comment on exported method CPUParticles.GetDirection should be of the form "GetDirection ..." (golint)
    • Line 234: warning: comment on exported method CPUParticles.GetDrawOrder should be of the form "GetDrawOrder ..." (golint)
    • Line 257: warning: comment on exported method CPUParticles.GetEmissionBoxExtents should be of the form "GetEmissionBoxExtents ..." (golint)
    • Line 280: warning: comment on exported method CPUParticles.GetEmissionColors should be of the form "GetEmissionColors ..." (golint)
    • Line 303: warning: comment on exported method CPUParticles.GetEmissionNormals should be of the form "GetEmissionNormals ..." (golint)
    • Line 326: warning: comment on exported method CPUParticles.GetEmissionPoints should be of the form "GetEmissionPoints ..." (golint)
    • Line 349: warning: comment on exported method CPUParticles.GetEmissionShape should be of the form "GetEmissionShape ..." (golint)
    • Line 372: warning: comment on exported method CPUParticles.GetEmissionSphereRadius should be of the form "GetEmissionSphereRadius ..." (golint)
    • Line 395: warning: comment on exported method CPUParticles.GetExplosivenessRatio should be of the form "GetExplosivenessRatio ..." (golint)
    • Line 418: warning: comment on exported method CPUParticles.GetFixedFps should be of the form "GetFixedFps ..." (golint)
    • Line 441: warning: comment on exported method CPUParticles.GetFlatness should be of the form "GetFlatness ..." (golint)
    • Line 464: warning: comment on exported method CPUParticles.GetFractionalDelta should be of the form "GetFractionalDelta ..." (golint)
    • Line 487: warning: comment on exported method CPUParticles.GetGravity should be of the form "GetGravity ..." (golint)
    • Line 510: warning: comment on exported method CPUParticles.GetLifetime should be of the form "GetLifetime ..." (golint)
    • Line 533: warning: comment on exported method CPUParticles.GetLifetimeRandomness should be of the form "GetLifetimeRandomness ..." (golint)
    • Line 556: warning: comment on exported method CPUParticles.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 593: warning: comment on exported method CPUParticles.GetOneShot should be of the form "GetOneShot ..." (golint)
    • Line 616: warning: comment on exported method CPUParticles.GetParam should be of the form "GetParam ..." (golint)
    • Line 640: warning: comment on exported method CPUParticles.GetParamCurve should be of the form "GetParamCurve ..." (golint)
    • Line 678: warning: comment on exported method CPUParticles.GetParamRandomness should be of the form "GetParamRandomness ..." (golint)
    • Line 702: warning: comment on exported method CPUParticles.GetParticleFlag should be of the form "GetParticleFlag ..." (golint)
    • Line 726: warning: comment on exported method CPUParticles.GetPreProcessTime should be of the form "GetPreProcessTime ..." (golint)
    • Line 749: warning: comment on exported method CPUParticles.GetRandomnessRatio should be of the form "GetRandomnessRatio ..." (golint)
    • Line 772: warning: comment on exported method CPUParticles.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 795: warning: comment on exported method CPUParticles.GetSpread should be of the form "GetSpread ..." (golint)
    • Line 818: warning: comment on exported method CPUParticles.GetUseLocalCoordinates should be of the form "GetUseLocalCoordinates ..." (golint)
    • Line 841: warning: comment on exported method CPUParticles.IsEmitting should be of the form "IsEmitting ..." (golint)
    • Line 864: warning: comment on exported method CPUParticles.Restart should be of the form "Restart ..." (golint)
    • Line 884: warning: comment on exported method CPUParticles.SetAmount should be of the form "SetAmount ..." (golint)
    • Line 905: warning: comment on exported method CPUParticles.SetColor should be of the form "SetColor ..." (golint)
    • Line 926: warning: comment on exported method CPUParticles.SetColorRamp should be of the form "SetColorRamp ..." (golint)
    • Line 947: warning: comment on exported method CPUParticles.SetDirection should be of the form "SetDirection ..." (golint)
    • Line 968: warning: comment on exported method CPUParticles.SetDrawOrder should be of the form "SetDrawOrder ..." (golint)
    • Line 989: warning: comment on exported method CPUParticles.SetEmissionBoxExtents should be of the form "SetEmissionBoxExtents ..." (golint)
    • Line 1010: warning: comment on exported method CPUParticles.SetEmissionColors should be of the form "SetEmissionColors ..." (golint)
    • Line 1031: warning: comment on exported method CPUParticles.SetEmissionNormals should be of the form "SetEmissionNormals ..." (golint)
    • Line 1052: warning: comment on exported method CPUParticles.SetEmissionPoints should be of the form "SetEmissionPoints ..." (golint)
    • Line 1073: warning: comment on exported method CPUParticles.SetEmissionShape should be of the form "SetEmissionShape ..." (golint)
    • Line 1094: warning: comment on exported method CPUParticles.SetEmissionSphereRadius should be of the form "SetEmissionSphereRadius ..." (golint)
    • Line 1115: warning: comment on exported method CPUParticles.SetEmitting should be of the form "SetEmitting ..." (golint)
    • Line 1136: warning: comment on exported method CPUParticles.SetExplosivenessRatio should be of the form "SetExplosivenessRatio ..." (golint)
    • Line 1157: warning: comment on exported method CPUParticles.SetFixedFps should be of the form "SetFixedFps ..." (golint)
    • Line 1178: warning: comment on exported method CPUParticles.SetFlatness should be of the form "SetFlatness ..." (golint)
    • Line 1199: warning: comment on exported method CPUParticles.SetFractionalDelta should be of the form "SetFractionalDelta ..." (golint)
    • Line 1220: warning: comment on exported method CPUParticles.SetGravity should be of the form "SetGravity ..." (golint)
    • Line 1241: warning: comment on exported method CPUParticles.SetLifetime should be of the form "SetLifetime ..." (golint)
    • Line 1262: warning: comment on exported method CPUParticles.SetLifetimeRandomness should be of the form "SetLifetimeRandomness ..." (golint)
    • Line 1283: warning: comment on exported method CPUParticles.SetMesh should be of the form "SetMesh ..." (golint)
    • Line 1304: warning: comment on exported method CPUParticles.SetOneShot should be of the form "SetOneShot ..." (golint)
    • Line 1325: warning: comment on exported method CPUParticles.SetParam should be of the form "SetParam ..." (golint)
    • Line 1347: warning: comment on exported method CPUParticles.SetParamCurve should be of the form "SetParamCurve ..." (golint)
    • Line 1369: warning: comment on exported method CPUParticles.SetParamRandomness should be of the form "SetParamRandomness ..." (golint)
    • Line 1391: warning: comment on exported method CPUParticles.SetParticleFlag should be of the form "SetParticleFlag ..." (golint)
    • Line 1413: warning: comment on exported method CPUParticles.SetPreProcessTime should be of the form "SetPreProcessTime ..." (golint)
    • Line 1434: warning: comment on exported method CPUParticles.SetRandomnessRatio should be of the form "SetRandomnessRatio ..." (golint)
    • Line 1455: warning: comment on exported method CPUParticles.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 1476: warning: comment on exported method CPUParticles.SetSpread should be of the form "SetSpread ..." (golint)
    • Line 1497: warning: comment on exported method CPUParticles.SetUseLocalCoordinates should be of the form "SetUseLocalCoordinates ..." (golint)
    • godot-go/godot/meshtexture.gen.go
    • Line 25: warning: comment on exported type MeshTexture should be of the form "MeshTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MeshTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MeshTexture.GetBaseTexture should be of the form "GetBaseTexture ..." (golint)
    • Line 74: warning: comment on exported method MeshTexture.GetImageSize should be of the form "GetImageSize ..." (golint)
    • Line 97: warning: comment on exported method MeshTexture.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 134: warning: comment on exported method MeshTexture.SetBaseTexture should be of the form "SetBaseTexture ..." (golint)
    • Line 155: warning: comment on exported method MeshTexture.SetImageSize should be of the form "SetImageSize ..." (golint)
    • Line 176: warning: comment on exported method MeshTexture.SetMesh should be of the form "SetMesh ..." (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 64: warning: comment on exported method VisualScriptFunctionState.ConnectToSignal should be of the form "ConnectToSignal ..." (golint)
    • Line 87: warning: comment on exported method VisualScriptFunctionState.IsValid should be of the form "IsValid ..." (golint)
    • Line 110: warning: comment on exported method VisualScriptFunctionState.Resume should be of the form "Resume ..." (golint)
    • godot-go/godot/visualshadernodefaceforward.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeFaceForward should be of the form "VisualShaderNodeFaceForward ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeFaceForward.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/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/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.GetPath should be of the form "GetPath ..." (golint)
    • Line 519: warning: comment on exported method File.GetPathAbsolute should be of the form "GetPathAbsolute ..." (golint)
    • Line 542: warning: comment on exported method File.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 565: warning: comment on exported method File.GetReal should be of the form "GetReal ..." (golint)
    • Line 588: warning: comment on exported method File.GetSha256 should be of the form "GetSha256 ..." (golint)
    • Line 612: warning: comment on exported method File.GetVar should be of the form "GetVar ..." (golint)
    • Line 636: warning: comment on exported method File.IsOpen should be of the form "IsOpen ..." (golint)
    • Line 659: warning: comment on exported method File.Open should be of the form "Open ..." (golint)
    • Line 684: warning: comment on exported method File.OpenCompressed should be of the form "OpenCompressed ..." (golint)
    • Line 710: warning: comment on exported method File.OpenEncrypted should be of the form "OpenEncrypted ..." (golint)
    • Line 736: warning: comment on exported method File.OpenEncryptedWithPass should be of the form "OpenEncryptedWithPass ..." (golint)
    • Line 762: warning: comment on exported method File.Seek should be of the form "Seek ..." (golint)
    • Line 783: warning: comment on exported method File.SeekEnd should be of the form "SeekEnd ..." (golint)
    • Line 804: warning: comment on exported method File.SetEndianSwap should be of the form "SetEndianSwap ..." (golint)
    • Line 825: warning: comment on exported method File.Store16 should be of the form "Store16 ..." (golint)
    • Line 846: warning: comment on exported method File.Store32 should be of the form "Store32 ..." (golint)
    • Line 867: warning: comment on exported method File.Store64 should be of the form "Store64 ..." (golint)
    • Line 888: warning: comment on exported method File.Store8 should be of the form "Store8 ..." (golint)
    • Line 909: warning: comment on exported method File.StoreBuffer should be of the form "StoreBuffer ..." (golint)
    • Line 930: warning: comment on exported method File.StoreCsvLine should be of the form "StoreCsvLine ..." (golint)
    • Line 952: warning: comment on exported method File.StoreDouble should be of the form "StoreDouble ..." (golint)
    • Line 973: warning: comment on exported method File.StoreFloat should be of the form "StoreFloat ..." (golint)
    • Line 994: warning: comment on exported method File.StoreLine should be of the form "StoreLine ..." (golint)
    • Line 1015: warning: comment on exported method File.StorePascalString should be of the form "StorePascalString ..." (golint)
    • Line 1036: warning: comment on exported method File.StoreReal should be of the form "StoreReal ..." (golint)
    • Line 1057: warning: comment on exported method File.StoreString should be of the form "StoreString ..." (golint)
    • Line 1078: warning: comment on exported method File.StoreVar should be of the form "StoreVar ..." (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/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/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/godot/animatedtexture.gen.go
    • Line 25: warning: comment on exported type AnimatedTexture should be of the form "AnimatedTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimatedTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimatedTexture.X_UpdateProxy should be of the form "X_UpdateProxy ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_UpdateProxy should be XUpdateProxy (golint)
    • Line 57: warning: comment on exported method AnimatedTexture.GetFps should be of the form "GetFps ..." (golint)
    • Line 80: warning: comment on exported method AnimatedTexture.GetFrameDelay should be of the form "GetFrameDelay ..." (golint)
    • Line 104: warning: comment on exported method AnimatedTexture.GetFrameTexture should be of the form "GetFrameTexture ..." (golint)
    • Line 142: warning: comment on exported method AnimatedTexture.GetFrames should be of the form "GetFrames ..." (golint)
    • Line 165: warning: comment on exported method AnimatedTexture.SetFps should be of the form "SetFps ..." (golint)
    • Line 186: warning: comment on exported method AnimatedTexture.SetFrameDelay should be of the form "SetFrameDelay ..." (golint)
    • Line 208: warning: comment on exported method AnimatedTexture.SetFrameTexture should be of the form "SetFrameTexture ..." (golint)
    • Line 230: warning: comment on exported method AnimatedTexture.SetFrames should be of the form "SetFrames ..." (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/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/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/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/visualshadernodegroupbase.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeGroupBase should be of the form "VisualShaderNodeGroupBase ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeGroupBase.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeGroupBase.AddInputPort should be of the form "AddInputPort ..." (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeGroupBase.AddOutputPort should be of the form "AddOutputPort ..." (golint)
    • Line 83: warning: comment on exported method VisualShaderNodeGroupBase.ClearInputPorts should be of the form "ClearInputPorts ..." (golint)
    • Line 103: warning: comment on exported method VisualShaderNodeGroupBase.ClearOutputPorts should be of the form "ClearOutputPorts ..." (golint)
    • Line 123: warning: comment on exported method VisualShaderNodeGroupBase.GetFreeInputPortId should be of the form "GetFreeInputPortId ..." (golint)
    • Line 146: warning: comment on exported method VisualShaderNodeGroupBase.GetFreeOutputPortId should be of the form "GetFreeOutputPortId ..." (golint)
    • Line 169: warning: comment on exported method VisualShaderNodeGroupBase.GetInputPortCount should be of the form "GetInputPortCount ..." (golint)
    • Line 192: warning: comment on exported method VisualShaderNodeGroupBase.GetInputs should be of the form "GetInputs ..." (golint)
    • Line 215: warning: comment on exported method VisualShaderNodeGroupBase.GetOutputPortCount should be of the form "GetOutputPortCount ..." (golint)
    • Line 238: warning: comment on exported method VisualShaderNodeGroupBase.GetOutputs should be of the form "GetOutputs ..." (golint)
    • Line 261: warning: comment on exported method VisualShaderNodeGroupBase.GetSize should be of the form "GetSize ..." (golint)
    • Line 284: warning: comment on exported method VisualShaderNodeGroupBase.HasInputPort should be of the form "HasInputPort ..." (golint)
    • Line 308: warning: comment on exported method VisualShaderNodeGroupBase.HasOutputPort should be of the form "HasOutputPort ..." (golint)
    • Line 332: warning: comment on exported method VisualShaderNodeGroupBase.IsValidPortName should be of the form "IsValidPortName ..." (golint)
    • Line 356: warning: comment on exported method VisualShaderNodeGroupBase.RemoveInputPort should be of the form "RemoveInputPort ..." (golint)
    • Line 377: warning: comment on exported method VisualShaderNodeGroupBase.RemoveOutputPort should be of the form "RemoveOutputPort ..." (golint)
    • Line 398: warning: comment on exported method VisualShaderNodeGroupBase.SetInputPortName should be of the form "SetInputPortName ..." (golint)
    • Line 420: warning: comment on exported method VisualShaderNodeGroupBase.SetInputPortType should be of the form "SetInputPortType ..." (golint)
    • Line 442: warning: comment on exported method VisualShaderNodeGroupBase.SetInputs should be of the form "SetInputs ..." (golint)
    • Line 463: warning: comment on exported method VisualShaderNodeGroupBase.SetOutputPortName should be of the form "SetOutputPortName ..." (golint)
    • Line 485: warning: comment on exported method VisualShaderNodeGroupBase.SetOutputPortType should be of the form "SetOutputPortType ..." (golint)
    • Line 507: warning: comment on exported method VisualShaderNodeGroupBase.SetOutputs should be of the form "SetOutputs ..." (golint)
    • Line 528: warning: comment on exported method VisualShaderNodeGroupBase.SetSize should be of the form "SetSize ..." (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/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/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 332: warning: comment on exported method Timer.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/visualshadernodescalarfunc.gen.go
    • Line 20: warning: exported const VisualShaderNodeScalarFuncFuncAbs should have comment (or a comment on this block) or be unexported (golint)
    • Line 63: warning: comment on exported type VisualShaderNodeScalarFunc should be of the form "VisualShaderNodeScalarFunc ..." (with optional leading article) (golint)
    • Line 71: warning: exported method VisualShaderNodeScalarFunc.BaseClass should have comment or be unexported (golint)
    • Line 75: warning: comment on exported method VisualShaderNodeScalarFunc.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 98: warning: comment on exported method VisualShaderNodeScalarFunc.SetFunction should be of the form "SetFunction ..." (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/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.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 76: warning: comment on exported method InstancePlaceholder.GetInstancePath should be of the form "GetInstancePath ..." (golint)
    • Line 99: warning: comment on exported method InstancePlaceholder.GetStoredValues should be of the form "GetStoredValues ..." (golint)
    • Line 123: warning: comment on exported method InstancePlaceholder.ReplaceByInstance should be of the form "ReplaceByInstance ..." (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.GetCustomAabb should be of the form "GetCustomAabb ..." (golint)
    • Line 80: warning: comment on exported method PrimitiveMesh.GetFlipFaces should be of the form "GetFlipFaces ..." (golint)
    • Line 103: warning: comment on exported method PrimitiveMesh.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 140: warning: comment on exported method PrimitiveMesh.GetMeshArrays should be of the form "GetMeshArrays ..." (golint)
    • Line 163: warning: comment on exported method PrimitiveMesh.SetCustomAabb should be of the form "SetCustomAabb ..." (golint)
    • Line 184: warning: comment on exported method PrimitiveMesh.SetFlipFaces should be of the form "SetFlipFaces ..." (golint)
    • Line 205: warning: comment on exported method PrimitiveMesh.SetMaterial should be of the form "SetMaterial ..." (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/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/visualshadernodevectorfunc.gen.go
    • Line 20: warning: exported const VisualShaderNodeVectorFuncFuncAbs should have comment (or a comment on this block) or be unexported (golint)
    • Line 66: warning: comment on exported type VisualShaderNodeVectorFunc should be of the form "VisualShaderNodeVectorFunc ..." (with optional leading article) (golint)
    • Line 74: warning: exported method VisualShaderNodeVectorFunc.BaseClass should have comment or be unexported (golint)
    • Line 78: warning: comment on exported method VisualShaderNodeVectorFunc.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 101: warning: comment on exported method VisualShaderNodeVectorFunc.SetFunction should be of the form "SetFunction ..." (golint)
    • godot-go/godot/animationnodeoneshot.gen.go
    • Line 20: warning: exported const AnimationNodeOneShotMixModeAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type AnimationNodeOneShot should be of the form "AnimationNodeOneShot ..." (with optional leading article) (golint)
    • Line 41: warning: exported method AnimationNodeOneShot.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method AnimationNodeOneShot.GetAutorestartDelay should be of the form "GetAutorestartDelay ..." (golint)
    • Line 68: warning: comment on exported method AnimationNodeOneShot.GetAutorestartRandomDelay should be of the form "GetAutorestartRandomDelay ..." (golint)
    • Line 91: warning: comment on exported method AnimationNodeOneShot.GetFadeinTime should be of the form "GetFadeinTime ..." (golint)
    • Line 114: warning: comment on exported method AnimationNodeOneShot.GetFadeoutTime should be of the form "GetFadeoutTime ..." (golint)
    • Line 137: warning: comment on exported method AnimationNodeOneShot.GetMixMode should be of the form "GetMixMode ..." (golint)
    • Line 160: warning: comment on exported method AnimationNodeOneShot.HasAutorestart should be of the form "HasAutorestart ..." (golint)
    • Line 183: warning: comment on exported method AnimationNodeOneShot.IsUsingSync should be of the form "IsUsingSync ..." (golint)
    • Line 206: warning: comment on exported method AnimationNodeOneShot.SetAutorestart should be of the form "SetAutorestart ..." (golint)
    • Line 227: warning: comment on exported method AnimationNodeOneShot.SetAutorestartDelay should be of the form "SetAutorestartDelay ..." (golint)
    • Line 248: warning: comment on exported method AnimationNodeOneShot.SetAutorestartRandomDelay should be of the form "SetAutorestartRandomDelay ..." (golint)
    • Line 269: warning: comment on exported method AnimationNodeOneShot.SetFadeinTime should be of the form "SetFadeinTime ..." (golint)
    • Line 290: warning: comment on exported method AnimationNodeOneShot.SetFadeoutTime should be of the form "SetFadeoutTime ..." (golint)
    • Line 311: warning: comment on exported method AnimationNodeOneShot.SetMixMode should be of the form "SetMixMode ..." (golint)
    • Line 332: warning: comment on exported method AnimationNodeOneShot.SetUseSync should be of the form "SetUseSync ..." (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.GetFavorites should be of the form "GetFavorites ..." (golint)
    • Line 102: warning: comment on exported method EditorSettings.GetProjectMetadata should be of the form "GetProjectMetadata ..." (golint)
    • Line 128: warning: comment on exported method EditorSettings.GetProjectSettingsDir should be of the form "GetProjectSettingsDir ..." (golint)
    • Line 151: warning: comment on exported method EditorSettings.GetRecentDirs should be of the form "GetRecentDirs ..." (golint)
    • Line 174: warning: comment on exported method EditorSettings.GetSetting should be of the form "GetSetting ..." (golint)
    • Line 198: warning: comment on exported method EditorSettings.GetSettingsDir should be of the form "GetSettingsDir ..." (golint)
    • Line 221: warning: comment on exported method EditorSettings.HasSetting should be of the form "HasSetting ..." (golint)
    • Line 245: warning: comment on exported method EditorSettings.PropertyCanRevert should be of the form "PropertyCanRevert ..." (golint)
    • Line 269: warning: comment on exported method EditorSettings.PropertyGetRevert should be of the form "PropertyGetRevert ..." (golint)
    • Line 293: warning: comment on exported method EditorSettings.SetFavorites should be of the form "SetFavorites ..." (golint)
    • Line 314: warning: comment on exported method EditorSettings.SetInitialValue should be of the form "SetInitialValue ..." (golint)
    • Line 337: warning: comment on exported method EditorSettings.SetProjectMetadata should be of the form "SetProjectMetadata ..." (golint)
    • Line 360: warning: comment on exported method EditorSettings.SetRecentDirs should be of the form "SetRecentDirs ..." (golint)
    • Line 381: warning: comment on exported method EditorSettings.SetSetting should be of the form "SetSetting ..." (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/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/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/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 139: warning: comment on exported method Physics2DDirectSpaceState.IntersectPointOnCanvas should be of the form "IntersectPointOnCanvas ..." (golint)
    • Line 169: warning: comment on exported method Physics2DDirectSpaceState.IntersectRay should be of the form "IntersectRay ..." (golint)
    • Line 198: warning: comment on exported method Physics2DDirectSpaceState.IntersectShape should be of the form "IntersectShape ..." (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/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.X_ReloadPhysicsCharacteristics should be of the form "X_ReloadPhysicsCharacteristics ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ReloadPhysicsCharacteristics should be XReloadPhysicsCharacteristics (golint)
    • Line 57: warning: comment on exported method StaticBody.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 80: warning: comment on exported method StaticBody.GetConstantAngularVelocity should be of the form "GetConstantAngularVelocity ..." (golint)
    • Line 103: warning: comment on exported method StaticBody.GetConstantLinearVelocity should be of the form "GetConstantLinearVelocity ..." (golint)
    • Line 126: warning: comment on exported method StaticBody.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 149: warning: comment on exported method StaticBody.GetPhysicsMaterialOverride should be of the form "GetPhysicsMaterialOverride ..." (golint)
    • Line 186: warning: comment on exported method StaticBody.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 207: warning: comment on exported method StaticBody.SetConstantAngularVelocity should be of the form "SetConstantAngularVelocity ..." (golint)
    • Line 228: warning: comment on exported method StaticBody.SetConstantLinearVelocity should be of the form "SetConstantLinearVelocity ..." (golint)
    • Line 249: warning: comment on exported method StaticBody.SetFriction should be of the form "SetFriction ..." (golint)
    • Line 270: warning: comment on exported method StaticBody.SetPhysicsMaterialOverride should be of the form "SetPhysicsMaterialOverride ..." (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/visualshadernodevectorscalarstep.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorScalarStep should be of the form "VisualShaderNodeVectorScalarStep ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorScalarStep.BaseClass should have comment or be unexported (golint)
    • godot-go/gdnative/net.gen.go
    • Line 63: warning: exported type NetStreamPeer should have comment or be unexported (golint)
    • Line 94: warning: exported type NetPacketPeer should have comment or be unexported (golint)
    • Line 125: warning: exported type NetMultiplayerPeer should have comment or be unexported (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/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/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.Accumulate should be of the form "Accumulate ..." (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.GetActionStrength should be of the form "GetActionStrength ..." (golint)
    • Line 108: warning: comment on exported method InputEvent.GetDevice should be of the form "GetDevice ..." (golint)
    • Line 131: warning: comment on exported method InputEvent.IsAction should be of the form "IsAction ..." (golint)
    • Line 155: warning: comment on exported method InputEvent.IsActionPressed should be of the form "IsActionPressed ..." (golint)
    • Line 180: warning: comment on exported method InputEvent.IsActionReleased should be of the form "IsActionReleased ..." (golint)
    • Line 204: warning: comment on exported method InputEvent.IsActionType should be of the form "IsActionType ..." (golint)
    • Line 227: warning: comment on exported method InputEvent.IsEcho should be of the form "IsEcho ..." (golint)
    • Line 250: warning: comment on exported method InputEvent.IsPressed should be of the form "IsPressed ..." (golint)
    • Line 273: warning: comment on exported method InputEvent.SetDevice should be of the form "SetDevice ..." (golint)
    • Line 294: warning: comment on exported method InputEvent.ShortcutMatch should be of the form "ShortcutMatch ..." (golint)
    • Line 318: warning: comment on exported method InputEvent.XformedBy should be of the form "XformedBy ..." (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/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/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/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 171: warning: comment on exported var Physics2DServer should be of the form "Physics2DServer ..." (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_FavoritePressed should be of the form "X_FavoritePressed ..." (golint)
    • Line 170: warning: don't use underscores in Go names; method X_FavoritePressed should be XFavoritePressed (golint)
    • Line 186: warning: comment on exported method EditorFileDialog.X_FavoriteSelected should be of the form "X_FavoriteSelected ..." (golint)
    • Line 190: warning: don't use underscores in Go names; method X_FavoriteSelected should be XFavoriteSelected (golint)
    • Line 207: warning: comment on exported method EditorFileDialog.X_FileEntered should be of the form "X_FileEntered ..." (golint)
    • Line 211: warning: don't use underscores in Go names; method X_FileEntered should be XFileEntered (golint)
    • Line 228: warning: comment on exported method EditorFileDialog.X_FilterSelected should be of the form "X_FilterSelected ..." (golint)
    • Line 232: warning: don't use underscores in Go names; method X_FilterSelected should be XFilterSelected (golint)
    • Line 249: warning: comment on exported method EditorFileDialog.X_GoBack should be of the form "X_GoBack ..." (golint)
    • Line 253: warning: don't use underscores in Go names; method X_GoBack should be XGoBack (golint)
    • Line 269: warning: comment on exported method EditorFileDialog.X_GoForward should be of the form "X_GoForward ..." (golint)
    • Line 273: warning: don't use underscores in Go names; method X_GoForward should be XGoForward (golint)
    • Line 289: warning: comment on exported method EditorFileDialog.X_GoUp should be of the form "X_GoUp ..." (golint)
    • Line 293: warning: don't use underscores in Go names; method X_GoUp should be XGoUp (golint)
    • Line 309: warning: comment on exported method EditorFileDialog.X_ItemDbSelected should be of the form "X_ItemDbSelected ..." (golint)
    • Line 313: warning: don't use underscores in Go names; method X_ItemDbSelected should be XItemDbSelected (golint)
    • Line 330: warning: comment on exported method EditorFileDialog.X_ItemListItemRmbSelected should be of the form "X_ItemListItemRmbSelected ..." (golint)
    • Line 334: warning: don't use underscores in Go names; method X_ItemListItemRmbSelected should be XItemListItemRmbSelected (golint)
    • Line 352: warning: comment on exported method EditorFileDialog.X_ItemListRmbClicked should be of the form "X_ItemListRmbClicked ..." (golint)
    • Line 356: warning: don't use underscores in Go names; method X_ItemListRmbClicked should be XItemListRmbClicked (golint)
    • Line 373: warning: comment on exported method EditorFileDialog.X_ItemMenuIdPressed should be of the form "X_ItemMenuIdPressed ..." (golint)
    • Line 377: warning: don't use underscores in Go names; method X_ItemMenuIdPressed should be XItemMenuIDPressed (golint)
    • Line 394: warning: comment on exported method EditorFileDialog.X_ItemSelected should be of the form "X_ItemSelected ..." (golint)
    • Line 398: warning: don't use underscores in Go names; method X_ItemSelected should be XItemSelected (golint)
    • Line 415: warning: comment on exported method EditorFileDialog.X_ItemsClearSelection should be of the form "X_ItemsClearSelection ..." (golint)
    • Line 419: warning: don't use underscores in Go names; method X_ItemsClearSelection should be XItemsClearSelection (golint)
    • Line 435: warning: comment on exported method EditorFileDialog.X_MakeDir should be of the form "X_MakeDir ..." (golint)
    • Line 439: warning: don't use underscores in Go names; method X_MakeDir should be XMakeDir (golint)
    • Line 455: warning: comment on exported method EditorFileDialog.X_MakeDirConfirm should be of the form "X_MakeDirConfirm ..." (golint)
    • Line 459: warning: don't use underscores in Go names; method X_MakeDirConfirm should be XMakeDirConfirm (golint)
    • Line 475: warning: comment on exported method EditorFileDialog.X_MultiSelected should be of the form "X_MultiSelected ..." (golint)
    • Line 479: warning: don't use underscores in Go names; method X_MultiSelected should be XMultiSelected (golint)
    • Line 497: warning: comment on exported method EditorFileDialog.X_RecentSelected should be of the form "X_RecentSelected ..." (golint)
    • Line 501: warning: don't use underscores in Go names; method X_RecentSelected should be XRecentSelected (golint)
    • Line 518: warning: comment on exported method EditorFileDialog.X_SaveConfirmPressed should be of the form "X_SaveConfirmPressed ..." (golint)
    • Line 522: warning: don't use underscores in Go names; method X_SaveConfirmPressed should be XSaveConfirmPressed (golint)
    • Line 538: warning: comment on exported method EditorFileDialog.X_SelectDrive should be of the form "X_SelectDrive ..." (golint)
    • Line 542: warning: don't use underscores in Go names; method X_SelectDrive should be XSelectDrive (golint)
    • Line 559: warning: comment on exported method EditorFileDialog.X_ThumbnailDone should be of the form "X_ThumbnailDone ..." (golint)
    • Line 563: 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 607: warning: comment on exported method EditorFileDialog.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 611: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 628: warning: comment on exported method EditorFileDialog.X_UpdateDir should be of the form "X_UpdateDir ..." (golint)
    • Line 632: warning: don't use underscores in Go names; method X_UpdateDir should be XUpdateDir (golint)
    • Line 648: warning: comment on exported method EditorFileDialog.X_UpdateFileList should be of the form "X_UpdateFileList ..." (golint)
    • Line 652: warning: don't use underscores in Go names; method X_UpdateFileList should be XUpdateFileList (golint)
    • Line 668: warning: comment on exported method EditorFileDialog.X_UpdateFileName should be of the form "X_UpdateFileName ..." (golint)
    • Line 672: warning: don't use underscores in Go names; method X_UpdateFileName should be XUpdateFileName (golint)
    • Line 688: warning: comment on exported method EditorFileDialog.AddFilter should be of the form "AddFilter ..." (golint)
    • Line 709: warning: comment on exported method EditorFileDialog.ClearFilters should be of the form "ClearFilters ..." (golint)
    • Line 729: warning: comment on exported method EditorFileDialog.GetAccess should be of the form "GetAccess ..." (golint)
    • Line 752: warning: comment on exported method EditorFileDialog.GetCurrentDir should be of the form "GetCurrentDir ..." (golint)
    • Line 775: warning: comment on exported method EditorFileDialog.GetCurrentFile should be of the form "GetCurrentFile ..." (golint)
    • Line 798: warning: comment on exported method EditorFileDialog.GetCurrentPath should be of the form "GetCurrentPath ..." (golint)
    • Line 821: warning: comment on exported method EditorFileDialog.GetDisplayMode should be of the form "GetDisplayMode ..." (golint)
    • Line 844: warning: comment on exported method EditorFileDialog.GetMode should be of the form "GetMode ..." (golint)
    • Line 867: warning: comment on exported method EditorFileDialog.GetVbox should be of the form "GetVbox ..." (golint)
    • Line 904: warning: comment on exported method EditorFileDialog.Invalidate should be of the form "Invalidate ..." (golint)
    • Line 924: warning: comment on exported method EditorFileDialog.IsOverwriteWarningDisabled should be of the form "IsOverwriteWarningDisabled ..." (golint)
    • Line 947: warning: comment on exported method EditorFileDialog.IsShowingHiddenFiles should be of the form "IsShowingHiddenFiles ..." (golint)
    • Line 970: warning: comment on exported method EditorFileDialog.SetAccess should be of the form "SetAccess ..." (golint)
    • Line 991: warning: comment on exported method EditorFileDialog.SetCurrentDir should be of the form "SetCurrentDir ..." (golint)
    • Line 1012: warning: comment on exported method EditorFileDialog.SetCurrentFile should be of the form "SetCurrentFile ..." (golint)
    • Line 1033: warning: comment on exported method EditorFileDialog.SetCurrentPath should be of the form "SetCurrentPath ..." (golint)
    • Line 1054: warning: comment on exported method EditorFileDialog.SetDisableOverwriteWarning should be of the form "SetDisableOverwriteWarning ..." (golint)
    • Line 1075: warning: comment on exported method EditorFileDialog.SetDisplayMode should be of the form "SetDisplayMode ..." (golint)
    • Line 1096: warning: comment on exported method EditorFileDialog.SetMode should be of the form "SetMode ..." (golint)
    • Line 1117: warning: comment on exported method EditorFileDialog.SetShowHiddenFiles should be of the form "SetShowHiddenFiles ..." (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)
    • Line 37: warning: comment on exported method Position2D.X_GetGizmoExtents should be of the form "X_GetGizmoExtents ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetGizmoExtents should be XGetGizmoExtents (golint)
    • Line 60: warning: comment on exported method Position2D.X_SetGizmoExtents should be of the form "X_SetGizmoExtents ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetGizmoExtents should be XSetGizmoExtents (golint)
    • godot-go/godot/visualshadernodescalarclamp.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeScalarClamp should be of the form "VisualShaderNodeScalarClamp ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeScalarClamp.BaseClass should have comment or be unexported (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/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 206: warning: comment on exported method ImageTexture.SetData should be of the form "SetData ..." (golint)
    • Line 227: warning: comment on exported method ImageTexture.SetLossyStorageQuality should be of the form "SetLossyStorageQuality ..." (golint)
    • Line 248: warning: comment on exported method ImageTexture.SetSizeOverride should be of the form "SetSizeOverride ..." (golint)
    • Line 269: warning: comment on exported method ImageTexture.SetStorage should be of the form "SetStorage ..." (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/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/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/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/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/expression.gen.go
    • Line 25: warning: comment on exported type Expression should be of the form "Expression ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Expression.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Expression.Execute should be of the form "Execute ..." (golint)
    • Line 63: warning: comment on exported method Expression.GetErrorText should be of the form "GetErrorText ..." (golint)
    • Line 86: warning: comment on exported method Expression.HasExecuteFailed should be of the form "HasExecuteFailed ..." (golint)
    • Line 109: warning: comment on exported method Expression.Parse should be of the form "Parse ..." (golint)
    • godot-go/godot/animationnodeoutput.gen.go
    • Line 25: warning: comment on exported type AnimationNodeOutput should be of the form "AnimationNodeOutput ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeOutput.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/audiostreamplaybackresampled.gen.go
    • Line 25: warning: comment on exported type AudioStreamPlaybackResampled should be of the form "AudioStreamPlaybackResampled ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioStreamPlaybackResampled.BaseClass should have comment or be unexported (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 AudioStreamSampleLoopBackward should have comment (or a comment on this block) or be unexported (golint)
    • Line 52: warning: exported method AudioStreamSample.BaseClass should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method AudioStreamSample.GetData should be of the form "GetData ..." (golint)
    • Line 79: warning: comment on exported method AudioStreamSample.GetFormat should be of the form "GetFormat ..." (golint)
    • Line 102: warning: comment on exported method AudioStreamSample.GetLoopBegin should be of the form "GetLoopBegin ..." (golint)
    • Line 125: warning: comment on exported method AudioStreamSample.GetLoopEnd should be of the form "GetLoopEnd ..." (golint)
    • Line 148: warning: comment on exported method AudioStreamSample.GetLoopMode should be of the form "GetLoopMode ..." (golint)
    • Line 171: warning: comment on exported method AudioStreamSample.GetMixRate should be of the form "GetMixRate ..." (golint)
    • Line 194: warning: comment on exported method AudioStreamSample.IsStereo should be of the form "IsStereo ..." (golint)
    • Line 217: warning: comment on exported method AudioStreamSample.SaveToWav should be of the form "SaveToWav ..." (golint)
    • Line 241: warning: comment on exported method AudioStreamSample.SetData should be of the form "SetData ..." (golint)
    • Line 262: warning: comment on exported method AudioStreamSample.SetFormat should be of the form "SetFormat ..." (golint)
    • Line 283: warning: comment on exported method AudioStreamSample.SetLoopBegin should be of the form "SetLoopBegin ..." (golint)
    • Line 304: warning: comment on exported method AudioStreamSample.SetLoopEnd should be of the form "SetLoopEnd ..." (golint)
    • Line 325: warning: comment on exported method AudioStreamSample.SetLoopMode should be of the form "SetLoopMode ..." (golint)
    • Line 346: warning: comment on exported method AudioStreamSample.SetMixRate should be of the form "SetMixRate ..." (golint)
    • Line 367: warning: comment on exported method AudioStreamSample.SetStereo should be of the form "SetStereo ..." (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.GetZoomHbox should be of the form "GetZoomHbox ..." (golint)
    • Line 567: warning: comment on exported method GraphEdit.IsNodeConnected should be of the form "IsNodeConnected ..." (golint)
    • Line 594: warning: comment on exported method GraphEdit.IsRightDisconnectsEnabled should be of the form "IsRightDisconnectsEnabled ..." (golint)
    • Line 617: warning: comment on exported method GraphEdit.IsUsingSnap should be of the form "IsUsingSnap ..." (golint)
    • Line 640: warning: comment on exported method GraphEdit.IsValidConnectionType should be of the form "IsValidConnectionType ..." (golint)
    • Line 665: warning: comment on exported method GraphEdit.RemoveValidConnectionType should be of the form "RemoveValidConnectionType ..." (golint)
    • Line 687: warning: comment on exported method GraphEdit.RemoveValidLeftDisconnectType should be of the form "RemoveValidLeftDisconnectType ..." (golint)
    • Line 708: warning: comment on exported method GraphEdit.RemoveValidRightDisconnectType should be of the form "RemoveValidRightDisconnectType ..." (golint)
    • Line 729: warning: comment on exported method GraphEdit.SetConnectionActivity should be of the form "SetConnectionActivity ..." (golint)
    • Line 754: warning: comment on exported method GraphEdit.SetRightDisconnects should be of the form "SetRightDisconnects ..." (golint)
    • Line 775: warning: comment on exported method GraphEdit.SetScrollOfs should be of the form "SetScrollOfs ..." (golint)
    • Line 796: warning: comment on exported method GraphEdit.SetSelected should be of the form "SetSelected ..." (golint)
    • Line 817: warning: comment on exported method GraphEdit.SetSnap should be of the form "SetSnap ..." (golint)
    • Line 838: warning: comment on exported method GraphEdit.SetUseSnap should be of the form "SetUseSnap ..." (golint)
    • Line 859: warning: comment on exported method GraphEdit.SetZoom should be of the form "SetZoom ..." (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/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.GetOutlineColor should be of the form "GetOutlineColor ..." (golint)
    • Line 189: warning: comment on exported method DynamicFont.GetOutlineSize should be of the form "GetOutlineSize ..." (golint)
    • Line 212: warning: comment on exported method DynamicFont.GetSize should be of the form "GetSize ..." (golint)
    • Line 235: warning: comment on exported method DynamicFont.GetSpacing should be of the form "GetSpacing ..." (golint)
    • Line 259: warning: comment on exported method DynamicFont.GetUseFilter should be of the form "GetUseFilter ..." (golint)
    • Line 282: warning: comment on exported method DynamicFont.GetUseMipmaps should be of the form "GetUseMipmaps ..." (golint)
    • Line 305: warning: comment on exported method DynamicFont.RemoveFallback should be of the form "RemoveFallback ..." (golint)
    • Line 326: warning: comment on exported method DynamicFont.SetFallback should be of the form "SetFallback ..." (golint)
    • Line 348: warning: comment on exported method DynamicFont.SetFontData should be of the form "SetFontData ..." (golint)
    • Line 369: warning: comment on exported method DynamicFont.SetOutlineColor should be of the form "SetOutlineColor ..." (golint)
    • Line 390: warning: comment on exported method DynamicFont.SetOutlineSize should be of the form "SetOutlineSize ..." (golint)
    • Line 411: warning: comment on exported method DynamicFont.SetSize should be of the form "SetSize ..." (golint)
    • Line 432: warning: comment on exported method DynamicFont.SetSpacing should be of the form "SetSpacing ..." (golint)
    • Line 454: warning: comment on exported method DynamicFont.SetUseFilter should be of the form "SetUseFilter ..." (golint)
    • Line 475: warning: comment on exported method DynamicFont.SetUseMipmaps should be of the form "SetUseMipmaps ..." (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 35: warning: comment on exported type Object should be of the form "Object ..." (with optional leading article) (golint)
    • Line 42: warning: exported method Object.BaseClass should have comment or be unexported (golint)
    • Line 52: warning: exported method Object.GetBaseObject should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method Object.X_Get should be of the form "X_Get ..." (golint)
    • Line 60: warning: don't use underscores in Go names; method X_Get should be XGet (golint)
    • Line 80: warning: comment on exported method Object.X_GetPropertyList should be of the form "X_GetPropertyList ..." (golint)
    • Line 84: warning: don't use underscores in Go names; method X_GetPropertyList should be XGetPropertyList (golint)
    • Line 103: warning: comment on exported method Object.X_Init should be of the form "X_Init ..." (golint)
    • Line 107: warning: don't use underscores in Go names; method X_Init should be XInit (golint)
    • Line 123: warning: comment on exported method Object.X_Notification should be of the form "X_Notification ..." (golint)
    • Line 127: warning: don't use underscores in Go names; method X_Notification should be XNotification (golint)
    • Line 144: warning: comment on exported method Object.X_Set should be of the form "X_Set ..." (golint)
    • Line 148: warning: don't use underscores in Go names; method X_Set should be XSet (golint)
    • Line 169: warning: comment on exported method Object.X_ToString should be of the form "X_ToString ..." (golint)
    • Line 173: warning: don't use underscores in Go names; method X_ToString should be XToString (golint)
    • Line 192: warning: comment on exported method Object.AddUserSignal should be of the form "AddUserSignal ..." (golint)
    • Line 214: warning: comment on exported method Object.Call should be of the form "Call ..." (golint)
    • Line 242: warning: comment on exported method Object.CallDeferred should be of the form "CallDeferred ..." (golint)
    • Line 267: warning: comment on exported method Object.Callv should be of the form "Callv ..." (golint)
    • Line 292: warning: comment on exported method Object.CanTranslateMessages should be of the form "CanTranslateMessages ..." (golint)
    • Line 315: warning: comment on exported method Object.Connect should be of the form "Connect ..." (golint)
    • Line 343: warning: comment on exported method Object.Disconnect should be of the form "Disconnect ..." (golint)
    • Line 366: warning: comment on exported method Object.EmitSignal should be of the form "EmitSignal ..." (golint)
    • Line 391: warning: comment on exported method Object.Free should be of the form "Free ..." (golint)
    • Line 411: warning: comment on exported method Object.Get should be of the form "Get ..." (golint)
    • Line 435: warning: comment on exported method Object.GetClass should be of the form "GetClass ..." (golint)
    • Line 458: warning: comment on exported method Object.GetIncomingConnections should be of the form "GetIncomingConnections ..." (golint)
    • Line 481: warning: comment on exported method Object.GetIndexed should be of the form "GetIndexed ..." (golint)
    • Line 505: warning: comment on exported method Object.GetInstanceId should be of the form "GetInstanceId ..." (golint)
    • Line 528: warning: comment on exported method Object.GetMeta should be of the form "GetMeta ..." (golint)
    • Line 552: warning: comment on exported method Object.GetMetaList should be of the form "GetMetaList ..." (golint)
    • Line 575: warning: comment on exported method Object.GetMethodList should be of the form "GetMethodList ..." (golint)
    • Line 598: warning: comment on exported method Object.GetPropertyList should be of the form "GetPropertyList ..." (golint)
    • Line 621: warning: comment on exported method Object.GetScript should be of the form "GetScript ..." (golint)
    • Line 658: warning: comment on exported method Object.GetSignalConnectionList should be of the form "GetSignalConnectionList ..." (golint)
    • Line 682: warning: comment on exported method Object.GetSignalList should be of the form "GetSignalList ..." (golint)
    • Line 705: warning: comment on exported method Object.HasMeta should be of the form "HasMeta ..." (golint)
    • Line 729: warning: comment on exported method Object.HasMethod should be of the form "HasMethod ..." (golint)
    • Line 753: warning: comment on exported method Object.HasUserSignal should be of the form "HasUserSignal ..." (golint)
    • Line 777: warning: comment on exported method Object.IsBlockingSignals should be of the form "IsBlockingSignals ..." (golint)
    • Line 800: warning: comment on exported method Object.IsClass should be of the form "IsClass ..." (golint)
    • Line 824: warning: comment on exported method Object.IsConnected should be of the form "IsConnected ..." (golint)
    • Line 850: warning: comment on exported method Object.IsQueuedForDeletion should be of the form "IsQueuedForDeletion ..." (golint)
    • Line 873: warning: comment on exported method Object.Notification should be of the form "Notification ..." (golint)
    • Line 895: warning: comment on exported method Object.PropertyListChangedNotify should be of the form "PropertyListChangedNotify ..." (golint)
    • Line 915: warning: comment on exported method Object.RemoveMeta should be of the form "RemoveMeta ..." (golint)
    • Line 936: warning: comment on exported method Object.Set should be of the form "Set ..." (golint)
    • Line 958: warning: comment on exported method Object.SetBlockSignals should be of the form "SetBlockSignals ..." (golint)
    • Line 979: warning: comment on exported method Object.SetDeferred should be of the form "SetDeferred ..." (golint)
    • Line 1001: warning: comment on exported method Object.SetIndexed should be of the form "SetIndexed ..." (golint)
    • Line 1023: warning: comment on exported method Object.SetMessageTranslation should be of the form "SetMessageTranslation ..." (golint)
    • Line 1044: warning: comment on exported method Object.SetMeta should be of the form "SetMeta ..." (golint)
    • Line 1066: warning: comment on exported method Object.SetScript should be of the form "SetScript ..." (golint)
    • Line 1087: warning: comment on exported method Object.ToString should be of the form "ToString ..." (golint)
    • Line 1110: warning: comment on exported method Object.Tr should be of the form "Tr ..." (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/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/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 63: warning: comment on exported method EditorResourcePreview.AddPreviewGenerator should be of the form "AddPreviewGenerator ..." (golint)
    • Line 84: warning: comment on exported method EditorResourcePreview.CheckForInvalidation should be of the form "CheckForInvalidation ..." (golint)
    • Line 105: warning: comment on exported method EditorResourcePreview.QueueEditedResourcePreview should be of the form "QueueEditedResourcePreview ..." (golint)
    • Line 129: warning: comment on exported method EditorResourcePreview.QueueResourcePreview should be of the form "QueueResourcePreview ..." (golint)
    • Line 153: warning: comment on exported method EditorResourcePreview.RemovePreviewGenerator should be of the form "RemovePreviewGenerator ..." (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.GetAabb should be of the form "GetAabb ..." (golint)
    • Line 274: warning: comment on exported method Mesh.GetFaces should be of the form "GetFaces ..." (golint)
    • Line 297: warning: comment on exported method Mesh.GetLightmapSizeHint should be of the form "GetLightmapSizeHint ..." (golint)
    • Line 320: warning: comment on exported method Mesh.GetSurfaceCount should be of the form "GetSurfaceCount ..." (golint)
    • Line 343: warning: comment on exported method Mesh.SetLightmapSizeHint should be of the form "SetLightmapSizeHint ..." (golint)
    • Line 364: warning: comment on exported method Mesh.SurfaceGetArrays should be of the form "SurfaceGetArrays ..." (golint)
    • Line 388: warning: comment on exported method Mesh.SurfaceGetBlendShapeArrays should be of the form "SurfaceGetBlendShapeArrays ..." (golint)
    • Line 412: warning: comment on exported method Mesh.SurfaceGetMaterial should be of the form "SurfaceGetMaterial ..." (golint)
    • Line 450: warning: comment on exported method Mesh.SurfaceSetMaterial should be of the form "SurfaceSetMaterial ..." (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.GetShadowOffset should be of the form "GetShadowOffset ..." (golint)
    • Line 293: warning: comment on exported method StyleBoxFlat.GetShadowSize should be of the form "GetShadowSize ..." (golint)
    • Line 316: warning: comment on exported method StyleBoxFlat.IsAntiAliased should be of the form "IsAntiAliased ..." (golint)
    • Line 339: warning: comment on exported method StyleBoxFlat.IsDrawCenterEnabled should be of the form "IsDrawCenterEnabled ..." (golint)
    • Line 362: warning: comment on exported method StyleBoxFlat.SetAaSize should be of the form "SetAaSize ..." (golint)
    • Line 383: warning: comment on exported method StyleBoxFlat.SetAntiAliased should be of the form "SetAntiAliased ..." (golint)
    • Line 404: warning: comment on exported method StyleBoxFlat.SetBgColor should be of the form "SetBgColor ..." (golint)
    • Line 425: warning: comment on exported method StyleBoxFlat.SetBorderBlend should be of the form "SetBorderBlend ..." (golint)
    • Line 446: warning: comment on exported method StyleBoxFlat.SetBorderColor should be of the form "SetBorderColor ..." (golint)
    • Line 467: warning: comment on exported method StyleBoxFlat.SetBorderWidth should be of the form "SetBorderWidth ..." (golint)
    • Line 489: warning: comment on exported method StyleBoxFlat.SetBorderWidthAll should be of the form "SetBorderWidthAll ..." (golint)
    • Line 510: warning: comment on exported method StyleBoxFlat.SetCornerDetail should be of the form "SetCornerDetail ..." (golint)
    • Line 531: warning: comment on exported method StyleBoxFlat.SetCornerRadius should be of the form "SetCornerRadius ..." (golint)
    • Line 553: warning: comment on exported method StyleBoxFlat.SetCornerRadiusAll should be of the form "SetCornerRadiusAll ..." (golint)
    • Line 574: warning: comment on exported method StyleBoxFlat.SetCornerRadiusIndividual should be of the form "SetCornerRadiusIndividual ..." (golint)
    • Line 598: warning: comment on exported method StyleBoxFlat.SetDrawCenter should be of the form "SetDrawCenter ..." (golint)
    • Line 619: warning: comment on exported method StyleBoxFlat.SetExpandMargin should be of the form "SetExpandMargin ..." (golint)
    • Line 641: warning: comment on exported method StyleBoxFlat.SetExpandMarginAll should be of the form "SetExpandMarginAll ..." (golint)
    • Line 662: warning: comment on exported method StyleBoxFlat.SetExpandMarginIndividual should be of the form "SetExpandMarginIndividual ..." (golint)
    • Line 686: warning: comment on exported method StyleBoxFlat.SetShadowColor should be of the form "SetShadowColor ..." (golint)
    • Line 707: warning: comment on exported method StyleBoxFlat.SetShadowOffset should be of the form "SetShadowOffset ..." (golint)
    • Line 728: warning: comment on exported method StyleBoxFlat.SetShadowSize should be of the form "SetShadowSize ..." (golint)
    • godot-go/godot/webrtcdatachannelgdnative.gen.go
    • Line 25: warning: comment on exported type WebRTCDataChannelGDNative should be of the form "WebRTCDataChannelGDNative ..." (with optional leading article) (golint)
    • Line 33: warning: exported method WebRTCDataChannelGDNative.BaseClass should have comment or be unexported (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 69: warning: exported const ControlPresetBottomLeft should have comment (or a comment on this block) or be unexported (golint)
    • Line 91: warning: exported const ControlPresetModeKeepHeight should have comment (or a comment on this block) or be unexported (golint)
    • Line 101: warning: exported const ControlMouseFilterIgnore should have comment (or a comment on this block) or be unexported (golint)
    • Line 110: warning: exported const ControlSizeExpand should have comment (or a comment on this block) or be unexported (golint)
    • Line 126: warning: comment on exported type Control should be of the form "Control ..." (with optional leading article) (golint)
    • Line 134: warning: exported method Control.BaseClass should have comment or be unexported (golint)
    • Line 138: warning: comment on exported method Control.X_ClipsInput should be of the form "X_ClipsInput ..." (golint)
    • Line 142: warning: don't use underscores in Go names; method X_ClipsInput should be XClipsInput (golint)
    • Line 161: warning: comment on exported method Control.X_GetMinimumSize should be of the form "X_GetMinimumSize ..." (golint)
    • Line 165: warning: don't use underscores in Go names; method X_GetMinimumSize should be XGetMinimumSize (golint)
    • Line 184: warning: comment on exported method Control.X_GetTooltip should be of the form "X_GetTooltip ..." (golint)
    • Line 188: warning: don't use underscores in Go names; method X_GetTooltip should be XGetTooltip (golint)
    • Line 207: warning: comment on exported method Control.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 211: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 228: warning: comment on exported method Control.X_MakeCustomTooltip should be of the form "X_MakeCustomTooltip ..." (golint)
    • Line 232: warning: don't use underscores in Go names; method X_MakeCustomTooltip should be XMakeCustomTooltip (golint)
    • Line 266: warning: comment on exported method Control.X_OverrideChanged should be of the form "X_OverrideChanged ..." (golint)
    • Line 270: warning: don't use underscores in Go names; method X_OverrideChanged should be XOverrideChanged (golint)
    • Line 286: warning: comment on exported method Control.X_SetAnchor should be of the form "X_SetAnchor ..." (golint)
    • Line 290: warning: don't use underscores in Go names; method X_SetAnchor should be XSetAnchor (golint)
    • Line 308: warning: comment on exported method Control.X_SetGlobalPosition should be of the form "X_SetGlobalPosition ..." (golint)
    • Line 312: warning: don't use underscores in Go names; method X_SetGlobalPosition should be XSetGlobalPosition (golint)
    • Line 329: warning: comment on exported method Control.X_SetPosition should be of the form "X_SetPosition ..." (golint)
    • Line 333: warning: don't use underscores in Go names; method X_SetPosition should be XSetPosition (golint)
    • Line 350: warning: comment on exported method Control.X_SetSize should be of the form "X_SetSize ..." (golint)
    • Line 354: warning: don't use underscores in Go names; method X_SetSize should be XSetSize (golint)
    • Line 371: warning: comment on exported method Control.X_SizeChanged should be of the form "X_SizeChanged ..." (golint)
    • Line 375: warning: don't use underscores in Go names; method X_SizeChanged should be XSizeChanged (golint)
    • Line 391: warning: comment on exported method Control.X_ThemeChanged should be of the form "X_ThemeChanged ..." (golint)
    • Line 395: warning: don't use underscores in Go names; method X_ThemeChanged should be XThemeChanged (golint)
    • Line 411: warning: comment on exported method Control.X_UpdateMinimumSize should be of the form "X_UpdateMinimumSize ..." (golint)
    • Line 415: warning: don't use underscores in Go names; method X_UpdateMinimumSize should be XUpdateMinimumSize (golint)
    • Line 431: warning: comment on exported method Control.AcceptEvent should be of the form "AcceptEvent ..." (golint)
    • Line 451: warning: comment on exported method Control.AddColorOverride should be of the form "AddColorOverride ..." (golint)
    • Line 473: warning: comment on exported method Control.AddConstantOverride should be of the form "AddConstantOverride ..." (golint)
    • Line 495: warning: comment on exported method Control.AddFontOverride should be of the form "AddFontOverride ..." (golint)
    • Line 517: warning: comment on exported method Control.AddIconOverride should be of the form "AddIconOverride ..." (golint)
    • Line 539: warning: comment on exported method Control.AddShaderOverride should be of the form "AddShaderOverride ..." (golint)
    • Line 561: warning: comment on exported method Control.AddStyleboxOverride should be of the form "AddStyleboxOverride ..." (golint)
    • Line 583: warning: comment on exported method Control.CanDropData should be of the form "CanDropData ..." (golint)
    • Line 608: warning: comment on exported method Control.DropData should be of the form "DropData ..." (golint)
    • Line 630: warning: comment on exported method Control.ForceDrag should be of the form "ForceDrag ..." (golint)
    • Line 652: warning: comment on exported method Control.GetAnchor should be of the form "GetAnchor ..." (golint)
    • Line 676: warning: comment on exported method Control.GetBegin should be of the form "GetBegin ..." (golint)
    • Line 699: warning: comment on exported method Control.GetColor should be of the form "GetColor ..." (golint)
    • Line 724: warning: comment on exported method Control.GetCombinedMinimumSize should be of the form "GetCombinedMinimumSize ..." (golint)
    • Line 747: warning: comment on exported method Control.GetConstant should be of the form "GetConstant ..." (golint)
    • Line 772: warning: comment on exported method Control.GetCursorShape should be of the form "GetCursorShape ..." (golint)
    • Line 796: warning: comment on exported method Control.GetCustomMinimumSize should be of the form "GetCustomMinimumSize ..." (golint)
    • Line 819: warning: comment on exported method Control.GetDefaultCursorShape should be of the form "GetDefaultCursorShape ..." (golint)
    • Line 842: warning: comment on exported method Control.GetDragData should be of the form "GetDragData ..." (golint)
    • Line 866: warning: comment on exported method Control.GetEnd should be of the form "GetEnd ..." (golint)
    • Line 889: warning: comment on exported method Control.GetFocusMode should be of the form "GetFocusMode ..." (golint)
    • Line 912: warning: comment on exported method Control.GetFocusNeighbour should be of the form "GetFocusNeighbour ..." (golint)
    • Line 936: warning: comment on exported method Control.GetFocusNext should be of the form "GetFocusNext ..." (golint)
    • Line 959: warning: comment on exported method Control.GetFocusOwner should be of the form "GetFocusOwner ..." (golint)
    • Line 996: warning: comment on exported method Control.GetFocusPrevious should be of the form "GetFocusPrevious ..." (golint)
    • Line 1019: warning: comment on exported method Control.GetFont should be of the form "GetFont ..." (golint)
    • Line 1058: warning: comment on exported method Control.GetGlobalPosition should be of the form "GetGlobalPosition ..." (golint)
    • Line 1081: warning: comment on exported method Control.GetGlobalRect should be of the form "GetGlobalRect ..." (golint)
    • Line 1104: warning: comment on exported method Control.GetHGrowDirection should be of the form "GetHGrowDirection ..." (golint)
    • Line 1127: warning: comment on exported method Control.GetHSizeFlags should be of the form "GetHSizeFlags ..." (golint)
    • Line 1150: warning: comment on exported method Control.GetIcon should be of the form "GetIcon ..." (golint)
    • Line 1189: warning: comment on exported method Control.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 1213: warning: comment on exported method Control.GetMinimumSize should be of the form "GetMinimumSize ..." (golint)
    • Line 1236: warning: comment on exported method Control.GetMouseFilter should be of the form "GetMouseFilter ..." (golint)
    • Line 1259: warning: comment on exported method Control.GetParentAreaSize should be of the form "GetParentAreaSize ..." (golint)
    • Line 1282: warning: comment on exported method Control.GetParentControl should be of the form "GetParentControl ..." (golint)
    • Line 1319: warning: comment on exported method Control.GetPivotOffset should be of the form "GetPivotOffset ..." (golint)
    • Line 1342: warning: comment on exported method Control.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 1365: warning: comment on exported method Control.GetRect should be of the form "GetRect ..." (golint)
    • Line 1388: warning: comment on exported method Control.GetRotation should be of the form "GetRotation ..." (golint)
    • Line 1411: warning: comment on exported method Control.GetRotationDegrees should be of the form "GetRotationDegrees ..." (golint)
    • Line 1434: warning: comment on exported method Control.GetScale should be of the form "GetScale ..." (golint)
    • Line 1457: warning: comment on exported method Control.GetSize should be of the form "GetSize ..." (golint)
    • Line 1480: warning: comment on exported method Control.GetStretchRatio should be of the form "GetStretchRatio ..." (golint)
    • Line 1503: warning: comment on exported method Control.GetStylebox should be of the form "GetStylebox ..." (golint)
    • Line 1542: warning: comment on exported method Control.GetTheme should be of the form "GetTheme ..." (golint)
    • Line 1579: warning: comment on exported method Control.GetTooltip should be of the form "GetTooltip ..." (golint)
    • Line 1603: warning: comment on exported method Control.GetVGrowDirection should be of the form "GetVGrowDirection ..." (golint)
    • Line 1626: warning: comment on exported method Control.GetVSizeFlags should be of the form "GetVSizeFlags ..." (golint)
    • Line 1649: warning: comment on exported method Control.GrabClickFocus should be of the form "GrabClickFocus ..." (golint)
    • Line 1669: warning: comment on exported method Control.GrabFocus should be of the form "GrabFocus ..." (golint)
    • Line 1689: warning: comment on exported method Control.HasColor should be of the form "HasColor ..." (golint)
    • Line 1714: warning: comment on exported method Control.HasColorOverride should be of the form "HasColorOverride ..." (golint)
    • Line 1738: warning: comment on exported method Control.HasConstant should be of the form "HasConstant ..." (golint)
    • Line 1763: warning: comment on exported method Control.HasConstantOverride should be of the form "HasConstantOverride ..." (golint)
    • Line 1787: warning: comment on exported method Control.HasFocus should be of the form "HasFocus ..." (golint)
    • Line 1810: warning: comment on exported method Control.HasFont should be of the form "HasFont ..." (golint)
    • Line 1835: warning: comment on exported method Control.HasFontOverride should be of the form "HasFontOverride ..." (golint)
    • Line 1859: warning: comment on exported method Control.HasIcon should be of the form "HasIcon ..." (golint)
    • Line 1884: warning: comment on exported method Control.HasIconOverride should be of the form "HasIconOverride ..." (golint)
    • Line 1908: warning: comment on exported method Control.HasPoint should be of the form "HasPoint ..." (golint)
    • Line 1932: warning: comment on exported method Control.HasShaderOverride should be of the form "HasShaderOverride ..." (golint)
    • Line 1956: warning: comment on exported method Control.HasStylebox should be of the form "HasStylebox ..." (golint)
    • Line 1981: warning: comment on exported method Control.HasStyleboxOverride should be of the form "HasStyleboxOverride ..." (golint)
    • Line 2005: warning: comment on exported method Control.IsClippingContents should be of the form "IsClippingContents ..." (golint)
    • Line 2028: warning: comment on exported method Control.MinimumSizeChanged should be of the form "MinimumSizeChanged ..." (golint)
    • Line 2048: warning: comment on exported method Control.ReleaseFocus should be of the form "ReleaseFocus ..." (golint)
    • Line 2068: warning: comment on exported method Control.SetAnchor should be of the form "SetAnchor ..." (golint)
    • Line 2092: warning: comment on exported method Control.SetAnchorAndMargin should be of the form "SetAnchorAndMargin ..." (golint)
    • Line 2116: warning: comment on exported method Control.SetAnchorsAndMarginsPreset should be of the form "SetAnchorsAndMarginsPreset ..." (golint)
    • Line 2139: warning: comment on exported method Control.SetAnchorsPreset should be of the form "SetAnchorsPreset ..." (golint)
    • Line 2161: warning: comment on exported method Control.SetBegin should be of the form "SetBegin ..." (golint)
    • Line 2182: warning: comment on exported method Control.SetClipContents should be of the form "SetClipContents ..." (golint)
    • Line 2203: warning: comment on exported method Control.SetCustomMinimumSize should be of the form "SetCustomMinimumSize ..." (golint)
    • Line 2224: warning: comment on exported method Control.SetDefaultCursorShape should be of the form "SetDefaultCursorShape ..." (golint)
    • Line 2245: warning: comment on exported method Control.SetDragForwarding should be of the form "SetDragForwarding ..." (golint)
    • Line 2266: warning: comment on exported method Control.SetDragPreview should be of the form "SetDragPreview ..." (golint)
    • Line 2287: warning: comment on exported method Control.SetEnd should be of the form "SetEnd ..." (golint)
    • Line 2308: warning: comment on exported method Control.SetFocusMode should be of the form "SetFocusMode ..." (golint)
    • Line 2329: warning: comment on exported method Control.SetFocusNeighbour should be of the form "SetFocusNeighbour ..." (golint)
    • Line 2351: warning: comment on exported method Control.SetFocusNext should be of the form "SetFocusNext ..." (golint)
    • Line 2372: warning: comment on exported method Control.SetFocusPrevious should be of the form "SetFocusPrevious ..." (golint)
    • Line 2393: warning: comment on exported method Control.SetGlobalPosition should be of the form "SetGlobalPosition ..." (golint)
    • Line 2415: warning: comment on exported method Control.SetHGrowDirection should be of the form "SetHGrowDirection ..." (golint)
    • Line 2436: warning: comment on exported method Control.SetHSizeFlags should be of the form "SetHSizeFlags ..." (golint)
    • Line 2457: warning: comment on exported method Control.SetMargin should be of the form "SetMargin ..." (golint)
    • Line 2479: warning: comment on exported method Control.SetMarginsPreset should be of the form "SetMarginsPreset ..." (golint)
    • Line 2502: warning: comment on exported method Control.SetMouseFilter should be of the form "SetMouseFilter ..." (golint)
    • Line 2523: warning: comment on exported method Control.SetPivotOffset should be of the form "SetPivotOffset ..." (golint)
    • Line 2544: warning: comment on exported method Control.SetPosition should be of the form "SetPosition ..." (golint)
    • Line 2566: warning: comment on exported method Control.SetRotation should be of the form "SetRotation ..." (golint)
    • Line 2587: warning: comment on exported method Control.SetRotationDegrees should be of the form "SetRotationDegrees ..." (golint)
    • Line 2608: warning: comment on exported method Control.SetScale should be of the form "SetScale ..." (golint)
    • Line 2629: warning: comment on exported method Control.SetSize should be of the form "SetSize ..." (golint)
    • Line 2651: warning: comment on exported method Control.SetStretchRatio should be of the form "SetStretchRatio ..." (golint)
    • Line 2672: warning: comment on exported method Control.SetTheme should be of the form "SetTheme ..." (golint)
    • Line 2693: warning: comment on exported method Control.SetTooltip should be of the form "SetTooltip ..." (golint)
    • Line 2714: warning: comment on exported method Control.SetVGrowDirection should be of the form "SetVGrowDirection ..." (golint)
    • Line 2735: warning: comment on exported method Control.SetVSizeFlags should be of the form "SetVSizeFlags ..." (golint)
    • Line 2756: warning: comment on exported method Control.ShowModal should be of the form "ShowModal ..." (golint)
    • Line 2777: warning: comment on exported method Control.WarpMouse should be of the form "WarpMouse ..." (golint)
    • godot-go/godot/inputeventmidi.gen.go
    • Line 25: warning: comment on exported type InputEventMIDI should be of the form "InputEventMIDI ..." (with optional leading article) (golint)
    • Line 33: warning: exported method InputEventMIDI.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method InputEventMIDI.GetChannel should be of the form "GetChannel ..." (golint)
    • Line 60: warning: comment on exported method InputEventMIDI.GetControllerNumber should be of the form "GetControllerNumber ..." (golint)
    • Line 83: warning: comment on exported method InputEventMIDI.GetControllerValue should be of the form "GetControllerValue ..." (golint)
    • Line 106: warning: comment on exported method InputEventMIDI.GetInstrument should be of the form "GetInstrument ..." (golint)
    • Line 129: warning: comment on exported method InputEventMIDI.GetMessage should be of the form "GetMessage ..." (golint)
    • Line 152: warning: comment on exported method InputEventMIDI.GetPitch should be of the form "GetPitch ..." (golint)
    • Line 175: warning: comment on exported method InputEventMIDI.GetPressure should be of the form "GetPressure ..." (golint)
    • Line 198: warning: comment on exported method InputEventMIDI.GetVelocity should be of the form "GetVelocity ..." (golint)
    • Line 221: warning: comment on exported method InputEventMIDI.SetChannel should be of the form "SetChannel ..." (golint)
    • Line 242: warning: comment on exported method InputEventMIDI.SetControllerNumber should be of the form "SetControllerNumber ..." (golint)
    • Line 263: warning: comment on exported method InputEventMIDI.SetControllerValue should be of the form "SetControllerValue ..." (golint)
    • Line 284: warning: comment on exported method InputEventMIDI.SetInstrument should be of the form "SetInstrument ..." (golint)
    • Line 305: warning: comment on exported method InputEventMIDI.SetMessage should be of the form "SetMessage ..." (golint)
    • Line 326: warning: comment on exported method InputEventMIDI.SetPitch should be of the form "SetPitch ..." (golint)
    • Line 347: warning: comment on exported method InputEventMIDI.SetPressure should be of the form "SetPressure ..." (golint)
    • Line 368: warning: comment on exported method InputEventMIDI.SetVelocity should be of the form "SetVelocity ..." (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/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 69: warning: comment on exported method NetworkedMultiplayerENet.CreateClient should be of the form "CreateClient ..." (golint)
    • Line 97: warning: comment on exported method NetworkedMultiplayerENet.CreateServer should be of the form "CreateServer ..." (golint)
    • Line 124: warning: comment on exported method NetworkedMultiplayerENet.DisconnectPeer should be of the form "DisconnectPeer ..." (golint)
    • Line 146: warning: comment on exported method NetworkedMultiplayerENet.GetChannelCount should be of the form "GetChannelCount ..." (golint)
    • Line 169: warning: comment on exported method NetworkedMultiplayerENet.GetCompressionMode should be of the form "GetCompressionMode ..." (golint)
    • Line 192: warning: comment on exported method NetworkedMultiplayerENet.GetLastPacketChannel should be of the form "GetLastPacketChannel ..." (golint)
    • Line 215: warning: comment on exported method NetworkedMultiplayerENet.GetPacketChannel should be of the form "GetPacketChannel ..." (golint)
    • Line 238: warning: comment on exported method NetworkedMultiplayerENet.GetPeerAddress should be of the form "GetPeerAddress ..." (golint)
    • Line 262: warning: comment on exported method NetworkedMultiplayerENet.GetPeerPort should be of the form "GetPeerPort ..." (golint)
    • Line 286: warning: comment on exported method NetworkedMultiplayerENet.GetTransferChannel should be of the form "GetTransferChannel ..." (golint)
    • Line 309: warning: comment on exported method NetworkedMultiplayerENet.IsAlwaysOrdered should be of the form "IsAlwaysOrdered ..." (golint)
    • Line 332: warning: comment on exported method NetworkedMultiplayerENet.IsServerRelayEnabled should be of the form "IsServerRelayEnabled ..." (golint)
    • Line 355: warning: comment on exported method NetworkedMultiplayerENet.SetAlwaysOrdered should be of the form "SetAlwaysOrdered ..." (golint)
    • Line 376: warning: comment on exported method NetworkedMultiplayerENet.SetBindIp should be of the form "SetBindIp ..." (golint)
    • Line 397: warning: comment on exported method NetworkedMultiplayerENet.SetChannelCount should be of the form "SetChannelCount ..." (golint)
    • Line 418: warning: comment on exported method NetworkedMultiplayerENet.SetCompressionMode should be of the form "SetCompressionMode ..." (golint)
    • Line 439: warning: comment on exported method NetworkedMultiplayerENet.SetServerRelayEnabled should be of the form "SetServerRelayEnabled ..." (golint)
    • Line 460: warning: comment on exported method NetworkedMultiplayerENet.SetTransferChannel should be of the form "SetTransferChannel ..." (golint)
    • godot-go/godot/popupdialog.gen.go
    • Line 25: warning: comment on exported type PopupDialog should be of the form "PopupDialog ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PopupDialog.BaseClass should have comment or be unexported (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/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/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/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/visualshadernodescalarconstant.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeScalarConstant should be of the form "VisualShaderNodeScalarConstant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeScalarConstant.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeScalarConstant.GetConstant should be of the form "GetConstant ..." (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeScalarConstant.SetConstant should be of the form "SetConstant ..." (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/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/multiplayerpeergdnative.gen.go
    • Line 25: warning: comment on exported type MultiplayerPeerGDNative should be of the form "MultiplayerPeerGDNative ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MultiplayerPeerGDNative.BaseClass should have comment or be unexported (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/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.PopupCenteredClamped should be of the form "PopupCenteredClamped ..." (golint)
    • Line 124: warning: comment on exported method Popup.PopupCenteredMinsize should be of the form "PopupCenteredMinsize ..." (golint)
    • Line 145: warning: comment on exported method Popup.PopupCenteredRatio should be of the form "PopupCenteredRatio ..." (golint)
    • Line 166: warning: comment on exported method Popup.SetAsMinsize should be of the form "SetAsMinsize ..." (golint)
    • Line 186: warning: comment on exported method Popup.SetExclusive should be of the form "SetExclusive ..." (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/visualshadernodetransformuniform.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeTransformUniform should be of the form "VisualShaderNodeTransformUniform ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeTransformUniform.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/scriptcreatedialog.gen.go
    • Line 25: warning: comment on exported type ScriptCreateDialog should be of the form "ScriptCreateDialog ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ScriptCreateDialog.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ScriptCreateDialog.X_BrowseClassInTree should be of the form "X_BrowseClassInTree ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_BrowseClassInTree should be XBrowseClassInTree (golint)
    • Line 57: warning: comment on exported method ScriptCreateDialog.X_BrowsePath should be of the form "X_BrowsePath ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_BrowsePath should be XBrowsePath (golint)
    • Line 79: warning: comment on exported method ScriptCreateDialog.X_BuiltInPressed should be of the form "X_BuiltInPressed ..." (golint)
    • Line 83: warning: don't use underscores in Go names; method X_BuiltInPressed should be XBuiltInPressed (golint)
    • Line 99: warning: comment on exported method ScriptCreateDialog.X_ClassNameChanged should be of the form "X_ClassNameChanged ..." (golint)
    • Line 103: warning: don't use underscores in Go names; method X_ClassNameChanged should be XClassNameChanged (golint)
    • Line 120: warning: comment on exported method ScriptCreateDialog.X_Create should be of the form "X_Create ..." (golint)
    • Line 124: warning: don't use underscores in Go names; method X_Create should be XCreate (golint)
    • Line 140: warning: comment on exported method ScriptCreateDialog.X_FileSelected should be of the form "X_FileSelected ..." (golint)
    • Line 144: warning: don't use underscores in Go names; method X_FileSelected should be XFileSelected (golint)
    • Line 161: warning: comment on exported method ScriptCreateDialog.X_LangChanged should be of the form "X_LangChanged ..." (golint)
    • Line 165: warning: don't use underscores in Go names; method X_LangChanged should be XLangChanged (golint)
    • Line 182: warning: comment on exported method ScriptCreateDialog.X_ParentNameChanged should be of the form "X_ParentNameChanged ..." (golint)
    • Line 186: warning: don't use underscores in Go names; method X_ParentNameChanged should be XParentNameChanged (golint)
    • Line 203: warning: comment on exported method ScriptCreateDialog.X_PathChanged should be of the form "X_PathChanged ..." (golint)
    • Line 207: warning: don't use underscores in Go names; method X_PathChanged should be XPathChanged (golint)
    • Line 224: warning: comment on exported method ScriptCreateDialog.X_PathEntered should be of the form "X_PathEntered ..." (golint)
    • Line 228: warning: don't use underscores in Go names; method X_PathEntered should be XPathEntered (golint)
    • Line 245: warning: comment on exported method ScriptCreateDialog.X_PathHboxSorted should be of the form "X_PathHboxSorted ..." (golint)
    • Line 249: warning: don't use underscores in Go names; method X_PathHboxSorted should be XPathHboxSorted (golint)
    • Line 265: warning: comment on exported method ScriptCreateDialog.X_TemplateChanged should be of the form "X_TemplateChanged ..." (golint)
    • Line 269: warning: don't use underscores in Go names; method X_TemplateChanged should be XTemplateChanged (golint)
    • Line 286: warning: comment on exported method ScriptCreateDialog.Config should be of the form "Config ..." (golint)
    • godot-go/gdnative/variant.gen.go
    • Line 63: warning: exported type Variant should have comment or be unexported (golint)
    • Line 653: warning: exported const VariantTypeNil should have comment (or a comment on this block) or be unexported (golint)
    • Line 721: warning: exported const CallErrorCallOk should have comment (or a comment on this block) or be unexported (golint)
    • Line 760: warning: exported type VariantCallError should have comment or be unexported (golint)
    • Line 780: warning: exported const VariantOpEqual should have comment (or a comment on this block) or be unexported (golint)
    • godot-go/godot/animationnodeblend3.gen.go
    • Line 25: warning: comment on exported type AnimationNodeBlend3 should be of the form "AnimationNodeBlend3 ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeBlend3.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeBlend3.IsUsingSync should be of the form "IsUsingSync ..." (golint)
    • Line 60: warning: comment on exported method AnimationNodeBlend3.SetUseSync should be of the form "SetUseSync ..." (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/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.GetStrength should be of the form "GetStrength ..." (golint)
    • Line 83: warning: comment on exported method InputEventAction.SetAction should be of the form "SetAction ..." (golint)
    • Line 104: warning: comment on exported method InputEventAction.SetPressed should be of the form "SetPressed ..." (golint)
    • Line 125: warning: comment on exported method InputEventAction.SetStrength should be of the form "SetStrength ..." (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.GetItemNavmeshTransform should be of the form "GetItemNavmeshTransform ..." (golint)
    • Line 249: warning: comment on exported method MeshLibrary.GetItemPreview should be of the form "GetItemPreview ..." (golint)
    • Line 287: warning: comment on exported method MeshLibrary.GetItemShapes should be of the form "GetItemShapes ..." (golint)
    • Line 311: warning: comment on exported method MeshLibrary.GetLastUnusedItemId should be of the form "GetLastUnusedItemId ..." (golint)
    • Line 334: warning: comment on exported method MeshLibrary.RemoveItem should be of the form "RemoveItem ..." (golint)
    • Line 355: warning: comment on exported method MeshLibrary.SetItemMesh should be of the form "SetItemMesh ..." (golint)
    • Line 377: warning: comment on exported method MeshLibrary.SetItemName should be of the form "SetItemName ..." (golint)
    • Line 399: warning: comment on exported method MeshLibrary.SetItemNavmesh should be of the form "SetItemNavmesh ..." (golint)
    • Line 421: warning: comment on exported method MeshLibrary.SetItemNavmeshTransform should be of the form "SetItemNavmeshTransform ..." (golint)
    • Line 443: warning: comment on exported method MeshLibrary.SetItemPreview should be of the form "SetItemPreview ..." (golint)
    • Line 465: warning: comment on exported method MeshLibrary.SetItemShapes should be of the form "SetItemShapes ..." (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/visualshadernodecubemap.gen.go
    • Line 20: warning: exported const VisualShaderNodeCubeMapSourcePort should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const VisualShaderNodeCubeMapTypeColor should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: comment on exported type VisualShaderNodeCubeMap should be of the form "VisualShaderNodeCubeMap ..." (with optional leading article) (golint)
    • Line 50: warning: exported method VisualShaderNodeCubeMap.BaseClass should have comment or be unexported (golint)
    • Line 54: warning: comment on exported method VisualShaderNodeCubeMap.GetCubeMap should be of the form "GetCubeMap ..." (golint)
    • Line 91: warning: comment on exported method VisualShaderNodeCubeMap.GetSource should be of the form "GetSource ..." (golint)
    • Line 114: warning: comment on exported method VisualShaderNodeCubeMap.GetTextureType should be of the form "GetTextureType ..." (golint)
    • Line 137: warning: comment on exported method VisualShaderNodeCubeMap.SetCubeMap should be of the form "SetCubeMap ..." (golint)
    • Line 158: warning: comment on exported method VisualShaderNodeCubeMap.SetSource should be of the form "SetSource ..." (golint)
    • Line 179: warning: comment on exported method VisualShaderNodeCubeMap.SetTextureType should be of the form "SetTextureType ..." (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.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 213: warning: comment on exported method ARVRController.GetRumble should be of the form "GetRumble ..." (golint)
    • Line 236: warning: comment on exported method ARVRController.IsButtonPressed should be of the form "IsButtonPressed ..." (golint)
    • Line 260: warning: comment on exported method ARVRController.SetControllerId should be of the form "SetControllerId ..." (golint)
    • Line 281: warning: comment on exported method ARVRController.SetRumble should be of the form "SetRumble ..." (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_RemoveByUid should be of the form "X_RemoveByUid ..." (golint)
    • Line 76: warning: don't use underscores in Go names; method X_RemoveByUid should be XRemoveByUID (golint)
    • Line 93: warning: comment on exported method Tween.FollowMethod should be of the form "FollowMethod ..." (golint)
    • Line 125: warning: comment on exported method Tween.FollowProperty should be of the form "FollowProperty ..." (golint)
    • Line 157: warning: comment on exported method Tween.GetRuntime should be of the form "GetRuntime ..." (golint)
    • Line 180: warning: comment on exported method Tween.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 203: warning: comment on exported method Tween.GetTweenProcessMode should be of the form "GetTweenProcessMode ..." (golint)
    • Line 226: warning: comment on exported method Tween.InterpolateCallback should be of the form "InterpolateCallback ..." (golint)
    • Line 257: warning: comment on exported method Tween.InterpolateDeferredCallback should be of the form "InterpolateDeferredCallback ..." (golint)
    • Line 288: warning: comment on exported method Tween.InterpolateMethod should be of the form "InterpolateMethod ..." (golint)
    • Line 319: warning: comment on exported method Tween.InterpolateProperty should be of the form "InterpolateProperty ..." (golint)
    • Line 350: warning: comment on exported method Tween.IsActive should be of the form "IsActive ..." (golint)
    • Line 373: warning: comment on exported method Tween.IsRepeat should be of the form "IsRepeat ..." (golint)
    • Line 396: warning: comment on exported method Tween.Remove should be of the form "Remove ..." (golint)
    • Line 421: warning: comment on exported method Tween.RemoveAll should be of the form "RemoveAll ..." (golint)
    • Line 444: warning: comment on exported method Tween.Reset should be of the form "Reset ..." (golint)
    • Line 469: warning: comment on exported method Tween.ResetAll should be of the form "ResetAll ..." (golint)
    • Line 492: warning: comment on exported method Tween.Resume should be of the form "Resume ..." (golint)
    • Line 517: warning: comment on exported method Tween.ResumeAll should be of the form "ResumeAll ..." (golint)
    • Line 540: warning: comment on exported method Tween.Seek should be of the form "Seek ..." (golint)
    • Line 564: warning: comment on exported method Tween.SetActive should be of the form "SetActive ..." (golint)
    • Line 585: warning: comment on exported method Tween.SetRepeat should be of the form "SetRepeat ..." (golint)
    • Line 606: warning: comment on exported method Tween.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 627: warning: comment on exported method Tween.SetTweenProcessMode should be of the form "SetTweenProcessMode ..." (golint)
    • Line 648: warning: comment on exported method Tween.Start should be of the form "Start ..." (golint)
    • Line 671: warning: comment on exported method Tween.Stop should be of the form "Stop ..." (golint)
    • Line 696: warning: comment on exported method Tween.StopAll should be of the form "StopAll ..." (golint)
    • Line 719: warning: comment on exported method Tween.TargetingMethod should be of the form "TargetingMethod ..." (golint)
    • Line 751: warning: comment on exported method Tween.TargetingProperty should be of the form "TargetingProperty ..." (golint)
    • Line 783: warning: comment on exported method Tween.Tell should be of the form "Tell ..." (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/visualshadernodeglobalexpression.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeGlobalExpression should be of the form "VisualShaderNodeGlobalExpression ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeGlobalExpression.BaseClass should have comment or be unexported (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/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 MultiMeshCustomData8Bit should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported const MultiMeshTransform2D should have comment (or a comment on this block) or be unexported (golint)
    • Line 59: warning: exported method MultiMesh.BaseClass should have comment or be unexported (golint)
    • Line 63: warning: comment on exported method MultiMesh.X_GetColorArray should be of the form "X_GetColorArray ..." (golint)
    • Line 67: warning: don't use underscores in Go names; method X_GetColorArray should be XGetColorArray (golint)
    • Line 86: warning: comment on exported method MultiMesh.X_GetCustomDataArray should be of the form "X_GetCustomDataArray ..." (golint)
    • Line 90: warning: don't use underscores in Go names; method X_GetCustomDataArray should be XGetCustomDataArray (golint)
    • Line 109: warning: comment on exported method MultiMesh.X_GetTransform2DArray should be of the form "X_GetTransform2DArray ..." (golint)
    • Line 113: warning: don't use underscores in Go names; method X_GetTransform2DArray should be XGetTransform2DArray (golint)
    • Line 132: warning: comment on exported method MultiMesh.X_GetTransformArray should be of the form "X_GetTransformArray ..." (golint)
    • Line 136: warning: don't use underscores in Go names; method X_GetTransformArray should be XGetTransformArray (golint)
    • Line 155: warning: comment on exported method MultiMesh.X_SetColorArray should be of the form "X_SetColorArray ..." (golint)
    • Line 159: warning: don't use underscores in Go names; method X_SetColorArray should be XSetColorArray (golint)
    • Line 176: warning: comment on exported method MultiMesh.X_SetCustomDataArray should be of the form "X_SetCustomDataArray ..." (golint)
    • Line 180: warning: don't use underscores in Go names; method X_SetCustomDataArray should be XSetCustomDataArray (golint)
    • Line 197: warning: comment on exported method MultiMesh.X_SetTransform2DArray should be of the form "X_SetTransform2DArray ..." (golint)
    • Line 201: warning: don't use underscores in Go names; method X_SetTransform2DArray should be XSetTransform2DArray (golint)
    • Line 218: warning: comment on exported method MultiMesh.X_SetTransformArray should be of the form "X_SetTransformArray ..." (golint)
    • Line 222: warning: don't use underscores in Go names; method X_SetTransformArray should be XSetTransformArray (golint)
    • Line 239: warning: comment on exported method MultiMesh.GetAabb should be of the form "GetAabb ..." (golint)
    • Line 262: warning: comment on exported method MultiMesh.GetColorFormat should be of the form "GetColorFormat ..." (golint)
    • Line 285: warning: comment on exported method MultiMesh.GetCustomDataFormat should be of the form "GetCustomDataFormat ..." (golint)
    • Line 308: warning: comment on exported method MultiMesh.GetInstanceColor should be of the form "GetInstanceColor ..." (golint)
    • Line 332: warning: comment on exported method MultiMesh.GetInstanceCount should be of the form "GetInstanceCount ..." (golint)
    • Line 355: warning: comment on exported method MultiMesh.GetInstanceCustomData should be of the form "GetInstanceCustomData ..." (golint)
    • Line 379: warning: comment on exported method MultiMesh.GetInstanceTransform should be of the form "GetInstanceTransform ..." (golint)
    • Line 403: warning: comment on exported method MultiMesh.GetInstanceTransform2D should be of the form "GetInstanceTransform2D ..." (golint)
    • Line 427: warning: comment on exported method MultiMesh.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 464: warning: comment on exported method MultiMesh.GetTransformFormat should be of the form "GetTransformFormat ..." (golint)
    • Line 487: warning: comment on exported method MultiMesh.GetVisibleInstanceCount should be of the form "GetVisibleInstanceCount ..." (golint)
    • Line 510: warning: comment on exported method MultiMesh.SetAsBulkArray should be of the form "SetAsBulkArray ..." (golint)
    • Line 531: warning: comment on exported method MultiMesh.SetColorFormat should be of the form "SetColorFormat ..." (golint)
    • Line 552: warning: comment on exported method MultiMesh.SetCustomDataFormat should be of the form "SetCustomDataFormat ..." (golint)
    • Line 573: warning: comment on exported method MultiMesh.SetInstanceColor should be of the form "SetInstanceColor ..." (golint)
    • Line 595: warning: comment on exported method MultiMesh.SetInstanceCount should be of the form "SetInstanceCount ..." (golint)
    • Line 616: warning: comment on exported method MultiMesh.SetInstanceCustomData should be of the form "SetInstanceCustomData ..." (golint)
    • Line 638: warning: comment on exported method MultiMesh.SetInstanceTransform should be of the form "SetInstanceTransform ..." (golint)
    • Line 660: warning: comment on exported method MultiMesh.SetInstanceTransform2D should be of the form "SetInstanceTransform2D ..." (golint)
    • Line 682: warning: comment on exported method MultiMesh.SetMesh should be of the form "SetMesh ..." (golint)
    • Line 703: warning: comment on exported method MultiMesh.SetTransformFormat should be of the form "SetTransformFormat ..." (golint)
    • Line 724: warning: comment on exported method MultiMesh.SetVisibleInstanceCount should be of the form "SetVisibleInstanceCount ..." (golint)
    • godot-go/godot/resourceformatsaver.gen.go
    • Line 25: warning: comment on exported type ResourceFormatSaver should be of the form "ResourceFormatSaver ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourceFormatSaver.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method ResourceFormatSaver.GetRecognizedExtensions should be of the form "GetRecognizedExtensions ..." (golint)
    • Line 61: warning: comment on exported method ResourceFormatSaver.Recognize should be of the form "Recognize ..." (golint)
    • Line 85: warning: comment on exported method ResourceFormatSaver.Save should be of the form "Save ..." (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/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/visualshadernodevectorcompose.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorCompose should be of the form "VisualShaderNodeVectorCompose ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorCompose.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 124: warning: comment on exported method BitMap.GetBit should be of the form "GetBit ..." (golint)
    • Line 148: warning: comment on exported method BitMap.GetSize should be of the form "GetSize ..." (golint)
    • Line 171: warning: comment on exported method BitMap.GetTrueBitCount should be of the form "GetTrueBitCount ..." (golint)
    • Line 194: warning: comment on exported method BitMap.GrowMask should be of the form "GrowMask ..." (golint)
    • Line 216: warning: comment on exported method BitMap.OpaqueToPolygons should be of the form "OpaqueToPolygons ..." (golint)
    • Line 241: warning: comment on exported method BitMap.SetBit should be of the form "SetBit ..." (golint)
    • Line 263: warning: comment on exported method BitMap.SetBitRect should be of the form "SetBitRect ..." (golint)
    • godot-go/godot/visualshadernodeuniform.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeUniform should be of the form "VisualShaderNodeUniform ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeUniform.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeUniform.GetUniformName should be of the form "GetUniformName ..." (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeUniform.SetUniformName should be of the form "SetUniformName ..." (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.GetPitchScale should be of the form "GetPitchScale ..." (golint)
    • Line 216: warning: comment on exported method AudioStreamPlayer2D.GetPlaybackPosition should be of the form "GetPlaybackPosition ..." (golint)
    • Line 239: warning: comment on exported method AudioStreamPlayer2D.GetStream should be of the form "GetStream ..." (golint)
    • Line 276: warning: comment on exported method AudioStreamPlayer2D.GetStreamPaused should be of the form "GetStreamPaused ..." (golint)
    • Line 299: warning: comment on exported method AudioStreamPlayer2D.GetStreamPlayback should be of the form "GetStreamPlayback ..." (golint)
    • Line 336: warning: comment on exported method AudioStreamPlayer2D.GetVolumeDb should be of the form "GetVolumeDb ..." (golint)
    • Line 359: warning: comment on exported method AudioStreamPlayer2D.IsAutoplayEnabled should be of the form "IsAutoplayEnabled ..." (golint)
    • Line 382: warning: comment on exported method AudioStreamPlayer2D.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 405: warning: comment on exported method AudioStreamPlayer2D.Play should be of the form "Play ..." (golint)
    • Line 426: warning: comment on exported method AudioStreamPlayer2D.Seek should be of the form "Seek ..." (golint)
    • Line 447: warning: comment on exported method AudioStreamPlayer2D.SetAreaMask should be of the form "SetAreaMask ..." (golint)
    • Line 468: warning: comment on exported method AudioStreamPlayer2D.SetAttenuation should be of the form "SetAttenuation ..." (golint)
    • Line 489: warning: comment on exported method AudioStreamPlayer2D.SetAutoplay should be of the form "SetAutoplay ..." (golint)
    • Line 510: warning: comment on exported method AudioStreamPlayer2D.SetBus should be of the form "SetBus ..." (golint)
    • Line 531: warning: comment on exported method AudioStreamPlayer2D.SetMaxDistance should be of the form "SetMaxDistance ..." (golint)
    • Line 552: warning: comment on exported method AudioStreamPlayer2D.SetPitchScale should be of the form "SetPitchScale ..." (golint)
    • Line 573: warning: comment on exported method AudioStreamPlayer2D.SetStream should be of the form "SetStream ..." (golint)
    • Line 594: warning: comment on exported method AudioStreamPlayer2D.SetStreamPaused should be of the form "SetStreamPaused ..." (golint)
    • Line 615: warning: comment on exported method AudioStreamPlayer2D.SetVolumeDb should be of the form "SetVolumeDb ..." (golint)
    • Line 636: warning: comment on exported method AudioStreamPlayer2D.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/csgmesh.gen.go
    • Line 25: warning: comment on exported type CSGMesh should be of the form "CSGMesh ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CSGMesh.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CSGMesh.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 CSGMesh.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 94: warning: comment on exported method CSGMesh.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 131: warning: comment on exported method CSGMesh.SetMaterial should be of the form "SetMaterial ..." (golint)
    • Line 152: warning: comment on exported method CSGMesh.SetMesh should be of the form "SetMesh ..." (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 55: warning: exported const RichTextLabelListDots should have comment (or a comment on this block) or be unexported (golint)
    • Line 69: warning: comment on exported type RichTextLabel should be of the form "RichTextLabel ..." (with optional leading article) (golint)
    • Line 77: warning: exported method RichTextLabel.BaseClass should have comment or be unexported (golint)
    • Line 81: warning: comment on exported method RichTextLabel.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 RichTextLabel.X_ScrollChanged should be of the form "X_ScrollChanged ..." (golint)
    • Line 106: warning: don't use underscores in Go names; method X_ScrollChanged should be XScrollChanged (golint)
    • Line 123: warning: comment on exported method RichTextLabel.AddImage should be of the form "AddImage ..." (golint)
    • Line 146: warning: comment on exported method RichTextLabel.AddText should be of the form "AddText ..." (golint)
    • Line 167: warning: comment on exported method RichTextLabel.AppendBbcode should be of the form "AppendBbcode ..." (golint)
    • Line 191: warning: comment on exported method RichTextLabel.Clear should be of the form "Clear ..." (golint)
    • Line 211: warning: comment on exported method RichTextLabel.GetBbcode should be of the form "GetBbcode ..." (golint)
    • Line 234: warning: comment on exported method RichTextLabel.GetContentHeight should be of the form "GetContentHeight ..." (golint)
    • Line 257: warning: comment on exported method RichTextLabel.GetEffects should be of the form "GetEffects ..." (golint)
    • Line 280: warning: comment on exported method RichTextLabel.GetLineCount should be of the form "GetLineCount ..." (golint)
    • Line 303: warning: comment on exported method RichTextLabel.GetPercentVisible should be of the form "GetPercentVisible ..." (golint)
    • Line 326: warning: comment on exported method RichTextLabel.GetTabSize should be of the form "GetTabSize ..." (golint)
    • Line 349: warning: comment on exported method RichTextLabel.GetText should be of the form "GetText ..." (golint)
    • Line 372: warning: comment on exported method RichTextLabel.GetTotalCharacterCount should be of the form "GetTotalCharacterCount ..." (golint)
    • Line 395: warning: comment on exported method RichTextLabel.GetVScroll should be of the form "GetVScroll ..." (golint)
    • Line 432: warning: comment on exported method RichTextLabel.GetVisibleCharacters should be of the form "GetVisibleCharacters ..." (golint)
    • Line 455: warning: comment on exported method RichTextLabel.GetVisibleLineCount should be of the form "GetVisibleLineCount ..." (golint)
    • Line 478: warning: comment on exported method RichTextLabel.InstallEffect should be of the form "InstallEffect ..." (golint)
    • Line 499: warning: comment on exported method RichTextLabel.IsMetaUnderlined should be of the form "IsMetaUnderlined ..." (golint)
    • Line 522: warning: comment on exported method RichTextLabel.IsOverridingSelectedFontColor should be of the form "IsOverridingSelectedFontColor ..." (golint)
    • Line 545: warning: comment on exported method RichTextLabel.IsScrollActive should be of the form "IsScrollActive ..." (golint)
    • Line 568: warning: comment on exported method RichTextLabel.IsScrollFollowing should be of the form "IsScrollFollowing ..." (golint)
    • Line 591: warning: comment on exported method RichTextLabel.IsSelectionEnabled should be of the form "IsSelectionEnabled ..." (golint)
    • Line 614: warning: comment on exported method RichTextLabel.IsUsingBbcode should be of the form "IsUsingBbcode ..." (golint)
    • Line 637: warning: comment on exported method RichTextLabel.Newline should be of the form "Newline ..." (golint)
    • Line 657: warning: comment on exported method RichTextLabel.ParseBbcode should be of the form "ParseBbcode ..." (golint)
    • Line 681: warning: comment on exported method RichTextLabel.ParseExpressionsForValues should be of the form "ParseExpressionsForValues ..." (golint)
    • Line 705: warning: comment on exported method RichTextLabel.Pop should be of the form "Pop ..." (golint)
    • Line 725: warning: comment on exported method RichTextLabel.PushAlign should be of the form "PushAlign ..." (golint)
    • Line 746: warning: comment on exported method RichTextLabel.PushBold should be of the form "PushBold ..." (golint)
    • Line 766: warning: comment on exported method RichTextLabel.PushBoldItalics should be of the form "PushBoldItalics ..." (golint)
    • Line 786: warning: comment on exported method RichTextLabel.PushCell should be of the form "PushCell ..." (golint)
    • Line 806: warning: comment on exported method RichTextLabel.PushColor should be of the form "PushColor ..." (golint)
    • Line 827: warning: comment on exported method RichTextLabel.PushFont should be of the form "PushFont ..." (golint)
    • Line 848: warning: comment on exported method RichTextLabel.PushIndent should be of the form "PushIndent ..." (golint)
    • Line 869: warning: comment on exported method RichTextLabel.PushItalics should be of the form "PushItalics ..." (golint)
    • Line 889: warning: comment on exported method RichTextLabel.PushList should be of the form "PushList ..." (golint)
    • Line 910: warning: comment on exported method RichTextLabel.PushMeta should be of the form "PushMeta ..." (golint)
    • Line 931: warning: comment on exported method RichTextLabel.PushMono should be of the form "PushMono ..." (golint)
    • Line 951: warning: comment on exported method RichTextLabel.PushNormal should be of the form "PushNormal ..." (golint)
    • Line 971: warning: comment on exported method RichTextLabel.PushStrikethrough should be of the form "PushStrikethrough ..." (golint)
    • Line 991: warning: comment on exported method RichTextLabel.PushTable should be of the form "PushTable ..." (golint)
    • Line 1012: warning: comment on exported method RichTextLabel.PushUnderline should be of the form "PushUnderline ..." (golint)
    • Line 1032: warning: comment on exported method RichTextLabel.RemoveLine should be of the form "RemoveLine ..." (golint)
    • Line 1056: warning: comment on exported method RichTextLabel.ScrollToLine should be of the form "ScrollToLine ..." (golint)
    • Line 1077: warning: comment on exported method RichTextLabel.SetBbcode should be of the form "SetBbcode ..." (golint)
    • Line 1098: warning: comment on exported method RichTextLabel.SetEffects should be of the form "SetEffects ..." (golint)
    • Line 1119: warning: comment on exported method RichTextLabel.SetMetaUnderline should be of the form "SetMetaUnderline ..." (golint)
    • Line 1140: warning: comment on exported method RichTextLabel.SetOverrideSelectedFontColor should be of the form "SetOverrideSelectedFontColor ..." (golint)
    • Line 1161: warning: comment on exported method RichTextLabel.SetPercentVisible should be of the form "SetPercentVisible ..." (golint)
    • Line 1182: warning: comment on exported method RichTextLabel.SetScrollActive should be of the form "SetScrollActive ..." (golint)
    • Line 1203: warning: comment on exported method RichTextLabel.SetScrollFollow should be of the form "SetScrollFollow ..." (golint)
    • Line 1224: warning: comment on exported method RichTextLabel.SetSelectionEnabled should be of the form "SetSelectionEnabled ..." (golint)
    • Line 1245: warning: comment on exported method RichTextLabel.SetTabSize should be of the form "SetTabSize ..." (golint)
    • Line 1266: warning: comment on exported method RichTextLabel.SetTableColumnExpand should be of the form "SetTableColumnExpand ..." (golint)
    • Line 1289: warning: comment on exported method RichTextLabel.SetText should be of the form "SetText ..." (golint)
    • Line 1310: warning: comment on exported method RichTextLabel.SetUseBbcode should be of the form "SetUseBbcode ..." (golint)
    • Line 1331: warning: comment on exported method RichTextLabel.SetVisibleCharacters should be of the form "SetVisibleCharacters ..." (golint)
    • godot-go/godot/skin.gen.go
    • Line 25: warning: comment on exported type Skin should be of the form "Skin ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Skin.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Skin.AddBind should be of the form "AddBind ..." (golint)
    • Line 59: warning: comment on exported method Skin.ClearBinds should be of the form "ClearBinds ..." (golint)
    • Line 79: warning: comment on exported method Skin.GetBindBone should be of the form "GetBindBone ..." (golint)
    • Line 103: warning: comment on exported method Skin.GetBindCount should be of the form "GetBindCount ..." (golint)
    • Line 126: warning: comment on exported method Skin.GetBindPose should be of the form "GetBindPose ..." (golint)
    • Line 150: warning: comment on exported method Skin.SetBindBone should be of the form "SetBindBone ..." (golint)
    • Line 172: warning: comment on exported method Skin.SetBindCount should be of the form "SetBindCount ..." (golint)
    • Line 193: warning: comment on exported method Skin.SetBindPose should be of the form "SetBindPose ..." (golint)
    • godot-go/godot/visualshadernodevectordecompose.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorDecompose should be of the form "VisualShaderNodeVectorDecompose ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorDecompose.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/geometry.gen.go
    • Line 47: warning: don't use underscores in Go names; func new_GeometryFromPointer should be newGeometryFromPointer (golint)
    • Line 59: warning: comment on exported var Geometry should be of the form "Geometry ..." (golint)
    • godot-go/godot/geometryinstance.gen.go
    • Line 20: warning: exported const GeometryInstanceFlagDrawNextFrameIfVisible should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const GeometryInstanceShadowCastingSettingDoubleSided should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported type GeometryInstance should be of the form "GeometryInstance ..." (with optional leading article) (golint)
    • Line 52: warning: exported method GeometryInstance.BaseClass should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method GeometryInstance.GetCastShadowsSetting should be of the form "GetCastShadowsSetting ..." (golint)
    • Line 79: warning: comment on exported method GeometryInstance.GetExtraCullMargin should be of the form "GetExtraCullMargin ..." (golint)
    • Line 102: warning: comment on exported method GeometryInstance.GetFlag should be of the form "GetFlag ..." (golint)
    • Line 126: warning: comment on exported method GeometryInstance.GetLodMaxDistance should be of the form "GetLodMaxDistance ..." (golint)
    • Line 149: warning: comment on exported method GeometryInstance.GetLodMaxHysteresis should be of the form "GetLodMaxHysteresis ..." (golint)
    • Line 172: warning: comment on exported method GeometryInstance.GetLodMinDistance should be of the form "GetLodMinDistance ..." (golint)
    • Line 195: warning: comment on exported method GeometryInstance.GetLodMinHysteresis should be of the form "GetLodMinHysteresis ..." (golint)
    • Line 218: warning: comment on exported method GeometryInstance.GetMaterialOverride should be of the form "GetMaterialOverride ..." (golint)
    • Line 255: warning: comment on exported method GeometryInstance.SetCastShadowsSetting should be of the form "SetCastShadowsSetting ..." (golint)
    • Line 276: warning: comment on exported method GeometryInstance.SetCustomAabb should be of the form "SetCustomAabb ..." (golint)
    • Line 297: warning: comment on exported method GeometryInstance.SetExtraCullMargin should be of the form "SetExtraCullMargin ..." (golint)
    • Line 318: warning: comment on exported method GeometryInstance.SetFlag should be of the form "SetFlag ..." (golint)
    • Line 340: warning: comment on exported method GeometryInstance.SetLodMaxDistance should be of the form "SetLodMaxDistance ..." (golint)
    • Line 361: warning: comment on exported method GeometryInstance.SetLodMaxHysteresis should be of the form "SetLodMaxHysteresis ..." (golint)
    • Line 382: warning: comment on exported method GeometryInstance.SetLodMinDistance should be of the form "SetLodMinDistance ..." (golint)
    • Line 403: warning: comment on exported method GeometryInstance.SetLodMinHysteresis should be of the form "SetLodMinHysteresis ..." (golint)
    • Line 424: warning: comment on exported method GeometryInstance.SetMaterialOverride should be of the form "SetMaterialOverride ..." (golint)
    • godot-go/godot/opensimplexnoise.gen.go
    • Line 25: warning: comment on exported type OpenSimplexNoise should be of the form "OpenSimplexNoise ..." (with optional leading article) (golint)
    • Line 33: warning: exported method OpenSimplexNoise.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method OpenSimplexNoise.GetImage should be of the form "GetImage ..." (golint)
    • Line 76: warning: comment on exported method OpenSimplexNoise.GetLacunarity should be of the form "GetLacunarity ..." (golint)
    • Line 99: warning: comment on exported method OpenSimplexNoise.GetNoise1D should be of the form "GetNoise1D ..." (golint)
    • Line 123: warning: comment on exported method OpenSimplexNoise.GetNoise2D should be of the form "GetNoise2D ..." (golint)
    • Line 148: warning: comment on exported method OpenSimplexNoise.GetNoise2Dv should be of the form "GetNoise2Dv ..." (golint)
    • Line 172: warning: comment on exported method OpenSimplexNoise.GetNoise3D should be of the form "GetNoise3D ..." (golint)
    • Line 198: warning: comment on exported method OpenSimplexNoise.GetNoise3Dv should be of the form "GetNoise3Dv ..." (golint)
    • Line 222: warning: comment on exported method OpenSimplexNoise.GetNoise4D should be of the form "GetNoise4D ..." (golint)
    • Line 249: warning: comment on exported method OpenSimplexNoise.GetOctaves should be of the form "GetOctaves ..." (golint)
    • Line 272: warning: comment on exported method OpenSimplexNoise.GetPeriod should be of the form "GetPeriod ..." (golint)
    • Line 295: warning: comment on exported method OpenSimplexNoise.GetPersistence should be of the form "GetPersistence ..." (golint)
    • Line 318: warning: comment on exported method OpenSimplexNoise.GetSeamlessImage should be of the form "GetSeamlessImage ..." (golint)
    • Line 356: warning: comment on exported method OpenSimplexNoise.GetSeed should be of the form "GetSeed ..." (golint)
    • Line 379: warning: comment on exported method OpenSimplexNoise.SetLacunarity should be of the form "SetLacunarity ..." (golint)
    • Line 400: warning: comment on exported method OpenSimplexNoise.SetOctaves should be of the form "SetOctaves ..." (golint)
    • Line 421: warning: comment on exported method OpenSimplexNoise.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 442: warning: comment on exported method OpenSimplexNoise.SetPersistence should be of the form "SetPersistence ..." (golint)
    • Line 463: warning: comment on exported method OpenSimplexNoise.SetSeed should be of the form "SetSeed ..." (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.GetEncodeBufferMaxSize should be of the form "GetEncodeBufferMaxSize ..." (golint)
    • Line 83: warning: comment on exported method PacketPeer.GetPacket should be of the form "GetPacket ..." (golint)
    • Line 106: warning: comment on exported method PacketPeer.GetPacketError should be of the form "GetPacketError ..." (golint)
    • Line 129: warning: comment on exported method PacketPeer.GetVar should be of the form "GetVar ..." (golint)
    • Line 153: warning: comment on exported method PacketPeer.IsObjectDecodingAllowed should be of the form "IsObjectDecodingAllowed ..." (golint)
    • Line 176: warning: comment on exported method PacketPeer.PutPacket should be of the form "PutPacket ..." (golint)
    • Line 200: warning: comment on exported method PacketPeer.PutVar should be of the form "PutVar ..." (golint)
    • Line 225: warning: comment on exported method PacketPeer.SetAllowObjectDecoding should be of the form "SetAllowObjectDecoding ..." (golint)
    • Line 246: warning: comment on exported method PacketPeer.SetEncodeBufferMaxSize should be of the form "SetEncodeBufferMaxSize ..." (golint)
    • godot-go/godot/upnpdevice.gen.go
    • Line 20: warning: exported const UPNPDeviceIgdStatusDisconnected should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: comment on exported type UPNPDevice should be of the form "UPNPDevice ..." (with optional leading article) (golint)
    • Line 49: warning: exported method UPNPDevice.BaseClass should have comment or be unexported (golint)
    • Line 53: warning: comment on exported method UPNPDevice.AddPortMapping should be of the form "AddPortMapping ..." (golint)
    • Line 81: warning: comment on exported method UPNPDevice.DeletePortMapping should be of the form "DeletePortMapping ..." (golint)
    • Line 106: warning: comment on exported method UPNPDevice.GetDescriptionUrl should be of the form "GetDescriptionUrl ..." (golint)
    • Line 129: warning: comment on exported method UPNPDevice.GetIgdControlUrl should be of the form "GetIgdControlUrl ..." (golint)
    • Line 152: warning: comment on exported method UPNPDevice.GetIgdOurAddr should be of the form "GetIgdOurAddr ..." (golint)
    • Line 175: warning: comment on exported method UPNPDevice.GetIgdServiceType should be of the form "GetIgdServiceType ..." (golint)
    • Line 198: warning: comment on exported method UPNPDevice.GetIgdStatus should be of the form "GetIgdStatus ..." (golint)
    • Line 221: warning: comment on exported method UPNPDevice.GetServiceType should be of the form "GetServiceType ..." (golint)
    • Line 244: warning: comment on exported method UPNPDevice.IsValidGateway should be of the form "IsValidGateway ..." (golint)
    • Line 267: warning: comment on exported method UPNPDevice.QueryExternalAddress should be of the form "QueryExternalAddress ..." (golint)
    • Line 290: warning: comment on exported method UPNPDevice.SetDescriptionUrl should be of the form "SetDescriptionUrl ..." (golint)
    • Line 311: warning: comment on exported method UPNPDevice.SetIgdControlUrl should be of the form "SetIgdControlUrl ..." (golint)
    • Line 332: warning: comment on exported method UPNPDevice.SetIgdOurAddr should be of the form "SetIgdOurAddr ..." (golint)
    • Line 353: warning: comment on exported method UPNPDevice.SetIgdServiceType should be of the form "SetIgdServiceType ..." (golint)
    • Line 374: warning: comment on exported method UPNPDevice.SetIgdStatus should be of the form "SetIgdStatus ..." (golint)
    • Line 395: warning: comment on exported method UPNPDevice.SetServiceType should be of the form "SetServiceType ..." (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/websocketserver.gen.go
    • Line 25: warning: comment on exported type WebSocketServer should be of the form "WebSocketServer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method WebSocketServer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method WebSocketServer.DisconnectPeer should be of the form "DisconnectPeer ..." (golint)
    • Line 60: warning: comment on exported method WebSocketServer.GetBindIp should be of the form "GetBindIp ..." (golint)
    • Line 83: warning: comment on exported method WebSocketServer.GetCaChain should be of the form "GetCaChain ..." (golint)
    • Line 120: warning: comment on exported method WebSocketServer.GetPeerAddress should be of the form "GetPeerAddress ..." (golint)
    • Line 144: warning: comment on exported method WebSocketServer.GetPeerPort should be of the form "GetPeerPort ..." (golint)
    • Line 168: warning: comment on exported method WebSocketServer.GetPrivateKey should be of the form "GetPrivateKey ..." (golint)
    • Line 205: warning: comment on exported method WebSocketServer.GetSslCertificate should be of the form "GetSslCertificate ..." (golint)
    • Line 242: warning: comment on exported method WebSocketServer.HasPeer should be of the form "HasPeer ..." (golint)
    • Line 266: warning: comment on exported method WebSocketServer.IsListening should be of the form "IsListening ..." (golint)
    • Line 289: warning: comment on exported method WebSocketServer.Listen should be of the form "Listen ..." (golint)
    • Line 315: warning: comment on exported method WebSocketServer.SetBindIp should be of the form "SetBindIp ..." (golint)
    • Line 336: warning: comment on exported method WebSocketServer.SetCaChain should be of the form "SetCaChain ..." (golint)
    • Line 357: warning: comment on exported method WebSocketServer.SetPrivateKey should be of the form "SetPrivateKey ..." (golint)
    • Line 378: warning: comment on exported method WebSocketServer.SetSslCertificate should be of the form "SetSslCertificate ..." (golint)
    • Line 399: warning: comment on exported method WebSocketServer.Stop should be of the form "Stop ..." (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/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/audiostreamplayer3d.gen.go
    • Line 20: warning: exported const AudioStreamPlayer3DAttenuationDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const AudioStreamPlayer3DDopplerTrackingDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: exported const AudioStreamPlayer3DOutOfRangeMix should have comment (or a comment on this block) or be unexported (golint)
    • Line 52: warning: comment on exported type AudioStreamPlayer3D should be of the form "AudioStreamPlayer3D ..." (with optional leading article) (golint)
    • Line 60: warning: exported method AudioStreamPlayer3D.BaseClass should have comment or be unexported (golint)
    • Line 64: warning: comment on exported method AudioStreamPlayer3D.X_BusLayoutChanged should be of the form "X_BusLayoutChanged ..." (golint)
    • Line 68: warning: don't use underscores in Go names; method X_BusLayoutChanged should be XBusLayoutChanged (golint)
    • Line 84: warning: comment on exported method AudioStreamPlayer3D.X_IsActive should be of the form "X_IsActive ..." (golint)
    • Line 88: warning: don't use underscores in Go names; method X_IsActive should be XIsActive (golint)
    • Line 107: warning: comment on exported method AudioStreamPlayer3D.X_SetPlaying should be of the form "X_SetPlaying ..." (golint)
    • Line 111: warning: don't use underscores in Go names; method X_SetPlaying should be XSetPlaying (golint)
    • Line 128: warning: comment on exported method AudioStreamPlayer3D.GetAreaMask should be of the form "GetAreaMask ..." (golint)
    • Line 151: warning: comment on exported method AudioStreamPlayer3D.GetAttenuationFilterCutoffHz should be of the form "GetAttenuationFilterCutoffHz ..." (golint)
    • Line 174: warning: comment on exported method AudioStreamPlayer3D.GetAttenuationFilterDb should be of the form "GetAttenuationFilterDb ..." (golint)
    • Line 197: warning: comment on exported method AudioStreamPlayer3D.GetAttenuationModel should be of the form "GetAttenuationModel ..." (golint)
    • Line 220: warning: comment on exported method AudioStreamPlayer3D.GetBus should be of the form "GetBus ..." (golint)
    • Line 243: warning: comment on exported method AudioStreamPlayer3D.GetDopplerTracking should be of the form "GetDopplerTracking ..." (golint)
    • Line 266: warning: comment on exported method AudioStreamPlayer3D.GetEmissionAngle should be of the form "GetEmissionAngle ..." (golint)
    • Line 289: warning: comment on exported method AudioStreamPlayer3D.GetEmissionAngleFilterAttenuationDb should be of the form "GetEmissionAngleFilterAttenuationDb ..." (golint)
    • Line 312: warning: comment on exported method AudioStreamPlayer3D.GetMaxDb should be of the form "GetMaxDb ..." (golint)
    • Line 335: warning: comment on exported method AudioStreamPlayer3D.GetMaxDistance should be of the form "GetMaxDistance ..." (golint)
    • Line 358: warning: comment on exported method AudioStreamPlayer3D.GetOutOfRangeMode should be of the form "GetOutOfRangeMode ..." (golint)
    • Line 381: warning: comment on exported method AudioStreamPlayer3D.GetPitchScale should be of the form "GetPitchScale ..." (golint)
    • Line 404: warning: comment on exported method AudioStreamPlayer3D.GetPlaybackPosition should be of the form "GetPlaybackPosition ..." (golint)
    • Line 427: warning: comment on exported method AudioStreamPlayer3D.GetStream should be of the form "GetStream ..." (golint)
    • Line 464: warning: comment on exported method AudioStreamPlayer3D.GetStreamPaused should be of the form "GetStreamPaused ..." (golint)
    • Line 487: warning: comment on exported method AudioStreamPlayer3D.GetStreamPlayback should be of the form "GetStreamPlayback ..." (golint)
    • Line 524: warning: comment on exported method AudioStreamPlayer3D.GetUnitDb should be of the form "GetUnitDb ..." (golint)
    • Line 547: warning: comment on exported method AudioStreamPlayer3D.GetUnitSize should be of the form "GetUnitSize ..." (golint)
    • Line 570: warning: comment on exported method AudioStreamPlayer3D.IsAutoplayEnabled should be of the form "IsAutoplayEnabled ..." (golint)
    • Line 593: warning: comment on exported method AudioStreamPlayer3D.IsEmissionAngleEnabled should be of the form "IsEmissionAngleEnabled ..." (golint)
    • Line 616: warning: comment on exported method AudioStreamPlayer3D.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 639: warning: comment on exported method AudioStreamPlayer3D.Play should be of the form "Play ..." (golint)
    • Line 660: warning: comment on exported method AudioStreamPlayer3D.Seek should be of the form "Seek ..." (golint)
    • Line 681: warning: comment on exported method AudioStreamPlayer3D.SetAreaMask should be of the form "SetAreaMask ..." (golint)
    • Line 702: warning: comment on exported method AudioStreamPlayer3D.SetAttenuationFilterCutoffHz should be of the form "SetAttenuationFilterCutoffHz ..." (golint)
    • Line 723: warning: comment on exported method AudioStreamPlayer3D.SetAttenuationFilterDb should be of the form "SetAttenuationFilterDb ..." (golint)
    • Line 744: warning: comment on exported method AudioStreamPlayer3D.SetAttenuationModel should be of the form "SetAttenuationModel ..." (golint)
    • Line 765: warning: comment on exported method AudioStreamPlayer3D.SetAutoplay should be of the form "SetAutoplay ..." (golint)
    • Line 786: warning: comment on exported method AudioStreamPlayer3D.SetBus should be of the form "SetBus ..." (golint)
    • Line 807: warning: comment on exported method AudioStreamPlayer3D.SetDopplerTracking should be of the form "SetDopplerTracking ..." (golint)
    • Line 828: warning: comment on exported method AudioStreamPlayer3D.SetEmissionAngle should be of the form "SetEmissionAngle ..." (golint)
    • Line 849: warning: comment on exported method AudioStreamPlayer3D.SetEmissionAngleEnabled should be of the form "SetEmissionAngleEnabled ..." (golint)
    • Line 870: warning: comment on exported method AudioStreamPlayer3D.SetEmissionAngleFilterAttenuationDb should be of the form "SetEmissionAngleFilterAttenuationDb ..." (golint)
    • Line 891: warning: comment on exported method AudioStreamPlayer3D.SetMaxDb should be of the form "SetMaxDb ..." (golint)
    • Line 912: warning: comment on exported method AudioStreamPlayer3D.SetMaxDistance should be of the form "SetMaxDistance ..." (golint)
    • Line 933: warning: comment on exported method AudioStreamPlayer3D.SetOutOfRangeMode should be of the form "SetOutOfRangeMode ..." (golint)
    • Line 954: warning: comment on exported method AudioStreamPlayer3D.SetPitchScale should be of the form "SetPitchScale ..." (golint)
    • Line 975: warning: comment on exported method AudioStreamPlayer3D.SetStream should be of the form "SetStream ..." (golint)
    • Line 996: warning: comment on exported method AudioStreamPlayer3D.SetStreamPaused should be of the form "SetStreamPaused ..." (golint)
    • Line 1017: warning: comment on exported method AudioStreamPlayer3D.SetUnitDb should be of the form "SetUnitDb ..." (golint)
    • Line 1038: warning: comment on exported method AudioStreamPlayer3D.SetUnitSize should be of the form "SetUnitSize ..." (golint)
    • Line 1059: warning: comment on exported method AudioStreamPlayer3D.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/hashingcontext.gen.go
    • Line 20: warning: exported const HashingContextHashMd5 should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported method HashingContext.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method HashingContext.Finish should be of the form "Finish ..." (golint)
    • Line 69: warning: comment on exported method HashingContext.Start should be of the form "Start ..." (golint)
    • Line 93: warning: comment on exported method HashingContext.Update should be of the form "Update ..." (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.GenerateTriangleMesh should be of the form "GenerateTriangleMesh ..." (golint)
    • Line 133: warning: comment on exported method SpriteBase3D.GetAlphaCutMode should be of the form "GetAlphaCutMode ..." (golint)
    • Line 156: warning: comment on exported method SpriteBase3D.GetAxis should be of the form "GetAxis ..." (golint)
    • Line 179: warning: comment on exported method SpriteBase3D.GetBillboardMode should be of the form "GetBillboardMode ..." (golint)
    • Line 202: warning: comment on exported method SpriteBase3D.GetDrawFlag should be of the form "GetDrawFlag ..." (golint)
    • Line 226: warning: comment on exported method SpriteBase3D.GetItemRect should be of the form "GetItemRect ..." (golint)
    • Line 249: warning: comment on exported method SpriteBase3D.GetModulate should be of the form "GetModulate ..." (golint)
    • Line 272: warning: comment on exported method SpriteBase3D.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 295: warning: comment on exported method SpriteBase3D.GetOpacity should be of the form "GetOpacity ..." (golint)
    • Line 318: warning: comment on exported method SpriteBase3D.GetPixelSize should be of the form "GetPixelSize ..." (golint)
    • Line 341: warning: comment on exported method SpriteBase3D.IsCentered should be of the form "IsCentered ..." (golint)
    • Line 364: warning: comment on exported method SpriteBase3D.IsFlippedH should be of the form "IsFlippedH ..." (golint)
    • Line 387: warning: comment on exported method SpriteBase3D.IsFlippedV should be of the form "IsFlippedV ..." (golint)
    • Line 410: warning: comment on exported method SpriteBase3D.SetAlphaCutMode should be of the form "SetAlphaCutMode ..." (golint)
    • Line 431: warning: comment on exported method SpriteBase3D.SetAxis should be of the form "SetAxis ..." (golint)
    • Line 452: warning: comment on exported method SpriteBase3D.SetBillboardMode should be of the form "SetBillboardMode ..." (golint)
    • Line 473: warning: comment on exported method SpriteBase3D.SetCentered should be of the form "SetCentered ..." (golint)
    • Line 494: warning: comment on exported method SpriteBase3D.SetDrawFlag should be of the form "SetDrawFlag ..." (golint)
    • Line 516: warning: comment on exported method SpriteBase3D.SetFlipH should be of the form "SetFlipH ..." (golint)
    • Line 537: warning: comment on exported method SpriteBase3D.SetFlipV should be of the form "SetFlipV ..." (golint)
    • Line 558: warning: comment on exported method SpriteBase3D.SetModulate should be of the form "SetModulate ..." (golint)
    • Line 579: warning: comment on exported method SpriteBase3D.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 600: warning: comment on exported method SpriteBase3D.SetOpacity should be of the form "SetOpacity ..." (golint)
    • Line 621: warning: comment on exported method SpriteBase3D.SetPixelSize should be of the form "SetPixelSize ..." (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.IsListening should be of the form "IsListening ..." (golint)
    • Line 83: warning: comment on exported method TCP_Server.Listen should be of the form "Listen ..." (golint)
    • Line 108: warning: comment on exported method TCP_Server.Stop should be of the form "Stop ..." (golint)
    • Line 128: warning: comment on exported method TCP_Server.TakeConnection should be of the form "TakeConnection ..." (golint)
    • Line 167: warning: don't use underscores in Go names; type TCP_ServerImplementer should be TCPServerImplementer (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/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/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/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 CameraProjectionFrustum should have comment (or a comment on this block) or be unexported (golint)
    • Line 51: warning: comment on exported type Camera should be of the form "Camera ..." (with optional leading article) (golint)
    • Line 59: warning: exported method Camera.BaseClass should have comment or be unexported (golint)
    • Line 63: warning: comment on exported method Camera.ClearCurrent should be of the form "ClearCurrent ..." (golint)
    • Line 84: warning: comment on exported method Camera.GetCameraRid should be of the form "GetCameraRid ..." (golint)
    • Line 107: warning: comment on exported method Camera.GetCameraTransform should be of the form "GetCameraTransform ..." (golint)
    • Line 130: warning: comment on exported method Camera.GetCullMask should be of the form "GetCullMask ..." (golint)
    • Line 153: warning: comment on exported method Camera.GetCullMaskBit should be of the form "GetCullMaskBit ..." (golint)
    • Line 177: warning: comment on exported method Camera.GetDopplerTracking should be of the form "GetDopplerTracking ..." (golint)
    • Line 200: warning: comment on exported method Camera.GetEnvironment should be of the form "GetEnvironment ..." (golint)
    • Line 237: warning: comment on exported method Camera.GetFov should be of the form "GetFov ..." (golint)
    • Line 260: warning: comment on exported method Camera.GetFrustum should be of the form "GetFrustum ..." (golint)
    • Line 283: warning: comment on exported method Camera.GetFrustumOffset should be of the form "GetFrustumOffset ..." (golint)
    • Line 306: warning: comment on exported method Camera.GetHOffset should be of the form "GetHOffset ..." (golint)
    • Line 329: warning: comment on exported method Camera.GetKeepAspectMode should be of the form "GetKeepAspectMode ..." (golint)
    • Line 352: warning: comment on exported method Camera.GetProjection should be of the form "GetProjection ..." (golint)
    • Line 375: warning: comment on exported method Camera.GetSize should be of the form "GetSize ..." (golint)
    • Line 398: warning: comment on exported method Camera.GetVOffset should be of the form "GetVOffset ..." (golint)
    • Line 421: warning: comment on exported method Camera.GetZfar should be of the form "GetZfar ..." (golint)
    • Line 444: warning: comment on exported method Camera.GetZnear should be of the form "GetZnear ..." (golint)
    • Line 467: warning: comment on exported method Camera.IsCurrent should be of the form "IsCurrent ..." (golint)
    • Line 490: warning: comment on exported method Camera.IsPositionBehind should be of the form "IsPositionBehind ..." (golint)
    • Line 514: warning: comment on exported method Camera.MakeCurrent should be of the form "MakeCurrent ..." (golint)
    • Line 534: warning: comment on exported method Camera.ProjectLocalRayNormal should be of the form "ProjectLocalRayNormal ..." (golint)
    • Line 558: warning: comment on exported method Camera.ProjectPosition should be of the form "ProjectPosition ..." (golint)
    • Line 583: warning: comment on exported method Camera.ProjectRayNormal should be of the form "ProjectRayNormal ..." (golint)
    • Line 607: warning: comment on exported method Camera.ProjectRayOrigin should be of the form "ProjectRayOrigin ..." (golint)
    • Line 631: warning: comment on exported method Camera.SetCullMask should be of the form "SetCullMask ..." (golint)
    • Line 652: warning: comment on exported method Camera.SetCullMaskBit should be of the form "SetCullMaskBit ..." (golint)
    • Line 674: warning: comment on exported method Camera.SetCurrent should be of the form "SetCurrent ..." (golint)
    • Line 695: warning: comment on exported method Camera.SetDopplerTracking should be of the form "SetDopplerTracking ..." (golint)
    • Line 716: warning: comment on exported method Camera.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 737: warning: comment on exported method Camera.SetFov should be of the form "SetFov ..." (golint)
    • Line 758: warning: comment on exported method Camera.SetFrustum should be of the form "SetFrustum ..." (golint)
    • Line 782: warning: comment on exported method Camera.SetFrustumOffset should be of the form "SetFrustumOffset ..." (golint)
    • Line 803: warning: comment on exported method Camera.SetHOffset should be of the form "SetHOffset ..." (golint)
    • Line 824: warning: comment on exported method Camera.SetKeepAspectMode should be of the form "SetKeepAspectMode ..." (golint)
    • Line 845: warning: comment on exported method Camera.SetOrthogonal should be of the form "SetOrthogonal ..." (golint)
    • Line 868: warning: comment on exported method Camera.SetPerspective should be of the form "SetPerspective ..." (golint)
    • Line 891: warning: comment on exported method Camera.SetProjection should be of the form "SetProjection ..." (golint)
    • Line 912: warning: comment on exported method Camera.SetSize should be of the form "SetSize ..." (golint)
    • Line 933: warning: comment on exported method Camera.SetVOffset should be of the form "SetVOffset ..." (golint)
    • Line 954: warning: comment on exported method Camera.SetZfar should be of the form "SetZfar ..." (golint)
    • Line 975: warning: comment on exported method Camera.SetZnear should be of the form "SetZnear ..." (golint)
    • Line 996: warning: comment on exported method Camera.UnprojectPosition should be of the form "UnprojectPosition ..." (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.X_ReloadPhysicsCharacteristics should be of the form "X_ReloadPhysicsCharacteristics ..." (golint)
    • Line 144: warning: don't use underscores in Go names; method X_ReloadPhysicsCharacteristics should be XReloadPhysicsCharacteristics (golint)
    • Line 160: warning: comment on exported method RigidBody2D.AddCentralForce should be of the form "AddCentralForce ..." (golint)
    • Line 181: warning: comment on exported method RigidBody2D.AddForce should be of the form "AddForce ..." (golint)
    • Line 203: warning: comment on exported method RigidBody2D.AddTorque should be of the form "AddTorque ..." (golint)
    • Line 224: warning: comment on exported method RigidBody2D.ApplyCentralImpulse should be of the form "ApplyCentralImpulse ..." (golint)
    • Line 245: warning: comment on exported method RigidBody2D.ApplyImpulse should be of the form "ApplyImpulse ..." (golint)
    • Line 267: warning: comment on exported method RigidBody2D.ApplyTorqueImpulse should be of the form "ApplyTorqueImpulse ..." (golint)
    • Line 288: warning: comment on exported method RigidBody2D.GetAngularDamp should be of the form "GetAngularDamp ..." (golint)
    • Line 311: warning: comment on exported method RigidBody2D.GetAngularVelocity should be of the form "GetAngularVelocity ..." (golint)
    • Line 334: warning: comment on exported method RigidBody2D.GetAppliedForce should be of the form "GetAppliedForce ..." (golint)
    • Line 357: warning: comment on exported method RigidBody2D.GetAppliedTorque should be of the form "GetAppliedTorque ..." (golint)
    • Line 380: warning: comment on exported method RigidBody2D.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 403: warning: comment on exported method RigidBody2D.GetCollidingBodies should be of the form "GetCollidingBodies ..." (golint)
    • Line 426: warning: comment on exported method RigidBody2D.GetContinuousCollisionDetectionMode should be of the form "GetContinuousCollisionDetectionMode ..." (golint)
    • Line 449: warning: comment on exported method RigidBody2D.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 472: warning: comment on exported method RigidBody2D.GetGravityScale should be of the form "GetGravityScale ..." (golint)
    • Line 495: warning: comment on exported method RigidBody2D.GetInertia should be of the form "GetInertia ..." (golint)
    • Line 518: warning: comment on exported method RigidBody2D.GetLinearDamp should be of the form "GetLinearDamp ..." (golint)
    • Line 541: warning: comment on exported method RigidBody2D.GetLinearVelocity should be of the form "GetLinearVelocity ..." (golint)
    • Line 564: warning: comment on exported method RigidBody2D.GetMass should be of the form "GetMass ..." (golint)
    • Line 587: warning: comment on exported method RigidBody2D.GetMaxContactsReported should be of the form "GetMaxContactsReported ..." (golint)
    • Line 610: warning: comment on exported method RigidBody2D.GetMode should be of the form "GetMode ..." (golint)
    • Line 633: warning: comment on exported method RigidBody2D.GetPhysicsMaterialOverride should be of the form "GetPhysicsMaterialOverride ..." (golint)
    • Line 670: warning: comment on exported method RigidBody2D.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 693: warning: comment on exported method RigidBody2D.IsAbleToSleep should be of the form "IsAbleToSleep ..." (golint)
    • Line 716: warning: comment on exported method RigidBody2D.IsContactMonitorEnabled should be of the form "IsContactMonitorEnabled ..." (golint)
    • Line 739: warning: comment on exported method RigidBody2D.IsSleeping should be of the form "IsSleeping ..." (golint)
    • Line 762: warning: comment on exported method RigidBody2D.IsUsingCustomIntegrator should be of the form "IsUsingCustomIntegrator ..." (golint)
    • Line 785: warning: comment on exported method RigidBody2D.SetAngularDamp should be of the form "SetAngularDamp ..." (golint)
    • Line 806: warning: comment on exported method RigidBody2D.SetAngularVelocity should be of the form "SetAngularVelocity ..." (golint)
    • Line 827: warning: comment on exported method RigidBody2D.SetAppliedForce should be of the form "SetAppliedForce ..." (golint)
    • Line 848: warning: comment on exported method RigidBody2D.SetAppliedTorque should be of the form "SetAppliedTorque ..." (golint)
    • Line 869: warning: comment on exported method RigidBody2D.SetAxisVelocity should be of the form "SetAxisVelocity ..." (golint)
    • Line 890: warning: comment on exported method RigidBody2D.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 911: warning: comment on exported method RigidBody2D.SetCanSleep should be of the form "SetCanSleep ..." (golint)
    • Line 932: warning: comment on exported method RigidBody2D.SetContactMonitor should be of the form "SetContactMonitor ..." (golint)
    • Line 953: warning: comment on exported method RigidBody2D.SetContinuousCollisionDetectionMode should be of the form "SetContinuousCollisionDetectionMode ..." (golint)
    • Line 974: warning: comment on exported method RigidBody2D.SetFriction should be of the form "SetFriction ..." (golint)
    • Line 995: warning: comment on exported method RigidBody2D.SetGravityScale should be of the form "SetGravityScale ..." (golint)
    • Line 1016: warning: comment on exported method RigidBody2D.SetInertia should be of the form "SetInertia ..." (golint)
    • Line 1037: warning: comment on exported method RigidBody2D.SetLinearDamp should be of the form "SetLinearDamp ..." (golint)
    • Line 1058: warning: comment on exported method RigidBody2D.SetLinearVelocity should be of the form "SetLinearVelocity ..." (golint)
    • Line 1079: warning: comment on exported method RigidBody2D.SetMass should be of the form "SetMass ..." (golint)
    • Line 1100: warning: comment on exported method RigidBody2D.SetMaxContactsReported should be of the form "SetMaxContactsReported ..." (golint)
    • Line 1121: warning: comment on exported method RigidBody2D.SetMode should be of the form "SetMode ..." (golint)
    • Line 1142: warning: comment on exported method RigidBody2D.SetPhysicsMaterialOverride should be of the form "SetPhysicsMaterialOverride ..." (golint)
    • Line 1163: warning: comment on exported method RigidBody2D.SetSleeping should be of the form "SetSleeping ..." (golint)
    • Line 1184: warning: comment on exported method RigidBody2D.SetUseCustomIntegrator should be of the form "SetUseCustomIntegrator ..." (golint)
    • Line 1205: warning: comment on exported method RigidBody2D.SetWeight should be of the form "SetWeight ..." (golint)
    • Line 1226: warning: comment on exported method RigidBody2D.TestMotion should be of the form "TestMotion ..." (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/visualshadernodecubemapuniform.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeCubeMapUniform should be of the form "VisualShaderNodeCubeMapUniform ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeCubeMapUniform.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/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.SetConfigFile should be of the form "SetConfigFile ..." (golint)
    • Line 210: warning: comment on exported method GDNativeLibrary.SetLoadOnce should be of the form "SetLoadOnce ..." (golint)
    • Line 231: warning: comment on exported method GDNativeLibrary.SetReloadable should be of the form "SetReloadable ..." (golint)
    • Line 252: warning: comment on exported method GDNativeLibrary.SetSingleton should be of the form "SetSingleton ..." (golint)
    • Line 273: warning: comment on exported method GDNativeLibrary.SetSymbolPrefix should be of the form "SetSymbolPrefix ..." (golint)
    • Line 294: warning: comment on exported method GDNativeLibrary.ShouldLoadOnce should be of the form "ShouldLoadOnce ..." (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/remotetransform.gen.go
    • Line 25: warning: comment on exported type RemoteTransform should be of the form "RemoteTransform ..." (with optional leading article) (golint)
    • Line 33: warning: exported method RemoteTransform.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RemoteTransform.ForceUpdateCache should be of the form "ForceUpdateCache ..." (golint)
    • Line 57: warning: comment on exported method RemoteTransform.GetRemoteNode should be of the form "GetRemoteNode ..." (golint)
    • Line 80: warning: comment on exported method RemoteTransform.GetUpdatePosition should be of the form "GetUpdatePosition ..." (golint)
    • Line 103: warning: comment on exported method RemoteTransform.GetUpdateRotation should be of the form "GetUpdateRotation ..." (golint)
    • Line 126: warning: comment on exported method RemoteTransform.GetUpdateScale should be of the form "GetUpdateScale ..." (golint)
    • Line 149: warning: comment on exported method RemoteTransform.GetUseGlobalCoordinates should be of the form "GetUseGlobalCoordinates ..." (golint)
    • Line 172: warning: comment on exported method RemoteTransform.SetRemoteNode should be of the form "SetRemoteNode ..." (golint)
    • Line 193: warning: comment on exported method RemoteTransform.SetUpdatePosition should be of the form "SetUpdatePosition ..." (golint)
    • Line 214: warning: comment on exported method RemoteTransform.SetUpdateRotation should be of the form "SetUpdateRotation ..." (golint)
    • Line 235: warning: comment on exported method RemoteTransform.SetUpdateScale should be of the form "SetUpdateScale ..." (golint)
    • Line 256: warning: comment on exported method RemoteTransform.SetUseGlobalCoordinates should be of the form "SetUseGlobalCoordinates ..." (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 72: warning: comment on exported method UndoRedo.AddDoProperty should be of the form "AddDoProperty ..." (golint)
    • Line 95: warning: comment on exported method UndoRedo.AddDoReference should be of the form "AddDoReference ..." (golint)
    • Line 116: warning: comment on exported method UndoRedo.AddUndoMethod should be of the form "AddUndoMethod ..." (golint)
    • Line 142: warning: comment on exported method UndoRedo.AddUndoProperty should be of the form "AddUndoProperty ..." (golint)
    • Line 165: warning: comment on exported method UndoRedo.AddUndoReference should be of the form "AddUndoReference ..." (golint)
    • Line 186: warning: comment on exported method UndoRedo.ClearHistory should be of the form "ClearHistory ..." (golint)
    • Line 207: warning: comment on exported method UndoRedo.CommitAction should be of the form "CommitAction ..." (golint)
    • Line 227: warning: comment on exported method UndoRedo.CreateAction should be of the form "CreateAction ..." (golint)
    • Line 249: warning: comment on exported method UndoRedo.GetCurrentActionName should be of the form "GetCurrentActionName ..." (golint)
    • Line 272: warning: comment on exported method UndoRedo.GetVersion should be of the form "GetVersion ..." (golint)
    • Line 295: warning: comment on exported method UndoRedo.HasRedo should be of the form "HasRedo ..." (golint)
    • Line 318: warning: comment on exported method UndoRedo.HasUndo should be of the form "HasUndo ..." (golint)
    • Line 341: warning: comment on exported method UndoRedo.IsCommitingAction should be of the form "IsCommitingAction ..." (golint)
    • Line 364: warning: comment on exported method UndoRedo.Redo should be of the form "Redo ..." (golint)
    • Line 387: warning: comment on exported method UndoRedo.Undo should be of the form "Undo ..." (golint)
    • godot-go/godot/animationnode.gen.go
    • Line 20: warning: exported const AnimationNodeFilterBlend should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type AnimationNode should be of the form "AnimationNode ..." (with optional leading article) (golint)
    • Line 43: warning: exported method AnimationNode.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method AnimationNode.X_GetFilters should be of the form "X_GetFilters ..." (golint)
    • Line 51: warning: don't use underscores in Go names; method X_GetFilters should be XGetFilters (golint)
    • Line 70: warning: comment on exported method AnimationNode.X_SetFilters should be of the form "X_SetFilters ..." (golint)
    • Line 74: warning: don't use underscores in Go names; method X_SetFilters should be XSetFilters (golint)
    • Line 91: warning: comment on exported method AnimationNode.AddInput should be of the form "AddInput ..." (golint)
    • Line 112: warning: comment on exported method AnimationNode.BlendAnimation should be of the form "BlendAnimation ..." (golint)
    • Line 137: warning: comment on exported method AnimationNode.BlendInput should be of the form "BlendInput ..." (golint)
    • Line 166: warning: comment on exported method AnimationNode.BlendNode should be of the form "BlendNode ..." (golint)
    • Line 196: warning: comment on exported method AnimationNode.GetCaption should be of the form "GetCaption ..." (golint)
    • Line 219: warning: comment on exported method AnimationNode.GetChildByName should be of the form "GetChildByName ..." (golint)
    • Line 257: warning: comment on exported method AnimationNode.GetChildNodes should be of the form "GetChildNodes ..." (golint)
    • Line 280: warning: comment on exported method AnimationNode.GetInputCount should be of the form "GetInputCount ..." (golint)
    • Line 303: warning: comment on exported method AnimationNode.GetInputName should be of the form "GetInputName ..." (golint)
    • Line 327: warning: comment on exported method AnimationNode.GetParameter should be of the form "GetParameter ..." (golint)
    • Line 351: warning: comment on exported method AnimationNode.GetParameterDefaultValue should be of the form "GetParameterDefaultValue ..." (golint)
    • Line 375: warning: comment on exported method AnimationNode.GetParameterList should be of the form "GetParameterList ..." (golint)
    • Line 398: warning: comment on exported method AnimationNode.HasFilter should be of the form "HasFilter ..." (golint)
    • Line 421: warning: comment on exported method AnimationNode.IsFilterEnabled should be of the form "IsFilterEnabled ..." (golint)
    • Line 444: warning: comment on exported method AnimationNode.IsPathFiltered should be of the form "IsPathFiltered ..." (golint)
    • Line 468: warning: comment on exported method AnimationNode.Process should be of the form "Process ..." (golint)
    • Line 490: warning: comment on exported method AnimationNode.RemoveInput should be of the form "RemoveInput ..." (golint)
    • Line 511: warning: comment on exported method AnimationNode.SetFilterEnabled should be of the form "SetFilterEnabled ..." (golint)
    • Line 532: warning: comment on exported method AnimationNode.SetFilterPath should be of the form "SetFilterPath ..." (golint)
    • Line 554: warning: comment on exported method AnimationNode.SetParameter should be of the form "SetParameter ..." (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.GetShapeOwnerOneWayCollisionMargin should be of the form "GetShapeOwnerOneWayCollisionMargin ..." (golint)
    • Line 131: warning: comment on exported method CollisionObject2D.GetShapeOwners should be of the form "GetShapeOwners ..." (golint)
    • Line 154: warning: comment on exported method CollisionObject2D.IsPickable should be of the form "IsPickable ..." (golint)
    • Line 177: warning: comment on exported method CollisionObject2D.IsShapeOwnerDisabled should be of the form "IsShapeOwnerDisabled ..." (golint)
    • Line 201: warning: comment on exported method CollisionObject2D.IsShapeOwnerOneWayCollisionEnabled should be of the form "IsShapeOwnerOneWayCollisionEnabled ..." (golint)
    • Line 225: warning: comment on exported method CollisionObject2D.RemoveShapeOwner should be of the form "RemoveShapeOwner ..." (golint)
    • Line 246: warning: comment on exported method CollisionObject2D.SetPickable should be of the form "SetPickable ..." (golint)
    • Line 267: warning: comment on exported method CollisionObject2D.ShapeFindOwner should be of the form "ShapeFindOwner ..." (golint)
    • Line 291: warning: comment on exported method CollisionObject2D.ShapeOwnerAddShape should be of the form "ShapeOwnerAddShape ..." (golint)
    • Line 313: warning: comment on exported method CollisionObject2D.ShapeOwnerClearShapes should be of the form "ShapeOwnerClearShapes ..." (golint)
    • Line 334: warning: comment on exported method CollisionObject2D.ShapeOwnerGetOwner should be of the form "ShapeOwnerGetOwner ..." (golint)
    • Line 372: warning: comment on exported method CollisionObject2D.ShapeOwnerGetShape should be of the form "ShapeOwnerGetShape ..." (golint)
    • Line 411: warning: comment on exported method CollisionObject2D.ShapeOwnerGetShapeCount should be of the form "ShapeOwnerGetShapeCount ..." (golint)
    • Line 435: warning: comment on exported method CollisionObject2D.ShapeOwnerGetShapeIndex should be of the form "ShapeOwnerGetShapeIndex ..." (golint)
    • Line 460: warning: comment on exported method CollisionObject2D.ShapeOwnerGetTransform should be of the form "ShapeOwnerGetTransform ..." (golint)
    • Line 484: warning: comment on exported method CollisionObject2D.ShapeOwnerRemoveShape should be of the form "ShapeOwnerRemoveShape ..." (golint)
    • Line 506: warning: comment on exported method CollisionObject2D.ShapeOwnerSetDisabled should be of the form "ShapeOwnerSetDisabled ..." (golint)
    • Line 528: warning: comment on exported method CollisionObject2D.ShapeOwnerSetOneWayCollision should be of the form "ShapeOwnerSetOneWayCollision ..." (golint)
    • Line 550: warning: comment on exported method CollisionObject2D.ShapeOwnerSetOneWayCollisionMargin should be of the form "ShapeOwnerSetOneWayCollisionMargin ..." (golint)
    • Line 572: warning: comment on exported method CollisionObject2D.ShapeOwnerSetTransform should be of the form "ShapeOwnerSetTransform ..." (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.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 CollisionShape.X_UpdateDebugShape should be of the form "X_UpdateDebugShape ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_UpdateDebugShape should be XUpdateDebugShape (golint)
    • Line 77: warning: comment on exported method CollisionShape.GetShape should be of the form "GetShape ..." (golint)
    • Line 114: warning: comment on exported method CollisionShape.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 137: warning: comment on exported method CollisionShape.MakeConvexFromBrothers should be of the form "MakeConvexFromBrothers ..." (golint)
    • Line 157: warning: comment on exported method CollisionShape.ResourceChanged should be of the form "ResourceChanged ..." (golint)
    • Line 178: warning: comment on exported method CollisionShape.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 199: warning: comment on exported method CollisionShape.SetShape should be of the form "SetShape ..." (golint)
    • godot-go/godot/meshinstance.gen.go
    • Line 25: warning: comment on exported type MeshInstance should be of the form "MeshInstance ..." (with optional leading article) (golint)
    • 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.GetSkin should be of the form "GetSkin ..." (golint)
    • Line 214: warning: comment on exported method MeshInstance.GetSurfaceMaterial should be of the form "GetSurfaceMaterial ..." (golint)
    • Line 252: warning: comment on exported method MeshInstance.GetSurfaceMaterialCount should be of the form "GetSurfaceMaterialCount ..." (golint)
    • Line 275: warning: comment on exported method MeshInstance.SetMesh should be of the form "SetMesh ..." (golint)
    • Line 296: warning: comment on exported method MeshInstance.SetSkeletonPath should be of the form "SetSkeletonPath ..." (golint)
    • Line 317: warning: comment on exported method MeshInstance.SetSkin should be of the form "SetSkin ..." (golint)
    • Line 338: warning: comment on exported method MeshInstance.SetSurfaceMaterial should be of the form "SetSurfaceMaterial ..." (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/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/visualshadernodecolorop.gen.go
    • Line 20: warning: exported const VisualShaderNodeColorOpOpBurn should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: comment on exported type VisualShaderNodeColorOp should be of the form "VisualShaderNodeColorOp ..." (with optional leading article) (golint)
    • Line 48: warning: exported method VisualShaderNodeColorOp.BaseClass should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method VisualShaderNodeColorOp.GetOperator should be of the form "GetOperator ..." (golint)
    • Line 75: warning: comment on exported method VisualShaderNodeColorOp.SetOperator should be of the form "SetOperator ..." (golint)
    • godot-go/godot/visualshadernodevectorrefract.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorRefract should be of the form "VisualShaderNodeVectorRefract ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorRefract.BaseClass should have comment or be unexported (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/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.CanGenerateSmallPreview should be of the form "CanGenerateSmallPreview ..." (golint)
    • Line 60: warning: comment on exported method EditorResourcePreviewGenerator.Generate should be of the form "Generate ..." (golint)
    • Line 99: warning: comment on exported method EditorResourcePreviewGenerator.GenerateFromPath should be of the form "GenerateFromPath ..." (golint)
    • Line 138: warning: comment on exported method EditorResourcePreviewGenerator.GenerateSmallPreviewAutomatically should be of the form "GenerateSmallPreviewAutomatically ..." (golint)
    • Line 161: warning: comment on exported method EditorResourcePreviewGenerator.Handles should be of the form "Handles ..." (golint)
    • godot-go/godot/texturearray.gen.go
    • Line 25: warning: comment on exported type TextureArray should be of the form "TextureArray ..." (with optional leading article) (golint)
    • Line 33: warning: exported method TextureArray.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualshadernodetransformfunc.gen.go
    • Line 20: warning: exported const VisualShaderNodeTransformFuncFuncInverse should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type VisualShaderNodeTransformFunc should be of the form "VisualShaderNodeTransformFunc ..." (with optional leading article) (golint)
    • Line 41: warning: exported method VisualShaderNodeTransformFunc.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method VisualShaderNodeTransformFunc.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 68: warning: comment on exported method VisualShaderNodeTransformFunc.SetFunction should be of the form "SetFunction ..." (golint)
    • godot-go/godot/websocketmultiplayerpeer.gen.go
    • Line 25: warning: comment on exported type WebSocketMultiplayerPeer should be of the form "WebSocketMultiplayerPeer ..." (with optional leading article) (golint)
    • Line 33: warning: exported method WebSocketMultiplayerPeer.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method WebSocketMultiplayerPeer.GetPeer should be of the form "GetPeer ..." (golint)
    • Line 75: warning: comment on exported method WebSocketMultiplayerPeer.SetBuffers should be of the form "SetBuffers ..." (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/editorinterface.gen.go
    • 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.GetCurrentPath should be of the form "GetCurrentPath ..." (golint)
    • Line 118: warning: comment on exported method EditorInterface.GetEditedSceneRoot should be of the form "GetEditedSceneRoot ..." (golint)
    • Line 155: warning: comment on exported method EditorInterface.GetEditorSettings should be of the form "GetEditorSettings ..." (golint)
    • Line 192: warning: comment on exported method EditorInterface.GetEditorViewport should be of the form "GetEditorViewport ..." (golint)
    • Line 229: warning: comment on exported method EditorInterface.GetInspector should be of the form "GetInspector ..." (golint)
    • Line 266: warning: comment on exported method EditorInterface.GetOpenScenes should be of the form "GetOpenScenes ..." (golint)
    • Line 289: warning: comment on exported method EditorInterface.GetResourceFilesystem should be of the form "GetResourceFilesystem ..." (golint)
    • Line 326: warning: comment on exported method EditorInterface.GetResourcePreviewer should be of the form "GetResourcePreviewer ..." (golint)
    • Line 363: warning: comment on exported method EditorInterface.GetScriptEditor should be of the form "GetScriptEditor ..." (golint)
    • Line 400: warning: comment on exported method EditorInterface.GetSelectedPath should be of the form "GetSelectedPath ..." (golint)
    • Line 423: warning: comment on exported method EditorInterface.GetSelection should be of the form "GetSelection ..." (golint)
    • Line 460: warning: comment on exported method EditorInterface.InspectObject should be of the form "InspectObject ..." (golint)
    • Line 482: warning: comment on exported method EditorInterface.IsPluginEnabled should be of the form "IsPluginEnabled ..." (golint)
    • Line 506: warning: comment on exported method EditorInterface.MakeMeshPreviews should be of the form "MakeMeshPreviews ..." (golint)
    • Line 531: warning: comment on exported method EditorInterface.OpenSceneFromPath should be of the form "OpenSceneFromPath ..." (golint)
    • Line 552: warning: comment on exported method EditorInterface.ReloadSceneFromPath should be of the form "ReloadSceneFromPath ..." (golint)
    • Line 573: warning: comment on exported method EditorInterface.SaveScene should be of the form "SaveScene ..." (golint)
    • Line 596: warning: comment on exported method EditorInterface.SaveSceneAs should be of the form "SaveSceneAs ..." (golint)
    • Line 618: warning: comment on exported method EditorInterface.SelectFile should be of the form "SelectFile ..." (golint)
    • Line 639: warning: comment on exported method EditorInterface.SetDistractionFreeMode should be of the form "SetDistractionFreeMode ..." (golint)
    • Line 660: warning: comment on exported method EditorInterface.SetMainScreenEditor should be of the form "SetMainScreenEditor ..." (golint)
    • Line 681: warning: comment on exported method EditorInterface.SetPluginEnabled should be of the form "SetPluginEnabled ..." (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/textedit.gen.go
    • Line 20: warning: exported const TextEditMenuClear should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported const TextEditSearchBackwards should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported const TextEditSearchResultColumn should have comment (or a comment on this block) or be unexported (golint)
    • Line 64: warning: exported method TextEdit.BaseClass should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method TextEdit.X_ClickSelectionHeld should be of the form "X_ClickSelectionHeld ..." (golint)
    • Line 72: warning: don't use underscores in Go names; method X_ClickSelectionHeld should be XClickSelectionHeld (golint)
    • Line 88: warning: comment on exported method TextEdit.X_CursorChangedEmit should be of the form "X_CursorChangedEmit ..." (golint)
    • Line 92: warning: don't use underscores in Go names; method X_CursorChangedEmit should be XCursorChangedEmit (golint)
    • Line 108: warning: comment on exported method TextEdit.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 112: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 129: warning: comment on exported method TextEdit.X_PushCurrentOp should be of the form "X_PushCurrentOp ..." (golint)
    • Line 133: warning: don't use underscores in Go names; method X_PushCurrentOp should be XPushCurrentOp (golint)
    • Line 149: warning: comment on exported method TextEdit.X_ScrollMoved should be of the form "X_ScrollMoved ..." (golint)
    • Line 153: warning: don't use underscores in Go names; method X_ScrollMoved should be XScrollMoved (golint)
    • Line 170: warning: comment on exported method TextEdit.X_TextChangedEmit should be of the form "X_TextChangedEmit ..." (golint)
    • Line 174: warning: don't use underscores in Go names; method X_TextChangedEmit should be XTextChangedEmit (golint)
    • Line 190: warning: comment on exported method TextEdit.X_ToggleDrawCaret should be of the form "X_ToggleDrawCaret ..." (golint)
    • Line 194: warning: don't use underscores in Go names; method X_ToggleDrawCaret should be XToggleDrawCaret (golint)
    • Line 210: warning: comment on exported method TextEdit.X_UpdateWrapAt should be of the form "X_UpdateWrapAt ..." (golint)
    • Line 214: warning: don't use underscores in Go names; method X_UpdateWrapAt should be XUpdateWrapAt (golint)
    • Line 230: warning: comment on exported method TextEdit.X_VScrollInput should be of the form "X_VScrollInput ..." (golint)
    • Line 234: warning: don't use underscores in Go names; method X_VScrollInput should be XVScrollInput (golint)
    • Line 250: warning: comment on exported method TextEdit.AddColorRegion should be of the form "AddColorRegion ..." (golint)
    • Line 274: warning: comment on exported method TextEdit.AddKeywordColor should be of the form "AddKeywordColor ..." (golint)
    • Line 296: warning: comment on exported method TextEdit.CanFold should be of the form "CanFold ..." (golint)
    • Line 320: warning: comment on exported method TextEdit.CenterViewportToCursor should be of the form "CenterViewportToCursor ..." (golint)
    • Line 340: warning: comment on exported method TextEdit.ClearColors should be of the form "ClearColors ..." (golint)
    • Line 360: warning: comment on exported method TextEdit.ClearUndoHistory should be of the form "ClearUndoHistory ..." (golint)
    • Line 380: warning: comment on exported method TextEdit.Copy should be of the form "Copy ..." (golint)
    • Line 400: warning: comment on exported method TextEdit.CursorGetBlinkEnabled should be of the form "CursorGetBlinkEnabled ..." (golint)
    • Line 423: warning: comment on exported method TextEdit.CursorGetBlinkSpeed should be of the form "CursorGetBlinkSpeed ..." (golint)
    • Line 446: warning: comment on exported method TextEdit.CursorGetColumn should be of the form "CursorGetColumn ..." (golint)
    • Line 469: warning: comment on exported method TextEdit.CursorGetLine should be of the form "CursorGetLine ..." (golint)
    • Line 492: warning: comment on exported method TextEdit.CursorIsBlockMode should be of the form "CursorIsBlockMode ..." (golint)
    • Line 515: warning: comment on exported method TextEdit.CursorSetBlinkEnabled should be of the form "CursorSetBlinkEnabled ..." (golint)
    • Line 536: warning: comment on exported method TextEdit.CursorSetBlinkSpeed should be of the form "CursorSetBlinkSpeed ..." (golint)
    • Line 557: warning: comment on exported method TextEdit.CursorSetBlockMode should be of the form "CursorSetBlockMode ..." (golint)
    • Line 578: warning: comment on exported method TextEdit.CursorSetColumn should be of the form "CursorSetColumn ..." (golint)
    • Line 600: warning: comment on exported method TextEdit.CursorSetLine should be of the form "CursorSetLine ..." (golint)
    • Line 624: warning: comment on exported method TextEdit.Cut should be of the form "Cut ..." (golint)
    • Line 644: warning: comment on exported method TextEdit.Deselect should be of the form "Deselect ..." (golint)
    • Line 664: warning: comment on exported method TextEdit.DrawMinimap should be of the form "DrawMinimap ..." (golint)
    • Line 685: warning: comment on exported method TextEdit.FoldAllLines should be of the form "FoldAllLines ..." (golint)
    • Line 705: warning: comment on exported method TextEdit.FoldLine should be of the form "FoldLine ..." (golint)
    • Line 726: warning: comment on exported method TextEdit.GetBreakpoints should be of the form "GetBreakpoints ..." (golint)
    • Line 749: warning: comment on exported method TextEdit.GetHScroll should be of the form "GetHScroll ..." (golint)
    • Line 772: warning: comment on exported method TextEdit.GetKeywordColor should be of the form "GetKeywordColor ..." (golint)
    • Line 796: warning: comment on exported method TextEdit.GetLine should be of the form "GetLine ..." (golint)
    • Line 820: warning: comment on exported method TextEdit.GetLineCount should be of the form "GetLineCount ..." (golint)
    • Line 843: warning: comment on exported method TextEdit.GetMenu should be of the form "GetMenu ..." (golint)
    • Line 880: warning: comment on exported method TextEdit.GetMinimapWidth should be of the form "GetMinimapWidth ..." (golint)
    • Line 903: warning: comment on exported method TextEdit.GetSelectionFromColumn should be of the form "GetSelectionFromColumn ..." (golint)
    • Line 926: warning: comment on exported method TextEdit.GetSelectionFromLine should be of the form "GetSelectionFromLine ..." (golint)
    • Line 949: warning: comment on exported method TextEdit.GetSelectionText should be of the form "GetSelectionText ..." (golint)
    • Line 972: warning: comment on exported method TextEdit.GetSelectionToColumn should be of the form "GetSelectionToColumn ..." (golint)
    • Line 995: warning: comment on exported method TextEdit.GetSelectionToLine should be of the form "GetSelectionToLine ..." (golint)
    • Line 1018: warning: comment on exported method TextEdit.GetText should be of the form "GetText ..." (golint)
    • Line 1041: warning: comment on exported method TextEdit.GetVScroll should be of the form "GetVScroll ..." (golint)
    • Line 1064: warning: comment on exported method TextEdit.GetVScrollSpeed should be of the form "GetVScrollSpeed ..." (golint)
    • Line 1087: warning: comment on exported method TextEdit.GetWordUnderCursor should be of the form "GetWordUnderCursor ..." (golint)
    • Line 1110: warning: comment on exported method TextEdit.HasKeywordColor should be of the form "HasKeywordColor ..." (golint)
    • Line 1134: warning: comment on exported method TextEdit.InsertTextAtCursor should be of the form "InsertTextAtCursor ..." (golint)
    • Line 1155: warning: comment on exported method TextEdit.IsBreakpointGutterEnabled should be of the form "IsBreakpointGutterEnabled ..." (golint)
    • Line 1178: warning: comment on exported method TextEdit.IsContextMenuEnabled should be of the form "IsContextMenuEnabled ..." (golint)
    • Line 1201: warning: comment on exported method TextEdit.IsDrawingFoldGutter should be of the form "IsDrawingFoldGutter ..." (golint)
    • Line 1224: warning: comment on exported method TextEdit.IsDrawingMinimap should be of the form "IsDrawingMinimap ..." (golint)
    • Line 1247: warning: comment on exported method TextEdit.IsDrawingSpaces should be of the form "IsDrawingSpaces ..." (golint)
    • Line 1270: warning: comment on exported method TextEdit.IsDrawingTabs should be of the form "IsDrawingTabs ..." (golint)
    • Line 1293: warning: comment on exported method TextEdit.IsFolded should be of the form "IsFolded ..." (golint)
    • Line 1317: warning: comment on exported method TextEdit.IsHidingEnabled should be of the form "IsHidingEnabled ..." (golint)
    • Line 1340: warning: comment on exported method TextEdit.IsHighlightAllOccurrencesEnabled should be of the form "IsHighlightAllOccurrencesEnabled ..." (golint)
    • Line 1363: warning: comment on exported method TextEdit.IsHighlightCurrentLineEnabled should be of the form "IsHighlightCurrentLineEnabled ..." (golint)
    • Line 1386: warning: comment on exported method TextEdit.IsLineHidden should be of the form "IsLineHidden ..." (golint)
    • Line 1410: warning: comment on exported method TextEdit.IsOverridingSelectedFontColor should be of the form "IsOverridingSelectedFontColor ..." (golint)
    • Line 1433: warning: comment on exported method TextEdit.IsReadonly should be of the form "IsReadonly ..." (golint)
    • Line 1456: warning: comment on exported method TextEdit.IsRightClickMovingCaret should be of the form "IsRightClickMovingCaret ..." (golint)
    • Line 1479: warning: comment on exported method TextEdit.IsSelectingEnabled should be of the form "IsSelectingEnabled ..." (golint)
    • Line 1502: warning: comment on exported method TextEdit.IsSelectionActive should be of the form "IsSelectionActive ..." (golint)
    • Line 1525: warning: comment on exported method TextEdit.IsShortcutKeysEnabled should be of the form "IsShortcutKeysEnabled ..." (golint)
    • Line 1548: warning: comment on exported method TextEdit.IsShowLineNumbersEnabled should be of the form "IsShowLineNumbersEnabled ..." (golint)
    • Line 1571: warning: comment on exported method TextEdit.IsSmoothScrollEnabled should be of the form "IsSmoothScrollEnabled ..." (golint)
    • Line 1594: warning: comment on exported method TextEdit.IsSyntaxColoringEnabled should be of the form "IsSyntaxColoringEnabled ..." (golint)
    • Line 1617: warning: comment on exported method TextEdit.IsWrapEnabled should be of the form "IsWrapEnabled ..." (golint)
    • Line 1640: warning: comment on exported method TextEdit.MenuOption should be of the form "MenuOption ..." (golint)
    • Line 1661: warning: comment on exported method TextEdit.Paste should be of the form "Paste ..." (golint)
    • Line 1681: warning: comment on exported method TextEdit.Redo should be of the form "Redo ..." (golint)
    • Line 1701: warning: comment on exported method TextEdit.RemoveBreakpoints should be of the form "RemoveBreakpoints ..." (golint)
    • Line 1721: warning: comment on exported method TextEdit.Search should be of the form "Search ..." (golint)
    • Line 1748: warning: comment on exported method TextEdit.Select should be of the form "Select ..." (golint)
    • Line 1772: warning: comment on exported method TextEdit.SelectAll should be of the form "SelectAll ..." (golint)
    • Line 1792: warning: comment on exported method TextEdit.SetBreakpointGutterEnabled should be of the form "SetBreakpointGutterEnabled ..." (golint)
    • Line 1813: warning: comment on exported method TextEdit.SetContextMenuEnabled should be of the form "SetContextMenuEnabled ..." (golint)
    • Line 1834: warning: comment on exported method TextEdit.SetDrawFoldGutter should be of the form "SetDrawFoldGutter ..." (golint)
    • Line 1855: warning: comment on exported method TextEdit.SetDrawSpaces should be of the form "SetDrawSpaces ..." (golint)
    • Line 1876: warning: comment on exported method TextEdit.SetDrawTabs should be of the form "SetDrawTabs ..." (golint)
    • Line 1897: warning: comment on exported method TextEdit.SetHScroll should be of the form "SetHScroll ..." (golint)
    • Line 1918: warning: comment on exported method TextEdit.SetHidingEnabled should be of the form "SetHidingEnabled ..." (golint)
    • Line 1939: warning: comment on exported method TextEdit.SetHighlightAllOccurrences should be of the form "SetHighlightAllOccurrences ..." (golint)
    • Line 1960: warning: comment on exported method TextEdit.SetHighlightCurrentLine should be of the form "SetHighlightCurrentLine ..." (golint)
    • Line 1981: warning: comment on exported method TextEdit.SetLineAsHidden should be of the form "SetLineAsHidden ..." (golint)
    • Line 2003: warning: comment on exported method TextEdit.SetMinimapWidth should be of the form "SetMinimapWidth ..." (golint)
    • Line 2024: warning: comment on exported method TextEdit.SetOverrideSelectedFontColor should be of the form "SetOverrideSelectedFontColor ..." (golint)
    • Line 2045: warning: comment on exported method TextEdit.SetReadonly should be of the form "SetReadonly ..." (golint)
    • Line 2066: warning: comment on exported method TextEdit.SetRightClickMovesCaret should be of the form "SetRightClickMovesCaret ..." (golint)
    • Line 2087: warning: comment on exported method TextEdit.SetSelectingEnabled should be of the form "SetSelectingEnabled ..." (golint)
    • Line 2108: warning: comment on exported method TextEdit.SetShortcutKeysEnabled should be of the form "SetShortcutKeysEnabled ..." (golint)
    • Line 2129: warning: comment on exported method TextEdit.SetShowLineNumbers should be of the form "SetShowLineNumbers ..." (golint)
    • Line 2150: warning: comment on exported method TextEdit.SetSmoothScrollEnable should be of the form "SetSmoothScrollEnable ..." (golint)
    • Line 2171: warning: comment on exported method TextEdit.SetSyntaxColoring should be of the form "SetSyntaxColoring ..." (golint)
    • Line 2192: warning: comment on exported method TextEdit.SetText should be of the form "SetText ..." (golint)
    • Line 2213: warning: comment on exported method TextEdit.SetVScroll should be of the form "SetVScroll ..." (golint)
    • Line 2234: warning: comment on exported method TextEdit.SetVScrollSpeed should be of the form "SetVScrollSpeed ..." (golint)
    • Line 2255: warning: comment on exported method TextEdit.SetWrapEnabled should be of the form "SetWrapEnabled ..." (golint)
    • Line 2276: warning: comment on exported method TextEdit.ToggleFoldLine should be of the form "ToggleFoldLine ..." (golint)
    • Line 2297: warning: comment on exported method TextEdit.Undo should be of the form "Undo ..." (golint)
    • Line 2317: warning: comment on exported method TextEdit.UnfoldLine should be of the form "UnfoldLine ..." (golint)
    • Line 2338: warning: comment on exported method TextEdit.UnhideAllLines should be of the form "UnhideAllLines ..." (golint)
    • godot-go/godot/videostreamgdnative.gen.go
    • Line 25: warning: comment on exported type VideoStreamGDNative should be of the form "VideoStreamGDNative ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VideoStreamGDNative.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VideoStreamGDNative.GetFile should be of the form "GetFile ..." (golint)
    • Line 60: warning: comment on exported method VideoStreamGDNative.SetFile should be of the form "SetFile ..." (golint)
    • godot-go/godot/navigation.gen.go
    • Line 25: warning: comment on exported type Navigation should be of the form "Navigation ..." (with optional leading article) (golint)
    • 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/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/gdnative/nativescript.gen.go
    • Line 50: warning: exported const MethodRpcModeDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 82: warning: exported const PropertyHintNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 179: warning: exported type PropertyAttributes should have comment or be unexported (golint)
    • Line 215: warning: exported type SignalArgument should have comment or be unexported (golint)
    • Line 251: warning: exported type Signal should have comment or be unexported (golint)
    • Line 286: warning: exported type MethodArg should have comment or be unexported (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/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/visualshadernodetextureuniform.gen.go
    • Line 20: warning: exported const VisualShaderNodeTextureUniformColorDefaultBlack should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const VisualShaderNodeTextureUniformTypeAniso should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported type VisualShaderNodeTextureUniform should be of the form "VisualShaderNodeTextureUniform ..." (with optional leading article) (golint)
    • Line 51: warning: exported method VisualShaderNodeTextureUniform.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method VisualShaderNodeTextureUniform.GetColorDefault should be of the form "GetColorDefault ..." (golint)
    • Line 78: warning: comment on exported method VisualShaderNodeTextureUniform.GetTextureType should be of the form "GetTextureType ..." (golint)
    • Line 101: warning: comment on exported method VisualShaderNodeTextureUniform.SetColorDefault should be of the form "SetColorDefault ..." (golint)
    • Line 122: warning: comment on exported method VisualShaderNodeTextureUniform.SetTextureType should be of the form "SetTextureType ..." (golint)
    • godot-go/godot/animationnodestatemachine.gen.go
    • Line 25: warning: comment on exported type AnimationNodeStateMachine should be of the form "AnimationNodeStateMachine ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeStateMachine.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeStateMachine.X_TreeChanged should be of the form "X_TreeChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_TreeChanged should be XTreeChanged (golint)
    • Line 57: warning: comment on exported method AnimationNodeStateMachine.AddNode should be of the form "AddNode ..." (golint)
    • Line 80: warning: comment on exported method AnimationNodeStateMachine.AddTransition should be of the form "AddTransition ..." (golint)
    • Line 103: warning: comment on exported method AnimationNodeStateMachine.GetEndNode should be of the form "GetEndNode ..." (golint)
    • Line 126: warning: comment on exported method AnimationNodeStateMachine.GetGraphOffset should be of the form "GetGraphOffset ..." (golint)
    • Line 149: warning: comment on exported method AnimationNodeStateMachine.GetNode should be of the form "GetNode ..." (golint)
    • Line 187: warning: comment on exported method AnimationNodeStateMachine.GetNodeName should be of the form "GetNodeName ..." (golint)
    • Line 211: warning: comment on exported method AnimationNodeStateMachine.GetNodePosition should be of the form "GetNodePosition ..." (golint)
    • Line 235: warning: comment on exported method AnimationNodeStateMachine.GetStartNode should be of the form "GetStartNode ..." (golint)
    • Line 258: warning: comment on exported method AnimationNodeStateMachine.GetTransition should be of the form "GetTransition ..." (golint)
    • Line 296: warning: comment on exported method AnimationNodeStateMachine.GetTransitionCount should be of the form "GetTransitionCount ..." (golint)
    • Line 319: warning: comment on exported method AnimationNodeStateMachine.GetTransitionFrom should be of the form "GetTransitionFrom ..." (golint)
    • Line 343: warning: comment on exported method AnimationNodeStateMachine.GetTransitionTo should be of the form "GetTransitionTo ..." (golint)
    • Line 367: warning: comment on exported method AnimationNodeStateMachine.HasNode should be of the form "HasNode ..." (golint)
    • Line 391: warning: comment on exported method AnimationNodeStateMachine.HasTransition should be of the form "HasTransition ..." (golint)
    • Line 416: warning: comment on exported method AnimationNodeStateMachine.RemoveNode should be of the form "RemoveNode ..." (golint)
    • Line 437: warning: comment on exported method AnimationNodeStateMachine.RemoveTransition should be of the form "RemoveTransition ..." (golint)
    • Line 459: warning: comment on exported method AnimationNodeStateMachine.RemoveTransitionByIndex should be of the form "RemoveTransitionByIndex ..." (golint)
    • Line 480: warning: comment on exported method AnimationNodeStateMachine.RenameNode should be of the form "RenameNode ..." (golint)
    • Line 502: warning: comment on exported method AnimationNodeStateMachine.SetEndNode should be of the form "SetEndNode ..." (golint)
    • Line 523: warning: comment on exported method AnimationNodeStateMachine.SetGraphOffset should be of the form "SetGraphOffset ..." (golint)
    • Line 544: warning: comment on exported method AnimationNodeStateMachine.SetNodePosition should be of the form "SetNodePosition ..." (golint)
    • Line 566: warning: comment on exported method AnimationNodeStateMachine.SetStartNode should be of the form "SetStartNode ..." (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/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/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/streampeergdnative.gen.go
    • Line 25: warning: comment on exported type StreamPeerGDNative should be of the form "StreamPeerGDNative ..." (with optional leading article) (golint)
    • Line 33: warning: exported method StreamPeerGDNative.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualshadernodecoloruniform.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeColorUniform should be of the form "VisualShaderNodeColorUniform ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeColorUniform.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/animationnodestatemachinetransition.gen.go
    • Line 20: warning: exported const AnimationNodeStateMachineTransitionSwitchModeAtEnd should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type AnimationNodeStateMachineTransition should be of the form "AnimationNodeStateMachineTransition ..." (with optional leading article) (golint)
    • Line 42: warning: exported method AnimationNodeStateMachineTransition.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method AnimationNodeStateMachineTransition.GetAdvanceCondition should be of the form "GetAdvanceCondition ..." (golint)
    • Line 69: warning: comment on exported method AnimationNodeStateMachineTransition.GetPriority should be of the form "GetPriority ..." (golint)
    • Line 92: warning: comment on exported method AnimationNodeStateMachineTransition.GetSwitchMode should be of the form "GetSwitchMode ..." (golint)
    • Line 115: warning: comment on exported method AnimationNodeStateMachineTransition.GetXfadeTime should be of the form "GetXfadeTime ..." (golint)
    • Line 138: warning: comment on exported method AnimationNodeStateMachineTransition.HasAutoAdvance should be of the form "HasAutoAdvance ..." (golint)
    • Line 161: warning: comment on exported method AnimationNodeStateMachineTransition.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 184: warning: comment on exported method AnimationNodeStateMachineTransition.SetAdvanceCondition should be of the form "SetAdvanceCondition ..." (golint)
    • Line 205: warning: comment on exported method AnimationNodeStateMachineTransition.SetAutoAdvance should be of the form "SetAutoAdvance ..." (golint)
    • Line 226: warning: comment on exported method AnimationNodeStateMachineTransition.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 247: warning: comment on exported method AnimationNodeStateMachineTransition.SetPriority should be of the form "SetPriority ..." (golint)
    • Line 268: warning: comment on exported method AnimationNodeStateMachineTransition.SetSwitchMode should be of the form "SetSwitchMode ..." (golint)
    • Line 289: warning: comment on exported method AnimationNodeStateMachineTransition.SetXfadeTime should be of the form "SetXfadeTime ..." (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.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 143: warning: comment on exported method ARVRAnchor.GetPlane should be of the form "GetPlane ..." (golint)
    • Line 166: warning: comment on exported method ARVRAnchor.GetSize should be of the form "GetSize ..." (golint)
    • Line 189: warning: comment on exported method ARVRAnchor.SetAnchorId should be of the form "SetAnchorId ..." (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/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/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/visualshadernodetexture.gen.go
    • Line 20: warning: exported const VisualShaderNodeTextureSource2DNormal should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported const VisualShaderNodeTextureTypeColor should have comment (or a comment on this block) or be unexported (golint)
    • Line 46: warning: comment on exported type VisualShaderNodeTexture should be of the form "VisualShaderNodeTexture ..." (with optional leading article) (golint)
    • Line 54: warning: exported method VisualShaderNodeTexture.BaseClass should have comment or be unexported (golint)
    • Line 58: warning: comment on exported method VisualShaderNodeTexture.GetSource should be of the form "GetSource ..." (golint)
    • Line 81: warning: comment on exported method VisualShaderNodeTexture.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 118: warning: comment on exported method VisualShaderNodeTexture.GetTextureType should be of the form "GetTextureType ..." (golint)
    • Line 141: warning: comment on exported method VisualShaderNodeTexture.SetSource should be of the form "SetSource ..." (golint)
    • Line 162: warning: comment on exported method VisualShaderNodeTexture.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 183: warning: comment on exported method VisualShaderNodeTexture.SetTextureType should be of the form "SetTextureType ..." (golint)
    • godot-go/godot/webrtcpeerconnectiongdnative.gen.go
    • Line 25: warning: comment on exported type WebRTCPeerConnectionGDNative should be of the form "WebRTCPeerConnectionGDNative ..." (with optional leading article) (golint)
    • Line 33: warning: exported method WebRTCPeerConnectionGDNative.BaseClass should have comment or be unexported (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/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/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/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/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.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 79: warning: comment on exported method ViewportContainer.GetStretchShrink should be of the form "GetStretchShrink ..." (golint)
    • Line 102: warning: comment on exported method ViewportContainer.IsStretchEnabled should be of the form "IsStretchEnabled ..." (golint)
    • Line 125: warning: comment on exported method ViewportContainer.SetStretch should be of the form "SetStretch ..." (golint)
    • Line 146: warning: comment on exported method ViewportContainer.SetStretchShrink should be of the form "SetStretchShrink ..." (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/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/godot.go
    • Line 573: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (golint)
    • Line 587: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (golint)
    • Line 601: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (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.GetPressure should be of the form "GetPressure ..." (golint)
    • Line 60: warning: comment on exported method InputEventMouseMotion.GetRelative should be of the form "GetRelative ..." (golint)
    • Line 83: warning: comment on exported method InputEventMouseMotion.GetSpeed should be of the form "GetSpeed ..." (golint)
    • Line 106: warning: comment on exported method InputEventMouseMotion.GetTilt should be of the form "GetTilt ..." (golint)
    • Line 129: warning: comment on exported method InputEventMouseMotion.SetPressure should be of the form "SetPressure ..." (golint)
    • Line 150: warning: comment on exported method InputEventMouseMotion.SetRelative should be of the form "SetRelative ..." (golint)
    • Line 171: warning: comment on exported method InputEventMouseMotion.SetSpeed should be of the form "SetSpeed ..." (golint)
    • Line 192: warning: comment on exported method InputEventMouseMotion.SetTilt should be of the form "SetTilt ..." (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/springarm.gen.go
    • Line 25: warning: comment on exported type SpringArm should be of the form "SpringArm ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SpringArm.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SpringArm.AddExcludedObject should be of the form "AddExcludedObject ..." (golint)
    • Line 58: warning: comment on exported method SpringArm.ClearExcludedObjects should be of the form "ClearExcludedObjects ..." (golint)
    • Line 78: warning: comment on exported method SpringArm.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 101: warning: comment on exported method SpringArm.GetHitLength should be of the form "GetHitLength ..." (golint)
    • Line 124: warning: comment on exported method SpringArm.GetLength should be of the form "GetLength ..." (golint)
    • Line 147: warning: comment on exported method SpringArm.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 170: warning: comment on exported method SpringArm.GetShape should be of the form "GetShape ..." (golint)
    • Line 207: warning: comment on exported method SpringArm.RemoveExcludedObject should be of the form "RemoveExcludedObject ..." (golint)
    • Line 231: warning: comment on exported method SpringArm.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 252: warning: comment on exported method SpringArm.SetLength should be of the form "SetLength ..." (golint)
    • Line 273: warning: comment on exported method SpringArm.SetMargin should be of the form "SetMargin ..." (golint)
    • Line 294: warning: comment on exported method SpringArm.SetShape should be of the form "SetShape ..." (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.GetFrameCoords should be of the form "GetFrameCoords ..." (golint)
    • Line 83: warning: comment on exported method Sprite3D.GetHframes should be of the form "GetHframes ..." (golint)
    • Line 106: warning: comment on exported method Sprite3D.GetRegionRect should be of the form "GetRegionRect ..." (golint)
    • Line 129: warning: comment on exported method Sprite3D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 166: warning: comment on exported method Sprite3D.GetVframes should be of the form "GetVframes ..." (golint)
    • Line 189: warning: comment on exported method Sprite3D.IsRegion should be of the form "IsRegion ..." (golint)
    • Line 212: warning: comment on exported method Sprite3D.SetFrame should be of the form "SetFrame ..." (golint)
    • Line 233: warning: comment on exported method Sprite3D.SetFrameCoords should be of the form "SetFrameCoords ..." (golint)
    • Line 254: warning: comment on exported method Sprite3D.SetHframes should be of the form "SetHframes ..." (golint)
    • Line 275: warning: comment on exported method Sprite3D.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 296: warning: comment on exported method Sprite3D.SetRegionRect should be of the form "SetRegionRect ..." (golint)
    • Line 317: warning: comment on exported method Sprite3D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 338: warning: comment on exported method Sprite3D.SetVframes should be of the form "SetVframes ..." (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/editornavigationmeshgenerator.gen.go
    • Line 25: warning: comment on exported type EditorNavigationMeshGenerator should be of the form "EditorNavigationMeshGenerator ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorNavigationMeshGenerator.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorNavigationMeshGenerator.Bake should be of the form "Bake ..." (golint)
    • Line 59: warning: comment on exported method EditorNavigationMeshGenerator.Clear should be of the form "Clear ..." (golint)
    • godot-go/godot/editorspinslider.gen.go
    • Line 25: warning: comment on exported type EditorSpinSlider should be of the form "EditorSpinSlider ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorSpinSlider.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorSpinSlider.X_GrabberGuiInput should be of the form "X_GrabberGuiInput ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GrabberGuiInput should be XGrabberGuiInput (golint)
    • Line 58: warning: comment on exported method EditorSpinSlider.X_GrabberMouseEntered should be of the form "X_GrabberMouseEntered ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_GrabberMouseEntered should be XGrabberMouseEntered (golint)
    • Line 78: warning: comment on exported method EditorSpinSlider.X_GrabberMouseExited should be of the form "X_GrabberMouseExited ..." (golint)
    • Line 82: warning: don't use underscores in Go names; method X_GrabberMouseExited should be XGrabberMouseExited (golint)
    • Line 98: warning: comment on exported method EditorSpinSlider.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 102: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 119: warning: comment on exported method EditorSpinSlider.X_ValueFocusExited should be of the form "X_ValueFocusExited ..." (golint)
    • Line 123: warning: don't use underscores in Go names; method X_ValueFocusExited should be XValueFocusExited (golint)
    • Line 139: warning: comment on exported method EditorSpinSlider.X_ValueInputClosed should be of the form "X_ValueInputClosed ..." (golint)
    • Line 143: warning: don't use underscores in Go names; method X_ValueInputClosed should be XValueInputClosed (golint)
    • Line 159: warning: comment on exported method EditorSpinSlider.X_ValueInputEntered should be of the form "X_ValueInputEntered ..." (golint)
    • Line 163: warning: don't use underscores in Go names; method X_ValueInputEntered should be XValueInputEntered (golint)
    • Line 180: warning: comment on exported method EditorSpinSlider.GetLabel should be of the form "GetLabel ..." (golint)
    • Line 203: warning: comment on exported method EditorSpinSlider.IsFlat should be of the form "IsFlat ..." (golint)
    • Line 226: warning: comment on exported method EditorSpinSlider.IsReadOnly should be of the form "IsReadOnly ..." (golint)
    • Line 249: warning: comment on exported method EditorSpinSlider.SetFlat should be of the form "SetFlat ..." (golint)
    • Line 270: warning: comment on exported method EditorSpinSlider.SetLabel should be of the form "SetLabel ..." (golint)
    • Line 291: warning: comment on exported method EditorSpinSlider.SetReadOnly should be of the form "SetReadOnly ..." (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.IsCollideWithAreasEnabled should be of the form "IsCollideWithAreasEnabled ..." (golint)
    • Line 175: warning: comment on exported method PhysicsShapeQueryParameters.IsCollideWithBodiesEnabled should be of the form "IsCollideWithBodiesEnabled ..." (golint)
    • Line 198: warning: comment on exported method PhysicsShapeQueryParameters.SetCollideWithAreas should be of the form "SetCollideWithAreas ..." (golint)
    • Line 219: warning: comment on exported method PhysicsShapeQueryParameters.SetCollideWithBodies should be of the form "SetCollideWithBodies ..." (golint)
    • Line 240: warning: comment on exported method PhysicsShapeQueryParameters.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 261: warning: comment on exported method PhysicsShapeQueryParameters.SetExclude should be of the form "SetExclude ..." (golint)
    • Line 282: warning: comment on exported method PhysicsShapeQueryParameters.SetMargin should be of the form "SetMargin ..." (golint)
    • Line 303: warning: comment on exported method PhysicsShapeQueryParameters.SetShape should be of the form "SetShape ..." (golint)
    • Line 324: warning: comment on exported method PhysicsShapeQueryParameters.SetShapeRid should be of the form "SetShapeRid ..." (golint)
    • Line 345: warning: comment on exported method PhysicsShapeQueryParameters.SetTransform should be of the form "SetTransform ..." (golint)
    • godot-go/godot/skeletonik.gen.go
    • Line 25: warning: comment on exported type SkeletonIK should be of the form "SkeletonIK ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SkeletonIK.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SkeletonIK.GetInterpolation should be of the form "GetInterpolation ..." (golint)
    • Line 60: warning: comment on exported method SkeletonIK.GetMagnetPosition should be of the form "GetMagnetPosition ..." (golint)
    • Line 83: warning: comment on exported method SkeletonIK.GetMaxIterations should be of the form "GetMaxIterations ..." (golint)
    • Line 106: warning: comment on exported method SkeletonIK.GetMinDistance should be of the form "GetMinDistance ..." (golint)
    • Line 129: warning: comment on exported method SkeletonIK.GetParentSkeleton should be of the form "GetParentSkeleton ..." (golint)
    • Line 166: warning: comment on exported method SkeletonIK.GetRootBone should be of the form "GetRootBone ..." (golint)
    • Line 189: warning: comment on exported method SkeletonIK.GetTargetNode should be of the form "GetTargetNode ..." (golint)
    • Line 212: warning: comment on exported method SkeletonIK.GetTargetTransform should be of the form "GetTargetTransform ..." (golint)
    • Line 235: warning: comment on exported method SkeletonIK.GetTipBone should be of the form "GetTipBone ..." (golint)
    • Line 258: warning: comment on exported method SkeletonIK.IsOverrideTipBasis should be of the form "IsOverrideTipBasis ..." (golint)
    • Line 281: warning: comment on exported method SkeletonIK.IsRunning should be of the form "IsRunning ..." (golint)
    • Line 304: warning: comment on exported method SkeletonIK.IsUsingMagnet should be of the form "IsUsingMagnet ..." (golint)
    • Line 327: warning: comment on exported method SkeletonIK.SetInterpolation should be of the form "SetInterpolation ..." (golint)
    • Line 348: warning: comment on exported method SkeletonIK.SetMagnetPosition should be of the form "SetMagnetPosition ..." (golint)
    • Line 369: warning: comment on exported method SkeletonIK.SetMaxIterations should be of the form "SetMaxIterations ..." (golint)
    • Line 390: warning: comment on exported method SkeletonIK.SetMinDistance should be of the form "SetMinDistance ..." (golint)
    • Line 411: warning: comment on exported method SkeletonIK.SetOverrideTipBasis should be of the form "SetOverrideTipBasis ..." (golint)
    • Line 432: warning: comment on exported method SkeletonIK.SetRootBone should be of the form "SetRootBone ..." (golint)
    • Line 453: warning: comment on exported method SkeletonIK.SetTargetNode should be of the form "SetTargetNode ..." (golint)
    • Line 474: warning: comment on exported method SkeletonIK.SetTargetTransform should be of the form "SetTargetTransform ..." (golint)
    • Line 495: warning: comment on exported method SkeletonIK.SetTipBone should be of the form "SetTipBone ..." (golint)
    • Line 516: warning: comment on exported method SkeletonIK.SetUseMagnet should be of the form "SetUseMagnet ..." (golint)
    • Line 537: warning: comment on exported method SkeletonIK.Start should be of the form "Start ..." (golint)
    • Line 558: warning: comment on exported method SkeletonIK.Stop should be of the form "Stop ..." (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/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.GetPropertyDefaultValue should be of the form "GetPropertyDefaultValue ..." (golint)
    • Line 144: warning: comment on exported method Script.GetScriptConstantMap should be of the form "GetScriptConstantMap ..." (golint)
    • Line 167: warning: comment on exported method Script.GetScriptMethodList should be of the form "GetScriptMethodList ..." (golint)
    • Line 190: warning: comment on exported method Script.GetScriptPropertyList should be of the form "GetScriptPropertyList ..." (golint)
    • Line 213: warning: comment on exported method Script.GetScriptSignalList should be of the form "GetScriptSignalList ..." (golint)
    • Line 236: warning: comment on exported method Script.GetSourceCode should be of the form "GetSourceCode ..." (golint)
    • Line 259: warning: comment on exported method Script.HasScriptSignal should be of the form "HasScriptSignal ..." (golint)
    • Line 283: warning: comment on exported method Script.HasSourceCode should be of the form "HasSourceCode ..." (golint)
    • Line 306: warning: comment on exported method Script.InstanceHas should be of the form "InstanceHas ..." (golint)
    • Line 330: warning: comment on exported method Script.IsTool should be of the form "IsTool ..." (golint)
    • Line 353: warning: comment on exported method Script.Reload should be of the form "Reload ..." (golint)
    • Line 377: warning: comment on exported method Script.SetSourceCode should be of the form "SetSourceCode ..." (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/animationplayer.gen.go
    • Line 20: warning: exported const AnimationPlayerAnimationMethodCallDeferred should have comment (or a comment on this block) or be unexported (golint)
    • Line 28: warning: exported const AnimationPlayerAnimationProcessIdle should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: comment on exported type AnimationPlayer should be of the form "AnimationPlayer ..." (with optional leading article) (golint)
    • Line 50: warning: exported method AnimationPlayer.BaseClass should have comment or be unexported (golint)
    • Line 54: warning: comment on exported method AnimationPlayer.X_AnimationChanged should be of the form "X_AnimationChanged ..." (golint)
    • Line 58: warning: don't use underscores in Go names; method X_AnimationChanged should be XAnimationChanged (golint)
    • Line 74: warning: comment on exported method AnimationPlayer.X_NodeRemoved should be of the form "X_NodeRemoved ..." (golint)
    • Line 78: warning: don't use underscores in Go names; method X_NodeRemoved should be XNodeRemoved (golint)
    • Line 95: warning: comment on exported method AnimationPlayer.AddAnimation should be of the form "AddAnimation ..." (golint)
    • Line 120: warning: comment on exported method AnimationPlayer.Advance should be of the form "Advance ..." (golint)
    • Line 141: warning: comment on exported method AnimationPlayer.AnimationGetNext should be of the form "AnimationGetNext ..." (golint)
    • Line 165: warning: comment on exported method AnimationPlayer.AnimationSetNext should be of the form "AnimationSetNext ..." (golint)
    • Line 187: warning: comment on exported method AnimationPlayer.ClearCaches should be of the form "ClearCaches ..." (golint)
    • Line 207: warning: comment on exported method AnimationPlayer.ClearQueue should be of the form "ClearQueue ..." (golint)
    • Line 227: warning: comment on exported method AnimationPlayer.FindAnimation should be of the form "FindAnimation ..." (golint)
    • Line 251: warning: comment on exported method AnimationPlayer.GetAnimation should be of the form "GetAnimation ..." (golint)
    • Line 289: warning: comment on exported method AnimationPlayer.GetAnimationList should be of the form "GetAnimationList ..." (golint)
    • Line 312: warning: comment on exported method AnimationPlayer.GetAnimationProcessMode should be of the form "GetAnimationProcessMode ..." (golint)
    • Line 335: warning: comment on exported method AnimationPlayer.GetAssignedAnimation should be of the form "GetAssignedAnimation ..." (golint)
    • Line 358: warning: comment on exported method AnimationPlayer.GetAutoplay should be of the form "GetAutoplay ..." (golint)
    • Line 381: warning: comment on exported method AnimationPlayer.GetBlendTime should be of the form "GetBlendTime ..." (golint)
    • Line 406: warning: comment on exported method AnimationPlayer.GetCurrentAnimation should be of the form "GetCurrentAnimation ..." (golint)
    • Line 429: warning: comment on exported method AnimationPlayer.GetCurrentAnimationLength should be of the form "GetCurrentAnimationLength ..." (golint)
    • Line 452: warning: comment on exported method AnimationPlayer.GetCurrentAnimationPosition should be of the form "GetCurrentAnimationPosition ..." (golint)
    • Line 475: warning: comment on exported method AnimationPlayer.GetDefaultBlendTime should be of the form "GetDefaultBlendTime ..." (golint)
    • Line 498: warning: comment on exported method AnimationPlayer.GetMethodCallMode should be of the form "GetMethodCallMode ..." (golint)
    • Line 521: warning: comment on exported method AnimationPlayer.GetPlayingSpeed should be of the form "GetPlayingSpeed ..." (golint)
    • Line 544: warning: comment on exported method AnimationPlayer.GetQueue should be of the form "GetQueue ..." (golint)
    • Line 567: warning: comment on exported method AnimationPlayer.GetRoot should be of the form "GetRoot ..." (golint)
    • Line 590: warning: comment on exported method AnimationPlayer.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 613: warning: comment on exported method AnimationPlayer.HasAnimation should be of the form "HasAnimation ..." (golint)
    • Line 637: warning: comment on exported method AnimationPlayer.IsActive should be of the form "IsActive ..." (golint)
    • Line 660: warning: comment on exported method AnimationPlayer.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 683: warning: comment on exported method AnimationPlayer.Play should be of the form "Play ..." (golint)
    • Line 707: warning: comment on exported method AnimationPlayer.PlayBackwards should be of the form "PlayBackwards ..." (golint)
    • Line 729: warning: comment on exported method AnimationPlayer.Queue should be of the form "Queue ..." (golint)
    • Line 750: warning: comment on exported method AnimationPlayer.RemoveAnimation should be of the form "RemoveAnimation ..." (golint)
    • Line 771: warning: comment on exported method AnimationPlayer.RenameAnimation should be of the form "RenameAnimation ..." (golint)
    • Line 793: warning: comment on exported method AnimationPlayer.Seek should be of the form "Seek ..." (golint)
    • Line 815: warning: comment on exported method AnimationPlayer.SetActive should be of the form "SetActive ..." (golint)
    • Line 836: warning: comment on exported method AnimationPlayer.SetAnimationProcessMode should be of the form "SetAnimationProcessMode ..." (golint)
    • Line 857: warning: comment on exported method AnimationPlayer.SetAssignedAnimation should be of the form "SetAssignedAnimation ..." (golint)
    • Line 878: warning: comment on exported method AnimationPlayer.SetAutoplay should be of the form "SetAutoplay ..." (golint)
    • Line 899: warning: comment on exported method AnimationPlayer.SetBlendTime should be of the form "SetBlendTime ..." (golint)
    • Line 922: warning: comment on exported method AnimationPlayer.SetCurrentAnimation should be of the form "SetCurrentAnimation ..." (golint)
    • Line 943: warning: comment on exported method AnimationPlayer.SetDefaultBlendTime should be of the form "SetDefaultBlendTime ..." (golint)
    • Line 964: warning: comment on exported method AnimationPlayer.SetMethodCallMode should be of the form "SetMethodCallMode ..." (golint)
    • Line 985: warning: comment on exported method AnimationPlayer.SetRoot should be of the form "SetRoot ..." (golint)
    • Line 1006: warning: comment on exported method AnimationPlayer.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 1027: warning: comment on exported method AnimationPlayer.Stop should be of the form "Stop ..." (golint)
    • godot-go/godot/astar2d.gen.go
    • Line 25: warning: comment on exported type AStar2D should be of the form "AStar2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AStar2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AStar2D.AddPoint should be of the form "AddPoint ..." (golint)
    • Line 60: warning: comment on exported method AStar2D.ArePointsConnected should be of the form "ArePointsConnected ..." (golint)
    • Line 85: warning: comment on exported method AStar2D.Clear should be of the form "Clear ..." (golint)
    • Line 105: warning: comment on exported method AStar2D.ConnectPoints should be of the form "ConnectPoints ..." (golint)
    • Line 128: warning: comment on exported method AStar2D.DisconnectPoints should be of the form "DisconnectPoints ..." (golint)
    • Line 150: warning: comment on exported method AStar2D.GetAvailablePointId should be of the form "GetAvailablePointId ..." (golint)
    • Line 173: warning: comment on exported method AStar2D.GetClosestPoint should be of the form "GetClosestPoint ..." (golint)
    • Line 198: warning: comment on exported method AStar2D.GetClosestPositionInSegment should be of the form "GetClosestPositionInSegment ..." (golint)
    • Line 222: warning: comment on exported method AStar2D.GetIdPath should be of the form "GetIdPath ..." (golint)
    • Line 247: warning: comment on exported method AStar2D.GetPointCapacity should be of the form "GetPointCapacity ..." (golint)
    • Line 270: warning: comment on exported method AStar2D.GetPointConnections should be of the form "GetPointConnections ..." (golint)
    • Line 294: warning: comment on exported method AStar2D.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 317: warning: comment on exported method AStar2D.GetPointPath should be of the form "GetPointPath ..." (golint)
    • Line 342: warning: comment on exported method AStar2D.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 366: warning: comment on exported method AStar2D.GetPointWeightScale should be of the form "GetPointWeightScale ..." (golint)
    • Line 390: warning: comment on exported method AStar2D.GetPoints should be of the form "GetPoints ..." (golint)
    • Line 413: warning: comment on exported method AStar2D.HasPoint should be of the form "HasPoint ..." (golint)
    • Line 437: warning: comment on exported method AStar2D.IsPointDisabled should be of the form "IsPointDisabled ..." (golint)
    • Line 461: warning: comment on exported method AStar2D.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 482: warning: comment on exported method AStar2D.ReserveSpace should be of the form "ReserveSpace ..." (golint)
    • Line 503: warning: comment on exported method AStar2D.SetPointDisabled should be of the form "SetPointDisabled ..." (golint)
    • Line 525: warning: comment on exported method AStar2D.SetPointPosition should be of the form "SetPointPosition ..." (golint)
    • Line 547: warning: comment on exported method AStar2D.SetPointWeightScale should be of the form "SetPointWeightScale ..." (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 38: warning: exported const EditorPluginDockSlotLeftBl should have comment (or a comment on this block) or be unexported (golint)
    • Line 58: warning: comment on exported type EditorPlugin should be of the form "EditorPlugin ..." (with optional leading article) (golint)
    • Line 66: warning: exported method EditorPlugin.BaseClass should have comment or be unexported (golint)
    • Line 70: warning: comment on exported method EditorPlugin.AddAutoloadSingleton should be of the form "AddAutoloadSingleton ..." (golint)
    • Line 92: warning: comment on exported method EditorPlugin.AddControlToBottomPanel should be of the form "AddControlToBottomPanel ..." (golint)
    • Line 131: warning: comment on exported method EditorPlugin.AddControlToContainer should be of the form "AddControlToContainer ..." (golint)
    • Line 153: warning: comment on exported method EditorPlugin.AddControlToDock should be of the form "AddControlToDock ..." (golint)
    • Line 175: warning: comment on exported method EditorPlugin.AddCustomType should be of the form "AddCustomType ..." (golint)
    • Line 199: warning: comment on exported method EditorPlugin.AddExportPlugin should be of the form "AddExportPlugin ..." (golint)
    • Line 220: warning: comment on exported method EditorPlugin.AddImportPlugin should be of the form "AddImportPlugin ..." (golint)
    • Line 241: warning: comment on exported method EditorPlugin.AddInspectorPlugin should be of the form "AddInspectorPlugin ..." (golint)
    • Line 262: warning: comment on exported method EditorPlugin.AddSceneImportPlugin should be of the form "AddSceneImportPlugin ..." (golint)
    • Line 283: warning: comment on exported method EditorPlugin.AddSpatialGizmoPlugin should be of the form "AddSpatialGizmoPlugin ..." (golint)
    • Line 304: warning: comment on exported method EditorPlugin.AddToolMenuItem should be of the form "AddToolMenuItem ..." (golint)
    • Line 328: warning: comment on exported method EditorPlugin.AddToolSubmenuItem should be of the form "AddToolSubmenuItem ..." (golint)
    • Line 350: warning: comment on exported method EditorPlugin.ApplyChanges should be of the form "ApplyChanges ..." (golint)
    • Line 370: warning: comment on exported method EditorPlugin.Build should be of the form "Build ..." (golint)
    • Line 393: warning: comment on exported method EditorPlugin.Clear should be of the form "Clear ..." (golint)
    • Line 413: warning: comment on exported method EditorPlugin.DisablePlugin should be of the form "DisablePlugin ..." (golint)
    • Line 433: warning: comment on exported method EditorPlugin.Edit should be of the form "Edit ..." (golint)
    • Line 454: warning: comment on exported method EditorPlugin.EnablePlugin should be of the form "EnablePlugin ..." (golint)
    • Line 474: warning: comment on exported method EditorPlugin.ForwardCanvasDrawOverViewport should be of the form "ForwardCanvasDrawOverViewport ..." (golint)
    • Line 495: warning: comment on exported method EditorPlugin.ForwardCanvasForceDrawOverViewport should be of the form "ForwardCanvasForceDrawOverViewport ..." (golint)
    • Line 516: warning: comment on exported method EditorPlugin.ForwardCanvasGuiInput should be of the form "ForwardCanvasGuiInput ..." (golint)
    • Line 540: warning: comment on exported method EditorPlugin.ForwardSpatialGuiInput should be of the form "ForwardSpatialGuiInput ..." (golint)
    • Line 565: warning: comment on exported method EditorPlugin.GetBreakpoints should be of the form "GetBreakpoints ..." (golint)
    • Line 588: warning: comment on exported method EditorPlugin.GetEditorInterface should be of the form "GetEditorInterface ..." (golint)
    • Line 625: warning: comment on exported method EditorPlugin.GetPluginIcon should be of the form "GetPluginIcon ..." (golint)
    • Line 662: warning: comment on exported method EditorPlugin.GetPluginName should be of the form "GetPluginName ..." (golint)
    • Line 685: warning: comment on exported method EditorPlugin.GetScriptCreateDialog should be of the form "GetScriptCreateDialog ..." (golint)
    • Line 722: warning: comment on exported method EditorPlugin.GetState should be of the form "GetState ..." (golint)
    • Line 745: warning: comment on exported method EditorPlugin.GetUndoRedo should be of the form "GetUndoRedo ..." (golint)
    • Line 782: warning: comment on exported method EditorPlugin.GetWindowLayout should be of the form "GetWindowLayout ..." (golint)
    • Line 803: warning: comment on exported method EditorPlugin.Handles should be of the form "Handles ..." (golint)
    • Line 827: warning: comment on exported method EditorPlugin.HasMainScreen should be of the form "HasMainScreen ..." (golint)
    • Line 850: warning: comment on exported method EditorPlugin.HideBottomPanel should be of the form "HideBottomPanel ..." (golint)
    • Line 870: warning: comment on exported method EditorPlugin.MakeBottomPanelItemVisible should be of the form "MakeBottomPanelItemVisible ..." (golint)
    • Line 891: warning: comment on exported method EditorPlugin.MakeVisible should be of the form "MakeVisible ..." (golint)
    • Line 912: warning: comment on exported method EditorPlugin.QueueSaveLayout should be of the form "QueueSaveLayout ..." (golint)
    • Line 932: warning: comment on exported method EditorPlugin.RemoveAutoloadSingleton should be of the form "RemoveAutoloadSingleton ..." (golint)
    • Line 953: warning: comment on exported method EditorPlugin.RemoveControlFromBottomPanel should be of the form "RemoveControlFromBottomPanel ..." (golint)
    • Line 974: warning: comment on exported method EditorPlugin.RemoveControlFromContainer should be of the form "RemoveControlFromContainer ..." (golint)
    • Line 996: warning: comment on exported method EditorPlugin.RemoveControlFromDocks should be of the form "RemoveControlFromDocks ..." (golint)
    • Line 1017: warning: comment on exported method EditorPlugin.RemoveCustomType should be of the form "RemoveCustomType ..." (golint)
    • Line 1038: warning: comment on exported method EditorPlugin.RemoveExportPlugin should be of the form "RemoveExportPlugin ..." (golint)
    • Line 1059: warning: comment on exported method EditorPlugin.RemoveImportPlugin should be of the form "RemoveImportPlugin ..." (golint)
    • Line 1080: warning: comment on exported method EditorPlugin.RemoveInspectorPlugin should be of the form "RemoveInspectorPlugin ..." (golint)
    • Line 1101: warning: comment on exported method EditorPlugin.RemoveSceneImportPlugin should be of the form "RemoveSceneImportPlugin ..." (golint)
    • Line 1122: warning: comment on exported method EditorPlugin.RemoveSpatialGizmoPlugin should be of the form "RemoveSpatialGizmoPlugin ..." (golint)
    • Line 1143: warning: comment on exported method EditorPlugin.RemoveToolMenuItem should be of the form "RemoveToolMenuItem ..." (golint)
    • Line 1164: warning: comment on exported method EditorPlugin.SaveExternalData should be of the form "SaveExternalData ..." (golint)
    • Line 1184: warning: comment on exported method EditorPlugin.SetForceDrawOverForwardingEnabled should be of the form "SetForceDrawOverForwardingEnabled ..." (golint)
    • Line 1204: warning: comment on exported method EditorPlugin.SetInputEventForwardingAlwaysEnabled should be of the form "SetInputEventForwardingAlwaysEnabled ..." (golint)
    • Line 1224: warning: comment on exported method EditorPlugin.SetState should be of the form "SetState ..." (golint)
    • Line 1245: warning: comment on exported method EditorPlugin.SetWindowLayout should be of the form "SetWindowLayout ..." (golint)
    • Line 1266: warning: comment on exported method EditorPlugin.UpdateOverlays should be of the form "UpdateOverlays ..." (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.GetRightIcon should be of the form "GetRightIcon ..." (golint)
    • Line 503: warning: comment on exported method LineEdit.GetSecretCharacter should be of the form "GetSecretCharacter ..." (golint)
    • Line 526: warning: comment on exported method LineEdit.GetText should be of the form "GetText ..." (golint)
    • Line 549: warning: comment on exported method LineEdit.IsClearButtonEnabled should be of the form "IsClearButtonEnabled ..." (golint)
    • Line 572: warning: comment on exported method LineEdit.IsContextMenuEnabled should be of the form "IsContextMenuEnabled ..." (golint)
    • Line 595: warning: comment on exported method LineEdit.IsEditable should be of the form "IsEditable ..." (golint)
    • Line 618: warning: comment on exported method LineEdit.IsSecret should be of the form "IsSecret ..." (golint)
    • Line 641: warning: comment on exported method LineEdit.IsSelectingEnabled should be of the form "IsSelectingEnabled ..." (golint)
    • Line 664: warning: comment on exported method LineEdit.IsShortcutKeysEnabled should be of the form "IsShortcutKeysEnabled ..." (golint)
    • Line 687: warning: comment on exported method LineEdit.MenuOption should be of the form "MenuOption ..." (golint)
    • Line 708: warning: comment on exported method LineEdit.Select should be of the form "Select ..." (golint)
    • Line 730: warning: comment on exported method LineEdit.SelectAll should be of the form "SelectAll ..." (golint)
    • Line 750: warning: comment on exported method LineEdit.SetAlign should be of the form "SetAlign ..." (golint)
    • Line 771: warning: comment on exported method LineEdit.SetClearButtonEnabled should be of the form "SetClearButtonEnabled ..." (golint)
    • Line 792: warning: comment on exported method LineEdit.SetContextMenuEnabled should be of the form "SetContextMenuEnabled ..." (golint)
    • Line 813: warning: comment on exported method LineEdit.SetCursorPosition should be of the form "SetCursorPosition ..." (golint)
    • Line 834: warning: comment on exported method LineEdit.SetEditable should be of the form "SetEditable ..." (golint)
    • Line 855: warning: comment on exported method LineEdit.SetExpandToTextLength should be of the form "SetExpandToTextLength ..." (golint)
    • Line 876: warning: comment on exported method LineEdit.SetMaxLength should be of the form "SetMaxLength ..." (golint)
    • Line 897: warning: comment on exported method LineEdit.SetPlaceholder should be of the form "SetPlaceholder ..." (golint)
    • Line 918: warning: comment on exported method LineEdit.SetPlaceholderAlpha should be of the form "SetPlaceholderAlpha ..." (golint)
    • Line 939: warning: comment on exported method LineEdit.SetRightIcon should be of the form "SetRightIcon ..." (golint)
    • Line 960: warning: comment on exported method LineEdit.SetSecret should be of the form "SetSecret ..." (golint)
    • Line 981: warning: comment on exported method LineEdit.SetSecretCharacter should be of the form "SetSecretCharacter ..." (golint)
    • Line 1002: warning: comment on exported method LineEdit.SetSelectingEnabled should be of the form "SetSelectingEnabled ..." (golint)
    • Line 1023: warning: comment on exported method LineEdit.SetShortcutKeysEnabled should be of the form "SetShortcutKeysEnabled ..." (golint)
    • Line 1044: warning: comment on exported method LineEdit.SetText should be of the form "SetText ..." (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/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/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/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/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/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.GetFloorNormal should be of the form "GetFloorNormal ..." (golint)
    • Line 84: warning: comment on exported method KinematicBody.GetFloorVelocity should be of the form "GetFloorVelocity ..." (golint)
    • Line 107: warning: comment on exported method KinematicBody.GetSafeMargin should be of the form "GetSafeMargin ..." (golint)
    • Line 130: warning: comment on exported method KinematicBody.GetSlideCollision should be of the form "GetSlideCollision ..." (golint)
    • Line 168: warning: comment on exported method KinematicBody.GetSlideCount should be of the form "GetSlideCount ..." (golint)
    • Line 191: warning: comment on exported method KinematicBody.IsOnCeiling should be of the form "IsOnCeiling ..." (golint)
    • Line 214: warning: comment on exported method KinematicBody.IsOnFloor should be of the form "IsOnFloor ..." (golint)
    • Line 237: warning: comment on exported method KinematicBody.IsOnWall should be of the form "IsOnWall ..." (golint)
    • Line 260: warning: comment on exported method KinematicBody.MoveAndCollide should be of the form "MoveAndCollide ..." (golint)
    • Line 301: warning: comment on exported method KinematicBody.MoveAndSlide should be of the form "MoveAndSlide ..." (golint)
    • Line 330: warning: comment on exported method KinematicBody.MoveAndSlideWithSnap should be of the form "MoveAndSlideWithSnap ..." (golint)
    • Line 360: warning: comment on exported method KinematicBody.SetAxisLock should be of the form "SetAxisLock ..." (golint)
    • Line 382: warning: comment on exported method KinematicBody.SetSafeMargin should be of the form "SetSafeMargin ..." (golint)
    • Line 403: warning: comment on exported method KinematicBody.TestMove should be of the form "TestMove ..." (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/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.Apply should be of the form "Apply ..." (golint)
    • Line 160: warning: comment on exported method SpinBox.GetAlign should be of the form "GetAlign ..." (golint)
    • Line 183: warning: comment on exported method SpinBox.GetLineEdit should be of the form "GetLineEdit ..." (golint)
    • Line 220: warning: comment on exported method SpinBox.GetPrefix should be of the form "GetPrefix ..." (golint)
    • Line 243: warning: comment on exported method SpinBox.GetSuffix should be of the form "GetSuffix ..." (golint)
    • Line 266: warning: comment on exported method SpinBox.IsEditable should be of the form "IsEditable ..." (golint)
    • Line 289: warning: comment on exported method SpinBox.SetAlign should be of the form "SetAlign ..." (golint)
    • Line 310: warning: comment on exported method SpinBox.SetEditable should be of the form "SetEditable ..." (golint)
    • Line 331: warning: comment on exported method SpinBox.SetPrefix should be of the form "SetPrefix ..." (golint)
    • Line 352: warning: comment on exported method SpinBox.SetSuffix should be of the form "SetSuffix ..." (golint)
    • godot-go/godot/visualshadernodebooleanconstant.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeBooleanConstant should be of the form "VisualShaderNodeBooleanConstant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeBooleanConstant.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeBooleanConstant.GetConstant should be of the form "GetConstant ..." (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeBooleanConstant.SetConstant should be of the form "SetConstant ..." (golint)
    • godot-go/godot/visualshadernodeswitch.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeSwitch should be of the form "VisualShaderNodeSwitch ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeSwitch.BaseClass should have comment or be unexported (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)
    • Line 37: warning: comment on exported method PluginScript.New should be of the form "New ..." (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/meshdatatool.gen.go
    • 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/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_Focused should be of the form "X_Focused ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Focused should be XFocused (golint)
    • Line 58: warning: comment on exported method OptionButton.X_GetItems should be of the form "X_GetItems ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_GetItems should be XGetItems (golint)
    • Line 81: warning: comment on exported method OptionButton.X_SelectInt should be of the form "X_SelectInt ..." (golint)
    • Line 85: warning: don't use underscores in Go names; method X_SelectInt should be XSelectInt (golint)
    • Line 102: warning: comment on exported method OptionButton.X_Selected should be of the form "X_Selected ..." (golint)
    • Line 106: warning: don't use underscores in Go names; method X_Selected should be XSelected (golint)
    • Line 123: warning: comment on exported method OptionButton.X_SetItems should be of the form "X_SetItems ..." (golint)
    • Line 127: warning: don't use underscores in Go names; method X_SetItems should be XSetItems (golint)
    • Line 144: warning: comment on exported method OptionButton.AddIconItem should be of the form "AddIconItem ..." (golint)
    • Line 167: warning: comment on exported method OptionButton.AddItem should be of the form "AddItem ..." (golint)
    • Line 189: warning: comment on exported method OptionButton.AddSeparator should be of the form "AddSeparator ..." (golint)
    • Line 209: warning: comment on exported method OptionButton.Clear should be of the form "Clear ..." (golint)
    • Line 229: warning: comment on exported method OptionButton.GetItemCount should be of the form "GetItemCount ..." (golint)
    • Line 252: warning: comment on exported method OptionButton.GetItemIcon should be of the form "GetItemIcon ..." (golint)
    • Line 290: warning: comment on exported method OptionButton.GetItemId should be of the form "GetItemId ..." (golint)
    • Line 314: warning: comment on exported method OptionButton.GetItemIndex should be of the form "GetItemIndex ..." (golint)
    • Line 338: warning: comment on exported method OptionButton.GetItemMetadata should be of the form "GetItemMetadata ..." (golint)
    • Line 362: warning: comment on exported method OptionButton.GetItemText should be of the form "GetItemText ..." (golint)
    • Line 386: warning: comment on exported method OptionButton.GetPopup should be of the form "GetPopup ..." (golint)
    • Line 423: warning: comment on exported method OptionButton.GetSelected should be of the form "GetSelected ..." (golint)
    • Line 446: warning: comment on exported method OptionButton.GetSelectedId should be of the form "GetSelectedId ..." (golint)
    • Line 469: warning: comment on exported method OptionButton.GetSelectedMetadata should be of the form "GetSelectedMetadata ..." (golint)
    • Line 492: warning: comment on exported method OptionButton.IsItemDisabled should be of the form "IsItemDisabled ..." (golint)
    • Line 516: warning: comment on exported method OptionButton.RemoveItem should be of the form "RemoveItem ..." (golint)
    • Line 537: warning: comment on exported method OptionButton.Select should be of the form "Select ..." (golint)
    • Line 558: warning: comment on exported method OptionButton.SetItemDisabled should be of the form "SetItemDisabled ..." (golint)
    • Line 580: warning: comment on exported method OptionButton.SetItemIcon should be of the form "SetItemIcon ..." (golint)
    • Line 602: warning: comment on exported method OptionButton.SetItemId should be of the form "SetItemId ..." (golint)
    • Line 624: warning: comment on exported method OptionButton.SetItemMetadata should be of the form "SetItemMetadata ..." (golint)
    • Line 646: warning: comment on exported method OptionButton.SetItemText should be of the form "SetItemText ..." (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/spotlight.gen.go
    • Line 25: warning: comment on exported type SpotLight should be of the form "SpotLight ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SpotLight.BaseClass should have comment or be unexported (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.GetBrake should be of the form "GetBrake ..." (golint)
    • Line 60: warning: comment on exported method VehicleWheel.GetDampingCompression should be of the form "GetDampingCompression ..." (golint)
    • Line 83: warning: comment on exported method VehicleWheel.GetDampingRelaxation should be of the form "GetDampingRelaxation ..." (golint)
    • Line 106: warning: comment on exported method VehicleWheel.GetEngineForce should be of the form "GetEngineForce ..." (golint)
    • Line 129: warning: comment on exported method VehicleWheel.GetFrictionSlip should be of the form "GetFrictionSlip ..." (golint)
    • Line 152: warning: comment on exported method VehicleWheel.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 175: warning: comment on exported method VehicleWheel.GetRollInfluence should be of the form "GetRollInfluence ..." (golint)
    • Line 198: warning: comment on exported method VehicleWheel.GetRpm should be of the form "GetRpm ..." (golint)
    • Line 221: warning: comment on exported method VehicleWheel.GetSkidinfo should be of the form "GetSkidinfo ..." (golint)
    • Line 244: warning: comment on exported method VehicleWheel.GetSteering should be of the form "GetSteering ..." (golint)
    • Line 267: warning: comment on exported method VehicleWheel.GetSuspensionMaxForce should be of the form "GetSuspensionMaxForce ..." (golint)
    • Line 290: warning: comment on exported method VehicleWheel.GetSuspensionRestLength should be of the form "GetSuspensionRestLength ..." (golint)
    • Line 313: warning: comment on exported method VehicleWheel.GetSuspensionStiffness should be of the form "GetSuspensionStiffness ..." (golint)
    • Line 336: warning: comment on exported method VehicleWheel.GetSuspensionTravel should be of the form "GetSuspensionTravel ..." (golint)
    • Line 359: warning: comment on exported method VehicleWheel.IsInContact should be of the form "IsInContact ..." (golint)
    • Line 382: warning: comment on exported method VehicleWheel.IsUsedAsSteering should be of the form "IsUsedAsSteering ..." (golint)
    • Line 405: warning: comment on exported method VehicleWheel.IsUsedAsTraction should be of the form "IsUsedAsTraction ..." (golint)
    • Line 428: warning: comment on exported method VehicleWheel.SetBrake should be of the form "SetBrake ..." (golint)
    • Line 449: warning: comment on exported method VehicleWheel.SetDampingCompression should be of the form "SetDampingCompression ..." (golint)
    • Line 470: warning: comment on exported method VehicleWheel.SetDampingRelaxation should be of the form "SetDampingRelaxation ..." (golint)
    • Line 491: warning: comment on exported method VehicleWheel.SetEngineForce should be of the form "SetEngineForce ..." (golint)
    • Line 512: warning: comment on exported method VehicleWheel.SetFrictionSlip should be of the form "SetFrictionSlip ..." (golint)
    • Line 533: warning: comment on exported method VehicleWheel.SetRadius should be of the form "SetRadius ..." (golint)
    • Line 554: warning: comment on exported method VehicleWheel.SetRollInfluence should be of the form "SetRollInfluence ..." (golint)
    • Line 575: warning: comment on exported method VehicleWheel.SetSteering should be of the form "SetSteering ..." (golint)
    • Line 596: warning: comment on exported method VehicleWheel.SetSuspensionMaxForce should be of the form "SetSuspensionMaxForce ..." (golint)
    • Line 617: warning: comment on exported method VehicleWheel.SetSuspensionRestLength should be of the form "SetSuspensionRestLength ..." (golint)
    • Line 638: warning: comment on exported method VehicleWheel.SetSuspensionStiffness should be of the form "SetSuspensionStiffness ..." (golint)
    • Line 659: warning: comment on exported method VehicleWheel.SetSuspensionTravel should be of the form "SetSuspensionTravel ..." (golint)
    • Line 680: warning: comment on exported method VehicleWheel.SetUseAsSteering should be of the form "SetUseAsSteering ..." (golint)
    • Line 701: warning: comment on exported method VehicleWheel.SetUseAsTraction should be of the form "SetUseAsTraction ..." (golint)
    • godot-go/gdnative/pool_arrays.gen.go
    • Line 63: warning: exported type PoolArrayReadAccess should have comment or be unexported (golint)
    • Line 92: warning: exported type PoolByteArrayReadAccess should have comment or be unexported (golint)
    • Line 121: warning: exported type PoolIntArrayReadAccess should have comment or be unexported (golint)
    • Line 150: warning: exported type PoolRealArrayReadAccess should have comment or be unexported (golint)
    • Line 179: warning: exported type PoolStringArrayReadAccess should have comment or be unexported (golint)
    • Line 208: warning: exported type PoolVector2ArrayReadAccess should have comment or be unexported (golint)
    • Line 237: warning: exported type PoolVector3ArrayReadAccess should have comment or be unexported (golint)
    • Line 266: warning: exported type PoolColorArrayReadAccess should have comment or be unexported (golint)
    • Line 295: warning: exported type PoolArrayWriteAccess should have comment or be unexported (golint)
    • Line 324: warning: exported type PoolByteArrayWriteAccess should have comment or be unexported (golint)
    • Line 353: warning: exported type PoolIntArrayWriteAccess should have comment or be unexported (golint)
    • Line 382: warning: exported type PoolRealArrayWriteAccess should have comment or be unexported (golint)
    • Line 411: warning: exported type PoolStringArrayWriteAccess should have comment or be unexported (golint)
    • Line 440: warning: exported type PoolVector2ArrayWriteAccess should have comment or be unexported (golint)
    • Line 469: warning: exported type PoolVector3ArrayWriteAccess should have comment or be unexported (golint)
    • Line 498: warning: exported type PoolColorArrayWriteAccess should have comment or be unexported (golint)
    • Line 527: warning: exported type PoolByteArray should have comment or be unexported (golint)
    • Line 692: warning: exported type PoolIntArray should have comment or be unexported (golint)
    • Line 857: warning: exported type PoolRealArray should have comment or be unexported (golint)
    • Line 1022: warning: exported type PoolStringArray should have comment or be unexported (golint)
    • Line 1193: warning: exported type PoolVector2Array should have comment or be unexported (golint)
    • Line 1359: warning: exported type PoolVector3Array should have comment or be unexported (golint)
    • Line 1525: warning: exported type PoolColorArray should have comment or be unexported (golint)
    • godot-go/godot/editorsceneimporterassimp.gen.go
    • Line 25: warning: comment on exported type EditorSceneImporterAssimp should be of the form "EditorSceneImporterAssimp ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorSceneImporterAssimp.BaseClass should have comment or be unexported (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/packetpeergdnative.gen.go
    • Line 25: warning: comment on exported type PacketPeerGDNative should be of the form "PacketPeerGDNative ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PacketPeerGDNative.BaseClass should have comment or be unexported (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/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/animationnodeblend2.gen.go
    • Line 25: warning: comment on exported type AnimationNodeBlend2 should be of the form "AnimationNodeBlend2 ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeBlend2.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeBlend2.IsUsingSync should be of the form "IsUsingSync ..." (golint)
    • Line 60: warning: comment on exported method AnimationNodeBlend2.SetUseSync should be of the form "SetUseSync ..." (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/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 140: warning: comment on exported method PhysicsDirectSpaceState.IntersectShape should be of the form "IntersectShape ..." (golint)
    • godot-go/godot/visualshadernodevec3uniform.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVec3Uniform should be of the form "VisualShaderNodeVec3Uniform ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVec3Uniform.BaseClass should have comment or be unexported (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 52: warning: exported method BaseButton.BaseClass should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method BaseButton.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 60: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 77: warning: comment on exported method BaseButton.X_Pressed should be of the form "X_Pressed ..." (golint)
    • Line 81: warning: don't use underscores in Go names; method X_Pressed should be XPressed (golint)
    • Line 97: warning: comment on exported method BaseButton.X_Toggled should be of the form "X_Toggled ..." (golint)
    • Line 101: warning: don't use underscores in Go names; method X_Toggled should be XToggled (golint)
    • Line 118: warning: comment on exported method BaseButton.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 122: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 139: warning: comment on exported method BaseButton.GetActionMode should be of the form "GetActionMode ..." (golint)
    • Line 162: warning: comment on exported method BaseButton.GetButtonGroup should be of the form "GetButtonGroup ..." (golint)
    • Line 199: warning: comment on exported method BaseButton.GetButtonMask should be of the form "GetButtonMask ..." (golint)
    • Line 222: warning: comment on exported method BaseButton.GetDrawMode should be of the form "GetDrawMode ..." (golint)
    • Line 245: warning: comment on exported method BaseButton.GetEnabledFocusMode should be of the form "GetEnabledFocusMode ..." (golint)
    • Line 268: warning: comment on exported method BaseButton.GetShortcut should be of the form "GetShortcut ..." (golint)
    • Line 305: warning: comment on exported method BaseButton.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 328: warning: comment on exported method BaseButton.IsHovered should be of the form "IsHovered ..." (golint)
    • Line 351: warning: comment on exported method BaseButton.IsKeepPressedOutside should be of the form "IsKeepPressedOutside ..." (golint)
    • Line 374: warning: comment on exported method BaseButton.IsPressed should be of the form "IsPressed ..." (golint)
    • Line 397: warning: comment on exported method BaseButton.IsShortcutInTooltipEnabled should be of the form "IsShortcutInTooltipEnabled ..." (golint)
    • Line 420: warning: comment on exported method BaseButton.IsToggleMode should be of the form "IsToggleMode ..." (golint)
    • Line 443: warning: comment on exported method BaseButton.SetActionMode should be of the form "SetActionMode ..." (golint)
    • Line 464: warning: comment on exported method BaseButton.SetButtonGroup should be of the form "SetButtonGroup ..." (golint)
    • Line 485: warning: comment on exported method BaseButton.SetButtonMask should be of the form "SetButtonMask ..." (golint)
    • Line 506: warning: comment on exported method BaseButton.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 527: warning: comment on exported method BaseButton.SetEnabledFocusMode should be of the form "SetEnabledFocusMode ..." (golint)
    • Line 548: warning: comment on exported method BaseButton.SetKeepPressedOutside should be of the form "SetKeepPressedOutside ..." (golint)
    • Line 569: warning: comment on exported method BaseButton.SetPressed should be of the form "SetPressed ..." (golint)
    • Line 590: warning: comment on exported method BaseButton.SetShortcut should be of the form "SetShortcut ..." (golint)
    • Line 611: warning: comment on exported method BaseButton.SetShortcutInTooltip should be of the form "SetShortcutInTooltip ..." (golint)
    • Line 632: warning: comment on exported method BaseButton.SetToggleMode should be of the form "SetToggleMode ..." (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.GetOneWayCollisionMargin should be of the form "GetOneWayCollisionMargin ..." (golint)
    • Line 91: warning: comment on exported method CollisionPolygon2D.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 114: warning: comment on exported method CollisionPolygon2D.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 137: warning: comment on exported method CollisionPolygon2D.IsOneWayCollisionEnabled should be of the form "IsOneWayCollisionEnabled ..." (golint)
    • Line 160: warning: comment on exported method CollisionPolygon2D.SetBuildMode should be of the form "SetBuildMode ..." (golint)
    • Line 181: warning: comment on exported method CollisionPolygon2D.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 202: warning: comment on exported method CollisionPolygon2D.SetOneWayCollision should be of the form "SetOneWayCollision ..." (golint)
    • Line 223: warning: comment on exported method CollisionPolygon2D.SetOneWayCollisionMargin should be of the form "SetOneWayCollisionMargin ..." (golint)
    • Line 244: warning: comment on exported method CollisionPolygon2D.SetPolygon should be of the form "SetPolygon ..." (golint)
    • godot-go/godot/csgpolygon.gen.go
    • Line 20: warning: exported const CSGPolygonModeDepth should have comment (or a comment on this block) or be unexported (golint)
    • Line 29: warning: exported const CSGPolygonPathRotationPath should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported type CSGPolygon should be of the form "CSGPolygon ..." (with optional leading article) (golint)
    • Line 51: warning: exported method CSGPolygon.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method CSGPolygon.X_HasEditable3DPolygonNoDepth should be of the form "X_HasEditable3DPolygonNoDepth ..." (golint)
    • Line 59: warning: don't use underscores in Go names; method X_HasEditable3DPolygonNoDepth should be XHasEditable3DPolygonNoDepth (golint)
    • Line 78: warning: comment on exported method CSGPolygon.X_IsEditable3DPolygon should be of the form "X_IsEditable3DPolygon ..." (golint)
    • Line 82: warning: don't use underscores in Go names; method X_IsEditable3DPolygon should be XIsEditable3DPolygon (golint)
    • Line 101: warning: comment on exported method CSGPolygon.X_PathChanged should be of the form "X_PathChanged ..." (golint)
    • Line 105: warning: don't use underscores in Go names; method X_PathChanged should be XPathChanged (golint)
    • Line 121: warning: comment on exported method CSGPolygon.X_PathExited should be of the form "X_PathExited ..." (golint)
    • Line 125: warning: don't use underscores in Go names; method X_PathExited should be XPathExited (golint)
    • Line 141: warning: comment on exported method CSGPolygon.GetDepth should be of the form "GetDepth ..." (golint)
    • Line 164: warning: comment on exported method CSGPolygon.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 201: warning: comment on exported method CSGPolygon.GetMode should be of the form "GetMode ..." (golint)
    • Line 224: warning: comment on exported method CSGPolygon.GetPathInterval should be of the form "GetPathInterval ..." (golint)
    • Line 247: warning: comment on exported method CSGPolygon.GetPathNode should be of the form "GetPathNode ..." (golint)
    • Line 270: warning: comment on exported method CSGPolygon.GetPathRotation should be of the form "GetPathRotation ..." (golint)
    • Line 293: warning: comment on exported method CSGPolygon.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 316: warning: comment on exported method CSGPolygon.GetSmoothFaces should be of the form "GetSmoothFaces ..." (golint)
    • Line 339: warning: comment on exported method CSGPolygon.GetSpinDegrees should be of the form "GetSpinDegrees ..." (golint)
    • Line 362: warning: comment on exported method CSGPolygon.GetSpinSides should be of the form "GetSpinSides ..." (golint)
    • Line 385: warning: comment on exported method CSGPolygon.IsPathContinuousU should be of the form "IsPathContinuousU ..." (golint)
    • Line 408: warning: comment on exported method CSGPolygon.IsPathJoined should be of the form "IsPathJoined ..." (golint)
    • Line 431: warning: comment on exported method CSGPolygon.IsPathLocal should be of the form "IsPathLocal ..." (golint)
    • Line 454: warning: comment on exported method CSGPolygon.SetDepth should be of the form "SetDepth ..." (golint)
    • Line 475: warning: comment on exported method CSGPolygon.SetMaterial should be of the form "SetMaterial ..." (golint)
    • Line 496: warning: comment on exported method CSGPolygon.SetMode should be of the form "SetMode ..." (golint)
    • Line 517: warning: comment on exported method CSGPolygon.SetPathContinuousU should be of the form "SetPathContinuousU ..." (golint)
    • Line 538: warning: comment on exported method CSGPolygon.SetPathInterval should be of the form "SetPathInterval ..." (golint)
    • Line 559: warning: comment on exported method CSGPolygon.SetPathJoined should be of the form "SetPathJoined ..." (golint)
    • Line 580: warning: comment on exported method CSGPolygon.SetPathLocal should be of the form "SetPathLocal ..." (golint)
    • Line 601: warning: comment on exported method CSGPolygon.SetPathNode should be of the form "SetPathNode ..." (golint)
    • Line 622: warning: comment on exported method CSGPolygon.SetPathRotation should be of the form "SetPathRotation ..." (golint)
    • Line 643: warning: comment on exported method CSGPolygon.SetPolygon should be of the form "SetPolygon ..." (golint)
    • Line 664: warning: comment on exported method CSGPolygon.SetSmoothFaces should be of the form "SetSmoothFaces ..." (golint)
    • Line 685: warning: comment on exported method CSGPolygon.SetSpinDegrees should be of the form "SetSpinDegrees ..." (golint)
    • Line 706: warning: comment on exported method CSGPolygon.SetSpinSides should be of the form "SetSpinSides ..." (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.GetSourceFile should be of the form "GetSourceFile ..." (golint)
    • Line 60: warning: comment on exported method EditorScenePostImport.GetSourceFolder should be of the form "GetSourceFolder ..." (golint)
    • Line 83: warning: comment on exported method EditorScenePostImport.PostImport should be of the form "PostImport ..." (golint)
    • godot-go/godot/theme.gen.go
    • Line 25: warning: comment on exported type Theme should be of the form "Theme ..." (with optional leading article) (golint)
    • 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.Clear should be of the form "Clear ..." (golint)
    • Line 77: warning: comment on exported method Theme.ClearColor should be of the form "ClearColor ..." (golint)
    • Line 99: warning: comment on exported method Theme.ClearConstant should be of the form "ClearConstant ..." (golint)
    • Line 121: warning: comment on exported method Theme.ClearFont should be of the form "ClearFont ..." (golint)
    • Line 143: warning: comment on exported method Theme.ClearIcon should be of the form "ClearIcon ..." (golint)
    • Line 165: warning: comment on exported method Theme.ClearStylebox should be of the form "ClearStylebox ..." (golint)
    • Line 187: warning: comment on exported method Theme.CopyDefaultTheme should be of the form "CopyDefaultTheme ..." (golint)
    • Line 207: warning: comment on exported method Theme.CopyTheme should be of the form "CopyTheme ..." (golint)
    • Line 228: warning: comment on exported method Theme.GetColor should be of the form "GetColor ..." (golint)
    • Line 253: warning: comment on exported method Theme.GetColorList should be of the form "GetColorList ..." (golint)
    • Line 277: warning: comment on exported method Theme.GetConstant should be of the form "GetConstant ..." (golint)
    • Line 302: warning: comment on exported method Theme.GetConstantList should be of the form "GetConstantList ..." (golint)
    • Line 326: warning: comment on exported method Theme.GetDefaultFont should be of the form "GetDefaultFont ..." (golint)
    • Line 363: warning: comment on exported method Theme.GetFont should be of the form "GetFont ..." (golint)
    • Line 402: warning: comment on exported method Theme.GetFontList should be of the form "GetFontList ..." (golint)
    • Line 426: warning: comment on exported method Theme.GetIcon should be of the form "GetIcon ..." (golint)
    • Line 465: warning: comment on exported method Theme.GetIconList should be of the form "GetIconList ..." (golint)
    • Line 489: warning: comment on exported method Theme.GetStylebox should be of the form "GetStylebox ..." (golint)
    • Line 528: warning: comment on exported method Theme.GetStyleboxList should be of the form "GetStyleboxList ..." (golint)
    • Line 552: warning: comment on exported method Theme.GetStyleboxTypes should be of the form "GetStyleboxTypes ..." (golint)
    • Line 575: warning: comment on exported method Theme.GetTypeList should be of the form "GetTypeList ..." (golint)
    • Line 599: warning: comment on exported method Theme.HasColor should be of the form "HasColor ..." (golint)
    • Line 624: warning: comment on exported method Theme.HasConstant should be of the form "HasConstant ..." (golint)
    • Line 649: warning: comment on exported method Theme.HasFont should be of the form "HasFont ..." (golint)
    • Line 674: warning: comment on exported method Theme.HasIcon should be of the form "HasIcon ..." (golint)
    • Line 699: warning: comment on exported method Theme.HasStylebox should be of the form "HasStylebox ..." (golint)
    • Line 724: warning: comment on exported method Theme.SetColor should be of the form "SetColor ..." (golint)
    • Line 747: warning: comment on exported method Theme.SetConstant should be of the form "SetConstant ..." (golint)
    • Line 770: warning: comment on exported method Theme.SetDefaultFont should be of the form "SetDefaultFont ..." (golint)
    • Line 791: warning: comment on exported method Theme.SetFont should be of the form "SetFont ..." (golint)
    • Line 814: warning: comment on exported method Theme.SetIcon should be of the form "SetIcon ..." (golint)
    • Line 837: warning: comment on exported method Theme.SetStylebox should be of the form "SetStylebox ..." (golint)
    • godot-go/godot/websocketpeer.gen.go
    • Line 20: warning: exported const WebSocketPeerWriteModeBinary should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type WebSocketPeer should be of the form "WebSocketPeer ..." (with optional leading article) (golint)
    • Line 41: warning: exported method WebSocketPeer.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method WebSocketPeer.Close should be of the form "Close ..." (golint)
    • Line 67: warning: comment on exported method WebSocketPeer.GetConnectedHost should be of the form "GetConnectedHost ..." (golint)
    • Line 90: warning: comment on exported method WebSocketPeer.GetConnectedPort should be of the form "GetConnectedPort ..." (golint)
    • Line 113: warning: comment on exported method WebSocketPeer.GetWriteMode should be of the form "GetWriteMode ..." (golint)
    • Line 136: warning: comment on exported method WebSocketPeer.IsConnectedToHost should be of the form "IsConnectedToHost ..." (golint)
    • Line 159: warning: comment on exported method WebSocketPeer.SetNoDelay should be of the form "SetNoDelay ..." (golint)
    • Line 180: warning: comment on exported method WebSocketPeer.SetWriteMode should be of the form "SetWriteMode ..." (golint)
    • Line 201: warning: comment on exported method WebSocketPeer.WasStringPacket should be of the form "WasStringPacket ..." (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 37: warning: comment on exported type CanvasItem should be of the form "CanvasItem ..." (with optional leading article) (golint)
    • Line 45: warning: exported method CanvasItem.BaseClass should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method CanvasItem.X_Draw should be of the form "X_Draw ..." (golint)
    • Line 53: warning: don't use underscores in Go names; method X_Draw should be XDraw (golint)
    • Line 69: warning: comment on exported method CanvasItem.X_EditGetPivot should be of the form "X_EditGetPivot ..." (golint)
    • Line 73: warning: don't use underscores in Go names; method X_EditGetPivot should be XEditGetPivot (golint)
    • Line 92: warning: comment on exported method CanvasItem.X_EditGetPosition should be of the form "X_EditGetPosition ..." (golint)
    • Line 96: warning: don't use underscores in Go names; method X_EditGetPosition should be XEditGetPosition (golint)
    • Line 115: warning: comment on exported method CanvasItem.X_EditGetRect should be of the form "X_EditGetRect ..." (golint)
    • Line 119: warning: don't use underscores in Go names; method X_EditGetRect should be XEditGetRect (golint)
    • Line 138: warning: comment on exported method CanvasItem.X_EditGetRotation should be of the form "X_EditGetRotation ..." (golint)
    • Line 142: warning: don't use underscores in Go names; method X_EditGetRotation should be XEditGetRotation (golint)
    • Line 161: warning: comment on exported method CanvasItem.X_EditGetScale should be of the form "X_EditGetScale ..." (golint)
    • Line 165: warning: don't use underscores in Go names; method X_EditGetScale should be XEditGetScale (golint)
    • Line 184: warning: comment on exported method CanvasItem.X_EditGetState should be of the form "X_EditGetState ..." (golint)
    • Line 188: warning: don't use underscores in Go names; method X_EditGetState should be XEditGetState (golint)
    • Line 207: warning: comment on exported method CanvasItem.X_EditGetTransform should be of the form "X_EditGetTransform ..." (golint)
    • Line 211: warning: don't use underscores in Go names; method X_EditGetTransform should be XEditGetTransform (golint)
    • Line 230: warning: comment on exported method CanvasItem.X_EditSetPivot should be of the form "X_EditSetPivot ..." (golint)
    • Line 234: warning: don't use underscores in Go names; method X_EditSetPivot should be XEditSetPivot (golint)
    • Line 251: warning: comment on exported method CanvasItem.X_EditSetPosition should be of the form "X_EditSetPosition ..." (golint)
    • Line 255: warning: don't use underscores in Go names; method X_EditSetPosition should be XEditSetPosition (golint)
    • Line 272: warning: comment on exported method CanvasItem.X_EditSetRect should be of the form "X_EditSetRect ..." (golint)
    • Line 276: warning: don't use underscores in Go names; method X_EditSetRect should be XEditSetRect (golint)
    • Line 293: warning: comment on exported method CanvasItem.X_EditSetRotation should be of the form "X_EditSetRotation ..." (golint)
    • Line 297: warning: don't use underscores in Go names; method X_EditSetRotation should be XEditSetRotation (golint)
    • Line 314: warning: comment on exported method CanvasItem.X_EditSetScale should be of the form "X_EditSetScale ..." (golint)
    • Line 318: warning: don't use underscores in Go names; method X_EditSetScale should be XEditSetScale (golint)
    • Line 335: warning: comment on exported method CanvasItem.X_EditSetState should be of the form "X_EditSetState ..." (golint)
    • Line 339: warning: don't use underscores in Go names; method X_EditSetState should be XEditSetState (golint)
    • Line 356: warning: comment on exported method CanvasItem.X_EditUsePivot should be of the form "X_EditUsePivot ..." (golint)
    • Line 360: warning: don't use underscores in Go names; method X_EditUsePivot should be XEditUsePivot (golint)
    • Line 379: warning: comment on exported method CanvasItem.X_EditUseRect should be of the form "X_EditUseRect ..." (golint)
    • Line 383: warning: don't use underscores in Go names; method X_EditUseRect should be XEditUseRect (golint)
    • Line 402: warning: comment on exported method CanvasItem.X_EditUseRotation should be of the form "X_EditUseRotation ..." (golint)
    • Line 406: warning: don't use underscores in Go names; method X_EditUseRotation should be XEditUseRotation (golint)
    • Line 425: warning: comment on exported method CanvasItem.X_IsOnTop should be of the form "X_IsOnTop ..." (golint)
    • Line 429: warning: don't use underscores in Go names; method X_IsOnTop should be XIsOnTop (golint)
    • Line 448: warning: comment on exported method CanvasItem.X_SetOnTop should be of the form "X_SetOnTop ..." (golint)
    • Line 452: warning: don't use underscores in Go names; method X_SetOnTop should be XSetOnTop (golint)
    • Line 469: warning: comment on exported method CanvasItem.X_ToplevelRaiseSelf should be of the form "X_ToplevelRaiseSelf ..." (golint)
    • Line 473: warning: don't use underscores in Go names; method X_ToplevelRaiseSelf should be XToplevelRaiseSelf (golint)
    • Line 489: warning: comment on exported method CanvasItem.X_UpdateCallback should be of the form "X_UpdateCallback ..." (golint)
    • Line 493: warning: don't use underscores in Go names; method X_UpdateCallback should be XUpdateCallback (golint)
    • Line 509: warning: comment on exported method CanvasItem.DrawArc should be of the form "DrawArc ..." (golint)
    • Line 537: warning: comment on exported method CanvasItem.DrawChar should be of the form "DrawChar ..." (golint)
    • Line 565: warning: comment on exported method CanvasItem.DrawCircle should be of the form "DrawCircle ..." (golint)
    • Line 588: warning: comment on exported method CanvasItem.DrawColoredPolygon should be of the form "DrawColoredPolygon ..." (golint)
    • Line 614: warning: comment on exported method CanvasItem.DrawLine should be of the form "DrawLine ..." (golint)
    • Line 639: warning: comment on exported method CanvasItem.DrawMesh should be of the form "DrawMesh ..." (golint)
    • Line 664: warning: comment on exported method CanvasItem.DrawMultiline should be of the form "DrawMultiline ..." (golint)
    • Line 688: warning: comment on exported method CanvasItem.DrawMultilineColors should be of the form "DrawMultilineColors ..." (golint)
    • Line 712: warning: comment on exported method CanvasItem.DrawMultimesh should be of the form "DrawMultimesh ..." (golint)
    • Line 735: warning: comment on exported method CanvasItem.DrawPolygon should be of the form "DrawPolygon ..." (golint)
    • Line 761: warning: comment on exported method CanvasItem.DrawPolyline should be of the form "DrawPolyline ..." (golint)
    • Line 785: warning: comment on exported method CanvasItem.DrawPolylineColors should be of the form "DrawPolylineColors ..." (golint)
    • Line 809: warning: comment on exported method CanvasItem.DrawPrimitive should be of the form "DrawPrimitive ..." (golint)
    • Line 835: warning: comment on exported method CanvasItem.DrawRect should be of the form "DrawRect ..." (golint)
    • Line 860: warning: comment on exported method CanvasItem.DrawSetTransform should be of the form "DrawSetTransform ..." (golint)
    • Line 883: warning: comment on exported method CanvasItem.DrawSetTransformMatrix should be of the form "DrawSetTransformMatrix ..." (golint)
    • Line 904: warning: comment on exported method CanvasItem.DrawString should be of the form "DrawString ..." (golint)
    • Line 929: warning: comment on exported method CanvasItem.DrawStyleBox should be of the form "DrawStyleBox ..." (golint)
    • Line 951: warning: comment on exported method CanvasItem.DrawTexture should be of the form "DrawTexture ..." (golint)
    • Line 975: warning: comment on exported method CanvasItem.DrawTextureRect should be of the form "DrawTextureRect ..." (golint)
    • Line 1001: warning: comment on exported method CanvasItem.DrawTextureRectRegion should be of the form "DrawTextureRectRegion ..." (golint)
    • Line 1028: warning: comment on exported method CanvasItem.ForceUpdateTransform should be of the form "ForceUpdateTransform ..." (golint)
    • Line 1048: warning: comment on exported method CanvasItem.GetCanvas should be of the form "GetCanvas ..." (golint)
    • Line 1071: warning: comment on exported method CanvasItem.GetCanvasItem should be of the form "GetCanvasItem ..." (golint)
    • Line 1094: warning: comment on exported method CanvasItem.GetCanvasTransform should be of the form "GetCanvasTransform ..." (golint)
    • Line 1117: warning: comment on exported method CanvasItem.GetGlobalMousePosition should be of the form "GetGlobalMousePosition ..." (golint)
    • Line 1140: warning: comment on exported method CanvasItem.GetGlobalTransform should be of the form "GetGlobalTransform ..." (golint)
    • Line 1163: warning: comment on exported method CanvasItem.GetGlobalTransformWithCanvas should be of the form "GetGlobalTransformWithCanvas ..." (golint)
    • Line 1186: warning: comment on exported method CanvasItem.GetLightMask should be of the form "GetLightMask ..." (golint)
    • Line 1209: warning: comment on exported method CanvasItem.GetLocalMousePosition should be of the form "GetLocalMousePosition ..." (golint)
    • Line 1232: warning: comment on exported method CanvasItem.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 1269: warning: comment on exported method CanvasItem.GetModulate should be of the form "GetModulate ..." (golint)
    • Line 1292: warning: comment on exported method CanvasItem.GetSelfModulate should be of the form "GetSelfModulate ..." (golint)
    • Line 1315: warning: comment on exported method CanvasItem.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 1338: warning: comment on exported method CanvasItem.GetUseParentMaterial should be of the form "GetUseParentMaterial ..." (golint)
    • Line 1361: warning: comment on exported method CanvasItem.GetViewportRect should be of the form "GetViewportRect ..." (golint)
    • Line 1384: warning: comment on exported method CanvasItem.GetViewportTransform should be of the form "GetViewportTransform ..." (golint)
    • Line 1407: warning: comment on exported method CanvasItem.GetWorld2D should be of the form "GetWorld2D ..." (golint)
    • Line 1444: warning: comment on exported method CanvasItem.Hide should be of the form "Hide ..." (golint)
    • Line 1464: warning: comment on exported method CanvasItem.IsDrawBehindParentEnabled should be of the form "IsDrawBehindParentEnabled ..." (golint)
    • Line 1487: warning: comment on exported method CanvasItem.IsLocalTransformNotificationEnabled should be of the form "IsLocalTransformNotificationEnabled ..." (golint)
    • Line 1510: warning: comment on exported method CanvasItem.IsSetAsToplevel should be of the form "IsSetAsToplevel ..." (golint)
    • Line 1533: warning: comment on exported method CanvasItem.IsTransformNotificationEnabled should be of the form "IsTransformNotificationEnabled ..." (golint)
    • Line 1556: warning: comment on exported method CanvasItem.IsVisible should be of the form "IsVisible ..." (golint)
    • Line 1579: warning: comment on exported method CanvasItem.IsVisibleInTree should be of the form "IsVisibleInTree ..." (golint)
    • Line 1602: warning: comment on exported method CanvasItem.MakeCanvasPositionLocal should be of the form "MakeCanvasPositionLocal ..." (golint)
    • Line 1626: warning: comment on exported method CanvasItem.MakeInputLocal should be of the form "MakeInputLocal ..." (golint)
    • Line 1664: warning: comment on exported method CanvasItem.SetAsToplevel should be of the form "SetAsToplevel ..." (golint)
    • Line 1685: warning: comment on exported method CanvasItem.SetDrawBehindParent should be of the form "SetDrawBehindParent ..." (golint)
    • Line 1706: warning: comment on exported method CanvasItem.SetLightMask should be of the form "SetLightMask ..." (golint)
    • Line 1727: warning: comment on exported method CanvasItem.SetMaterial should be of the form "SetMaterial ..." (golint)
    • Line 1748: warning: comment on exported method CanvasItem.SetModulate should be of the form "SetModulate ..." (golint)
    • Line 1769: warning: comment on exported method CanvasItem.SetNotifyLocalTransform should be of the form "SetNotifyLocalTransform ..." (golint)
    • Line 1790: warning: comment on exported method CanvasItem.SetNotifyTransform should be of the form "SetNotifyTransform ..." (golint)
    • Line 1811: warning: comment on exported method CanvasItem.SetSelfModulate should be of the form "SetSelfModulate ..." (golint)
    • Line 1832: warning: comment on exported method CanvasItem.SetUseParentMaterial should be of the form "SetUseParentMaterial ..." (golint)
    • Line 1853: warning: comment on exported method CanvasItem.SetVisible should be of the form "SetVisible ..." (golint)
    • Line 1874: warning: comment on exported method CanvasItem.Show should be of the form "Show ..." (golint)
    • Line 1894: warning: comment on exported method CanvasItem.Update should be of the form "Update ..." (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/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/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 52: warning: comment on exported type Line2D should be of the form "Line2D ..." (with optional leading article) (golint)
    • Line 60: warning: exported method Line2D.BaseClass should have comment or be unexported (golint)
    • Line 64: warning: comment on exported method Line2D.X_CurveChanged should be of the form "X_CurveChanged ..." (golint)
    • Line 68: warning: don't use underscores in Go names; method X_CurveChanged should be XCurveChanged (golint)
    • Line 84: warning: comment on exported method Line2D.X_GradientChanged should be of the form "X_GradientChanged ..." (golint)
    • Line 88: warning: don't use underscores in Go names; method X_GradientChanged should be XGradientChanged (golint)
    • Line 104: warning: comment on exported method Line2D.AddPoint should be of the form "AddPoint ..." (golint)
    • Line 126: warning: comment on exported method Line2D.ClearPoints should be of the form "ClearPoints ..." (golint)
    • Line 146: warning: comment on exported method Line2D.GetAntialiased should be of the form "GetAntialiased ..." (golint)
    • Line 169: warning: comment on exported method Line2D.GetBeginCapMode should be of the form "GetBeginCapMode ..." (golint)
    • Line 192: warning: comment on exported method Line2D.GetCurve should be of the form "GetCurve ..." (golint)
    • Line 229: warning: comment on exported method Line2D.GetDefaultColor should be of the form "GetDefaultColor ..." (golint)
    • Line 252: warning: comment on exported method Line2D.GetEndCapMode should be of the form "GetEndCapMode ..." (golint)
    • Line 275: warning: comment on exported method Line2D.GetGradient should be of the form "GetGradient ..." (golint)
    • Line 312: warning: comment on exported method Line2D.GetJointMode should be of the form "GetJointMode ..." (golint)
    • Line 335: warning: comment on exported method Line2D.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 358: warning: comment on exported method Line2D.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 382: warning: comment on exported method Line2D.GetPoints should be of the form "GetPoints ..." (golint)
    • Line 405: warning: comment on exported method Line2D.GetRoundPrecision should be of the form "GetRoundPrecision ..." (golint)
    • Line 428: warning: comment on exported method Line2D.GetSharpLimit should be of the form "GetSharpLimit ..." (golint)
    • Line 451: warning: comment on exported method Line2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 488: warning: comment on exported method Line2D.GetTextureMode should be of the form "GetTextureMode ..." (golint)
    • Line 511: warning: comment on exported method Line2D.GetWidth should be of the form "GetWidth ..." (golint)
    • Line 534: warning: comment on exported method Line2D.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 555: warning: comment on exported method Line2D.SetAntialiased should be of the form "SetAntialiased ..." (golint)
    • Line 576: warning: comment on exported method Line2D.SetBeginCapMode should be of the form "SetBeginCapMode ..." (golint)
    • Line 597: warning: comment on exported method Line2D.SetCurve should be of the form "SetCurve ..." (golint)
    • Line 618: warning: comment on exported method Line2D.SetDefaultColor should be of the form "SetDefaultColor ..." (golint)
    • Line 639: warning: comment on exported method Line2D.SetEndCapMode should be of the form "SetEndCapMode ..." (golint)
    • Line 660: warning: comment on exported method Line2D.SetGradient should be of the form "SetGradient ..." (golint)
    • Line 681: warning: comment on exported method Line2D.SetJointMode should be of the form "SetJointMode ..." (golint)
    • Line 702: warning: comment on exported method Line2D.SetPointPosition should be of the form "SetPointPosition ..." (golint)
    • Line 724: warning: comment on exported method Line2D.SetPoints should be of the form "SetPoints ..." (golint)
    • Line 745: warning: comment on exported method Line2D.SetRoundPrecision should be of the form "SetRoundPrecision ..." (golint)
    • Line 766: warning: comment on exported method Line2D.SetSharpLimit should be of the form "SetSharpLimit ..." (golint)
    • Line 787: warning: comment on exported method Line2D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 808: warning: comment on exported method Line2D.SetTextureMode should be of the form "SetTextureMode ..." (golint)
    • Line 829: warning: comment on exported method Line2D.SetWidth should be of the form "SetWidth ..." (golint)
    • godot-go/godot/visualshadernodescalarop.gen.go
    • Line 20: warning: exported const VisualShaderNodeScalarOpOpAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: comment on exported type VisualShaderNodeScalarOp should be of the form "VisualShaderNodeScalarOp ..." (with optional leading article) (golint)
    • Line 49: warning: exported method VisualShaderNodeScalarOp.BaseClass should have comment or be unexported (golint)
    • Line 53: warning: comment on exported method VisualShaderNodeScalarOp.GetOperator should be of the form "GetOperator ..." (golint)
    • Line 76: warning: comment on exported method VisualShaderNodeScalarOp.SetOperator should be of the form "SetOperator ..." (golint)
    • godot-go/godot/visualshadernodetransformdecompose.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeTransformDecompose should be of the form "VisualShaderNodeTransformDecompose ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeTransformDecompose.BaseClass should have comment or be unexported (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 AnimationTypeAnimation should have comment (or a comment on this block) or be unexported (golint)
    • Line 41: warning: exported const AnimationUpdateCapture should have comment (or a comment on this block) or be unexported (golint)
    • Line 64: warning: exported method Animation.BaseClass should have comment or be unexported (golint)
    • Line 68: warning: comment on exported method Animation.AddTrack should be of the form "AddTrack ..." (golint)
    • Line 93: warning: comment on exported method Animation.AnimationTrackGetKeyAnimation should be of the form "AnimationTrackGetKeyAnimation ..." (golint)
    • Line 118: warning: comment on exported method Animation.AnimationTrackInsertKey should be of the form "AnimationTrackInsertKey ..." (golint)
    • Line 144: warning: comment on exported method Animation.AnimationTrackSetKeyAnimation should be of the form "AnimationTrackSetKeyAnimation ..." (golint)
    • Line 167: warning: comment on exported method Animation.AudioTrackGetKeyEndOffset should be of the form "AudioTrackGetKeyEndOffset ..." (golint)
    • Line 192: warning: comment on exported method Animation.AudioTrackGetKeyStartOffset should be of the form "AudioTrackGetKeyStartOffset ..." (golint)
    • Line 217: warning: comment on exported method Animation.AudioTrackGetKeyStream should be of the form "AudioTrackGetKeyStream ..." (golint)
    • Line 256: warning: comment on exported method Animation.AudioTrackInsertKey should be of the form "AudioTrackInsertKey ..." (golint)
    • Line 284: warning: comment on exported method Animation.AudioTrackSetKeyEndOffset should be of the form "AudioTrackSetKeyEndOffset ..." (golint)
    • Line 307: warning: comment on exported method Animation.AudioTrackSetKeyStartOffset should be of the form "AudioTrackSetKeyStartOffset ..." (golint)
    • Line 330: warning: comment on exported method Animation.AudioTrackSetKeyStream should be of the form "AudioTrackSetKeyStream ..." (golint)
    • Line 353: warning: comment on exported method Animation.BezierTrackGetKeyInHandle should be of the form "BezierTrackGetKeyInHandle ..." (golint)
    • Line 378: warning: comment on exported method Animation.BezierTrackGetKeyOutHandle should be of the form "BezierTrackGetKeyOutHandle ..." (golint)
    • Line 403: warning: comment on exported method Animation.BezierTrackGetKeyValue should be of the form "BezierTrackGetKeyValue ..." (golint)
    • Line 428: warning: comment on exported method Animation.BezierTrackInsertKey should be of the form "BezierTrackInsertKey ..." (golint)
    • Line 456: warning: comment on exported method Animation.BezierTrackInterpolate should be of the form "BezierTrackInterpolate ..." (golint)
    • Line 481: warning: comment on exported method Animation.BezierTrackSetKeyInHandle should be of the form "BezierTrackSetKeyInHandle ..." (golint)
    • Line 504: warning: comment on exported method Animation.BezierTrackSetKeyOutHandle should be of the form "BezierTrackSetKeyOutHandle ..." (golint)
    • Line 527: warning: comment on exported method Animation.BezierTrackSetKeyValue should be of the form "BezierTrackSetKeyValue ..." (golint)
    • Line 550: warning: comment on exported method Animation.Clear should be of the form "Clear ..." (golint)
    • Line 570: warning: comment on exported method Animation.CopyTrack should be of the form "CopyTrack ..." (golint)
    • Line 592: warning: comment on exported method Animation.FindTrack should be of the form "FindTrack ..." (golint)
    • Line 616: warning: comment on exported method Animation.GetLength should be of the form "GetLength ..." (golint)
    • Line 639: warning: comment on exported method Animation.GetStep should be of the form "GetStep ..." (golint)
    • Line 662: warning: comment on exported method Animation.GetTrackCount should be of the form "GetTrackCount ..." (golint)
    • Line 685: warning: comment on exported method Animation.HasLoop should be of the form "HasLoop ..." (golint)
    • Line 708: warning: comment on exported method Animation.MethodTrackGetKeyIndices should be of the form "MethodTrackGetKeyIndices ..." (golint)
    • Line 734: warning: comment on exported method Animation.MethodTrackGetName should be of the form "MethodTrackGetName ..." (golint)
    • Line 759: warning: comment on exported method Animation.MethodTrackGetParams should be of the form "MethodTrackGetParams ..." (golint)
    • Line 784: warning: comment on exported method Animation.RemoveTrack should be of the form "RemoveTrack ..." (golint)
    • Line 805: warning: comment on exported method Animation.SetLength should be of the form "SetLength ..." (golint)
    • Line 826: warning: comment on exported method Animation.SetLoop should be of the form "SetLoop ..." (golint)
    • Line 847: warning: comment on exported method Animation.SetStep should be of the form "SetStep ..." (golint)
    • Line 868: warning: comment on exported method Animation.TrackFindKey should be of the form "TrackFindKey ..." (golint)
    • Line 894: warning: comment on exported method Animation.TrackGetInterpolationLoopWrap should be of the form "TrackGetInterpolationLoopWrap ..." (golint)
    • Line 918: warning: comment on exported method Animation.TrackGetInterpolationType should be of the form "TrackGetInterpolationType ..." (golint)
    • Line 942: warning: comment on exported method Animation.TrackGetKeyCount should be of the form "TrackGetKeyCount ..." (golint)
    • Line 966: warning: comment on exported method Animation.TrackGetKeyTime should be of the form "TrackGetKeyTime ..." (golint)
    • Line 991: warning: comment on exported method Animation.TrackGetKeyTransition should be of the form "TrackGetKeyTransition ..." (golint)
    • Line 1016: warning: comment on exported method Animation.TrackGetKeyValue should be of the form "TrackGetKeyValue ..." (golint)
    • Line 1041: warning: comment on exported method Animation.TrackGetPath should be of the form "TrackGetPath ..." (golint)
    • Line 1065: warning: comment on exported method Animation.TrackGetType should be of the form "TrackGetType ..." (golint)
    • Line 1089: warning: comment on exported method Animation.TrackInsertKey should be of the form "TrackInsertKey ..." (golint)
    • Line 1113: warning: comment on exported method Animation.TrackIsEnabled should be of the form "TrackIsEnabled ..." (golint)
    • Line 1137: warning: comment on exported method Animation.TrackIsImported should be of the form "TrackIsImported ..." (golint)
    • Line 1161: warning: comment on exported method Animation.TrackMoveDown should be of the form "TrackMoveDown ..." (golint)
    • Line 1182: warning: comment on exported method Animation.TrackMoveTo should be of the form "TrackMoveTo ..." (golint)
    • Line 1204: warning: comment on exported method Animation.TrackMoveUp should be of the form "TrackMoveUp ..." (golint)
    • Line 1225: warning: comment on exported method Animation.TrackRemoveKey should be of the form "TrackRemoveKey ..." (golint)
    • Line 1247: warning: comment on exported method Animation.TrackRemoveKeyAtPosition should be of the form "TrackRemoveKeyAtPosition ..." (golint)
    • Line 1269: warning: comment on exported method Animation.TrackSetEnabled should be of the form "TrackSetEnabled ..." (golint)
    • Line 1291: warning: comment on exported method Animation.TrackSetImported should be of the form "TrackSetImported ..." (golint)
    • Line 1313: warning: comment on exported method Animation.TrackSetInterpolationLoopWrap should be of the form "TrackSetInterpolationLoopWrap ..." (golint)
    • Line 1335: warning: comment on exported method Animation.TrackSetInterpolationType should be of the form "TrackSetInterpolationType ..." (golint)
    • Line 1357: warning: comment on exported method Animation.TrackSetKeyTime should be of the form "TrackSetKeyTime ..." (golint)
    • Line 1380: warning: comment on exported method Animation.TrackSetKeyTransition should be of the form "TrackSetKeyTransition ..." (golint)
    • Line 1403: warning: comment on exported method Animation.TrackSetKeyValue should be of the form "TrackSetKeyValue ..." (golint)
    • Line 1426: warning: comment on exported method Animation.TrackSetPath should be of the form "TrackSetPath ..." (golint)
    • Line 1448: warning: comment on exported method Animation.TrackSwap should be of the form "TrackSwap ..." (golint)
    • Line 1470: warning: comment on exported method Animation.TransformTrackInsertKey should be of the form "TransformTrackInsertKey ..." (golint)
    • Line 1498: warning: comment on exported method Animation.TransformTrackInterpolate should be of the form "TransformTrackInterpolate ..." (golint)
    • Line 1523: warning: comment on exported method Animation.ValueTrackGetKeyIndices should be of the form "ValueTrackGetKeyIndices ..." (golint)
    • Line 1549: warning: comment on exported method Animation.ValueTrackGetUpdateMode should be of the form "ValueTrackGetUpdateMode ..." (golint)
    • Line 1573: warning: comment on exported method Animation.ValueTrackSetUpdateMode should be of the form "ValueTrackSetUpdateMode ..." (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/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.AddCentralForce should be of the form "AddCentralForce ..." (golint)
    • Line 58: warning: comment on exported method Physics2DDirectBodyState.AddForce should be of the form "AddForce ..." (golint)
    • Line 80: warning: comment on exported method Physics2DDirectBodyState.AddTorque should be of the form "AddTorque ..." (golint)
    • Line 101: warning: comment on exported method Physics2DDirectBodyState.ApplyCentralImpulse should be of the form "ApplyCentralImpulse ..." (golint)
    • Line 122: warning: comment on exported method Physics2DDirectBodyState.ApplyImpulse should be of the form "ApplyImpulse ..." (golint)
    • Line 144: warning: comment on exported method Physics2DDirectBodyState.ApplyTorqueImpulse should be of the form "ApplyTorqueImpulse ..." (golint)
    • Line 165: warning: comment on exported method Physics2DDirectBodyState.GetAngularVelocity should be of the form "GetAngularVelocity ..." (golint)
    • Line 188: warning: comment on exported method Physics2DDirectBodyState.GetContactCollider should be of the form "GetContactCollider ..." (golint)
    • Line 212: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderId should be of the form "GetContactColliderId ..." (golint)
    • Line 236: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderObject should be of the form "GetContactColliderObject ..." (golint)
    • Line 274: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderPosition should be of the form "GetContactColliderPosition ..." (golint)
    • Line 298: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderShape should be of the form "GetContactColliderShape ..." (golint)
    • Line 322: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderShapeMetadata should be of the form "GetContactColliderShapeMetadata ..." (golint)
    • Line 346: warning: comment on exported method Physics2DDirectBodyState.GetContactColliderVelocityAtPosition should be of the form "GetContactColliderVelocityAtPosition ..." (golint)
    • Line 370: warning: comment on exported method Physics2DDirectBodyState.GetContactCount should be of the form "GetContactCount ..." (golint)
    • Line 393: warning: comment on exported method Physics2DDirectBodyState.GetContactLocalNormal should be of the form "GetContactLocalNormal ..." (golint)
    • Line 417: warning: comment on exported method Physics2DDirectBodyState.GetContactLocalPosition should be of the form "GetContactLocalPosition ..." (golint)
    • Line 441: warning: comment on exported method Physics2DDirectBodyState.GetContactLocalShape should be of the form "GetContactLocalShape ..." (golint)
    • Line 465: warning: comment on exported method Physics2DDirectBodyState.GetInverseInertia should be of the form "GetInverseInertia ..." (golint)
    • Line 488: warning: comment on exported method Physics2DDirectBodyState.GetInverseMass should be of the form "GetInverseMass ..." (golint)
    • Line 511: warning: comment on exported method Physics2DDirectBodyState.GetLinearVelocity should be of the form "GetLinearVelocity ..." (golint)
    • Line 534: warning: comment on exported method Physics2DDirectBodyState.GetSpaceState should be of the form "GetSpaceState ..." (golint)
    • Line 571: warning: comment on exported method Physics2DDirectBodyState.GetStep should be of the form "GetStep ..." (golint)
    • Line 594: warning: comment on exported method Physics2DDirectBodyState.GetTotalAngularDamp should be of the form "GetTotalAngularDamp ..." (golint)
    • Line 617: warning: comment on exported method Physics2DDirectBodyState.GetTotalGravity should be of the form "GetTotalGravity ..." (golint)
    • Line 640: warning: comment on exported method Physics2DDirectBodyState.GetTotalLinearDamp should be of the form "GetTotalLinearDamp ..." (golint)
    • Line 663: warning: comment on exported method Physics2DDirectBodyState.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 686: warning: comment on exported method Physics2DDirectBodyState.IntegrateForces should be of the form "IntegrateForces ..." (golint)
    • Line 706: warning: comment on exported method Physics2DDirectBodyState.IsSleeping should be of the form "IsSleeping ..." (golint)
    • Line 729: warning: comment on exported method Physics2DDirectBodyState.SetAngularVelocity should be of the form "SetAngularVelocity ..." (golint)
    • Line 750: warning: comment on exported method Physics2DDirectBodyState.SetLinearVelocity should be of the form "SetLinearVelocity ..." (golint)
    • Line 771: warning: comment on exported method Physics2DDirectBodyState.SetSleepState should be of the form "SetSleepState ..." (golint)
    • Line 792: warning: comment on exported method Physics2DDirectBodyState.SetTransform should be of the form "SetTransform ..." (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/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.GetAnimationNames should be of the form "GetAnimationNames ..." (golint)
    • Line 257: warning: comment on exported method SpriteFrames.GetAnimationSpeed should be of the form "GetAnimationSpeed ..." (golint)
    • Line 281: warning: comment on exported method SpriteFrames.GetFrame should be of the form "GetFrame ..." (golint)
    • Line 320: warning: comment on exported method SpriteFrames.GetFrameCount should be of the form "GetFrameCount ..." (golint)
    • Line 344: warning: comment on exported method SpriteFrames.HasAnimation should be of the form "HasAnimation ..." (golint)
    • Line 368: warning: comment on exported method SpriteFrames.RemoveAnimation should be of the form "RemoveAnimation ..." (golint)
    • Line 389: warning: comment on exported method SpriteFrames.RemoveFrame should be of the form "RemoveFrame ..." (golint)
    • Line 411: warning: comment on exported method SpriteFrames.RenameAnimation should be of the form "RenameAnimation ..." (golint)
    • Line 433: warning: comment on exported method SpriteFrames.SetAnimationLoop should be of the form "SetAnimationLoop ..." (golint)
    • Line 455: warning: comment on exported method SpriteFrames.SetAnimationSpeed should be of the form "SetAnimationSpeed ..." (golint)
    • Line 477: warning: comment on exported method SpriteFrames.SetFrame should be of the form "SetFrame ..." (golint)
    • godot-go/godot/animationnodeblendspace2d.gen.go
    • Line 20: warning: exported const AnimationNodeBlendSpace2DBlendModeDiscrete should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type AnimationNodeBlendSpace2D should be of the form "AnimationNodeBlendSpace2D ..." (with optional leading article) (golint)
    • Line 42: warning: exported method AnimationNodeBlendSpace2D.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method AnimationNodeBlendSpace2D.X_AddBlendPoint should be of the form "X_AddBlendPoint ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_AddBlendPoint should be XAddBlendPoint (golint)
    • Line 68: warning: comment on exported method AnimationNodeBlendSpace2D.X_GetTriangles should be of the form "X_GetTriangles ..." (golint)
    • Line 72: warning: don't use underscores in Go names; method X_GetTriangles should be XGetTriangles (golint)
    • Line 91: warning: comment on exported method AnimationNodeBlendSpace2D.X_SetTriangles should be of the form "X_SetTriangles ..." (golint)
    • Line 95: warning: don't use underscores in Go names; method X_SetTriangles should be XSetTriangles (golint)
    • Line 112: warning: comment on exported method AnimationNodeBlendSpace2D.X_TreeChanged should be of the form "X_TreeChanged ..." (golint)
    • Line 116: warning: don't use underscores in Go names; method X_TreeChanged should be XTreeChanged (golint)
    • Line 132: warning: comment on exported method AnimationNodeBlendSpace2D.X_UpdateTriangles should be of the form "X_UpdateTriangles ..." (golint)
    • Line 136: warning: don't use underscores in Go names; method X_UpdateTriangles should be XUpdateTriangles (golint)
    • Line 152: warning: comment on exported method AnimationNodeBlendSpace2D.AddBlendPoint should be of the form "AddBlendPoint ..." (golint)
    • Line 175: warning: comment on exported method AnimationNodeBlendSpace2D.AddTriangle should be of the form "AddTriangle ..." (golint)
    • Line 199: warning: comment on exported method AnimationNodeBlendSpace2D.GetAutoTriangles should be of the form "GetAutoTriangles ..." (golint)
    • Line 222: warning: comment on exported method AnimationNodeBlendSpace2D.GetBlendMode should be of the form "GetBlendMode ..." (golint)
    • Line 245: warning: comment on exported method AnimationNodeBlendSpace2D.GetBlendPointCount should be of the form "GetBlendPointCount ..." (golint)
    • Line 268: warning: comment on exported method AnimationNodeBlendSpace2D.GetBlendPointNode should be of the form "GetBlendPointNode ..." (golint)
    • Line 306: warning: comment on exported method AnimationNodeBlendSpace2D.GetBlendPointPosition should be of the form "GetBlendPointPosition ..." (golint)
    • Line 330: warning: comment on exported method AnimationNodeBlendSpace2D.GetMaxSpace should be of the form "GetMaxSpace ..." (golint)
    • Line 353: warning: comment on exported method AnimationNodeBlendSpace2D.GetMinSpace should be of the form "GetMinSpace ..." (golint)
    • Line 376: warning: comment on exported method AnimationNodeBlendSpace2D.GetSnap should be of the form "GetSnap ..." (golint)
    • Line 399: warning: comment on exported method AnimationNodeBlendSpace2D.GetTriangleCount should be of the form "GetTriangleCount ..." (golint)
    • Line 422: warning: comment on exported method AnimationNodeBlendSpace2D.GetTrianglePoint should be of the form "GetTrianglePoint ..." (golint)
    • Line 447: warning: comment on exported method AnimationNodeBlendSpace2D.GetXLabel should be of the form "GetXLabel ..." (golint)
    • Line 470: warning: comment on exported method AnimationNodeBlendSpace2D.GetYLabel should be of the form "GetYLabel ..." (golint)
    • Line 493: warning: comment on exported method AnimationNodeBlendSpace2D.RemoveBlendPoint should be of the form "RemoveBlendPoint ..." (golint)
    • Line 514: warning: comment on exported method AnimationNodeBlendSpace2D.RemoveTriangle should be of the form "RemoveTriangle ..." (golint)
    • Line 535: warning: comment on exported method AnimationNodeBlendSpace2D.SetAutoTriangles should be of the form "SetAutoTriangles ..." (golint)
    • Line 556: warning: comment on exported method AnimationNodeBlendSpace2D.SetBlendMode should be of the form "SetBlendMode ..." (golint)
    • Line 577: warning: comment on exported method AnimationNodeBlendSpace2D.SetBlendPointNode should be of the form "SetBlendPointNode ..." (golint)
    • Line 599: warning: comment on exported method AnimationNodeBlendSpace2D.SetBlendPointPosition should be of the form "SetBlendPointPosition ..." (golint)
    • Line 621: warning: comment on exported method AnimationNodeBlendSpace2D.SetMaxSpace should be of the form "SetMaxSpace ..." (golint)
    • Line 642: warning: comment on exported method AnimationNodeBlendSpace2D.SetMinSpace should be of the form "SetMinSpace ..." (golint)
    • Line 663: warning: comment on exported method AnimationNodeBlendSpace2D.SetSnap should be of the form "SetSnap ..." (golint)
    • Line 684: warning: comment on exported method AnimationNodeBlendSpace2D.SetXLabel should be of the form "SetXLabel ..." (golint)
    • Line 705: warning: comment on exported method AnimationNodeBlendSpace2D.SetYLabel should be of the form "SetYLabel ..." (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/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 64: warning: comment on exported method GDScriptFunctionState.IsValid should be of the form "IsValid ..." (golint)
    • Line 88: warning: comment on exported method GDScriptFunctionState.Resume should be of the form "Resume ..." (golint)
    • godot-go/godot/jsonrpc.gen.go
    • Line 20: warning: exported const JSONRPCInternalError should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: comment on exported type JSONRPC should be of the form "JSONRPC ..." (with optional leading article) (golint)
    • Line 44: warning: exported method JSONRPC.BaseClass should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method JSONRPC.MakeNotification should be of the form "MakeNotification ..." (golint)
    • Line 73: warning: comment on exported method JSONRPC.MakeRequest should be of the form "MakeRequest ..." (golint)
    • Line 99: warning: comment on exported method JSONRPC.MakeResponse should be of the form "MakeResponse ..." (golint)
    • Line 124: warning: comment on exported method JSONRPC.MakeResponseError should be of the form "MakeResponseError ..." (golint)
    • Line 150: warning: comment on exported method JSONRPC.ProcessAction should be of the form "ProcessAction ..." (golint)
    • Line 175: warning: comment on exported method JSONRPC.ProcessString should be of the form "ProcessString ..." (golint)
    • Line 199: warning: comment on exported method JSONRPC.SetScope should be of the form "SetScope ..." (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/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.GetBakeDefaultTexelsPerUnit should be of the form "GetBakeDefaultTexelsPerUnit ..." (golint)
    • Line 156: warning: comment on exported method BakedLightmap.GetBakeMode should be of the form "GetBakeMode ..." (golint)
    • Line 179: warning: comment on exported method BakedLightmap.GetBakeQuality should be of the form "GetBakeQuality ..." (golint)
    • Line 202: warning: comment on exported method BakedLightmap.GetCaptureCellSize should be of the form "GetCaptureCellSize ..." (golint)
    • Line 225: warning: comment on exported method BakedLightmap.GetEnergy should be of the form "GetEnergy ..." (golint)
    • Line 248: warning: comment on exported method BakedLightmap.GetExtents should be of the form "GetExtents ..." (golint)
    • Line 271: warning: comment on exported method BakedLightmap.GetImagePath should be of the form "GetImagePath ..." (golint)
    • Line 294: warning: comment on exported method BakedLightmap.GetLightData should be of the form "GetLightData ..." (golint)
    • Line 331: warning: comment on exported method BakedLightmap.GetPropagation should be of the form "GetPropagation ..." (golint)
    • Line 354: warning: comment on exported method BakedLightmap.IsHdr should be of the form "IsHdr ..." (golint)
    • Line 377: warning: comment on exported method BakedLightmap.SetBakeCellSize should be of the form "SetBakeCellSize ..." (golint)
    • Line 398: warning: comment on exported method BakedLightmap.SetBakeDefaultTexelsPerUnit should be of the form "SetBakeDefaultTexelsPerUnit ..." (golint)
    • Line 419: warning: comment on exported method BakedLightmap.SetBakeMode should be of the form "SetBakeMode ..." (golint)
    • Line 440: warning: comment on exported method BakedLightmap.SetBakeQuality should be of the form "SetBakeQuality ..." (golint)
    • Line 461: warning: comment on exported method BakedLightmap.SetCaptureCellSize should be of the form "SetCaptureCellSize ..." (golint)
    • Line 482: warning: comment on exported method BakedLightmap.SetEnergy should be of the form "SetEnergy ..." (golint)
    • Line 503: warning: comment on exported method BakedLightmap.SetExtents should be of the form "SetExtents ..." (golint)
    • Line 524: warning: comment on exported method BakedLightmap.SetHdr should be of the form "SetHdr ..." (golint)
    • Line 545: warning: comment on exported method BakedLightmap.SetImagePath should be of the form "SetImagePath ..." (golint)
    • Line 566: warning: comment on exported method BakedLightmap.SetLightData should be of the form "SetLightData ..." (golint)
    • Line 587: warning: comment on exported method BakedLightmap.SetPropagation should be of the form "SetPropagation ..." (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/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/visualshadernodescalaruniform.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeScalarUniform should be of the form "VisualShaderNodeScalarUniform ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeScalarUniform.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualshadernodevectorsmoothstep.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorSmoothStep should be of the form "VisualShaderNodeVectorSmoothStep ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorSmoothStep.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.X_ModalClosed should be of the form "X_ModalClosed ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_ModalClosed should be XModalClosed (golint)
    • Line 78: warning: comment on exported method ColorPickerButton.GetPickColor should be of the form "GetPickColor ..." (golint)
    • Line 101: warning: comment on exported method ColorPickerButton.GetPicker should be of the form "GetPicker ..." (golint)
    • Line 138: warning: comment on exported method ColorPickerButton.GetPopup should be of the form "GetPopup ..." (golint)
    • Line 175: warning: comment on exported method ColorPickerButton.IsEditingAlpha should be of the form "IsEditingAlpha ..." (golint)
    • Line 198: warning: comment on exported method ColorPickerButton.SetEditAlpha should be of the form "SetEditAlpha ..." (golint)
    • Line 219: warning: comment on exported method ColorPickerButton.SetPickColor should be of the form "SetPickColor ..." (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.GetBakedUpVectors should be of the form "GetBakedUpVectors ..." (golint)
    • Line 240: warning: comment on exported method Curve3D.GetClosestOffset should be of the form "GetClosestOffset ..." (golint)
    • Line 264: warning: comment on exported method Curve3D.GetClosestPoint should be of the form "GetClosestPoint ..." (golint)
    • Line 288: warning: comment on exported method Curve3D.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 311: warning: comment on exported method Curve3D.GetPointIn should be of the form "GetPointIn ..." (golint)
    • Line 335: warning: comment on exported method Curve3D.GetPointOut should be of the form "GetPointOut ..." (golint)
    • Line 359: warning: comment on exported method Curve3D.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 383: warning: comment on exported method Curve3D.GetPointTilt should be of the form "GetPointTilt ..." (golint)
    • Line 407: warning: comment on exported method Curve3D.Interpolate should be of the form "Interpolate ..." (golint)
    • Line 432: warning: comment on exported method Curve3D.InterpolateBaked should be of the form "InterpolateBaked ..." (golint)
    • Line 457: warning: comment on exported method Curve3D.InterpolateBakedUpVector should be of the form "InterpolateBakedUpVector ..." (golint)
    • Line 482: warning: comment on exported method Curve3D.Interpolatef should be of the form "Interpolatef ..." (golint)
    • Line 506: warning: comment on exported method Curve3D.IsUpVectorEnabled should be of the form "IsUpVectorEnabled ..." (golint)
    • Line 529: warning: comment on exported method Curve3D.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 550: warning: comment on exported method Curve3D.SetBakeInterval should be of the form "SetBakeInterval ..." (golint)
    • Line 571: warning: comment on exported method Curve3D.SetPointIn should be of the form "SetPointIn ..." (golint)
    • Line 593: warning: comment on exported method Curve3D.SetPointOut should be of the form "SetPointOut ..." (golint)
    • Line 615: warning: comment on exported method Curve3D.SetPointPosition should be of the form "SetPointPosition ..." (golint)
    • Line 637: warning: comment on exported method Curve3D.SetPointTilt should be of the form "SetPointTilt ..." (golint)
    • Line 659: warning: comment on exported method Curve3D.SetUpVectorEnabled should be of the form "SetUpVectorEnabled ..." (golint)
    • Line 680: warning: comment on exported method Curve3D.Tessellate should be of the form "Tessellate ..." (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/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/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/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/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/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/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/meshinstance2d.gen.go
    • Line 25: warning: comment on exported type MeshInstance2D should be of the form "MeshInstance2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MeshInstance2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MeshInstance2D.GetMesh should be of the form "GetMesh ..." (golint)
    • Line 74: warning: comment on exported method MeshInstance2D.GetNormalMap should be of the form "GetNormalMap ..." (golint)
    • Line 111: warning: comment on exported method MeshInstance2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 148: warning: comment on exported method MeshInstance2D.SetMesh should be of the form "SetMesh ..." (golint)
    • Line 169: warning: comment on exported method MeshInstance2D.SetNormalMap should be of the form "SetNormalMap ..." (golint)
    • Line 190: warning: comment on exported method MeshInstance2D.SetTexture should be of the form "SetTexture ..." (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.GetCurrentItemDrawn should be of the form "GetCurrentItemDrawn ..." (golint)
    • Line 119: warning: comment on exported method StyleBox.GetDefaultMargin should be of the form "GetDefaultMargin ..." (golint)
    • Line 143: warning: comment on exported method StyleBox.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 167: warning: comment on exported method StyleBox.GetMinimumSize should be of the form "GetMinimumSize ..." (golint)
    • Line 190: warning: comment on exported method StyleBox.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 213: warning: comment on exported method StyleBox.SetDefaultMargin should be of the form "SetDefaultMargin ..." (golint)
    • Line 235: warning: comment on exported method StyleBox.TestMask should be of the form "TestMask ..." (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.GetBase should be of the form "GetBase ..." (golint)
    • Line 106: warning: comment on exported method VisualInstance.GetInstance should be of the form "GetInstance ..." (golint)
    • Line 129: warning: comment on exported method VisualInstance.GetLayerMask should be of the form "GetLayerMask ..." (golint)
    • Line 152: warning: comment on exported method VisualInstance.GetLayerMaskBit should be of the form "GetLayerMaskBit ..." (golint)
    • Line 176: warning: comment on exported method VisualInstance.GetTransformedAabb should be of the form "GetTransformedAabb ..." (golint)
    • Line 199: warning: comment on exported method VisualInstance.SetBase should be of the form "SetBase ..." (golint)
    • Line 220: warning: comment on exported method VisualInstance.SetLayerMask should be of the form "SetLayerMask ..." (golint)
    • Line 241: warning: comment on exported method VisualInstance.SetLayerMaskBit should be of the form "SetLayerMaskBit ..." (golint)
    • godot-go/godot/animationrootnode.gen.go
    • Line 25: warning: comment on exported type AnimationRootNode should be of the form "AnimationRootNode ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationRootNode.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/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.GetSlipsOnSlope should be of the form "GetSlipsOnSlope ..." (golint)
    • Line 83: warning: comment on exported method RayShape.SetLength should be of the form "SetLength ..." (golint)
    • Line 104: warning: comment on exported method RayShape.SetSlipsOnSlope should be of the form "SetSlipsOnSlope ..." (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/skeleton2d.gen.go
    • Line 33: warning: exported method Skeleton2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Skeleton2D.X_UpdateBoneSetup should be of the form "X_UpdateBoneSetup ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_UpdateBoneSetup should be XUpdateBoneSetup (golint)
    • Line 57: warning: comment on exported method Skeleton2D.X_UpdateTransform should be of the form "X_UpdateTransform ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_UpdateTransform should be XUpdateTransform (golint)
    • Line 77: warning: comment on exported method Skeleton2D.GetBone should be of the form "GetBone ..." (golint)
    • Line 115: warning: comment on exported method Skeleton2D.GetBoneCount should be of the form "GetBoneCount ..." (golint)
    • Line 138: warning: comment on exported method Skeleton2D.GetSkeleton should be of the form "GetSkeleton ..." (golint)
    • godot-go/godot/visualshadernodescalarinterp.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeScalarInterp should be of the form "VisualShaderNodeScalarInterp ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeScalarInterp.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/x509certificate.gen.go
    • Line 33: warning: exported method X509Certificate.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method X509Certificate.Load should be of the form "Load ..." (golint)
    • Line 61: warning: comment on exported method X509Certificate.Save should be of the form "Save ..." (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/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/cylindershape.gen.go
    • Line 25: warning: comment on exported type CylinderShape should be of the form "CylinderShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CylinderShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CylinderShape.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 60: warning: comment on exported method CylinderShape.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 83: warning: comment on exported method CylinderShape.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 104: warning: comment on exported method CylinderShape.SetRadius should be of the form "SetRadius ..." (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/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/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/skeleton.gen.go
    • Line 25: warning: comment on exported type Skeleton should be of the form "Skeleton ..." (with optional leading article) (golint)
    • 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.GetBoundChildNodesToBone should be of the form "GetBoundChildNodesToBone ..." (golint)
    • Line 315: warning: comment on exported method Skeleton.IsBoneRestDisabled should be of the form "IsBoneRestDisabled ..." (golint)
    • Line 339: warning: comment on exported method Skeleton.LocalizeRests should be of the form "LocalizeRests ..." (golint)
    • Line 359: warning: comment on exported method Skeleton.PhysicalBonesAddCollisionException should be of the form "PhysicalBonesAddCollisionException ..." (golint)
    • Line 380: warning: comment on exported method Skeleton.PhysicalBonesRemoveCollisionException should be of the form "PhysicalBonesRemoveCollisionException ..." (golint)
    • Line 401: warning: comment on exported method Skeleton.PhysicalBonesStartSimulation should be of the form "PhysicalBonesStartSimulation ..." (golint)
    • Line 422: warning: comment on exported method Skeleton.PhysicalBonesStopSimulation should be of the form "PhysicalBonesStopSimulation ..." (golint)
    • Line 442: warning: comment on exported method Skeleton.RegisterSkin should be of the form "RegisterSkin ..." (golint)
    • Line 480: warning: comment on exported method Skeleton.SetBoneCustomPose should be of the form "SetBoneCustomPose ..." (golint)
    • Line 502: warning: comment on exported method Skeleton.SetBoneDisableRest should be of the form "SetBoneDisableRest ..." (golint)
    • Line 524: warning: comment on exported method Skeleton.SetBoneGlobalPoseOverride should be of the form "SetBoneGlobalPoseOverride ..." (golint)
    • Line 548: warning: comment on exported method Skeleton.SetBoneParent should be of the form "SetBoneParent ..." (golint)
    • Line 570: warning: comment on exported method Skeleton.SetBonePose should be of the form "SetBonePose ..." (golint)
    • Line 592: warning: comment on exported method Skeleton.SetBoneRest should be of the form "SetBoneRest ..." (golint)
    • Line 614: warning: comment on exported method Skeleton.UnbindChildNodeFromBone should be of the form "UnbindChildNodeFromBone ..." (golint)
    • Line 636: warning: comment on exported method Skeleton.UnparentBoneAndRest should be of the form "UnparentBoneAndRest ..." (golint)
    • godot-go/godot/visualshadernodecolorfunc.gen.go
    • Line 20: warning: exported const VisualShaderNodeColorFuncFuncGrayscale should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type VisualShaderNodeColorFunc should be of the form "VisualShaderNodeColorFunc ..." (with optional leading article) (golint)
    • Line 41: warning: exported method VisualShaderNodeColorFunc.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method VisualShaderNodeColorFunc.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 68: warning: comment on exported method VisualShaderNodeColorFunc.SetFunction should be of the form "SetFunction ..." (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)
    • 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.ClearBlendShapes should be of the form "ClearBlendShapes ..." (golint)
    • Line 133: warning: comment on exported method ArrayMesh.GetBlendShapeCount should be of the form "GetBlendShapeCount ..." (golint)
    • Line 156: warning: comment on exported method ArrayMesh.GetBlendShapeMode should be of the form "GetBlendShapeMode ..." (golint)
    • Line 179: warning: comment on exported method ArrayMesh.GetBlendShapeName should be of the form "GetBlendShapeName ..." (golint)
    • Line 203: warning: comment on exported method ArrayMesh.GetCustomAabb should be of the form "GetCustomAabb ..." (golint)
    • Line 226: warning: comment on exported method ArrayMesh.LightmapUnwrap should be of the form "LightmapUnwrap ..." (golint)
    • Line 251: warning: comment on exported method ArrayMesh.RegenNormalmaps should be of the form "RegenNormalmaps ..." (golint)
    • Line 271: warning: comment on exported method ArrayMesh.SetBlendShapeMode should be of the form "SetBlendShapeMode ..." (golint)
    • Line 292: warning: comment on exported method ArrayMesh.SetCustomAabb should be of the form "SetCustomAabb ..." (golint)
    • Line 313: warning: comment on exported method ArrayMesh.SurfaceFindByName should be of the form "SurfaceFindByName ..." (golint)
    • Line 337: warning: comment on exported method ArrayMesh.SurfaceGetArrayIndexLen should be of the form "SurfaceGetArrayIndexLen ..." (golint)
    • Line 361: warning: comment on exported method ArrayMesh.SurfaceGetArrayLen should be of the form "SurfaceGetArrayLen ..." (golint)
    • Line 385: warning: comment on exported method ArrayMesh.SurfaceGetFormat should be of the form "SurfaceGetFormat ..." (golint)
    • Line 409: warning: comment on exported method ArrayMesh.SurfaceGetName should be of the form "SurfaceGetName ..." (golint)
    • Line 433: warning: comment on exported method ArrayMesh.SurfaceGetPrimitiveType should be of the form "SurfaceGetPrimitiveType ..." (golint)
    • Line 457: warning: comment on exported method ArrayMesh.SurfaceRemove should be of the form "SurfaceRemove ..." (golint)
    • Line 478: warning: comment on exported method ArrayMesh.SurfaceSetName should be of the form "SurfaceSetName ..." (golint)
    • Line 500: warning: comment on exported method ArrayMesh.SurfaceUpdateRegion should be of the form "SurfaceUpdateRegion ..." (golint)
    • godot-go/godot/cameratexture.gen.go
    • Line 25: warning: comment on exported type CameraTexture should be of the form "CameraTexture ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CameraTexture.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CameraTexture.GetCameraActive should be of the form "GetCameraActive ..." (golint)
    • Line 60: warning: comment on exported method CameraTexture.GetCameraFeedId should be of the form "GetCameraFeedId ..." (golint)
    • Line 83: warning: comment on exported method CameraTexture.GetWhichFeed should be of the form "GetWhichFeed ..." (golint)
    • Line 106: warning: comment on exported method CameraTexture.SetCameraActive should be of the form "SetCameraActive ..." (golint)
    • Line 127: warning: comment on exported method CameraTexture.SetCameraFeedId should be of the form "SetCameraFeedId ..." (golint)
    • Line 148: warning: comment on exported method CameraTexture.SetWhichFeed should be of the form "SetWhichFeed ..." (golint)
    • godot-go/godot/editorinspector.gen.go
    • Line 25: warning: comment on exported type EditorInspector should be of the form "EditorInspector ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorInspector.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorInspector.X_EditRequestChange should be of the form "X_EditRequestChange ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_EditRequestChange should be XEditRequestChange (golint)
    • Line 59: warning: comment on exported method EditorInspector.X_FeatureProfileChanged should be of the form "X_FeatureProfileChanged ..." (golint)
    • Line 63: warning: don't use underscores in Go names; method X_FeatureProfileChanged should be XFeatureProfileChanged (golint)
    • Line 79: warning: comment on exported method EditorInspector.X_FilterChanged should be of the form "X_FilterChanged ..." (golint)
    • Line 83: warning: don't use underscores in Go names; method X_FilterChanged should be XFilterChanged (golint)
    • Line 100: warning: comment on exported method EditorInspector.X_MultiplePropertiesChanged should be of the form "X_MultiplePropertiesChanged ..." (golint)
    • Line 104: warning: don't use underscores in Go names; method X_MultiplePropertiesChanged should be XMultiplePropertiesChanged (golint)
    • Line 122: warning: comment on exported method EditorInspector.X_NodeRemoved should be of the form "X_NodeRemoved ..." (golint)
    • Line 126: warning: don't use underscores in Go names; method X_NodeRemoved should be XNodeRemoved (golint)
    • Line 143: warning: comment on exported method EditorInspector.X_ObjectIdSelected should be of the form "X_ObjectIdSelected ..." (golint)
    • Line 147: warning: don't use underscores in Go names; method X_ObjectIdSelected should be XObjectIDSelected (golint)
    • Line 165: warning: comment on exported method EditorInspector.X_PropertyChanged should be of the form "X_PropertyChanged ..." (golint)
    • Line 169: warning: don't use underscores in Go names; method X_PropertyChanged should be XPropertyChanged (golint)
    • Line 189: warning: comment on exported method EditorInspector.X_PropertyChangedUpdateAll should be of the form "X_PropertyChangedUpdateAll ..." (golint)
    • Line 193: warning: don't use underscores in Go names; method X_PropertyChangedUpdateAll should be XPropertyChangedUpdateAll (golint)
    • Line 213: warning: comment on exported method EditorInspector.X_PropertyChecked should be of the form "X_PropertyChecked ..." (golint)
    • Line 217: warning: don't use underscores in Go names; method X_PropertyChecked should be XPropertyChecked (golint)
    • Line 235: warning: comment on exported method EditorInspector.X_PropertyKeyed should be of the form "X_PropertyKeyed ..." (golint)
    • Line 239: warning: don't use underscores in Go names; method X_PropertyKeyed should be XPropertyKeyed (golint)
    • Line 257: warning: comment on exported method EditorInspector.X_PropertyKeyedWithValue should be of the form "X_PropertyKeyedWithValue ..." (golint)
    • Line 261: warning: don't use underscores in Go names; method X_PropertyKeyedWithValue should be XPropertyKeyedWithValue (golint)
    • Line 280: warning: comment on exported method EditorInspector.X_PropertySelected should be of the form "X_PropertySelected ..." (golint)
    • Line 284: warning: don't use underscores in Go names; method X_PropertySelected should be XPropertySelected (golint)
    • Line 302: warning: comment on exported method EditorInspector.X_ResourceSelected should be of the form "X_ResourceSelected ..." (golint)
    • Line 306: warning: don't use underscores in Go names; method X_ResourceSelected should be XResourceSelected (golint)
    • Line 324: warning: comment on exported method EditorInspector.X_VscrollChanged should be of the form "X_VscrollChanged ..." (golint)
    • Line 328: warning: don't use underscores in Go names; method X_VscrollChanged should be XVscrollChanged (golint)
    • Line 345: warning: comment on exported method EditorInspector.Refresh should be of the form "Refresh ..." (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 33: warning: exported const Generic6DOFJointParamAngularDamping should have comment (or a comment on this block) or be unexported (golint)
    • Line 61: warning: comment on exported type Generic6DOFJoint should be of the form "Generic6DOFJoint ..." (with optional leading article) (golint)
    • Line 69: warning: exported method Generic6DOFJoint.BaseClass should have comment or be unexported (golint)
    • Line 73: warning: comment on exported method Generic6DOFJoint.X_GetAngularHiLimitX should be of the form "X_GetAngularHiLimitX ..." (golint)
    • Line 77: warning: don't use underscores in Go names; method X_GetAngularHiLimitX should be XGetAngularHiLimitX (golint)
    • Line 96: warning: comment on exported method Generic6DOFJoint.X_GetAngularHiLimitY should be of the form "X_GetAngularHiLimitY ..." (golint)
    • Line 100: warning: don't use underscores in Go names; method X_GetAngularHiLimitY should be XGetAngularHiLimitY (golint)
    • Line 119: warning: comment on exported method Generic6DOFJoint.X_GetAngularHiLimitZ should be of the form "X_GetAngularHiLimitZ ..." (golint)
    • Line 123: warning: don't use underscores in Go names; method X_GetAngularHiLimitZ should be XGetAngularHiLimitZ (golint)
    • Line 142: warning: comment on exported method Generic6DOFJoint.X_GetAngularLoLimitX should be of the form "X_GetAngularLoLimitX ..." (golint)
    • Line 146: warning: don't use underscores in Go names; method X_GetAngularLoLimitX should be XGetAngularLoLimitX (golint)
    • Line 165: warning: comment on exported method Generic6DOFJoint.X_GetAngularLoLimitY should be of the form "X_GetAngularLoLimitY ..." (golint)
    • Line 169: warning: don't use underscores in Go names; method X_GetAngularLoLimitY should be XGetAngularLoLimitY (golint)
    • Line 188: warning: comment on exported method Generic6DOFJoint.X_GetAngularLoLimitZ should be of the form "X_GetAngularLoLimitZ ..." (golint)
    • Line 192: warning: don't use underscores in Go names; method X_GetAngularLoLimitZ should be XGetAngularLoLimitZ (golint)
    • Line 211: warning: comment on exported method Generic6DOFJoint.X_SetAngularHiLimitX should be of the form "X_SetAngularHiLimitX ..." (golint)
    • Line 215: warning: don't use underscores in Go names; method X_SetAngularHiLimitX should be XSetAngularHiLimitX (golint)
    • Line 232: warning: comment on exported method Generic6DOFJoint.X_SetAngularHiLimitY should be of the form "X_SetAngularHiLimitY ..." (golint)
    • Line 236: warning: don't use underscores in Go names; method X_SetAngularHiLimitY should be XSetAngularHiLimitY (golint)
    • Line 253: warning: comment on exported method Generic6DOFJoint.X_SetAngularHiLimitZ should be of the form "X_SetAngularHiLimitZ ..." (golint)
    • Line 257: warning: don't use underscores in Go names; method X_SetAngularHiLimitZ should be XSetAngularHiLimitZ (golint)
    • Line 274: warning: comment on exported method Generic6DOFJoint.X_SetAngularLoLimitX should be of the form "X_SetAngularLoLimitX ..." (golint)
    • Line 278: warning: don't use underscores in Go names; method X_SetAngularLoLimitX should be XSetAngularLoLimitX (golint)
    • Line 295: warning: comment on exported method Generic6DOFJoint.X_SetAngularLoLimitY should be of the form "X_SetAngularLoLimitY ..." (golint)
    • Line 299: warning: don't use underscores in Go names; method X_SetAngularLoLimitY should be XSetAngularLoLimitY (golint)
    • Line 316: warning: comment on exported method Generic6DOFJoint.X_SetAngularLoLimitZ should be of the form "X_SetAngularLoLimitZ ..." (golint)
    • Line 320: warning: don't use underscores in Go names; method X_SetAngularLoLimitZ should be XSetAngularLoLimitZ (golint)
    • Line 337: warning: comment on exported method Generic6DOFJoint.GetFlagX should be of the form "GetFlagX ..." (golint)
    • Line 361: warning: comment on exported method Generic6DOFJoint.GetFlagY should be of the form "GetFlagY ..." (golint)
    • Line 385: warning: comment on exported method Generic6DOFJoint.GetFlagZ should be of the form "GetFlagZ ..." (golint)
    • Line 409: warning: comment on exported method Generic6DOFJoint.GetParamX should be of the form "GetParamX ..." (golint)
    • Line 433: warning: comment on exported method Generic6DOFJoint.GetParamY should be of the form "GetParamY ..." (golint)
    • Line 457: warning: comment on exported method Generic6DOFJoint.GetParamZ should be of the form "GetParamZ ..." (golint)
    • Line 481: warning: comment on exported method Generic6DOFJoint.GetPrecision should be of the form "GetPrecision ..." (golint)
    • Line 504: warning: comment on exported method Generic6DOFJoint.SetFlagX should be of the form "SetFlagX ..." (golint)
    • Line 526: warning: comment on exported method Generic6DOFJoint.SetFlagY should be of the form "SetFlagY ..." (golint)
    • Line 548: warning: comment on exported method Generic6DOFJoint.SetFlagZ should be of the form "SetFlagZ ..." (golint)
    • Line 570: warning: comment on exported method Generic6DOFJoint.SetParamX should be of the form "SetParamX ..." (golint)
    • Line 592: warning: comment on exported method Generic6DOFJoint.SetParamY should be of the form "SetParamY ..." (golint)
    • Line 614: warning: comment on exported method Generic6DOFJoint.SetParamZ should be of the form "SetParamZ ..." (golint)
    • Line 636: warning: comment on exported method Generic6DOFJoint.SetPrecision should be of the form "SetPrecision ..." (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/animationnodeblendtree.gen.go
    • Line 25: warning: comment on exported type AnimationNodeBlendTree should be of the form "AnimationNodeBlendTree ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeBlendTree.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeBlendTree.X_NodeChanged should be of the form "X_NodeChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_NodeChanged should be XNodeChanged (golint)
    • Line 58: warning: comment on exported method AnimationNodeBlendTree.X_TreeChanged should be of the form "X_TreeChanged ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_TreeChanged should be XTreeChanged (golint)
    • Line 78: warning: comment on exported method AnimationNodeBlendTree.AddNode should be of the form "AddNode ..." (golint)
    • Line 101: warning: comment on exported method AnimationNodeBlendTree.ConnectNode should be of the form "ConnectNode ..." (golint)
    • Line 124: warning: comment on exported method AnimationNodeBlendTree.DisconnectNode should be of the form "DisconnectNode ..." (golint)
    • Line 146: warning: comment on exported method AnimationNodeBlendTree.GetGraphOffset should be of the form "GetGraphOffset ..." (golint)
    • Line 169: warning: comment on exported method AnimationNodeBlendTree.GetNode should be of the form "GetNode ..." (golint)
    • Line 207: warning: comment on exported method AnimationNodeBlendTree.GetNodePosition should be of the form "GetNodePosition ..." (golint)
    • Line 231: warning: comment on exported method AnimationNodeBlendTree.HasNode should be of the form "HasNode ..." (golint)
    • Line 255: warning: comment on exported method AnimationNodeBlendTree.RemoveNode should be of the form "RemoveNode ..." (golint)
    • Line 276: warning: comment on exported method AnimationNodeBlendTree.RenameNode should be of the form "RenameNode ..." (golint)
    • Line 298: warning: comment on exported method AnimationNodeBlendTree.SetGraphOffset should be of the form "SetGraphOffset ..." (golint)
    • Line 319: warning: comment on exported method AnimationNodeBlendTree.SetNodePosition should be of the form "SetNodePosition ..." (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/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.IsCollideWithAreasEnabled should be of the form "IsCollideWithAreasEnabled ..." (golint)
    • Line 198: warning: comment on exported method Physics2DShapeQueryParameters.IsCollideWithBodiesEnabled should be of the form "IsCollideWithBodiesEnabled ..." (golint)
    • Line 221: warning: comment on exported method Physics2DShapeQueryParameters.SetCollideWithAreas should be of the form "SetCollideWithAreas ..." (golint)
    • Line 242: warning: comment on exported method Physics2DShapeQueryParameters.SetCollideWithBodies should be of the form "SetCollideWithBodies ..." (golint)
    • Line 263: warning: comment on exported method Physics2DShapeQueryParameters.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 284: warning: comment on exported method Physics2DShapeQueryParameters.SetExclude should be of the form "SetExclude ..." (golint)
    • Line 305: warning: comment on exported method Physics2DShapeQueryParameters.SetMargin should be of the form "SetMargin ..." (golint)
    • Line 326: warning: comment on exported method Physics2DShapeQueryParameters.SetMotion should be of the form "SetMotion ..." (golint)
    • Line 347: warning: comment on exported method Physics2DShapeQueryParameters.SetShape should be of the form "SetShape ..." (golint)
    • Line 368: warning: comment on exported method Physics2DShapeQueryParameters.SetShapeRid should be of the form "SetShapeRid ..." (golint)
    • Line 389: warning: comment on exported method Physics2DShapeQueryParameters.SetTransform should be of the form "SetTransform ..." (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.IsScrollable should be of the form "IsScrollable ..." (golint)
    • Line 150: warning: comment on exported method Slider.SetEditable should be of the form "SetEditable ..." (golint)
    • Line 171: warning: comment on exported method Slider.SetScrollable should be of the form "SetScrollable ..." (golint)
    • Line 192: warning: comment on exported method Slider.SetTicks should be of the form "SetTicks ..." (golint)
    • Line 213: warning: comment on exported method Slider.SetTicksOnBorders should be of the form "SetTicksOnBorders ..." (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 SpatialMaterialDistanceFadeDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 88: warning: exported const SpatialMaterialEmissionOpAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 96: warning: exported const SpatialMaterialFeatureAmbientOcclusion should have comment (or a comment on this block) or be unexported (golint)
    • Line 115: warning: exported const SpatialMaterialFlagAlbedoFromVertexColor should have comment (or a comment on this block) or be unexported (golint)
    • Line 141: warning: exported const SpatialMaterialSpecularBlinn should have comment (or a comment on this block) or be unexported (golint)
    • Line 152: warning: exported const SpatialMaterialTextureChannelAlpha should have comment (or a comment on this block) or be unexported (golint)
    • Line 163: warning: exported const SpatialMaterialTextureAlbedo should have comment (or a comment on this block) or be unexported (golint)
    • Line 191: warning: comment on exported type SpatialMaterial should be of the form "SpatialMaterial ..." (with optional leading article) (golint)
    • Line 199: warning: exported method SpatialMaterial.BaseClass should have comment or be unexported (golint)
    • Line 203: warning: comment on exported method SpatialMaterial.GetAlbedo should be of the form "GetAlbedo ..." (golint)
    • Line 226: warning: comment on exported method SpatialMaterial.GetAlphaScissorThreshold should be of the form "GetAlphaScissorThreshold ..." (golint)
    • Line 249: warning: comment on exported method SpatialMaterial.GetAnisotropy should be of the form "GetAnisotropy ..." (golint)
    • Line 272: warning: comment on exported method SpatialMaterial.GetAoLightAffect should be of the form "GetAoLightAffect ..." (golint)
    • Line 295: warning: comment on exported method SpatialMaterial.GetAoTextureChannel should be of the form "GetAoTextureChannel ..." (golint)
    • Line 318: warning: comment on exported method SpatialMaterial.GetBillboardMode should be of the form "GetBillboardMode ..." (golint)
    • Line 341: warning: comment on exported method SpatialMaterial.GetBlendMode should be of the form "GetBlendMode ..." (golint)
    • Line 364: warning: comment on exported method SpatialMaterial.GetClearcoat should be of the form "GetClearcoat ..." (golint)
    • Line 387: warning: comment on exported method SpatialMaterial.GetClearcoatGloss should be of the form "GetClearcoatGloss ..." (golint)
    • Line 410: warning: comment on exported method SpatialMaterial.GetCullMode should be of the form "GetCullMode ..." (golint)
    • Line 433: warning: comment on exported method SpatialMaterial.GetDepthDeepParallaxFlipBinormal should be of the form "GetDepthDeepParallaxFlipBinormal ..." (golint)
    • Line 456: warning: comment on exported method SpatialMaterial.GetDepthDeepParallaxFlipTangent should be of the form "GetDepthDeepParallaxFlipTangent ..." (golint)
    • Line 479: warning: comment on exported method SpatialMaterial.GetDepthDeepParallaxMaxLayers should be of the form "GetDepthDeepParallaxMaxLayers ..." (golint)
    • Line 502: warning: comment on exported method SpatialMaterial.GetDepthDeepParallaxMinLayers should be of the form "GetDepthDeepParallaxMinLayers ..." (golint)
    • Line 525: warning: comment on exported method SpatialMaterial.GetDepthDrawMode should be of the form "GetDepthDrawMode ..." (golint)
    • Line 548: warning: comment on exported method SpatialMaterial.GetDepthScale should be of the form "GetDepthScale ..." (golint)
    • Line 571: warning: comment on exported method SpatialMaterial.GetDetailBlendMode should be of the form "GetDetailBlendMode ..." (golint)
    • Line 594: warning: comment on exported method SpatialMaterial.GetDetailUv should be of the form "GetDetailUv ..." (golint)
    • Line 617: warning: comment on exported method SpatialMaterial.GetDiffuseMode should be of the form "GetDiffuseMode ..." (golint)
    • Line 640: warning: comment on exported method SpatialMaterial.GetDistanceFade should be of the form "GetDistanceFade ..." (golint)
    • Line 663: warning: comment on exported method SpatialMaterial.GetDistanceFadeMaxDistance should be of the form "GetDistanceFadeMaxDistance ..." (golint)
    • Line 686: warning: comment on exported method SpatialMaterial.GetDistanceFadeMinDistance should be of the form "GetDistanceFadeMinDistance ..." (golint)
    • Line 709: warning: comment on exported method SpatialMaterial.GetEmission should be of the form "GetEmission ..." (golint)
    • Line 732: warning: comment on exported method SpatialMaterial.GetEmissionEnergy should be of the form "GetEmissionEnergy ..." (golint)
    • Line 755: warning: comment on exported method SpatialMaterial.GetEmissionOperator should be of the form "GetEmissionOperator ..." (golint)
    • Line 778: warning: comment on exported method SpatialMaterial.GetFeature should be of the form "GetFeature ..." (golint)
    • Line 802: warning: comment on exported method SpatialMaterial.GetFlag should be of the form "GetFlag ..." (golint)
    • Line 826: warning: comment on exported method SpatialMaterial.GetGrow should be of the form "GetGrow ..." (golint)
    • Line 849: warning: comment on exported method SpatialMaterial.GetLineWidth should be of the form "GetLineWidth ..." (golint)
    • Line 872: warning: comment on exported method SpatialMaterial.GetMetallic should be of the form "GetMetallic ..." (golint)
    • Line 895: warning: comment on exported method SpatialMaterial.GetMetallicTextureChannel should be of the form "GetMetallicTextureChannel ..." (golint)
    • Line 918: warning: comment on exported method SpatialMaterial.GetNormalScale should be of the form "GetNormalScale ..." (golint)
    • Line 941: warning: comment on exported method SpatialMaterial.GetParticlesAnimHFrames should be of the form "GetParticlesAnimHFrames ..." (golint)
    • Line 964: warning: comment on exported method SpatialMaterial.GetParticlesAnimLoop should be of the form "GetParticlesAnimLoop ..." (golint)
    • Line 987: warning: comment on exported method SpatialMaterial.GetParticlesAnimVFrames should be of the form "GetParticlesAnimVFrames ..." (golint)
    • Line 1010: warning: comment on exported method SpatialMaterial.GetPointSize should be of the form "GetPointSize ..." (golint)
    • Line 1033: warning: comment on exported method SpatialMaterial.GetProximityFadeDistance should be of the form "GetProximityFadeDistance ..." (golint)
    • Line 1056: warning: comment on exported method SpatialMaterial.GetRefraction should be of the form "GetRefraction ..." (golint)
    • Line 1079: warning: comment on exported method SpatialMaterial.GetRefractionTextureChannel should be of the form "GetRefractionTextureChannel ..." (golint)
    • Line 1102: warning: comment on exported method SpatialMaterial.GetRim should be of the form "GetRim ..." (golint)
    • Line 1125: warning: comment on exported method SpatialMaterial.GetRimTint should be of the form "GetRimTint ..." (golint)
    • Line 1148: warning: comment on exported method SpatialMaterial.GetRoughness should be of the form "GetRoughness ..." (golint)
    • Line 1171: warning: comment on exported method SpatialMaterial.GetRoughnessTextureChannel should be of the form "GetRoughnessTextureChannel ..." (golint)
    • Line 1194: warning: comment on exported method SpatialMaterial.GetSpecular should be of the form "GetSpecular ..." (golint)
    • Line 1217: warning: comment on exported method SpatialMaterial.GetSpecularMode should be of the form "GetSpecularMode ..." (golint)
    • Line 1240: warning: comment on exported method SpatialMaterial.GetSubsurfaceScatteringStrength should be of the form "GetSubsurfaceScatteringStrength ..." (golint)
    • Line 1263: warning: comment on exported method SpatialMaterial.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 1301: warning: comment on exported method SpatialMaterial.GetTransmission should be of the form "GetTransmission ..." (golint)
    • Line 1324: warning: comment on exported method SpatialMaterial.GetUv1Offset should be of the form "GetUv1Offset ..." (golint)
    • Line 1347: warning: comment on exported method SpatialMaterial.GetUv1Scale should be of the form "GetUv1Scale ..." (golint)
    • Line 1370: warning: comment on exported method SpatialMaterial.GetUv1TriplanarBlendSharpness should be of the form "GetUv1TriplanarBlendSharpness ..." (golint)
    • Line 1393: warning: comment on exported method SpatialMaterial.GetUv2Offset should be of the form "GetUv2Offset ..." (golint)
    • Line 1416: warning: comment on exported method SpatialMaterial.GetUv2Scale should be of the form "GetUv2Scale ..." (golint)
    • Line 1439: warning: comment on exported method SpatialMaterial.GetUv2TriplanarBlendSharpness should be of the form "GetUv2TriplanarBlendSharpness ..." (golint)
    • Line 1462: warning: comment on exported method SpatialMaterial.IsDepthDeepParallaxEnabled should be of the form "IsDepthDeepParallaxEnabled ..." (golint)
    • Line 1485: warning: comment on exported method SpatialMaterial.IsGrowEnabled should be of the form "IsGrowEnabled ..." (golint)
    • Line 1508: warning: comment on exported method SpatialMaterial.IsProximityFadeEnabled should be of the form "IsProximityFadeEnabled ..." (golint)
    • Line 1531: warning: comment on exported method SpatialMaterial.SetAlbedo should be of the form "SetAlbedo ..." (golint)
    • Line 1552: warning: comment on exported method SpatialMaterial.SetAlphaScissorThreshold should be of the form "SetAlphaScissorThreshold ..." (golint)
    • Line 1573: warning: comment on exported method SpatialMaterial.SetAnisotropy should be of the form "SetAnisotropy ..." (golint)
    • Line 1594: warning: comment on exported method SpatialMaterial.SetAoLightAffect should be of the form "SetAoLightAffect ..." (golint)
    • Line 1615: warning: comment on exported method SpatialMaterial.SetAoTextureChannel should be of the form "SetAoTextureChannel ..." (golint)
    • Line 1636: warning: comment on exported method SpatialMaterial.SetBillboardMode should be of the form "SetBillboardMode ..." (golint)
    • Line 1657: warning: comment on exported method SpatialMaterial.SetBlendMode should be of the form "SetBlendMode ..." (golint)
    • Line 1678: warning: comment on exported method SpatialMaterial.SetClearcoat should be of the form "SetClearcoat ..." (golint)
    • Line 1699: warning: comment on exported method SpatialMaterial.SetClearcoatGloss should be of the form "SetClearcoatGloss ..." (golint)
    • Line 1720: warning: comment on exported method SpatialMaterial.SetCullMode should be of the form "SetCullMode ..." (golint)
    • Line 1741: warning: comment on exported method SpatialMaterial.SetDepthDeepParallax should be of the form "SetDepthDeepParallax ..." (golint)
    • Line 1762: warning: comment on exported method SpatialMaterial.SetDepthDeepParallaxFlipBinormal should be of the form "SetDepthDeepParallaxFlipBinormal ..." (golint)
    • Line 1783: warning: comment on exported method SpatialMaterial.SetDepthDeepParallaxFlipTangent should be of the form "SetDepthDeepParallaxFlipTangent ..." (golint)
    • Line 1804: warning: comment on exported method SpatialMaterial.SetDepthDeepParallaxMaxLayers should be of the form "SetDepthDeepParallaxMaxLayers ..." (golint)
    • Line 1825: warning: comment on exported method SpatialMaterial.SetDepthDeepParallaxMinLayers should be of the form "SetDepthDeepParallaxMinLayers ..." (golint)
    • Line 1846: warning: comment on exported method SpatialMaterial.SetDepthDrawMode should be of the form "SetDepthDrawMode ..." (golint)
    • Line 1867: warning: comment on exported method SpatialMaterial.SetDepthScale should be of the form "SetDepthScale ..." (golint)
    • Line 1888: warning: comment on exported method SpatialMaterial.SetDetailBlendMode should be of the form "SetDetailBlendMode ..." (golint)
    • Line 1909: warning: comment on exported method SpatialMaterial.SetDetailUv should be of the form "SetDetailUv ..." (golint)
    • Line 1930: warning: comment on exported method SpatialMaterial.SetDiffuseMode should be of the form "SetDiffuseMode ..." (golint)
    • Line 1951: warning: comment on exported method SpatialMaterial.SetDistanceFade should be of the form "SetDistanceFade ..." (golint)
    • Line 1972: warning: comment on exported method SpatialMaterial.SetDistanceFadeMaxDistance should be of the form "SetDistanceFadeMaxDistance ..." (golint)
    • Line 1993: warning: comment on exported method SpatialMaterial.SetDistanceFadeMinDistance should be of the form "SetDistanceFadeMinDistance ..." (golint)
    • Line 2014: warning: comment on exported method SpatialMaterial.SetEmission should be of the form "SetEmission ..." (golint)
    • Line 2035: warning: comment on exported method SpatialMaterial.SetEmissionEnergy should be of the form "SetEmissionEnergy ..." (golint)
    • Line 2056: warning: comment on exported method SpatialMaterial.SetEmissionOperator should be of the form "SetEmissionOperator ..." (golint)
    • Line 2077: warning: comment on exported method SpatialMaterial.SetFeature should be of the form "SetFeature ..." (golint)
    • Line 2099: warning: comment on exported method SpatialMaterial.SetFlag should be of the form "SetFlag ..." (golint)
    • Line 2121: warning: comment on exported method SpatialMaterial.SetGrow should be of the form "SetGrow ..." (golint)
    • Line 2142: warning: comment on exported method SpatialMaterial.SetGrowEnabled should be of the form "SetGrowEnabled ..." (golint)
    • Line 2163: warning: comment on exported method SpatialMaterial.SetLineWidth should be of the form "SetLineWidth ..." (golint)
    • Line 2184: warning: comment on exported method SpatialMaterial.SetMetallic should be of the form "SetMetallic ..." (golint)
    • Line 2205: warning: comment on exported method SpatialMaterial.SetMetallicTextureChannel should be of the form "SetMetallicTextureChannel ..." (golint)
    • Line 2226: warning: comment on exported method SpatialMaterial.SetNormalScale should be of the form "SetNormalScale ..." (golint)
    • Line 2247: warning: comment on exported method SpatialMaterial.SetParticlesAnimHFrames should be of the form "SetParticlesAnimHFrames ..." (golint)
    • Line 2268: warning: comment on exported method SpatialMaterial.SetParticlesAnimLoop should be of the form "SetParticlesAnimLoop ..." (golint)
    • Line 2289: warning: comment on exported method SpatialMaterial.SetParticlesAnimVFrames should be of the form "SetParticlesAnimVFrames ..." (golint)
    • Line 2310: warning: comment on exported method SpatialMaterial.SetPointSize should be of the form "SetPointSize ..." (golint)
    • Line 2331: warning: comment on exported method SpatialMaterial.SetProximityFade should be of the form "SetProximityFade ..." (golint)
    • Line 2352: warning: comment on exported method SpatialMaterial.SetProximityFadeDistance should be of the form "SetProximityFadeDistance ..." (golint)
    • Line 2373: warning: comment on exported method SpatialMaterial.SetRefraction should be of the form "SetRefraction ..." (golint)
    • Line 2394: warning: comment on exported method SpatialMaterial.SetRefractionTextureChannel should be of the form "SetRefractionTextureChannel ..." (golint)
    • Line 2415: warning: comment on exported method SpatialMaterial.SetRim should be of the form "SetRim ..." (golint)
    • Line 2436: warning: comment on exported method SpatialMaterial.SetRimTint should be of the form "SetRimTint ..." (golint)
    • Line 2457: warning: comment on exported method SpatialMaterial.SetRoughness should be of the form "SetRoughness ..." (golint)
    • Line 2478: warning: comment on exported method SpatialMaterial.SetRoughnessTextureChannel should be of the form "SetRoughnessTextureChannel ..." (golint)
    • Line 2499: warning: comment on exported method SpatialMaterial.SetSpecular should be of the form "SetSpecular ..." (golint)
    • Line 2520: warning: comment on exported method SpatialMaterial.SetSpecularMode should be of the form "SetSpecularMode ..." (golint)
    • Line 2541: warning: comment on exported method SpatialMaterial.SetSubsurfaceScatteringStrength should be of the form "SetSubsurfaceScatteringStrength ..." (golint)
    • Line 2562: warning: comment on exported method SpatialMaterial.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 2584: warning: comment on exported method SpatialMaterial.SetTransmission should be of the form "SetTransmission ..." (golint)
    • Line 2605: warning: comment on exported method SpatialMaterial.SetUv1Offset should be of the form "SetUv1Offset ..." (golint)
    • Line 2626: warning: comment on exported method SpatialMaterial.SetUv1Scale should be of the form "SetUv1Scale ..." (golint)
    • Line 2647: warning: comment on exported method SpatialMaterial.SetUv1TriplanarBlendSharpness should be of the form "SetUv1TriplanarBlendSharpness ..." (golint)
    • Line 2668: warning: comment on exported method SpatialMaterial.SetUv2Offset should be of the form "SetUv2Offset ..." (golint)
    • Line 2689: warning: comment on exported method SpatialMaterial.SetUv2Scale should be of the form "SetUv2Scale ..." (golint)
    • Line 2710: warning: comment on exported method SpatialMaterial.SetUv2TriplanarBlendSharpness should be of the form "SetUv2TriplanarBlendSharpness ..." (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 VisualServerInstanceFlagDrawNextFrameIfVisible should have comment (or a comment on this block) or be unexported (golint)
    • Line 192: warning: exported const VisualServerInstanceGeometryMask should have comment (or a comment on this block) or be unexported (golint)
    • Line 209: warning: exported const VisualServerLightDirectionalShadowDepthRangeOptimized should have comment (or a comment on this block) or be unexported (golint)
    • Line 217: warning: exported const VisualServerLightDirectionalShadowOrthogonal should have comment (or a comment on this block) or be unexported (golint)
    • Line 226: warning: exported const VisualServerLightOmniShadowDetailHorizontal should have comment (or a comment on this block) or be unexported (golint)
    • Line 234: warning: exported const VisualServerLightOmniShadowCube should have comment (or a comment on this block) or be unexported (golint)
    • Line 242: warning: exported const VisualServerLightParamAttenuation should have comment (or a comment on this block) or be unexported (golint)
    • Line 263: warning: exported const VisualServerLightDirectional should have comment (or a comment on this block) or be unexported (golint)
    • Line 272: warning: exported const VisualServerMultimeshColor8Bit should have comment (or a comment on this block) or be unexported (golint)
    • Line 281: warning: exported const VisualServerMultimeshCustomData8Bit should have comment (or a comment on this block) or be unexported (golint)
    • Line 290: warning: exported const VisualServerMultimeshTransform2D should have comment (or a comment on this block) or be unexported (golint)
    • Line 298: warning: exported const VisualServerNinePatchStretch should have comment (or a comment on this block) or be unexported (golint)
    • Line 307: warning: exported const VisualServerParticlesDrawOrderIndex should have comment (or a comment on this block) or be unexported (golint)
    • Line 316: warning: exported const VisualServerPrimitiveLines should have comment (or a comment on this block) or be unexported (golint)
    • Line 330: warning: exported const VisualServerReflectionProbeUpdateAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 338: warning: exported const VisualServerInfoDrawCallsInFrame should have comment (or a comment on this block) or be unexported (golint)
    • Line 354: warning: exported const VisualServerScenarioDebugDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 364: warning: exported const VisualServerShaderCanvasItem should have comment (or a comment on this block) or be unexported (golint)
    • Line 374: warning: exported const VisualServerShadowCastingSettingDoubleSided should have comment (or a comment on this block) or be unexported (golint)
    • Line 384: warning: exported const VisualServerTextureFlagsDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 398: warning: exported const VisualServerTextureType2D should have comment (or a comment on this block) or be unexported (golint)
    • Line 408: warning: exported const VisualServerViewportClearAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 417: warning: exported const VisualServerViewportDebugDrawDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 427: warning: exported const VisualServerViewportMsaa16X should have comment (or a comment on this block) or be unexported (golint)
    • Line 440: warning: exported const VisualServerViewportRenderInfoDrawCallsInFrame should have comment (or a comment on this block) or be unexported (golint)
    • Line 453: warning: exported const VisualServerViewportUpdateAlways should have comment (or a comment on this block) or be unexported (golint)
    • Line 463: warning: exported const VisualServerViewportUsage2D should have comment (or a comment on this block) or be unexported (golint)
    • Line 482: warning: comment on exported var VisualServer should be of the form "VisualServer ..." (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/animationnodeanimation.gen.go
    • Line 25: warning: comment on exported type AnimationNodeAnimation should be of the form "AnimationNodeAnimation ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeAnimation.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeAnimation.GetAnimation should be of the form "GetAnimation ..." (golint)
    • Line 60: warning: comment on exported method AnimationNodeAnimation.SetAnimation should be of the form "SetAnimation ..." (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/texture3d.gen.go
    • Line 25: warning: comment on exported type Texture3D should be of the form "Texture3D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method Texture3D.BaseClass should have comment or be unexported (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/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/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/audiostreammicrophone.gen.go
    • Line 25: warning: comment on exported type AudioStreamMicrophone should be of the form "AudioStreamMicrophone ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioStreamMicrophone.BaseClass should have comment or be unexported (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.X_TextureChanged should be of the form "X_TextureChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_TextureChanged should be XTextureChanged (golint)
    • Line 57: warning: comment on exported method Sprite.GetFrame should be of the form "GetFrame ..." (golint)
    • Line 80: warning: comment on exported method Sprite.GetFrameCoords should be of the form "GetFrameCoords ..." (golint)
    • Line 103: warning: comment on exported method Sprite.GetHframes should be of the form "GetHframes ..." (golint)
    • Line 126: warning: comment on exported method Sprite.GetNormalMap should be of the form "GetNormalMap ..." (golint)
    • Line 163: warning: comment on exported method Sprite.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 186: warning: comment on exported method Sprite.GetRect should be of the form "GetRect ..." (golint)
    • Line 209: warning: comment on exported method Sprite.GetRegionRect should be of the form "GetRegionRect ..." (golint)
    • Line 232: warning: comment on exported method Sprite.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 269: warning: comment on exported method Sprite.GetVframes should be of the form "GetVframes ..." (golint)
    • Line 292: warning: comment on exported method Sprite.IsCentered should be of the form "IsCentered ..." (golint)
    • Line 315: warning: comment on exported method Sprite.IsFlippedH should be of the form "IsFlippedH ..." (golint)
    • Line 338: warning: comment on exported method Sprite.IsFlippedV should be of the form "IsFlippedV ..." (golint)
    • Line 361: warning: comment on exported method Sprite.IsPixelOpaque should be of the form "IsPixelOpaque ..." (golint)
    • Line 385: warning: comment on exported method Sprite.IsRegion should be of the form "IsRegion ..." (golint)
    • Line 408: warning: comment on exported method Sprite.IsRegionFilterClipEnabled should be of the form "IsRegionFilterClipEnabled ..." (golint)
    • Line 431: warning: comment on exported method Sprite.SetCentered should be of the form "SetCentered ..." (golint)
    • Line 452: warning: comment on exported method Sprite.SetFlipH should be of the form "SetFlipH ..." (golint)
    • Line 473: warning: comment on exported method Sprite.SetFlipV should be of the form "SetFlipV ..." (golint)
    • Line 494: warning: comment on exported method Sprite.SetFrame should be of the form "SetFrame ..." (golint)
    • Line 515: warning: comment on exported method Sprite.SetFrameCoords should be of the form "SetFrameCoords ..." (golint)
    • Line 536: warning: comment on exported method Sprite.SetHframes should be of the form "SetHframes ..." (golint)
    • Line 557: warning: comment on exported method Sprite.SetNormalMap should be of the form "SetNormalMap ..." (golint)
    • Line 578: warning: comment on exported method Sprite.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 599: warning: comment on exported method Sprite.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 620: warning: comment on exported method Sprite.SetRegionFilterClip should be of the form "SetRegionFilterClip ..." (golint)
    • Line 641: warning: comment on exported method Sprite.SetRegionRect should be of the form "SetRegionRect ..." (golint)
    • Line 662: warning: comment on exported method Sprite.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 683: warning: comment on exported method Sprite.SetVframes should be of the form "SetVframes ..." (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/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/streampeerssl.gen.go
    • Line 20: warning: exported const StreamPeerSSLStatusConnected should have comment (or a comment on this block) or be unexported (golint)
    • Line 36: warning: comment on exported type StreamPeerSSL should be of the form "StreamPeerSSL ..." (with optional leading article) (golint)
    • Line 44: warning: exported method StreamPeerSSL.BaseClass should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method StreamPeerSSL.AcceptStream should be of the form "AcceptStream ..." (golint)
    • Line 75: warning: comment on exported method StreamPeerSSL.ConnectToStream should be of the form "ConnectToStream ..." (golint)
    • Line 102: warning: comment on exported method StreamPeerSSL.DisconnectFromStream should be of the form "DisconnectFromStream ..." (golint)
    • Line 122: warning: comment on exported method StreamPeerSSL.GetStatus should be of the form "GetStatus ..." (golint)
    • Line 145: warning: comment on exported method StreamPeerSSL.IsBlockingHandshakeEnabled should be of the form "IsBlockingHandshakeEnabled ..." (golint)
    • Line 168: warning: comment on exported method StreamPeerSSL.Poll should be of the form "Poll ..." (golint)
    • Line 188: warning: comment on exported method StreamPeerSSL.SetBlockingHandshakeEnabled should be of the form "SetBlockingHandshakeEnabled ..." (golint)
    • godot-go/gdnative/gdnative.gen.go
    • Line 50: warning: exported const Ok should have comment (or a comment on this block) or be unexported (golint)
    • Line 263: warning: exported type Object should have comment or be unexported (golint)
    • Line 292: warning: exported type MethodBind should have comment or be unexported (golint)
    • Line 321: warning: exported type GdnativeApiVersion should have comment or be unexported (golint)
    • Line 353: warning: exported type GdnativeTerminateOptions should have comment or be unexported (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/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.AnimationNodeGetPosition should be of the form "AnimationNodeGetPosition ..." (golint)
    • Line 190: warning: comment on exported method AnimationTreePlayer.AnimationNodeSetAnimation should be of the form "AnimationNodeSetAnimation ..." (golint)
    • Line 212: warning: comment on exported method AnimationTreePlayer.AnimationNodeSetFilterPath should be of the form "AnimationNodeSetFilterPath ..." (golint)
    • Line 235: warning: comment on exported method AnimationTreePlayer.AnimationNodeSetMasterAnimation should be of the form "AnimationNodeSetMasterAnimation ..." (golint)
    • Line 257: warning: comment on exported method AnimationTreePlayer.AreNodesConnected should be of the form "AreNodesConnected ..." (golint)
    • Line 283: warning: comment on exported method AnimationTreePlayer.Blend2NodeGetAmount should be of the form "Blend2NodeGetAmount ..." (golint)
    • Line 307: warning: comment on exported method AnimationTreePlayer.Blend2NodeSetAmount should be of the form "Blend2NodeSetAmount ..." (golint)
    • Line 329: warning: comment on exported method AnimationTreePlayer.Blend2NodeSetFilterPath should be of the form "Blend2NodeSetFilterPath ..." (golint)
    • Line 352: warning: comment on exported method AnimationTreePlayer.Blend3NodeGetAmount should be of the form "Blend3NodeGetAmount ..." (golint)
    • Line 376: warning: comment on exported method AnimationTreePlayer.Blend3NodeSetAmount should be of the form "Blend3NodeSetAmount ..." (golint)
    • Line 398: warning: comment on exported method AnimationTreePlayer.Blend4NodeGetAmount should be of the form "Blend4NodeGetAmount ..." (golint)
    • Line 422: warning: comment on exported method AnimationTreePlayer.Blend4NodeSetAmount should be of the form "Blend4NodeSetAmount ..." (golint)
    • Line 444: warning: comment on exported method AnimationTreePlayer.ConnectNodes should be of the form "ConnectNodes ..." (golint)
    • Line 470: warning: comment on exported method AnimationTreePlayer.DisconnectNodes should be of the form "DisconnectNodes ..." (golint)
    • Line 492: warning: comment on exported method AnimationTreePlayer.GetAnimationProcessMode should be of the form "GetAnimationProcessMode ..." (golint)
    • Line 515: warning: comment on exported method AnimationTreePlayer.GetBasePath should be of the form "GetBasePath ..." (golint)
    • Line 538: warning: comment on exported method AnimationTreePlayer.GetMasterPlayer should be of the form "GetMasterPlayer ..." (golint)
    • Line 561: warning: comment on exported method AnimationTreePlayer.GetNodeList should be of the form "GetNodeList ..." (golint)
    • Line 584: warning: comment on exported method AnimationTreePlayer.IsActive should be of the form "IsActive ..." (golint)
    • Line 607: warning: comment on exported method AnimationTreePlayer.MixNodeGetAmount should be of the form "MixNodeGetAmount ..." (golint)
    • Line 631: warning: comment on exported method AnimationTreePlayer.MixNodeSetAmount should be of the form "MixNodeSetAmount ..." (golint)
    • Line 653: warning: comment on exported method AnimationTreePlayer.NodeExists should be of the form "NodeExists ..." (golint)
    • Line 677: warning: comment on exported method AnimationTreePlayer.NodeGetInputCount should be of the form "NodeGetInputCount ..." (golint)
    • Line 701: warning: comment on exported method AnimationTreePlayer.NodeGetInputSource should be of the form "NodeGetInputSource ..." (golint)
    • Line 726: warning: comment on exported method AnimationTreePlayer.NodeGetPosition should be of the form "NodeGetPosition ..." (golint)
    • Line 750: warning: comment on exported method AnimationTreePlayer.NodeGetType should be of the form "NodeGetType ..." (golint)
    • Line 774: warning: comment on exported method AnimationTreePlayer.NodeRename should be of the form "NodeRename ..." (golint)
    • Line 799: warning: comment on exported method AnimationTreePlayer.NodeSetPosition should be of the form "NodeSetPosition ..." (golint)
    • Line 821: warning: comment on exported method AnimationTreePlayer.OneshotNodeGetAutorestartDelay should be of the form "OneshotNodeGetAutorestartDelay ..." (golint)
    • Line 845: warning: comment on exported method AnimationTreePlayer.OneshotNodeGetAutorestartRandomDelay should be of the form "OneshotNodeGetAutorestartRandomDelay ..." (golint)
    • Line 869: warning: comment on exported method AnimationTreePlayer.OneshotNodeGetFadeinTime should be of the form "OneshotNodeGetFadeinTime ..." (golint)
    • Line 893: warning: comment on exported method AnimationTreePlayer.OneshotNodeGetFadeoutTime should be of the form "OneshotNodeGetFadeoutTime ..." (golint)
    • Line 917: warning: comment on exported method AnimationTreePlayer.OneshotNodeHasAutorestart should be of the form "OneshotNodeHasAutorestart ..." (golint)
    • Line 941: warning: comment on exported method AnimationTreePlayer.OneshotNodeIsActive should be of the form "OneshotNodeIsActive ..." (golint)
    • Line 965: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetAutorestart should be of the form "OneshotNodeSetAutorestart ..." (golint)
    • Line 987: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetAutorestartDelay should be of the form "OneshotNodeSetAutorestartDelay ..." (golint)
    • Line 1009: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetAutorestartRandomDelay should be of the form "OneshotNodeSetAutorestartRandomDelay ..." (golint)
    • Line 1031: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetFadeinTime should be of the form "OneshotNodeSetFadeinTime ..." (golint)
    • Line 1053: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetFadeoutTime should be of the form "OneshotNodeSetFadeoutTime ..." (golint)
    • Line 1075: warning: comment on exported method AnimationTreePlayer.OneshotNodeSetFilterPath should be of the form "OneshotNodeSetFilterPath ..." (golint)
    • Line 1098: warning: comment on exported method AnimationTreePlayer.OneshotNodeStart should be of the form "OneshotNodeStart ..." (golint)
    • Line 1119: warning: comment on exported method AnimationTreePlayer.OneshotNodeStop should be of the form "OneshotNodeStop ..." (golint)
    • Line 1140: warning: comment on exported method AnimationTreePlayer.RecomputeCaches should be of the form "RecomputeCaches ..." (golint)
    • Line 1160: warning: comment on exported method AnimationTreePlayer.RemoveNode should be of the form "RemoveNode ..." (golint)
    • Line 1181: warning: comment on exported method AnimationTreePlayer.Reset should be of the form "Reset ..." (golint)
    • Line 1201: warning: comment on exported method AnimationTreePlayer.SetActive should be of the form "SetActive ..." (golint)
    • Line 1222: warning: comment on exported method AnimationTreePlayer.SetAnimationProcessMode should be of the form "SetAnimationProcessMode ..." (golint)
    • Line 1243: warning: comment on exported method AnimationTreePlayer.SetBasePath should be of the form "SetBasePath ..." (golint)
    • Line 1264: warning: comment on exported method AnimationTreePlayer.SetMasterPlayer should be of the form "SetMasterPlayer ..." (golint)
    • Line 1285: warning: comment on exported method AnimationTreePlayer.TimescaleNodeGetScale should be of the form "TimescaleNodeGetScale ..." (golint)
    • Line 1309: warning: comment on exported method AnimationTreePlayer.TimescaleNodeSetScale should be of the form "TimescaleNodeSetScale ..." (golint)
    • Line 1331: warning: comment on exported method AnimationTreePlayer.TimeseekNodeSeek should be of the form "TimeseekNodeSeek ..." (golint)
    • Line 1353: warning: comment on exported method AnimationTreePlayer.TransitionNodeDeleteInput should be of the form "TransitionNodeDeleteInput ..." (golint)
    • Line 1375: warning: comment on exported method AnimationTreePlayer.TransitionNodeGetCurrent should be of the form "TransitionNodeGetCurrent ..." (golint)
    • Line 1399: warning: comment on exported method AnimationTreePlayer.TransitionNodeGetInputCount should be of the form "TransitionNodeGetInputCount ..." (golint)
    • Line 1423: warning: comment on exported method AnimationTreePlayer.TransitionNodeGetXfadeTime should be of the form "TransitionNodeGetXfadeTime ..." (golint)
    • Line 1447: warning: comment on exported method AnimationTreePlayer.TransitionNodeHasInputAutoAdvance should be of the form "TransitionNodeHasInputAutoAdvance ..." (golint)
    • Line 1472: warning: comment on exported method AnimationTreePlayer.TransitionNodeSetCurrent should be of the form "TransitionNodeSetCurrent ..." (golint)
    • Line 1494: warning: comment on exported method AnimationTreePlayer.TransitionNodeSetInputAutoAdvance should be of the form "TransitionNodeSetInputAutoAdvance ..." (golint)
    • Line 1517: warning: comment on exported method AnimationTreePlayer.TransitionNodeSetInputCount should be of the form "TransitionNodeSetInputCount ..." (golint)
    • Line 1539: warning: comment on exported method AnimationTreePlayer.TransitionNodeSetXfadeTime should be of the form "TransitionNodeSetXfadeTime ..." (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.GetCameraFeedId should be of the form "GetCameraFeedId ..." (golint)
    • Line 114: warning: comment on exported method ARVRInterface.GetCapabilities should be of the form "GetCapabilities ..." (golint)
    • Line 137: warning: comment on exported method ARVRInterface.GetName should be of the form "GetName ..." (golint)
    • Line 160: warning: comment on exported method ARVRInterface.GetRenderTargetsize should be of the form "GetRenderTargetsize ..." (golint)
    • Line 183: warning: comment on exported method ARVRInterface.GetTrackingStatus should be of the form "GetTrackingStatus ..." (golint)
    • Line 206: warning: comment on exported method ARVRInterface.Initialize should be of the form "Initialize ..." (golint)
    • Line 229: warning: comment on exported method ARVRInterface.IsInitialized should be of the form "IsInitialized ..." (golint)
    • Line 252: warning: comment on exported method ARVRInterface.IsPrimary should be of the form "IsPrimary ..." (golint)
    • Line 275: warning: comment on exported method ARVRInterface.IsStereo should be of the form "IsStereo ..." (golint)
    • Line 298: warning: comment on exported method ARVRInterface.SetAnchorDetectionIsEnabled should be of the form "SetAnchorDetectionIsEnabled ..." (golint)
    • Line 319: warning: comment on exported method ARVRInterface.SetIsInitialized should be of the form "SetIsInitialized ..." (golint)
    • Line 340: warning: comment on exported method ARVRInterface.SetIsPrimary should be of the form "SetIsPrimary ..." (golint)
    • Line 361: warning: comment on exported method ARVRInterface.Uninitialize should be of the form "Uninitialize ..." (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.GetPitchScale should be of the form "GetPitchScale ..." (golint)
    • Line 179: warning: comment on exported method AudioStreamPlayer.GetPlaybackPosition should be of the form "GetPlaybackPosition ..." (golint)
    • Line 202: warning: comment on exported method AudioStreamPlayer.GetStream should be of the form "GetStream ..." (golint)
    • Line 239: warning: comment on exported method AudioStreamPlayer.GetStreamPaused should be of the form "GetStreamPaused ..." (golint)
    • Line 262: warning: comment on exported method AudioStreamPlayer.GetStreamPlayback should be of the form "GetStreamPlayback ..." (golint)
    • Line 299: warning: comment on exported method AudioStreamPlayer.GetVolumeDb should be of the form "GetVolumeDb ..." (golint)
    • Line 322: warning: comment on exported method AudioStreamPlayer.IsAutoplayEnabled should be of the form "IsAutoplayEnabled ..." (golint)
    • Line 345: warning: comment on exported method AudioStreamPlayer.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 368: warning: comment on exported method AudioStreamPlayer.Play should be of the form "Play ..." (golint)
    • Line 389: warning: comment on exported method AudioStreamPlayer.Seek should be of the form "Seek ..." (golint)
    • Line 410: warning: comment on exported method AudioStreamPlayer.SetAutoplay should be of the form "SetAutoplay ..." (golint)
    • Line 431: warning: comment on exported method AudioStreamPlayer.SetBus should be of the form "SetBus ..." (golint)
    • Line 452: warning: comment on exported method AudioStreamPlayer.SetMixTarget should be of the form "SetMixTarget ..." (golint)
    • Line 473: warning: comment on exported method AudioStreamPlayer.SetPitchScale should be of the form "SetPitchScale ..." (golint)
    • Line 494: warning: comment on exported method AudioStreamPlayer.SetStream should be of the form "SetStream ..." (golint)
    • Line 515: warning: comment on exported method AudioStreamPlayer.SetStreamPaused should be of the form "SetStreamPaused ..." (golint)
    • Line 536: warning: comment on exported method AudioStreamPlayer.SetVolumeDb should be of the form "SetVolumeDb ..." (golint)
    • Line 557: warning: comment on exported method AudioStreamPlayer.Stop should be of the form "Stop ..." (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 44: warning: comment on exported type HTTPRequest should be of the form "HTTPRequest ..." (with optional leading article) (golint)
    • Line 52: warning: exported method HTTPRequest.BaseClass should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method HTTPRequest.X_RedirectRequest should be of the form "X_RedirectRequest ..." (golint)
    • Line 60: warning: don't use underscores in Go names; method X_RedirectRequest should be XRedirectRequest (golint)
    • Line 77: warning: comment on exported method HTTPRequest.X_RequestDone should be of the form "X_RequestDone ..." (golint)
    • Line 81: warning: don't use underscores in Go names; method X_RequestDone should be XRequestDone (golint)
    • Line 101: warning: comment on exported method HTTPRequest.X_Timeout should be of the form "X_Timeout ..." (golint)
    • Line 105: warning: don't use underscores in Go names; method X_Timeout should be XTimeout (golint)
    • Line 121: warning: comment on exported method HTTPRequest.CancelRequest should be of the form "CancelRequest ..." (golint)
    • Line 141: warning: comment on exported method HTTPRequest.GetBodySize should be of the form "GetBodySize ..." (golint)
    • Line 164: warning: comment on exported method HTTPRequest.GetBodySizeLimit should be of the form "GetBodySizeLimit ..." (golint)
    • Line 187: warning: comment on exported method HTTPRequest.GetDownloadChunkSize should be of the form "GetDownloadChunkSize ..." (golint)
    • Line 210: warning: comment on exported method HTTPRequest.GetDownloadFile should be of the form "GetDownloadFile ..." (golint)
    • Line 233: warning: comment on exported method HTTPRequest.GetDownloadedBytes should be of the form "GetDownloadedBytes ..." (golint)
    • Line 256: warning: comment on exported method HTTPRequest.GetHttpClientStatus should be of the form "GetHttpClientStatus ..." (golint)
    • Line 279: warning: comment on exported method HTTPRequest.GetMaxRedirects should be of the form "GetMaxRedirects ..." (golint)
    • Line 302: warning: comment on exported method HTTPRequest.GetTimeout should be of the form "GetTimeout ..." (golint)
    • Line 325: warning: comment on exported method HTTPRequest.IsUsingThreads should be of the form "IsUsingThreads ..." (golint)
    • Line 348: warning: comment on exported method HTTPRequest.Request should be of the form "Request ..." (golint)
    • Line 376: warning: comment on exported method HTTPRequest.SetBodySizeLimit should be of the form "SetBodySizeLimit ..." (golint)
    • Line 397: warning: comment on exported method HTTPRequest.SetDownloadChunkSize should be of the form "SetDownloadChunkSize ..." (golint)
    • Line 418: warning: comment on exported method HTTPRequest.SetDownloadFile should be of the form "SetDownloadFile ..." (golint)
    • Line 439: warning: comment on exported method HTTPRequest.SetMaxRedirects should be of the form "SetMaxRedirects ..." (golint)
    • Line 460: warning: comment on exported method HTTPRequest.SetTimeout should be of the form "SetTimeout ..." (golint)
    • Line 481: warning: comment on exported method HTTPRequest.SetUseThreads should be of the form "SetUseThreads ..." (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_OwnWorldChanged should be of the form "X_OwnWorldChanged ..." (golint)
    • Line 158: warning: don't use underscores in Go names; method X_OwnWorldChanged should be XOwnWorldChanged (golint)
    • Line 174: warning: comment on exported method Viewport.X_PostGuiGrabClickFocus should be of the form "X_PostGuiGrabClickFocus ..." (golint)
    • Line 178: warning: don't use underscores in Go names; method X_PostGuiGrabClickFocus should be XPostGuiGrabClickFocus (golint)
    • Line 194: warning: comment on exported method Viewport.X_SubwindowVisibilityChanged should be of the form "X_SubwindowVisibilityChanged ..." (golint)
    • Line 198: warning: don't use underscores in Go names; method X_SubwindowVisibilityChanged should be XSubwindowVisibilityChanged (golint)
    • Line 214: warning: comment on exported method Viewport.X_VpInput should be of the form "X_VpInput ..." (golint)
    • Line 218: warning: don't use underscores in Go names; method X_VpInput should be XVpInput (golint)
    • Line 235: warning: comment on exported method Viewport.X_VpInputText should be of the form "X_VpInputText ..." (golint)
    • Line 239: warning: don't use underscores in Go names; method X_VpInputText should be XVpInputText (golint)
    • Line 256: warning: comment on exported method Viewport.X_VpUnhandledInput should be of the form "X_VpUnhandledInput ..." (golint)
    • Line 260: warning: don't use underscores in Go names; method X_VpUnhandledInput should be XVpUnhandledInput (golint)
    • Line 277: warning: comment on exported method Viewport.FindWorld should be of the form "FindWorld ..." (golint)
    • Line 314: warning: comment on exported method Viewport.FindWorld2D should be of the form "FindWorld2D ..." (golint)
    • Line 351: warning: comment on exported method Viewport.GetCamera should be of the form "GetCamera ..." (golint)
    • Line 388: warning: comment on exported method Viewport.GetCanvasTransform should be of the form "GetCanvasTransform ..." (golint)
    • Line 411: warning: comment on exported method Viewport.GetClearMode should be of the form "GetClearMode ..." (golint)
    • Line 434: warning: comment on exported method Viewport.GetDebugDraw should be of the form "GetDebugDraw ..." (golint)
    • Line 457: warning: comment on exported method Viewport.GetFinalTransform should be of the form "GetFinalTransform ..." (golint)
    • Line 480: warning: comment on exported method Viewport.GetGlobalCanvasTransform should be of the form "GetGlobalCanvasTransform ..." (golint)
    • Line 503: warning: comment on exported method Viewport.GetHdr should be of the form "GetHdr ..." (golint)
    • Line 526: warning: comment on exported method Viewport.GetKeep3DLinear should be of the form "GetKeep3DLinear ..." (golint)
    • Line 549: warning: comment on exported method Viewport.GetModalStackTop should be of the form "GetModalStackTop ..." (golint)
    • Line 586: warning: comment on exported method Viewport.GetMousePosition should be of the form "GetMousePosition ..." (golint)
    • Line 609: warning: comment on exported method Viewport.GetMsaa should be of the form "GetMsaa ..." (golint)
    • Line 632: warning: comment on exported method Viewport.GetPhysicsObjectPicking should be of the form "GetPhysicsObjectPicking ..." (golint)
    • Line 655: warning: comment on exported method Viewport.GetRenderInfo should be of the form "GetRenderInfo ..." (golint)
    • Line 679: warning: comment on exported method Viewport.GetShadowAtlasQuadrantSubdiv should be of the form "GetShadowAtlasQuadrantSubdiv ..." (golint)
    • Line 703: warning: comment on exported method Viewport.GetShadowAtlasSize should be of the form "GetShadowAtlasSize ..." (golint)
    • Line 726: warning: comment on exported method Viewport.GetSize should be of the form "GetSize ..." (golint)
    • Line 749: warning: comment on exported method Viewport.GetSizeOverride should be of the form "GetSizeOverride ..." (golint)
    • Line 772: warning: comment on exported method Viewport.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 809: warning: comment on exported method Viewport.GetUpdateMode should be of the form "GetUpdateMode ..." (golint)
    • Line 832: warning: comment on exported method Viewport.GetUsage should be of the form "GetUsage ..." (golint)
    • Line 855: warning: comment on exported method Viewport.GetVflip should be of the form "GetVflip ..." (golint)
    • Line 878: warning: comment on exported method Viewport.GetViewportRid should be of the form "GetViewportRid ..." (golint)
    • Line 901: warning: comment on exported method Viewport.GetVisibleRect should be of the form "GetVisibleRect ..." (golint)
    • Line 924: warning: comment on exported method Viewport.GetWorld should be of the form "GetWorld ..." (golint)
    • Line 961: warning: comment on exported method Viewport.GetWorld2D should be of the form "GetWorld2D ..." (golint)
    • Line 998: warning: comment on exported method Viewport.GuiGetDragData should be of the form "GuiGetDragData ..." (golint)
    • Line 1021: warning: comment on exported method Viewport.GuiHasModalStack should be of the form "GuiHasModalStack ..." (golint)
    • Line 1044: warning: comment on exported method Viewport.GuiIsDragging should be of the form "GuiIsDragging ..." (golint)
    • Line 1067: warning: comment on exported method Viewport.HasTransparentBackground should be of the form "HasTransparentBackground ..." (golint)
    • Line 1090: warning: comment on exported method Viewport.InputMethod should be of the form "InputMethod ..." (golint)
    • Line 1111: warning: comment on exported method Viewport.Is3DDisabled should be of the form "Is3DDisabled ..." (golint)
    • Line 1134: warning: comment on exported method Viewport.IsAudioListener should be of the form "IsAudioListener ..." (golint)
    • Line 1157: warning: comment on exported method Viewport.IsAudioListener2D should be of the form "IsAudioListener2D ..." (golint)
    • Line 1180: warning: comment on exported method Viewport.IsHandlingInputLocally should be of the form "IsHandlingInputLocally ..." (golint)
    • Line 1203: warning: comment on exported method Viewport.IsInputDisabled should be of the form "IsInputDisabled ..." (golint)
    • Line 1226: warning: comment on exported method Viewport.IsInputHandled should be of the form "IsInputHandled ..." (golint)
    • Line 1249: warning: comment on exported method Viewport.IsSizeOverrideEnabled should be of the form "IsSizeOverrideEnabled ..." (golint)
    • Line 1272: warning: comment on exported method Viewport.IsSizeOverrideStretchEnabled should be of the form "IsSizeOverrideStretchEnabled ..." (golint)
    • Line 1295: warning: comment on exported method Viewport.IsSnapControlsToPixelsEnabled should be of the form "IsSnapControlsToPixelsEnabled ..." (golint)
    • Line 1318: warning: comment on exported method Viewport.IsUsingOwnWorld should be of the form "IsUsingOwnWorld ..." (golint)
    • Line 1341: warning: comment on exported method Viewport.IsUsingRenderDirectToScreen should be of the form "IsUsingRenderDirectToScreen ..." (golint)
    • Line 1364: warning: comment on exported method Viewport.SetAsAudioListener should be of the form "SetAsAudioListener ..." (golint)
    • Line 1385: warning: comment on exported method Viewport.SetAsAudioListener2D should be of the form "SetAsAudioListener2D ..." (golint)
    • Line 1406: warning: comment on exported method Viewport.SetAttachToScreenRect should be of the form "SetAttachToScreenRect ..." (golint)
    • Line 1427: warning: comment on exported method Viewport.SetCanvasTransform should be of the form "SetCanvasTransform ..." (golint)
    • Line 1448: warning: comment on exported method Viewport.SetClearMode should be of the form "SetClearMode ..." (golint)
    • Line 1469: warning: comment on exported method Viewport.SetDebugDraw should be of the form "SetDebugDraw ..." (golint)
    • Line 1490: warning: comment on exported method Viewport.SetDisable3D should be of the form "SetDisable3D ..." (golint)
    • Line 1511: warning: comment on exported method Viewport.SetDisableInput should be of the form "SetDisableInput ..." (golint)
    • Line 1532: warning: comment on exported method Viewport.SetGlobalCanvasTransform should be of the form "SetGlobalCanvasTransform ..." (golint)
    • Line 1553: warning: comment on exported method Viewport.SetHandleInputLocally should be of the form "SetHandleInputLocally ..." (golint)
    • Line 1574: warning: comment on exported method Viewport.SetHdr should be of the form "SetHdr ..." (golint)
    • Line 1595: warning: comment on exported method Viewport.SetInputAsHandled should be of the form "SetInputAsHandled ..." (golint)
    • Line 1615: warning: comment on exported method Viewport.SetKeep3DLinear should be of the form "SetKeep3DLinear ..." (golint)
    • Line 1636: warning: comment on exported method Viewport.SetMsaa should be of the form "SetMsaa ..." (golint)
    • Line 1657: warning: comment on exported method Viewport.SetPhysicsObjectPicking should be of the form "SetPhysicsObjectPicking ..." (golint)
    • Line 1678: warning: comment on exported method Viewport.SetShadowAtlasQuadrantSubdiv should be of the form "SetShadowAtlasQuadrantSubdiv ..." (golint)
    • Line 1700: warning: comment on exported method Viewport.SetShadowAtlasSize should be of the form "SetShadowAtlasSize ..." (golint)
    • Line 1721: warning: comment on exported method Viewport.SetSize should be of the form "SetSize ..." (golint)
    • Line 1742: warning: comment on exported method Viewport.SetSizeOverride should be of the form "SetSizeOverride ..." (golint)
    • Line 1765: warning: comment on exported method Viewport.SetSizeOverrideStretch should be of the form "SetSizeOverrideStretch ..." (golint)
    • Line 1786: warning: comment on exported method Viewport.SetSnapControlsToPixels should be of the form "SetSnapControlsToPixels ..." (golint)
    • Line 1807: warning: comment on exported method Viewport.SetTransparentBackground should be of the form "SetTransparentBackground ..." (golint)
    • Line 1828: warning: comment on exported method Viewport.SetUpdateMode should be of the form "SetUpdateMode ..." (golint)
    • Line 1849: warning: comment on exported method Viewport.SetUsage should be of the form "SetUsage ..." (golint)
    • Line 1870: warning: comment on exported method Viewport.SetUseArvr should be of the form "SetUseArvr ..." (golint)
    • Line 1891: warning: comment on exported method Viewport.SetUseOwnWorld should be of the form "SetUseOwnWorld ..." (golint)
    • Line 1912: warning: comment on exported method Viewport.SetUseRenderDirectToScreen should be of the form "SetUseRenderDirectToScreen ..." (golint)
    • Line 1933: warning: comment on exported method Viewport.SetVflip should be of the form "SetVflip ..." (golint)
    • Line 1954: warning: comment on exported method Viewport.SetWorld should be of the form "SetWorld ..." (golint)
    • Line 1975: warning: comment on exported method Viewport.SetWorld2D should be of the form "SetWorld2D ..." (golint)
    • Line 1996: warning: comment on exported method Viewport.UnhandledInput should be of the form "UnhandledInput ..." (golint)
    • Line 2017: warning: comment on exported method Viewport.UpdateWorlds should be of the form "UpdateWorlds ..." (golint)
    • Line 2037: warning: comment on exported method Viewport.UseArvr should be of the form "UseArvr ..." (golint)
    • Line 2060: warning: comment on exported method Viewport.WarpMouse should be of the form "WarpMouse ..." (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/visualshadernodebooleanuniform.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeBooleanUniform should be of the form "VisualShaderNodeBooleanUniform ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeBooleanUniform.BaseClass should have comment or be unexported (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.GetOneWayCollisionMargin should be of the form "GetOneWayCollisionMargin ..." (golint)
    • Line 80: warning: comment on exported method CollisionShape2D.GetShape should be of the form "GetShape ..." (golint)
    • Line 117: warning: comment on exported method CollisionShape2D.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 140: warning: comment on exported method CollisionShape2D.IsOneWayCollisionEnabled should be of the form "IsOneWayCollisionEnabled ..." (golint)
    • Line 163: warning: comment on exported method CollisionShape2D.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 184: warning: comment on exported method CollisionShape2D.SetOneWayCollision should be of the form "SetOneWayCollision ..." (golint)
    • Line 205: warning: comment on exported method CollisionShape2D.SetOneWayCollisionMargin should be of the form "SetOneWayCollisionMargin ..." (golint)
    • Line 226: warning: comment on exported method CollisionShape2D.SetShape should be of the form "SetShape ..." (golint)
    • godot-go/godot/csgshape.gen.go
    • Line 20: warning: exported const CSGShapeOperationIntersection should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type CSGShape should be of the form "CSGShape ..." (with optional leading article) (golint)
    • Line 42: warning: exported method CSGShape.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method CSGShape.X_UpdateShape should be of the form "X_UpdateShape ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_UpdateShape should be XUpdateShape (golint)
    • Line 66: warning: comment on exported method CSGShape.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 89: warning: comment on exported method CSGShape.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 113: warning: comment on exported method CSGShape.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 136: warning: comment on exported method CSGShape.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 160: warning: comment on exported method CSGShape.GetMeshes should be of the form "GetMeshes ..." (golint)
    • Line 183: warning: comment on exported method CSGShape.GetOperation should be of the form "GetOperation ..." (golint)
    • Line 206: warning: comment on exported method CSGShape.GetSnap should be of the form "GetSnap ..." (golint)
    • Line 229: warning: comment on exported method CSGShape.IsCalculatingTangents should be of the form "IsCalculatingTangents ..." (golint)
    • Line 252: warning: comment on exported method CSGShape.IsRootShape should be of the form "IsRootShape ..." (golint)
    • Line 275: warning: comment on exported method CSGShape.IsUsingCollision should be of the form "IsUsingCollision ..." (golint)
    • Line 298: warning: comment on exported method CSGShape.SetCalculateTangents should be of the form "SetCalculateTangents ..." (golint)
    • Line 319: warning: comment on exported method CSGShape.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 340: warning: comment on exported method CSGShape.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 362: warning: comment on exported method CSGShape.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 383: warning: comment on exported method CSGShape.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 405: warning: comment on exported method CSGShape.SetOperation should be of the form "SetOperation ..." (golint)
    • Line 426: warning: comment on exported method CSGShape.SetSnap should be of the form "SetSnap ..." (golint)
    • Line 447: warning: comment on exported method CSGShape.SetUseCollision should be of the form "SetUseCollision ..." (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_EnsureFocusedVisible should be of the form "X_EnsureFocusedVisible ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_EnsureFocusedVisible should be XEnsureFocusedVisible (golint)
    • Line 58: warning: comment on exported method ScrollContainer.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 79: warning: comment on exported method ScrollContainer.X_ScrollMoved should be of the form "X_ScrollMoved ..." (golint)
    • Line 83: warning: don't use underscores in Go names; method X_ScrollMoved should be XScrollMoved (golint)
    • Line 100: warning: comment on exported method ScrollContainer.X_UpdateScrollbarPosition should be of the form "X_UpdateScrollbarPosition ..." (golint)
    • Line 104: warning: don't use underscores in Go names; method X_UpdateScrollbarPosition should be XUpdateScrollbarPosition (golint)
    • Line 120: warning: comment on exported method ScrollContainer.GetDeadzone should be of the form "GetDeadzone ..." (golint)
    • Line 143: warning: comment on exported method ScrollContainer.GetHScroll should be of the form "GetHScroll ..." (golint)
    • Line 166: warning: comment on exported method ScrollContainer.GetHScrollbar should be of the form "GetHScrollbar ..." (golint)
    • Line 203: warning: comment on exported method ScrollContainer.GetVScroll should be of the form "GetVScroll ..." (golint)
    • Line 226: warning: comment on exported method ScrollContainer.GetVScrollbar should be of the form "GetVScrollbar ..." (golint)
    • Line 263: warning: comment on exported method ScrollContainer.IsFollowingFocus should be of the form "IsFollowingFocus ..." (golint)
    • Line 286: warning: comment on exported method ScrollContainer.IsHScrollEnabled should be of the form "IsHScrollEnabled ..." (golint)
    • Line 309: warning: comment on exported method ScrollContainer.IsVScrollEnabled should be of the form "IsVScrollEnabled ..." (golint)
    • Line 332: warning: comment on exported method ScrollContainer.SetDeadzone should be of the form "SetDeadzone ..." (golint)
    • Line 353: warning: comment on exported method ScrollContainer.SetEnableHScroll should be of the form "SetEnableHScroll ..." (golint)
    • Line 374: warning: comment on exported method ScrollContainer.SetEnableVScroll should be of the form "SetEnableVScroll ..." (golint)
    • Line 395: warning: comment on exported method ScrollContainer.SetFollowFocus should be of the form "SetFollowFocus ..." (golint)
    • Line 416: warning: comment on exported method ScrollContainer.SetHScroll should be of the form "SetHScroll ..." (golint)
    • Line 437: warning: comment on exported method ScrollContainer.SetVScroll should be of the form "SetVScroll ..." (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.X_ShaderChanged should be of the form "X_ShaderChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ShaderChanged should be XShaderChanged (golint)
    • Line 57: warning: comment on exported method ShaderMaterial.GetShader should be of the form "GetShader ..." (golint)
    • Line 94: warning: comment on exported method ShaderMaterial.GetShaderParam should be of the form "GetShaderParam ..." (golint)
    • Line 118: warning: comment on exported method ShaderMaterial.PropertyCanRevert should be of the form "PropertyCanRevert ..." (golint)
    • Line 142: warning: comment on exported method ShaderMaterial.PropertyGetRevert should be of the form "PropertyGetRevert ..." (golint)
    • Line 166: warning: comment on exported method ShaderMaterial.SetShader should be of the form "SetShader ..." (golint)
    • Line 187: warning: comment on exported method ShaderMaterial.SetShaderParam should be of the form "SetShaderParam ..." (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/visualshadernodetransformconstant.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeTransformConstant should be of the form "VisualShaderNodeTransformConstant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeTransformConstant.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeTransformConstant.GetConstant should be of the form "GetConstant ..." (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeTransformConstant.SetConstant should be of the form "SetConstant ..." (golint)
    • godot-go/cmd/generate/classes/generate.go
    • Line 62: warning: don't use underscores in Go names; var re_leadclose_whtsp should be reLeadcloseWhtsp (golint)
    • Line 63: warning: don't use underscores in Go names; var re_inside_whtsp should be reInsideWhtsp (golint)
    • Line 70: warning: exported method View.GetImports should have comment or be unexported (golint)
    • Line 72: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (golint)
    • Line 79: warning: exported method View.GoName should have comment or be unexported (golint)
    • Line 86: warning: exported method View.GoEmptyReturnType should have comment or be unexported (golint)
    • Line 95: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 100: warning: exported method View.GoNewFromPointerType should have comment or be unexported (golint)
    • Line 203: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 236: warning: exported method View.IsEnum should have comment or be unexported (golint)
    • Line 243: warning: exported method View.SetClassName should have comment or be unexported (golint)
    • Line 253: warning: exported method View.SetBaseClassName should have comment or be unexported (golint)
    • Line 257: warning: exported method View.PackageName should have comment or be unexported (golint)
    • Line 283: warning: should omit 2nd value from range; this loop is equivalent to `for api := range ...` (golint)
    • Line 320: warning: exported function Generate should have comment or be unexported (golint)
    • Line 503: warning: exported function WriteTemplate should have comment or be unexported (golint)
    • Line 524: warning: exported function GoFmt should have comment or be unexported (golint)
    • Line 535: warning: exported function GoImports should have comment or be unexported (golint)
    • godot-go/gdnative/string.gen.go
    • Line 69: warning: exported type String should have comment or be unexported (golint)
    • Line 76: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 87: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 98: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 108: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 118: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 128: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 144: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 153: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 163: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 173: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 183: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 193: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 203: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 213: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 223: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 233: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 244: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 254: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 265: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 277: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 287: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 298: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 308: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 324: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 341: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 350: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 359: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 376: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 385: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 395: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 405: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 421: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 438: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 448: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 458: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 474: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 490: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 507: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 524: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 541: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 551: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 561: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 572: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 583: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 599: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 616: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 626: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 643: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 660: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 669: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 678: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 687: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 702: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 717: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 732: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 741: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 750: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 759: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 769: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 786: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 803: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 814: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 825: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 836: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 847: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 858: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 869: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 880: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 891: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 902: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 913: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 923: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 938: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 953: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 968: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 983: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 999: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1010: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1026: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1042: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1059: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1074: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1083: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1093: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1103: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1113: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1123: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1134: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1143: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1152: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1162: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1177: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1187: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1202: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1211: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1226: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1241: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1250: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1259: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1268: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1284: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1300: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1315: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1330: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1345: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1360: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1375: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1390: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1405: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1421: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1436: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1451: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1466: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1481: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1496: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1505: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1515: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1524: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1533: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1542: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1551: warning: receiver name gdt should be consistent with previous receiver name s for String (golint)
    • Line 1578: warning: exported type CharString should have comment or be unexported (golint)
    • godot-go/godot/animationtree.gen.go
    • Line 20: warning: exported const AnimationTreeAnimationProcessIdle should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type AnimationTree should be of the form "AnimationTree ..." (with optional leading article) (golint)
    • Line 42: warning: exported method AnimationTree.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method AnimationTree.X_ClearCaches should be of the form "X_ClearCaches ..." (golint)
    • Line 50: warning: don't use underscores in Go names; method X_ClearCaches should be XClearCaches (golint)
    • Line 66: warning: comment on exported method AnimationTree.X_NodeRemoved should be of the form "X_NodeRemoved ..." (golint)
    • Line 70: warning: don't use underscores in Go names; method X_NodeRemoved should be XNodeRemoved (golint)
    • Line 87: warning: comment on exported method AnimationTree.X_TreeChanged should be of the form "X_TreeChanged ..." (golint)
    • Line 91: warning: don't use underscores in Go names; method X_TreeChanged should be XTreeChanged (golint)
    • Line 107: warning: comment on exported method AnimationTree.X_UpdateProperties should be of the form "X_UpdateProperties ..." (golint)
    • Line 111: warning: don't use underscores in Go names; method X_UpdateProperties should be XUpdateProperties (golint)
    • Line 127: warning: comment on exported method AnimationTree.Advance should be of the form "Advance ..." (golint)
    • Line 148: warning: comment on exported method AnimationTree.GetAnimationPlayer should be of the form "GetAnimationPlayer ..." (golint)
    • Line 171: warning: comment on exported method AnimationTree.GetProcessMode should be of the form "GetProcessMode ..." (golint)
    • Line 194: warning: comment on exported method AnimationTree.GetRootMotionTrack should be of the form "GetRootMotionTrack ..." (golint)
    • Line 217: warning: comment on exported method AnimationTree.GetRootMotionTransform should be of the form "GetRootMotionTransform ..." (golint)
    • Line 240: warning: comment on exported method AnimationTree.GetTreeRoot should be of the form "GetTreeRoot ..." (golint)
    • Line 277: warning: comment on exported method AnimationTree.IsActive should be of the form "IsActive ..." (golint)
    • Line 300: warning: comment on exported method AnimationTree.RenameParameter should be of the form "RenameParameter ..." (golint)
    • Line 322: warning: comment on exported method AnimationTree.SetActive should be of the form "SetActive ..." (golint)
    • Line 343: warning: comment on exported method AnimationTree.SetAnimationPlayer should be of the form "SetAnimationPlayer ..." (golint)
    • Line 364: warning: comment on exported method AnimationTree.SetProcessMode should be of the form "SetProcessMode ..." (golint)
    • Line 385: warning: comment on exported method AnimationTree.SetRootMotionTrack should be of the form "SetRootMotionTrack ..." (golint)
    • Line 406: warning: comment on exported method AnimationTree.SetTreeRoot should be of the form "SetTreeRoot ..." (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/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/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/csgcombiner.gen.go
    • Line 25: warning: comment on exported type CSGCombiner should be of the form "CSGCombiner ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CSGCombiner.BaseClass should have comment or be unexported (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.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 304: warning: comment on exported method NavigationMesh.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 328: warning: comment on exported method NavigationMesh.GetDetailSampleDistance should be of the form "GetDetailSampleDistance ..." (golint)
    • Line 351: warning: comment on exported method NavigationMesh.GetDetailSampleMaxError should be of the form "GetDetailSampleMaxError ..." (golint)
    • Line 374: warning: comment on exported method NavigationMesh.GetEdgeMaxError should be of the form "GetEdgeMaxError ..." (golint)
    • Line 397: warning: comment on exported method NavigationMesh.GetEdgeMaxLength should be of the form "GetEdgeMaxLength ..." (golint)
    • Line 420: warning: comment on exported method NavigationMesh.GetFilterLedgeSpans should be of the form "GetFilterLedgeSpans ..." (golint)
    • Line 443: warning: comment on exported method NavigationMesh.GetFilterLowHangingObstacles should be of the form "GetFilterLowHangingObstacles ..." (golint)
    • Line 466: warning: comment on exported method NavigationMesh.GetFilterWalkableLowHeightSpans should be of the form "GetFilterWalkableLowHeightSpans ..." (golint)
    • Line 489: warning: comment on exported method NavigationMesh.GetParsedGeometryType should be of the form "GetParsedGeometryType ..." (golint)
    • Line 512: warning: comment on exported method NavigationMesh.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 536: warning: comment on exported method NavigationMesh.GetPolygonCount should be of the form "GetPolygonCount ..." (golint)
    • Line 559: warning: comment on exported method NavigationMesh.GetRegionMergeSize should be of the form "GetRegionMergeSize ..." (golint)
    • Line 582: warning: comment on exported method NavigationMesh.GetRegionMinSize should be of the form "GetRegionMinSize ..." (golint)
    • Line 605: warning: comment on exported method NavigationMesh.GetSamplePartitionType should be of the form "GetSamplePartitionType ..." (golint)
    • Line 628: warning: comment on exported method NavigationMesh.GetSourceGeometryMode should be of the form "GetSourceGeometryMode ..." (golint)
    • Line 651: warning: comment on exported method NavigationMesh.GetSourceGroupName should be of the form "GetSourceGroupName ..." (golint)
    • Line 674: warning: comment on exported method NavigationMesh.GetVertices should be of the form "GetVertices ..." (golint)
    • Line 697: warning: comment on exported method NavigationMesh.GetVertsPerPoly should be of the form "GetVertsPerPoly ..." (golint)
    • Line 720: warning: comment on exported method NavigationMesh.SetAgentHeight should be of the form "SetAgentHeight ..." (golint)
    • Line 741: warning: comment on exported method NavigationMesh.SetAgentMaxClimb should be of the form "SetAgentMaxClimb ..." (golint)
    • Line 762: warning: comment on exported method NavigationMesh.SetAgentMaxSlope should be of the form "SetAgentMaxSlope ..." (golint)
    • Line 783: warning: comment on exported method NavigationMesh.SetAgentRadius should be of the form "SetAgentRadius ..." (golint)
    • Line 804: warning: comment on exported method NavigationMesh.SetCellHeight should be of the form "SetCellHeight ..." (golint)
    • Line 825: warning: comment on exported method NavigationMesh.SetCellSize should be of the form "SetCellSize ..." (golint)
    • Line 846: warning: comment on exported method NavigationMesh.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 867: warning: comment on exported method NavigationMesh.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 889: warning: comment on exported method NavigationMesh.SetDetailSampleDistance should be of the form "SetDetailSampleDistance ..." (golint)
    • Line 910: warning: comment on exported method NavigationMesh.SetDetailSampleMaxError should be of the form "SetDetailSampleMaxError ..." (golint)
    • Line 931: warning: comment on exported method NavigationMesh.SetEdgeMaxError should be of the form "SetEdgeMaxError ..." (golint)
    • Line 952: warning: comment on exported method NavigationMesh.SetEdgeMaxLength should be of the form "SetEdgeMaxLength ..." (golint)
    • Line 973: warning: comment on exported method NavigationMesh.SetFilterLedgeSpans should be of the form "SetFilterLedgeSpans ..." (golint)
    • Line 994: warning: comment on exported method NavigationMesh.SetFilterLowHangingObstacles should be of the form "SetFilterLowHangingObstacles ..." (golint)
    • Line 1015: warning: comment on exported method NavigationMesh.SetFilterWalkableLowHeightSpans should be of the form "SetFilterWalkableLowHeightSpans ..." (golint)
    • Line 1036: warning: comment on exported method NavigationMesh.SetParsedGeometryType should be of the form "SetParsedGeometryType ..." (golint)
    • Line 1057: warning: comment on exported method NavigationMesh.SetRegionMergeSize should be of the form "SetRegionMergeSize ..." (golint)
    • Line 1078: warning: comment on exported method NavigationMesh.SetRegionMinSize should be of the form "SetRegionMinSize ..." (golint)
    • Line 1099: warning: comment on exported method NavigationMesh.SetSamplePartitionType should be of the form "SetSamplePartitionType ..." (golint)
    • Line 1120: warning: comment on exported method NavigationMesh.SetSourceGeometryMode should be of the form "SetSourceGeometryMode ..." (golint)
    • Line 1141: warning: comment on exported method NavigationMesh.SetSourceGroupName should be of the form "SetSourceGroupName ..." (golint)
    • Line 1162: warning: comment on exported method NavigationMesh.SetVertices should be of the form "SetVertices ..." (golint)
    • Line 1183: warning: comment on exported method NavigationMesh.SetVertsPerPoly should be of the form "SetVertsPerPoly ..." (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/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/visualshadernodetextureuniformtriplanar.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeTextureUniformTriplanar should be of the form "VisualShaderNodeTextureUniformTriplanar ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeTextureUniformTriplanar.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/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 109: warning: comment on exported type Image should be of the form "Image ..." (with optional leading article) (golint)
    • Line 117: warning: exported method Image.BaseClass should have comment or be unexported (golint)
    • Line 121: warning: comment on exported method Image.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 125: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 144: warning: comment on exported method Image.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 148: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 165: warning: comment on exported method Image.BlendRect should be of the form "BlendRect ..." (golint)
    • Line 188: warning: comment on exported method Image.BlendRectMask should be of the form "BlendRectMask ..." (golint)
    • Line 212: warning: comment on exported method Image.BlitRect should be of the form "BlitRect ..." (golint)
    • Line 235: warning: comment on exported method Image.BlitRectMask should be of the form "BlitRectMask ..." (golint)
    • Line 259: warning: comment on exported method Image.BumpmapToNormalmap should be of the form "BumpmapToNormalmap ..." (golint)
    • Line 280: warning: comment on exported method Image.ClearMipmaps should be of the form "ClearMipmaps ..." (golint)
    • Line 300: warning: comment on exported method Image.Compress should be of the form "Compress ..." (golint)
    • Line 326: warning: comment on exported method Image.Convert should be of the form "Convert ..." (golint)
    • Line 347: warning: comment on exported method Image.CopyFrom should be of the form "CopyFrom ..." (golint)
    • Line 368: warning: comment on exported method Image.Create should be of the form "Create ..." (golint)
    • Line 392: warning: comment on exported method Image.CreateFromData should be of the form "CreateFromData ..." (golint)
    • Line 417: warning: comment on exported method Image.Crop should be of the form "Crop ..." (golint)
    • Line 439: warning: comment on exported method Image.Decompress should be of the form "Decompress ..." (golint)
    • Line 462: warning: comment on exported method Image.DetectAlpha should be of the form "DetectAlpha ..." (golint)
    • Line 485: warning: comment on exported method Image.ExpandX2Hq2X should be of the form "ExpandX2Hq2X ..." (golint)
    • Line 505: warning: comment on exported method Image.Fill should be of the form "Fill ..." (golint)
    • Line 526: warning: comment on exported method Image.FixAlphaEdges should be of the form "FixAlphaEdges ..." (golint)
    • Line 546: warning: comment on exported method Image.FlipX should be of the form "FlipX ..." (golint)
    • Line 566: warning: comment on exported method Image.FlipY should be of the form "FlipY ..." (golint)
    • Line 586: warning: comment on exported method Image.GenerateMipmaps should be of the form "GenerateMipmaps ..." (golint)
    • Line 610: warning: comment on exported method Image.GetData should be of the form "GetData ..." (golint)
    • Line 633: warning: comment on exported method Image.GetFormat should be of the form "GetFormat ..." (golint)
    • Line 656: warning: comment on exported method Image.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 679: warning: comment on exported method Image.GetMipmapOffset should be of the form "GetMipmapOffset ..." (golint)
    • Line 703: warning: comment on exported method Image.GetPixel should be of the form "GetPixel ..." (golint)
    • Line 728: warning: comment on exported method Image.GetPixelv should be of the form "GetPixelv ..." (golint)
    • Line 752: warning: comment on exported method Image.GetRect should be of the form "GetRect ..." (golint)
    • Line 790: warning: comment on exported method Image.GetSize should be of the form "GetSize ..." (golint)
    • Line 813: warning: comment on exported method Image.GetUsedRect should be of the form "GetUsedRect ..." (golint)
    • Line 836: warning: comment on exported method Image.GetWidth should be of the form "GetWidth ..." (golint)
    • Line 859: warning: comment on exported method Image.HasMipmaps should be of the form "HasMipmaps ..." (golint)
    • Line 882: warning: comment on exported method Image.IsCompressed should be of the form "IsCompressed ..." (golint)
    • Line 905: warning: comment on exported method Image.IsEmpty should be of the form "IsEmpty ..." (golint)
    • Line 928: warning: comment on exported method Image.IsInvisible should be of the form "IsInvisible ..." (golint)
    • Line 951: warning: comment on exported method Image.Load should be of the form "Load ..." (golint)
    • Line 975: warning: comment on exported method Image.LoadJpgFromBuffer should be of the form "LoadJpgFromBuffer ..." (golint)
    • Line 999: warning: comment on exported method Image.LoadPngFromBuffer should be of the form "LoadPngFromBuffer ..." (golint)
    • Line 1023: warning: comment on exported method Image.LoadWebpFromBuffer should be of the form "LoadWebpFromBuffer ..." (golint)
    • Line 1047: warning: comment on exported method Image.Lock should be of the form "Lock ..." (golint)
    • Line 1067: warning: comment on exported method Image.NormalmapToXy should be of the form "NormalmapToXy ..." (golint)
    • Line 1087: warning: comment on exported method Image.PremultiplyAlpha should be of the form "PremultiplyAlpha ..." (golint)
    • Line 1107: warning: comment on exported method Image.Resize should be of the form "Resize ..." (golint)
    • Line 1130: warning: comment on exported method Image.ResizeToPo2 should be of the form "ResizeToPo2 ..." (golint)
    • Line 1151: warning: comment on exported method Image.RgbeToSrgb should be of the form "RgbeToSrgb ..." (golint)
    • Line 1188: warning: comment on exported method Image.SaveExr should be of the form "SaveExr ..." (golint)
    • Line 1213: warning: comment on exported method Image.SavePng should be of the form "SavePng ..." (golint)
    • Line 1237: warning: comment on exported method Image.SetPixel should be of the form "SetPixel ..." (golint)
    • Line 1260: warning: comment on exported method Image.SetPixelv should be of the form "SetPixelv ..." (golint)
    • Line 1282: warning: comment on exported method Image.ShrinkX2 should be of the form "ShrinkX2 ..." (golint)
    • Line 1302: warning: comment on exported method Image.SrgbToLinear should be of the form "SrgbToLinear ..." (golint)
    • Line 1322: warning: comment on exported method Image.Unlock should be of the form "Unlock ..." (golint)
    • godot-go/godot/multiplayerapi.gen.go
    • Line 20: warning: exported const MultiplayerAPIRpcModeDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: comment on exported type MultiplayerAPI should be of the form "MultiplayerAPI ..." (with optional leading article) (golint)
    • Line 48: warning: exported method MultiplayerAPI.BaseClass should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method MultiplayerAPI.X_AddPeer should be of the form "X_AddPeer ..." (golint)
    • Line 56: warning: don't use underscores in Go names; method X_AddPeer should be XAddPeer (golint)
    • Line 73: warning: comment on exported method MultiplayerAPI.X_ConnectedToServer should be of the form "X_ConnectedToServer ..." (golint)
    • Line 77: warning: don't use underscores in Go names; method X_ConnectedToServer should be XConnectedToServer (golint)
    • Line 93: warning: comment on exported method MultiplayerAPI.X_ConnectionFailed should be of the form "X_ConnectionFailed ..." (golint)
    • Line 97: warning: don't use underscores in Go names; method X_ConnectionFailed should be XConnectionFailed (golint)
    • Line 113: warning: comment on exported method MultiplayerAPI.X_DelPeer should be of the form "X_DelPeer ..." (golint)
    • Line 117: warning: don't use underscores in Go names; method X_DelPeer should be XDelPeer (golint)
    • Line 134: warning: comment on exported method MultiplayerAPI.X_ServerDisconnected should be of the form "X_ServerDisconnected ..." (golint)
    • Line 138: warning: don't use underscores in Go names; method X_ServerDisconnected should be XServerDisconnected (golint)
    • Line 154: warning: comment on exported method MultiplayerAPI.Clear should be of the form "Clear ..." (golint)
    • Line 174: warning: comment on exported method MultiplayerAPI.GetNetworkConnectedPeers should be of the form "GetNetworkConnectedPeers ..." (golint)
    • Line 197: warning: comment on exported method MultiplayerAPI.GetNetworkPeer should be of the form "GetNetworkPeer ..." (golint)
    • Line 234: warning: comment on exported method MultiplayerAPI.GetNetworkUniqueId should be of the form "GetNetworkUniqueId ..." (golint)
    • Line 257: warning: comment on exported method MultiplayerAPI.GetRpcSenderId should be of the form "GetRpcSenderId ..." (golint)
    • Line 280: warning: comment on exported method MultiplayerAPI.HasNetworkPeer should be of the form "HasNetworkPeer ..." (golint)
    • Line 303: warning: comment on exported method MultiplayerAPI.IsNetworkServer should be of the form "IsNetworkServer ..." (golint)
    • Line 326: warning: comment on exported method MultiplayerAPI.IsObjectDecodingAllowed should be of the form "IsObjectDecodingAllowed ..." (golint)
    • Line 349: warning: comment on exported method MultiplayerAPI.IsRefusingNewNetworkConnections should be of the form "IsRefusingNewNetworkConnections ..." (golint)
    • Line 372: warning: comment on exported method MultiplayerAPI.Poll should be of the form "Poll ..." (golint)
    • Line 392: warning: comment on exported method MultiplayerAPI.SendBytes should be of the form "SendBytes ..." (golint)
    • Line 418: warning: comment on exported method MultiplayerAPI.SetAllowObjectDecoding should be of the form "SetAllowObjectDecoding ..." (golint)
    • Line 439: warning: comment on exported method MultiplayerAPI.SetNetworkPeer should be of the form "SetNetworkPeer ..." (golint)
    • Line 460: warning: comment on exported method MultiplayerAPI.SetRefuseNewNetworkConnections should be of the form "SetRefuseNewNetworkConnections ..." (golint)
    • Line 481: warning: comment on exported method MultiplayerAPI.SetRootNode should be of the form "SetRootNode ..." (golint)
    • godot-go/godot/physicsmaterial.gen.go
    • Line 25: warning: comment on exported type PhysicsMaterial should be of the form "PhysicsMaterial ..." (with optional leading article) (golint)
    • Line 33: warning: exported method PhysicsMaterial.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method PhysicsMaterial.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 60: warning: comment on exported method PhysicsMaterial.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 83: warning: comment on exported method PhysicsMaterial.IsAbsorbent should be of the form "IsAbsorbent ..." (golint)
    • Line 106: warning: comment on exported method PhysicsMaterial.IsRough should be of the form "IsRough ..." (golint)
    • Line 129: warning: comment on exported method PhysicsMaterial.SetAbsorbent should be of the form "SetAbsorbent ..." (golint)
    • Line 150: warning: comment on exported method PhysicsMaterial.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 171: warning: comment on exported method PhysicsMaterial.SetFriction should be of the form "SetFriction ..." (golint)
    • Line 192: warning: comment on exported method PhysicsMaterial.SetRough should be of the form "SetRough ..." (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.GetGrowBegin should be of the form "GetGrowBegin ..." (golint)
    • Line 83: warning: comment on exported method StyleBoxLine.GetGrowEnd should be of the form "GetGrowEnd ..." (golint)
    • Line 106: warning: comment on exported method StyleBoxLine.GetThickness should be of the form "GetThickness ..." (golint)
    • Line 129: warning: comment on exported method StyleBoxLine.IsVertical should be of the form "IsVertical ..." (golint)
    • Line 152: warning: comment on exported method StyleBoxLine.SetColor should be of the form "SetColor ..." (golint)
    • Line 173: warning: comment on exported method StyleBoxLine.SetGrowBegin should be of the form "SetGrowBegin ..." (golint)
    • Line 194: warning: comment on exported method StyleBoxLine.SetGrowEnd should be of the form "SetGrowEnd ..." (golint)
    • Line 215: warning: comment on exported method StyleBoxLine.SetThickness should be of the form "SetThickness ..." (golint)
    • Line 236: warning: comment on exported method StyleBoxLine.SetVertical should be of the form "SetVertical ..." (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/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/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/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.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 270: warning: comment on exported method Curve.GetPointLeftMode should be of the form "GetPointLeftMode ..." (golint)
    • Line 294: warning: comment on exported method Curve.GetPointLeftTangent should be of the form "GetPointLeftTangent ..." (golint)
    • Line 318: warning: comment on exported method Curve.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 342: warning: comment on exported method Curve.GetPointRightMode should be of the form "GetPointRightMode ..." (golint)
    • Line 366: warning: comment on exported method Curve.GetPointRightTangent should be of the form "GetPointRightTangent ..." (golint)
    • Line 390: warning: comment on exported method Curve.Interpolate should be of the form "Interpolate ..." (golint)
    • Line 414: warning: comment on exported method Curve.InterpolateBaked should be of the form "InterpolateBaked ..." (golint)
    • Line 438: warning: comment on exported method Curve.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 459: warning: comment on exported method Curve.SetBakeResolution should be of the form "SetBakeResolution ..." (golint)
    • Line 480: warning: comment on exported method Curve.SetMaxValue should be of the form "SetMaxValue ..." (golint)
    • Line 501: warning: comment on exported method Curve.SetMinValue should be of the form "SetMinValue ..." (golint)
    • Line 522: warning: comment on exported method Curve.SetPointLeftMode should be of the form "SetPointLeftMode ..." (golint)
    • Line 544: warning: comment on exported method Curve.SetPointLeftTangent should be of the form "SetPointLeftTangent ..." (golint)
    • Line 566: warning: comment on exported method Curve.SetPointOffset should be of the form "SetPointOffset ..." (golint)
    • Line 591: warning: comment on exported method Curve.SetPointRightMode should be of the form "SetPointRightMode ..." (golint)
    • Line 613: warning: comment on exported method Curve.SetPointRightTangent should be of the form "SetPointRightTangent ..." (golint)
    • Line 635: warning: comment on exported method Curve.SetPointValue should be of the form "SetPointValue ..." (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_TreeItemActivated should be of the form "X_TreeItemActivated ..." (golint)
    • Line 265: warning: don't use underscores in Go names; method X_TreeItemActivated should be XTreeItemActivated (golint)
    • Line 281: warning: comment on exported method FileDialog.X_TreeMultiSelected should be of the form "X_TreeMultiSelected ..." (golint)
    • Line 285: warning: don't use underscores in Go names; method X_TreeMultiSelected should be XTreeMultiSelected (golint)
    • Line 304: warning: comment on exported method FileDialog.X_TreeSelected should be of the form "X_TreeSelected ..." (golint)
    • Line 308: warning: don't use underscores in Go names; method X_TreeSelected should be XTreeSelected (golint)
    • Line 324: warning: comment on exported method FileDialog.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 328: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 345: warning: comment on exported method FileDialog.X_UpdateDir should be of the form "X_UpdateDir ..." (golint)
    • Line 349: warning: don't use underscores in Go names; method X_UpdateDir should be XUpdateDir (golint)
    • Line 365: warning: comment on exported method FileDialog.X_UpdateFileList should be of the form "X_UpdateFileList ..." (golint)
    • Line 369: warning: don't use underscores in Go names; method X_UpdateFileList should be XUpdateFileList (golint)
    • Line 385: warning: comment on exported method FileDialog.X_UpdateFileName should be of the form "X_UpdateFileName ..." (golint)
    • Line 389: warning: don't use underscores in Go names; method X_UpdateFileName should be XUpdateFileName (golint)
    • Line 405: warning: comment on exported method FileDialog.AddFilter should be of the form "AddFilter ..." (golint)
    • Line 426: warning: comment on exported method FileDialog.ClearFilters should be of the form "ClearFilters ..." (golint)
    • Line 446: warning: comment on exported method FileDialog.DeselectItems should be of the form "DeselectItems ..." (golint)
    • Line 466: warning: comment on exported method FileDialog.GetAccess should be of the form "GetAccess ..." (golint)
    • Line 489: warning: comment on exported method FileDialog.GetCurrentDir should be of the form "GetCurrentDir ..." (golint)
    • Line 512: warning: comment on exported method FileDialog.GetCurrentFile should be of the form "GetCurrentFile ..." (golint)
    • Line 535: warning: comment on exported method FileDialog.GetCurrentPath should be of the form "GetCurrentPath ..." (golint)
    • Line 558: warning: comment on exported method FileDialog.GetFilters should be of the form "GetFilters ..." (golint)
    • Line 581: warning: comment on exported method FileDialog.GetLineEdit should be of the form "GetLineEdit ..." (golint)
    • Line 618: warning: comment on exported method FileDialog.GetMode should be of the form "GetMode ..." (golint)
    • Line 641: warning: comment on exported method FileDialog.GetVbox should be of the form "GetVbox ..." (golint)
    • Line 678: warning: comment on exported method FileDialog.Invalidate should be of the form "Invalidate ..." (golint)
    • Line 698: warning: comment on exported method FileDialog.IsModeOverridingTitle should be of the form "IsModeOverridingTitle ..." (golint)
    • Line 721: warning: comment on exported method FileDialog.IsShowingHiddenFiles should be of the form "IsShowingHiddenFiles ..." (golint)
    • Line 744: warning: comment on exported method FileDialog.SetAccess should be of the form "SetAccess ..." (golint)
    • Line 765: warning: comment on exported method FileDialog.SetCurrentDir should be of the form "SetCurrentDir ..." (golint)
    • Line 786: warning: comment on exported method FileDialog.SetCurrentFile should be of the form "SetCurrentFile ..." (golint)
    • Line 807: warning: comment on exported method FileDialog.SetCurrentPath should be of the form "SetCurrentPath ..." (golint)
    • Line 828: warning: comment on exported method FileDialog.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 849: warning: comment on exported method FileDialog.SetMode should be of the form "SetMode ..." (golint)
    • Line 870: warning: comment on exported method FileDialog.SetModeOverridesTitle should be of the form "SetModeOverridesTitle ..." (golint)
    • Line 891: warning: comment on exported method FileDialog.SetShowHiddenFiles should be of the form "SetShowHiddenFiles ..." (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_GlobalMenuAction should be of the form "X_GlobalMenuAction ..." (golint)
    • Line 83: warning: don't use underscores in Go names; method X_GlobalMenuAction should be XGlobalMenuAction (golint)
    • Line 101: warning: comment on exported method MainLoop.X_Idle should be of the form "X_Idle ..." (golint)
    • Line 105: warning: don't use underscores in Go names; method X_Idle should be XIdle (golint)
    • Line 125: warning: comment on exported method MainLoop.X_Initialize should be of the form "X_Initialize ..." (golint)
    • Line 129: warning: don't use underscores in Go names; method X_Initialize should be XInitialize (golint)
    • Line 145: warning: comment on exported method MainLoop.X_InputEvent should be of the form "X_InputEvent ..." (golint)
    • Line 149: warning: don't use underscores in Go names; method X_InputEvent should be XInputEvent (golint)
    • Line 166: warning: comment on exported method MainLoop.X_InputText should be of the form "X_InputText ..." (golint)
    • Line 170: warning: don't use underscores in Go names; method X_InputText should be XInputText (golint)
    • Line 187: warning: comment on exported method MainLoop.X_Iteration should be of the form "X_Iteration ..." (golint)
    • Line 191: warning: don't use underscores in Go names; method X_Iteration should be XIteration (golint)
    • Line 211: warning: comment on exported method MainLoop.Finish should be of the form "Finish ..." (golint)
    • Line 231: warning: comment on exported method MainLoop.Idle should be of the form "Idle ..." (golint)
    • Line 255: warning: comment on exported method MainLoop.Init should be of the form "Init ..." (golint)
    • Line 275: warning: comment on exported method MainLoop.InputEventMethod should be of the form "InputEventMethod ..." (golint)
    • Line 296: warning: comment on exported method MainLoop.InputText should be of the form "InputText ..." (golint)
    • Line 317: warning: comment on exported method MainLoop.Iteration should be of the form "Iteration ..." (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/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/visibilitynotifier.gen.go
    • Line 25: warning: comment on exported type VisibilityNotifier should be of the form "VisibilityNotifier ..." (with optional leading article) (golint)
    • 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/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/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/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/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_FocusEnter should be of the form "X_FocusEnter ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_FocusEnter should be XFocusEnter (golint)
    • Line 77: warning: comment on exported method ColorPicker.X_FocusExit should be of the form "X_FocusExit ..." (golint)
    • Line 81: warning: don't use underscores in Go names; method X_FocusExit should be XFocusExit (golint)
    • Line 97: warning: comment on exported method ColorPicker.X_HsvDraw should be of the form "X_HsvDraw ..." (golint)
    • Line 101: warning: don't use underscores in Go names; method X_HsvDraw should be XHsvDraw (golint)
    • Line 119: warning: comment on exported method ColorPicker.X_HtmlEntered should be of the form "X_HtmlEntered ..." (golint)
    • Line 123: warning: don't use underscores in Go names; method X_HtmlEntered should be XHTMLEntered (golint)
    • Line 140: warning: comment on exported method ColorPicker.X_HtmlFocusExit should be of the form "X_HtmlFocusExit ..." (golint)
    • Line 144: warning: don't use underscores in Go names; method X_HtmlFocusExit should be XHTMLFocusExit (golint)
    • Line 160: warning: comment on exported method ColorPicker.X_PresetInput should be of the form "X_PresetInput ..." (golint)
    • Line 164: warning: don't use underscores in Go names; method X_PresetInput should be XPresetInput (golint)
    • Line 181: warning: comment on exported method ColorPicker.X_SampleDraw should be of the form "X_SampleDraw ..." (golint)
    • Line 185: warning: don't use underscores in Go names; method X_SampleDraw should be XSampleDraw (golint)
    • Line 201: warning: comment on exported method ColorPicker.X_ScreenInput should be of the form "X_ScreenInput ..." (golint)
    • Line 205: warning: don't use underscores in Go names; method X_ScreenInput should be XScreenInput (golint)
    • Line 222: warning: comment on exported method ColorPicker.X_ScreenPickPressed should be of the form "X_ScreenPickPressed ..." (golint)
    • Line 226: warning: don't use underscores in Go names; method X_ScreenPickPressed should be XScreenPickPressed (golint)
    • Line 242: warning: comment on exported method ColorPicker.X_TextTypeToggled should be of the form "X_TextTypeToggled ..." (golint)
    • Line 246: warning: don't use underscores in Go names; method X_TextTypeToggled should be XTextTypeToggled (golint)
    • Line 262: warning: comment on exported method ColorPicker.X_UpdatePresets should be of the form "X_UpdatePresets ..." (golint)
    • Line 266: warning: don't use underscores in Go names; method X_UpdatePresets should be XUpdatePresets (golint)
    • Line 282: warning: comment on exported method ColorPicker.X_UvInput should be of the form "X_UvInput ..." (golint)
    • Line 286: warning: don't use underscores in Go names; method X_UvInput should be XUvInput (golint)
    • Line 303: warning: comment on exported method ColorPicker.X_ValueChanged should be of the form "X_ValueChanged ..." (golint)
    • Line 307: warning: don't use underscores in Go names; method X_ValueChanged should be XValueChanged (golint)
    • Line 324: warning: comment on exported method ColorPicker.X_WInput should be of the form "X_WInput ..." (golint)
    • Line 328: warning: don't use underscores in Go names; method X_WInput should be XWInput (golint)
    • Line 345: warning: comment on exported method ColorPicker.AddPreset should be of the form "AddPreset ..." (golint)
    • Line 366: warning: comment on exported method ColorPicker.ArePresetsEnabled should be of the form "ArePresetsEnabled ..." (golint)
    • Line 389: warning: comment on exported method ColorPicker.ArePresetsVisible should be of the form "ArePresetsVisible ..." (golint)
    • Line 412: warning: comment on exported method ColorPicker.ErasePreset should be of the form "ErasePreset ..." (golint)
    • Line 433: warning: comment on exported method ColorPicker.GetPickColor should be of the form "GetPickColor ..." (golint)
    • Line 456: warning: comment on exported method ColorPicker.GetPresets should be of the form "GetPresets ..." (golint)
    • Line 479: warning: comment on exported method ColorPicker.IsDeferredMode should be of the form "IsDeferredMode ..." (golint)
    • Line 502: warning: comment on exported method ColorPicker.IsEditingAlpha should be of the form "IsEditingAlpha ..." (golint)
    • Line 525: warning: comment on exported method ColorPicker.IsHsvMode should be of the form "IsHsvMode ..." (golint)
    • Line 548: warning: comment on exported method ColorPicker.IsRawMode should be of the form "IsRawMode ..." (golint)
    • Line 571: warning: comment on exported method ColorPicker.SetDeferredMode should be of the form "SetDeferredMode ..." (golint)
    • Line 592: warning: comment on exported method ColorPicker.SetEditAlpha should be of the form "SetEditAlpha ..." (golint)
    • Line 613: warning: comment on exported method ColorPicker.SetHsvMode should be of the form "SetHsvMode ..." (golint)
    • Line 634: warning: comment on exported method ColorPicker.SetPickColor should be of the form "SetPickColor ..." (golint)
    • Line 655: warning: comment on exported method ColorPicker.SetPresetsEnabled should be of the form "SetPresetsEnabled ..." (golint)
    • Line 676: warning: comment on exported method ColorPicker.SetPresetsVisible should be of the form "SetPresetsVisible ..." (golint)
    • Line 697: warning: comment on exported method ColorPicker.SetRawMode should be of the form "SetRawMode ..." (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 32: warning: exported const ParticlesMaterialFlagAlignYToVelocity should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported const ParticlesMaterialParamAngle should have comment (or a comment on this block) or be unexported (golint)
    • Line 74: warning: exported method ParticlesMaterial.BaseClass should have comment or be unexported (golint)
    • Line 78: warning: comment on exported method ParticlesMaterial.GetColor should be of the form "GetColor ..." (golint)
    • Line 101: warning: comment on exported method ParticlesMaterial.GetColorRamp should be of the form "GetColorRamp ..." (golint)
    • Line 138: warning: comment on exported method ParticlesMaterial.GetDirection should be of the form "GetDirection ..." (golint)
    • Line 161: warning: comment on exported method ParticlesMaterial.GetEmissionBoxExtents should be of the form "GetEmissionBoxExtents ..." (golint)
    • Line 184: warning: comment on exported method ParticlesMaterial.GetEmissionColorTexture should be of the form "GetEmissionColorTexture ..." (golint)
    • Line 221: warning: comment on exported method ParticlesMaterial.GetEmissionNormalTexture should be of the form "GetEmissionNormalTexture ..." (golint)
    • Line 258: warning: comment on exported method ParticlesMaterial.GetEmissionPointCount should be of the form "GetEmissionPointCount ..." (golint)
    • Line 281: warning: comment on exported method ParticlesMaterial.GetEmissionPointTexture should be of the form "GetEmissionPointTexture ..." (golint)
    • Line 318: warning: comment on exported method ParticlesMaterial.GetEmissionShape should be of the form "GetEmissionShape ..." (golint)
    • Line 341: warning: comment on exported method ParticlesMaterial.GetEmissionSphereRadius should be of the form "GetEmissionSphereRadius ..." (golint)
    • Line 364: warning: comment on exported method ParticlesMaterial.GetFlag should be of the form "GetFlag ..." (golint)
    • Line 388: warning: comment on exported method ParticlesMaterial.GetFlatness should be of the form "GetFlatness ..." (golint)
    • Line 411: warning: comment on exported method ParticlesMaterial.GetGravity should be of the form "GetGravity ..." (golint)
    • Line 434: warning: comment on exported method ParticlesMaterial.GetLifetimeRandomness should be of the form "GetLifetimeRandomness ..." (golint)
    • Line 457: warning: comment on exported method ParticlesMaterial.GetParam should be of the form "GetParam ..." (golint)
    • Line 481: warning: comment on exported method ParticlesMaterial.GetParamRandomness should be of the form "GetParamRandomness ..." (golint)
    • Line 505: warning: comment on exported method ParticlesMaterial.GetParamTexture should be of the form "GetParamTexture ..." (golint)
    • Line 543: warning: comment on exported method ParticlesMaterial.GetSpread should be of the form "GetSpread ..." (golint)
    • Line 566: warning: comment on exported method ParticlesMaterial.GetTrailColorModifier should be of the form "GetTrailColorModifier ..." (golint)
    • Line 603: warning: comment on exported method ParticlesMaterial.GetTrailDivisor should be of the form "GetTrailDivisor ..." (golint)
    • Line 626: warning: comment on exported method ParticlesMaterial.GetTrailSizeModifier should be of the form "GetTrailSizeModifier ..." (golint)
    • Line 663: warning: comment on exported method ParticlesMaterial.SetColor should be of the form "SetColor ..." (golint)
    • Line 684: warning: comment on exported method ParticlesMaterial.SetColorRamp should be of the form "SetColorRamp ..." (golint)
    • Line 705: warning: comment on exported method ParticlesMaterial.SetDirection should be of the form "SetDirection ..." (golint)
    • Line 726: warning: comment on exported method ParticlesMaterial.SetEmissionBoxExtents should be of the form "SetEmissionBoxExtents ..." (golint)
    • Line 747: warning: comment on exported method ParticlesMaterial.SetEmissionColorTexture should be of the form "SetEmissionColorTexture ..." (golint)
    • Line 768: warning: comment on exported method ParticlesMaterial.SetEmissionNormalTexture should be of the form "SetEmissionNormalTexture ..." (golint)
    • Line 789: warning: comment on exported method ParticlesMaterial.SetEmissionPointCount should be of the form "SetEmissionPointCount ..." (golint)
    • Line 810: warning: comment on exported method ParticlesMaterial.SetEmissionPointTexture should be of the form "SetEmissionPointTexture ..." (golint)
    • Line 831: warning: comment on exported method ParticlesMaterial.SetEmissionShape should be of the form "SetEmissionShape ..." (golint)
    • Line 852: warning: comment on exported method ParticlesMaterial.SetEmissionSphereRadius should be of the form "SetEmissionSphereRadius ..." (golint)
    • Line 873: warning: comment on exported method ParticlesMaterial.SetFlag should be of the form "SetFlag ..." (golint)
    • Line 895: warning: comment on exported method ParticlesMaterial.SetFlatness should be of the form "SetFlatness ..." (golint)
    • Line 916: warning: comment on exported method ParticlesMaterial.SetGravity should be of the form "SetGravity ..." (golint)
    • Line 937: warning: comment on exported method ParticlesMaterial.SetLifetimeRandomness should be of the form "SetLifetimeRandomness ..." (golint)
    • Line 958: warning: comment on exported method ParticlesMaterial.SetParam should be of the form "SetParam ..." (golint)
    • Line 980: warning: comment on exported method ParticlesMaterial.SetParamRandomness should be of the form "SetParamRandomness ..." (golint)
    • Line 1002: warning: comment on exported method ParticlesMaterial.SetParamTexture should be of the form "SetParamTexture ..." (golint)
    • Line 1024: warning: comment on exported method ParticlesMaterial.SetSpread should be of the form "SetSpread ..." (golint)
    • Line 1045: warning: comment on exported method ParticlesMaterial.SetTrailColorModifier should be of the form "SetTrailColorModifier ..." (golint)
    • Line 1066: warning: comment on exported method ParticlesMaterial.SetTrailDivisor should be of the form "SetTrailDivisor ..." (golint)
    • Line 1087: warning: comment on exported method ParticlesMaterial.SetTrailSizeModifier should be of the form "SetTrailSizeModifier ..." (golint)
    • godot-go/godot/texturelayered.gen.go
    • Line 20: warning: exported const TextureLayeredFlagsDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type TextureLayered should be of the form "TextureLayered ..." (with optional leading article) (golint)
    • Line 43: warning: exported method TextureLayered.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method TextureLayered.X_GetData should be of the form "X_GetData ..." (golint)
    • Line 51: warning: don't use underscores in Go names; method X_GetData should be XGetData (golint)
    • Line 70: warning: comment on exported method TextureLayered.X_SetData should be of the form "X_SetData ..." (golint)
    • Line 74: warning: don't use underscores in Go names; method X_SetData should be XSetData (golint)
    • Line 91: warning: comment on exported method TextureLayered.Create should be of the form "Create ..." (golint)
    • Line 116: warning: comment on exported method TextureLayered.GetDepth should be of the form "GetDepth ..." (golint)
    • Line 139: warning: comment on exported method TextureLayered.GetFlags should be of the form "GetFlags ..." (golint)
    • Line 162: warning: comment on exported method TextureLayered.GetFormat should be of the form "GetFormat ..." (golint)
    • Line 185: warning: comment on exported method TextureLayered.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 208: warning: comment on exported method TextureLayered.GetLayerData should be of the form "GetLayerData ..." (golint)
    • Line 246: warning: comment on exported method TextureLayered.GetWidth should be of the form "GetWidth ..." (golint)
    • Line 269: warning: comment on exported method TextureLayered.SetDataPartial should be of the form "SetDataPartial ..." (golint)
    • Line 294: warning: comment on exported method TextureLayered.SetFlags should be of the form "SetFlags ..." (golint)
    • Line 315: warning: comment on exported method TextureLayered.SetLayerData should be of the form "SetLayerData ..." (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 34: warning: comment on exported type VisibilityEnabler should be of the form "VisibilityEnabler ..." (with optional leading article) (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/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/godot/visualshadernodecolorconstant.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeColorConstant should be of the form "VisualShaderNodeColorConstant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeColorConstant.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeColorConstant.GetConstant should be of the form "GetConstant ..." (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeColorConstant.SetConstant should be of the form "SetConstant ..." (golint)
    • godot-go/godot/visualshadernodeoutput.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeOutput should be of the form "VisualShaderNodeOutput ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeOutput.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/visualshadernodetransformvecmult.gen.go
    • Line 20: warning: exported const VisualShaderNodeTransformVecMultOp3X3AxB should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type VisualShaderNodeTransformVecMult should be of the form "VisualShaderNodeTransformVecMult ..." (with optional leading article) (golint)
    • Line 43: warning: exported method VisualShaderNodeTransformVecMult.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method VisualShaderNodeTransformVecMult.GetOperator should be of the form "GetOperator ..." (golint)
    • Line 70: warning: comment on exported method VisualShaderNodeTransformVecMult.SetOperator should be of the form "SetOperator ..." (golint)
    • godot-go/godot/csgcylinder.gen.go
    • Line 25: warning: comment on exported type CSGCylinder should be of the form "CSGCylinder ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CSGCylinder.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CSGCylinder.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 60: warning: comment on exported method CSGCylinder.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 97: warning: comment on exported method CSGCylinder.GetRadius should be of the form "GetRadius ..." (golint)
    • Line 120: warning: comment on exported method CSGCylinder.GetSides should be of the form "GetSides ..." (golint)
    • Line 143: warning: comment on exported method CSGCylinder.GetSmoothFaces should be of the form "GetSmoothFaces ..." (golint)
    • Line 166: warning: comment on exported method CSGCylinder.IsCone should be of the form "IsCone ..." (golint)
    • Line 189: warning: comment on exported method CSGCylinder.SetCone should be of the form "SetCone ..." (golint)
    • Line 210: warning: comment on exported method CSGCylinder.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 231: warning: comment on exported method CSGCylinder.SetMaterial should be of the form "SetMaterial ..." (golint)
    • Line 252: warning: comment on exported method CSGCylinder.SetRadius should be of the form "SetRadius ..." (golint)
    • Line 273: warning: comment on exported method CSGCylinder.SetSides should be of the form "SetSides ..." (golint)
    • Line 294: warning: comment on exported method CSGCylinder.SetSmoothFaces should be of the form "SetSmoothFaces ..." (golint)
    • godot-go/godot/visualscriptlists.gen.go
    • Line 25: warning: comment on exported type VisualScriptLists should be of the form "VisualScriptLists ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptLists.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualScriptLists.AddInputDataPort should be of the form "AddInputDataPort ..." (golint)
    • Line 60: warning: comment on exported method VisualScriptLists.AddOutputDataPort should be of the form "AddOutputDataPort ..." (golint)
    • Line 83: warning: comment on exported method VisualScriptLists.RemoveInputDataPort should be of the form "RemoveInputDataPort ..." (golint)
    • Line 104: warning: comment on exported method VisualScriptLists.RemoveOutputDataPort should be of the form "RemoveOutputDataPort ..." (golint)
    • Line 125: warning: comment on exported method VisualScriptLists.SetInputDataPortName should be of the form "SetInputDataPortName ..." (golint)
    • Line 147: warning: comment on exported method VisualScriptLists.SetInputDataPortType should be of the form "SetInputDataPortType ..." (golint)
    • Line 169: warning: comment on exported method VisualScriptLists.SetOutputDataPortName should be of the form "SetOutputDataPortName ..." (golint)
    • Line 191: warning: comment on exported method VisualScriptLists.SetOutputDataPortType should be of the form "SetOutputDataPortType ..." (golint)
    • godot-go/godot/webrtcpeerconnection.gen.go
    • Line 20: warning: exported const WebRTCPeerConnectionStateClosed should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: comment on exported type WebRTCPeerConnection should be of the form "WebRTCPeerConnection ..." (with optional leading article) (golint)
    • Line 45: warning: exported method WebRTCPeerConnection.BaseClass should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method WebRTCPeerConnection.AddIceCandidate should be of the form "AddIceCandidate ..." (golint)
    • Line 75: warning: comment on exported method WebRTCPeerConnection.Close should be of the form "Close ..." (golint)
    • Line 95: warning: comment on exported method WebRTCPeerConnection.CreateDataChannel should be of the form "CreateDataChannel ..." (golint)
    • Line 134: warning: comment on exported method WebRTCPeerConnection.CreateOffer should be of the form "CreateOffer ..." (golint)
    • Line 157: warning: comment on exported method WebRTCPeerConnection.GetConnectionState should be of the form "GetConnectionState ..." (golint)
    • Line 180: warning: comment on exported method WebRTCPeerConnection.Initialize should be of the form "Initialize ..." (golint)
    • Line 204: warning: comment on exported method WebRTCPeerConnection.Poll should be of the form "Poll ..." (golint)
    • Line 227: warning: comment on exported method WebRTCPeerConnection.SetLocalDescription should be of the form "SetLocalDescription ..." (golint)
    • Line 252: warning: comment on exported method WebRTCPeerConnection.SetRemoteDescription should be of the form "SetRemoteDescription ..." (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/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/visualshadernodevectorscalarmix.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorScalarMix should be of the form "VisualShaderNodeVectorScalarMix ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorScalarMix.BaseClass should have comment or be unexported (golint)
    • godot-go/cmd/generate/types/generate.go
    • Line 64: warning: exported method View.ToGoName should have comment or be unexported (golint)
    • Line 70: warning: exported method View.ToGoReturnType should have comment or be unexported (golint)
    • Line 79: warning: exported method View.HasReturn should have comment or be unexported (golint)
    • Line 86: warning: exported method View.HasPointerReturn should have comment or be unexported (golint)
    • Line 93: warning: exported method View.IsVoidPointerType should have comment or be unexported (golint)
    • Line 101: warning: exported method View.IsWcharT should have comment or be unexported (golint)
    • Line 108: warning: exported method View.IsDoublePointer should have comment or be unexported (golint)
    • Line 115: warning: exported method View.ToGoArgType should have comment or be unexported (golint)
    • Line 132: warning: exported method View.ToGoArgName should have comment or be unexported (golint)
    • Line 162: warning: exported method View.IsBasicType should have comment or be unexported (golint)
    • Line 232: warning: exported method View.MethodIsConstructor should have comment or be unexported (golint)
    • Line 239: warning: exported method View.NotSelfArg should have comment or be unexported (golint)
    • Line 246: warning: exported method View.StripPointer should have comment or be unexported (golint)
    • Line 253: warning: exported method View.ToGoMethodName should have comment or be unexported (golint)
    • Line 272: warning: exported type Method should have comment or be unexported (golint)
    • Line 397: warning: exported function WriteTemplate should have comment or be unexported (golint)
    • Line 418: warning: exported function GoFmt should have comment or be unexported (golint)
    • Line 429: warning: exported function GoImports should have comment or be unexported (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/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/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/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/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/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/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.GetMeshLibrary should be of the form "GetMeshLibrary ..." (golint)
    • Line 442: warning: comment on exported method GridMap.GetMeshes should be of the form "GetMeshes ..." (golint)
    • Line 465: warning: comment on exported method GridMap.GetOctantSize should be of the form "GetOctantSize ..." (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.SetMeshLibrary should be of the form "SetMeshLibrary ..." (golint)
    • Line 841: warning: comment on exported method GridMap.SetOctantSize should be of the form "SetOctantSize ..." (golint)
    • Line 862: warning: comment on exported method GridMap.WorldToMap should be of the form "WorldToMap ..." (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 36: warning: comment on exported type PathFollow should be of the form "PathFollow ..." (with optional leading article) (golint)
    • Line 44: warning: exported method PathFollow.BaseClass should have comment or be unexported (golint)
    • Line 48: warning: comment on exported method PathFollow.GetCubicInterpolation should be of the form "GetCubicInterpolation ..." (golint)
    • Line 71: warning: comment on exported method PathFollow.GetHOffset should be of the form "GetHOffset ..." (golint)
    • Line 94: warning: comment on exported method PathFollow.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 117: warning: comment on exported method PathFollow.GetRotationMode should be of the form "GetRotationMode ..." (golint)
    • Line 140: warning: comment on exported method PathFollow.GetUnitOffset should be of the form "GetUnitOffset ..." (golint)
    • Line 163: warning: comment on exported method PathFollow.GetVOffset should be of the form "GetVOffset ..." (golint)
    • Line 186: warning: comment on exported method PathFollow.HasLoop should be of the form "HasLoop ..." (golint)
    • Line 209: warning: comment on exported method PathFollow.SetCubicInterpolation should be of the form "SetCubicInterpolation ..." (golint)
    • Line 230: warning: comment on exported method PathFollow.SetHOffset should be of the form "SetHOffset ..." (golint)
    • Line 251: warning: comment on exported method PathFollow.SetLoop should be of the form "SetLoop ..." (golint)
    • Line 272: warning: comment on exported method PathFollow.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 293: warning: comment on exported method PathFollow.SetRotationMode should be of the form "SetRotationMode ..." (golint)
    • Line 314: warning: comment on exported method PathFollow.SetUnitOffset should be of the form "SetUnitOffset ..." (golint)
    • Line 335: warning: comment on exported method PathFollow.SetVOffset should be of the form "SetVOffset ..." (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.X_TextureChanged should be of the form "X_TextureChanged ..." (golint)
    • Line 55: warning: don't use underscores in Go names; method X_TextureChanged should be XTextureChanged (golint)
    • Line 71: warning: comment on exported method TextureRect.GetStretchMode should be of the form "GetStretchMode ..." (golint)
    • Line 94: warning: comment on exported method TextureRect.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 131: warning: comment on exported method TextureRect.HasExpand should be of the form "HasExpand ..." (golint)
    • Line 154: warning: comment on exported method TextureRect.IsFlippedH should be of the form "IsFlippedH ..." (golint)
    • Line 177: warning: comment on exported method TextureRect.IsFlippedV should be of the form "IsFlippedV ..." (golint)
    • Line 200: warning: comment on exported method TextureRect.SetExpand should be of the form "SetExpand ..." (golint)
    • Line 221: warning: comment on exported method TextureRect.SetFlipH should be of the form "SetFlipH ..." (golint)
    • Line 242: warning: comment on exported method TextureRect.SetFlipV should be of the form "SetFlipV ..." (golint)
    • Line 263: warning: comment on exported method TextureRect.SetStretchMode should be of the form "SetStretchMode ..." (golint)
    • Line 284: warning: comment on exported method TextureRect.SetTexture should be of the form "SetTexture ..." (golint)
    • godot-go/godot/visualshadernodevectordistance.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorDistance should be of the form "VisualShaderNodeVectorDistance ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorDistance.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/animationnodeblendspace1d.gen.go
    • Line 25: warning: comment on exported type AnimationNodeBlendSpace1D should be of the form "AnimationNodeBlendSpace1D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeBlendSpace1D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeBlendSpace1D.X_AddBlendPoint should be of the form "X_AddBlendPoint ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_AddBlendPoint should be XAddBlendPoint (golint)
    • Line 59: warning: comment on exported method AnimationNodeBlendSpace1D.X_TreeChanged should be of the form "X_TreeChanged ..." (golint)
    • Line 63: warning: don't use underscores in Go names; method X_TreeChanged should be XTreeChanged (golint)
    • Line 79: warning: comment on exported method AnimationNodeBlendSpace1D.AddBlendPoint should be of the form "AddBlendPoint ..." (golint)
    • Line 102: warning: comment on exported method AnimationNodeBlendSpace1D.GetBlendPointCount should be of the form "GetBlendPointCount ..." (golint)
    • Line 125: warning: comment on exported method AnimationNodeBlendSpace1D.GetBlendPointNode should be of the form "GetBlendPointNode ..." (golint)
    • Line 163: warning: comment on exported method AnimationNodeBlendSpace1D.GetBlendPointPosition should be of the form "GetBlendPointPosition ..." (golint)
    • Line 187: warning: comment on exported method AnimationNodeBlendSpace1D.GetMaxSpace should be of the form "GetMaxSpace ..." (golint)
    • Line 210: warning: comment on exported method AnimationNodeBlendSpace1D.GetMinSpace should be of the form "GetMinSpace ..." (golint)
    • Line 233: warning: comment on exported method AnimationNodeBlendSpace1D.GetSnap should be of the form "GetSnap ..." (golint)
    • Line 256: warning: comment on exported method AnimationNodeBlendSpace1D.GetValueLabel should be of the form "GetValueLabel ..." (golint)
    • Line 279: warning: comment on exported method AnimationNodeBlendSpace1D.RemoveBlendPoint should be of the form "RemoveBlendPoint ..." (golint)
    • Line 300: warning: comment on exported method AnimationNodeBlendSpace1D.SetBlendPointNode should be of the form "SetBlendPointNode ..." (golint)
    • Line 322: warning: comment on exported method AnimationNodeBlendSpace1D.SetBlendPointPosition should be of the form "SetBlendPointPosition ..." (golint)
    • Line 344: warning: comment on exported method AnimationNodeBlendSpace1D.SetMaxSpace should be of the form "SetMaxSpace ..." (golint)
    • Line 365: warning: comment on exported method AnimationNodeBlendSpace1D.SetMinSpace should be of the form "SetMinSpace ..." (golint)
    • Line 386: warning: comment on exported method AnimationNodeBlendSpace1D.SetSnap should be of the form "SetSnap ..." (golint)
    • Line 407: warning: comment on exported method AnimationNodeBlendSpace1D.SetValueLabel should be of the form "SetValueLabel ..." (golint)
    • godot-go/godot/editorproperty.gen.go
    • Line 25: warning: comment on exported type EditorProperty should be of the form "EditorProperty ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorProperty.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorProperty.X_FocusableFocused should be of the form "X_FocusableFocused ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_FocusableFocused should be XFocusableFocused (golint)
    • Line 58: warning: comment on exported method EditorProperty.X_GuiInput should be of the form "X_GuiInput ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_GuiInput should be XGuiInput (golint)
    • Line 79: warning: comment on exported method EditorProperty.AddFocusable should be of the form "AddFocusable ..." (golint)
    • Line 100: warning: comment on exported method EditorProperty.EmitChanged should be of the form "EmitChanged ..." (golint)
    • Line 124: warning: comment on exported method EditorProperty.GetEditedObject should be of the form "GetEditedObject ..." (golint)
    • Line 161: warning: comment on exported method EditorProperty.GetEditedProperty should be of the form "GetEditedProperty ..." (golint)
    • Line 184: warning: comment on exported method EditorProperty.GetLabel should be of the form "GetLabel ..." (golint)
    • Line 207: warning: comment on exported method EditorProperty.GetTooltipText should be of the form "GetTooltipText ..." (golint)
    • Line 230: warning: comment on exported method EditorProperty.IsCheckable should be of the form "IsCheckable ..." (golint)
    • Line 253: warning: comment on exported method EditorProperty.IsChecked should be of the form "IsChecked ..." (golint)
    • Line 276: warning: comment on exported method EditorProperty.IsDrawRed should be of the form "IsDrawRed ..." (golint)
    • Line 299: warning: comment on exported method EditorProperty.IsKeying should be of the form "IsKeying ..." (golint)
    • Line 322: warning: comment on exported method EditorProperty.IsReadOnly should be of the form "IsReadOnly ..." (golint)
    • Line 345: warning: comment on exported method EditorProperty.SetBottomEditor should be of the form "SetBottomEditor ..." (golint)
    • Line 366: warning: comment on exported method EditorProperty.SetCheckable should be of the form "SetCheckable ..." (golint)
    • Line 387: warning: comment on exported method EditorProperty.SetChecked should be of the form "SetChecked ..." (golint)
    • Line 408: warning: comment on exported method EditorProperty.SetDrawRed should be of the form "SetDrawRed ..." (golint)
    • Line 429: warning: comment on exported method EditorProperty.SetKeying should be of the form "SetKeying ..." (golint)
    • Line 450: warning: comment on exported method EditorProperty.SetLabel should be of the form "SetLabel ..." (golint)
    • Line 471: warning: comment on exported method EditorProperty.SetReadOnly should be of the form "SetReadOnly ..." (golint)
    • Line 492: warning: comment on exported method EditorProperty.UpdateProperty should be of the form "UpdateProperty ..." (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.X_ReloadPhysicsCharacteristics should be of the form "X_ReloadPhysicsCharacteristics ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ReloadPhysicsCharacteristics should be XReloadPhysicsCharacteristics (golint)
    • Line 57: warning: comment on exported method StaticBody2D.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 80: warning: comment on exported method StaticBody2D.GetConstantAngularVelocity should be of the form "GetConstantAngularVelocity ..." (golint)
    • Line 103: warning: comment on exported method StaticBody2D.GetConstantLinearVelocity should be of the form "GetConstantLinearVelocity ..." (golint)
    • Line 126: warning: comment on exported method StaticBody2D.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 149: warning: comment on exported method StaticBody2D.GetPhysicsMaterialOverride should be of the form "GetPhysicsMaterialOverride ..." (golint)
    • Line 186: warning: comment on exported method StaticBody2D.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 207: warning: comment on exported method StaticBody2D.SetConstantAngularVelocity should be of the form "SetConstantAngularVelocity ..." (golint)
    • Line 228: warning: comment on exported method StaticBody2D.SetConstantLinearVelocity should be of the form "SetConstantLinearVelocity ..." (golint)
    • Line 249: warning: comment on exported method StaticBody2D.SetFriction should be of the form "SetFriction ..." (golint)
    • Line 270: warning: comment on exported method StaticBody2D.SetPhysicsMaterialOverride should be of the form "SetPhysicsMaterialOverride ..." (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/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/visualshadernodetransformcompose.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeTransformCompose should be of the form "VisualShaderNodeTransformCompose ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeTransformCompose.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/heightmapshape.gen.go
    • Line 25: warning: comment on exported type HeightMapShape should be of the form "HeightMapShape ..." (with optional leading article) (golint)
    • Line 33: warning: exported method HeightMapShape.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method HeightMapShape.GetMapData should be of the form "GetMapData ..." (golint)
    • Line 60: warning: comment on exported method HeightMapShape.GetMapDepth should be of the form "GetMapDepth ..." (golint)
    • Line 83: warning: comment on exported method HeightMapShape.GetMapWidth should be of the form "GetMapWidth ..." (golint)
    • Line 106: warning: comment on exported method HeightMapShape.SetMapData should be of the form "SetMapData ..." (golint)
    • Line 127: warning: comment on exported method HeightMapShape.SetMapDepth should be of the form "SetMapDepth ..." (golint)
    • Line 148: warning: comment on exported method HeightMapShape.SetMapWidth should be of the form "SetMapWidth ..." (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/camerafeed.gen.go
    • Line 20: warning: exported const CameraFeedFeedNoimage should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const CameraFeedFeedBack should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported type CameraFeed should be of the form "CameraFeed ..." (with optional leading article) (golint)
    • Line 52: warning: exported method CameraFeed.BaseClass should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method CameraFeed.X_AllocateTexture should be of the form "X_AllocateTexture ..." (golint)
    • Line 60: warning: don't use underscores in Go names; method X_AllocateTexture should be XAllocateTexture (golint)
    • Line 81: warning: comment on exported method CameraFeed.X_SetRgbImg should be of the form "X_SetRgbImg ..." (golint)
    • Line 85: warning: don't use underscores in Go names; method X_SetRgbImg should be XSetRgbImg (golint)
    • Line 102: warning: comment on exported method CameraFeed.X_SetYCbCrImg should be of the form "X_SetYCbCrImg ..." (golint)
    • Line 106: warning: don't use underscores in Go names; method X_SetYCbCrImg should be XSetYCbCrImg (golint)
    • Line 123: warning: comment on exported method CameraFeed.X_SetYCbCrImgs should be of the form "X_SetYCbCrImgs ..." (golint)
    • Line 127: warning: don't use underscores in Go names; method X_SetYCbCrImgs should be XSetYCbCrImgs (golint)
    • Line 145: warning: comment on exported method CameraFeed.X_SetName should be of the form "X_SetName ..." (golint)
    • Line 149: warning: don't use underscores in Go names; method X_SetName should be XSetName (golint)
    • Line 166: warning: comment on exported method CameraFeed.X_SetPosition should be of the form "X_SetPosition ..." (golint)
    • Line 170: warning: don't use underscores in Go names; method X_SetPosition should be XSetPosition (golint)
    • Line 187: warning: comment on exported method CameraFeed.GetId should be of the form "GetId ..." (golint)
    • Line 210: warning: comment on exported method CameraFeed.GetName should be of the form "GetName ..." (golint)
    • Line 233: warning: comment on exported method CameraFeed.GetPosition should be of the form "GetPosition ..." (golint)
    • Line 256: warning: comment on exported method CameraFeed.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 279: warning: comment on exported method CameraFeed.IsActive should be of the form "IsActive ..." (golint)
    • Line 302: warning: comment on exported method CameraFeed.SetActive should be of the form "SetActive ..." (golint)
    • Line 323: warning: comment on exported method CameraFeed.SetTransform should be of the form "SetTransform ..." (golint)
    • godot-go/godot/physicsbody.gen.go
    • Line 25: warning: comment on exported type PhysicsBody should be of the form "PhysicsBody ..." (with optional leading article) (golint)
    • 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.GetCollisionExceptions should be of the form "GetCollisionExceptions ..." (golint)
    • Line 125: warning: comment on exported method PhysicsBody.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 148: warning: comment on exported method PhysicsBody.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 172: warning: comment on exported method PhysicsBody.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 195: warning: comment on exported method PhysicsBody.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 219: warning: comment on exported method PhysicsBody.RemoveCollisionExceptionWith should be of the form "RemoveCollisionExceptionWith ..." (golint)
    • Line 240: warning: comment on exported method PhysicsBody.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 261: warning: comment on exported method PhysicsBody.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 283: warning: comment on exported method PhysicsBody.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 304: warning: comment on exported method PhysicsBody.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (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)
    • Line 37: warning: comment on exported method ReferenceRect.GetBorderColor should be of the form "GetBorderColor ..." (golint)
    • Line 60: warning: comment on exported method ReferenceRect.GetEditorOnly should be of the form "GetEditorOnly ..." (golint)
    • Line 83: warning: comment on exported method ReferenceRect.SetBorderColor should be of the form "SetBorderColor ..." (golint)
    • Line 104: warning: comment on exported method ReferenceRect.SetEditorOnly should be of the form "SetEditorOnly ..." (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/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.GetCollisionExceptions should be of the form "GetCollisionExceptions ..." (golint)
    • Line 125: warning: comment on exported method PhysicsBody2D.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 148: warning: comment on exported method PhysicsBody2D.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 172: warning: comment on exported method PhysicsBody2D.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 195: warning: comment on exported method PhysicsBody2D.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 219: warning: comment on exported method PhysicsBody2D.RemoveCollisionExceptionWith should be of the form "RemoveCollisionExceptionWith ..." (golint)
    • Line 240: warning: comment on exported method PhysicsBody2D.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 261: warning: comment on exported method PhysicsBody2D.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 283: warning: comment on exported method PhysicsBody2D.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 304: warning: comment on exported method PhysicsBody2D.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (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/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/richtexteffect.gen.go
    • Line 25: warning: comment on exported type RichTextEffect should be of the form "RichTextEffect ..." (with optional leading article) (golint)
    • Line 33: warning: exported method RichTextEffect.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RichTextEffect.X_ProcessCustomFx should be of the form "X_ProcessCustomFx ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_ProcessCustomFx should be XProcessCustomFx (golint)
    • godot-go/godot/visualshadernodeif.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeIf should be of the form "VisualShaderNodeIf ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeIf.BaseClass should have comment or be unexported (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/visualshadernodevectorop.gen.go
    • Line 20: warning: exported const VisualShaderNodeVectorOpOpAdd should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported type VisualShaderNodeVectorOp should be of the form "VisualShaderNodeVectorOp ..." (with optional leading article) (golint)
    • Line 51: warning: exported method VisualShaderNodeVectorOp.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method VisualShaderNodeVectorOp.GetOperator should be of the form "GetOperator ..." (golint)
    • Line 78: warning: comment on exported method VisualShaderNodeVectorOp.SetOperator should be of the form "SetOperator ..." (golint)
    • godot-go/godot/physicalbone.gen.go
    • Line 20: warning: exported const PhysicalBoneJointType6Dof should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: comment on exported type PhysicalBone should be of the form "PhysicalBone ..." (with optional leading article) (golint)
    • Line 45: warning: exported method PhysicalBone.BaseClass should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method PhysicalBone.X_DirectStateChanged should be of the form "X_DirectStateChanged ..." (golint)
    • Line 53: warning: don't use underscores in Go names; method X_DirectStateChanged should be XDirectStateChanged (golint)
    • Line 70: warning: comment on exported method PhysicalBone.ApplyCentralImpulse should be of the form "ApplyCentralImpulse ..." (golint)
    • Line 91: warning: comment on exported method PhysicalBone.ApplyImpulse should be of the form "ApplyImpulse ..." (golint)
    • Line 113: warning: comment on exported method PhysicalBone.GetBodyOffset should be of the form "GetBodyOffset ..." (golint)
    • Line 136: warning: comment on exported method PhysicalBone.GetBoneId should be of the form "GetBoneId ..." (golint)
    • Line 159: warning: comment on exported method PhysicalBone.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 182: warning: comment on exported method PhysicalBone.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 205: warning: comment on exported method PhysicalBone.GetGravityScale should be of the form "GetGravityScale ..." (golint)
    • Line 228: warning: comment on exported method PhysicalBone.GetJointOffset should be of the form "GetJointOffset ..." (golint)
    • Line 251: warning: comment on exported method PhysicalBone.GetJointType should be of the form "GetJointType ..." (golint)
    • Line 274: warning: comment on exported method PhysicalBone.GetMass should be of the form "GetMass ..." (golint)
    • Line 297: warning: comment on exported method PhysicalBone.GetSimulatePhysics should be of the form "GetSimulatePhysics ..." (golint)
    • Line 320: warning: comment on exported method PhysicalBone.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 343: warning: comment on exported method PhysicalBone.IsSimulatingPhysics should be of the form "IsSimulatingPhysics ..." (golint)
    • Line 366: warning: comment on exported method PhysicalBone.IsStaticBody should be of the form "IsStaticBody ..." (golint)
    • Line 389: warning: comment on exported method PhysicalBone.SetBodyOffset should be of the form "SetBodyOffset ..." (golint)
    • Line 410: warning: comment on exported method PhysicalBone.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 431: warning: comment on exported method PhysicalBone.SetFriction should be of the form "SetFriction ..." (golint)
    • Line 452: warning: comment on exported method PhysicalBone.SetGravityScale should be of the form "SetGravityScale ..." (golint)
    • Line 473: warning: comment on exported method PhysicalBone.SetJointOffset should be of the form "SetJointOffset ..." (golint)
    • Line 494: warning: comment on exported method PhysicalBone.SetJointType should be of the form "SetJointType ..." (golint)
    • Line 515: warning: comment on exported method PhysicalBone.SetMass should be of the form "SetMass ..." (golint)
    • Line 536: warning: comment on exported method PhysicalBone.SetWeight should be of the form "SetWeight ..." (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/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/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/visualshadernodetransformmult.gen.go
    • Line 20: warning: exported const VisualShaderNodeTransformMultOpAxB should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type VisualShaderNodeTransformMult should be of the form "VisualShaderNodeTransformMult ..." (with optional leading article) (golint)
    • Line 43: warning: exported method VisualShaderNodeTransformMult.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method VisualShaderNodeTransformMult.GetOperator should be of the form "GetOperator ..." (golint)
    • Line 70: warning: comment on exported method VisualShaderNodeTransformMult.SetOperator should be of the form "SetOperator ..." (golint)
    • godot-go/godot/visualshadernodevectorclamp.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorClamp should be of the form "VisualShaderNodeVectorClamp ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorClamp.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/animationtrackeditplugin.gen.go
    • Line 25: warning: comment on exported type AnimationTrackEditPlugin should be of the form "AnimationTrackEditPlugin ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationTrackEditPlugin.BaseClass should have comment or be unexported (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/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/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.ForceUpdateTransform should be of the form "ForceUpdateTransform ..." (golint)
    • Line 77: warning: comment on exported method Spatial.GetGizmo should be of the form "GetGizmo ..." (golint)
    • Line 114: warning: comment on exported method Spatial.GetGlobalTransform should be of the form "GetGlobalTransform ..." (golint)
    • Line 137: warning: comment on exported method Spatial.GetParentSpatial should be of the form "GetParentSpatial ..." (golint)
    • Line 174: warning: comment on exported method Spatial.GetRotation should be of the form "GetRotation ..." (golint)
    • Line 197: warning: comment on exported method Spatial.GetRotationDegrees should be of the form "GetRotationDegrees ..." (golint)
    • Line 220: warning: comment on exported method Spatial.GetScale should be of the form "GetScale ..." (golint)
    • Line 243: warning: comment on exported method Spatial.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 266: warning: comment on exported method Spatial.GetTranslation should be of the form "GetTranslation ..." (golint)
    • Line 289: warning: comment on exported method Spatial.GetWorld should be of the form "GetWorld ..." (golint)
    • Line 326: warning: comment on exported method Spatial.GlobalRotate should be of the form "GlobalRotate ..." (golint)
    • Line 348: warning: comment on exported method Spatial.GlobalScale should be of the form "GlobalScale ..." (golint)
    • Line 369: warning: comment on exported method Spatial.GlobalTranslate should be of the form "GlobalTranslate ..." (golint)
    • Line 390: warning: comment on exported method Spatial.Hide should be of the form "Hide ..." (golint)
    • Line 410: warning: comment on exported method Spatial.IsLocalTransformNotificationEnabled should be of the form "IsLocalTransformNotificationEnabled ..." (golint)
    • Line 433: warning: comment on exported method Spatial.IsScaleDisabled should be of the form "IsScaleDisabled ..." (golint)
    • Line 456: warning: comment on exported method Spatial.IsSetAsToplevel should be of the form "IsSetAsToplevel ..." (golint)
    • Line 479: warning: comment on exported method Spatial.IsTransformNotificationEnabled should be of the form "IsTransformNotificationEnabled ..." (golint)
    • Line 502: warning: comment on exported method Spatial.IsVisible should be of the form "IsVisible ..." (golint)
    • Line 525: warning: comment on exported method Spatial.IsVisibleInTree should be of the form "IsVisibleInTree ..." (golint)
    • Line 548: warning: comment on exported method Spatial.LookAt should be of the form "LookAt ..." (golint)
    • Line 570: warning: comment on exported method Spatial.LookAtFromPosition should be of the form "LookAtFromPosition ..." (golint)
    • Line 593: warning: comment on exported method Spatial.Orthonormalize should be of the form "Orthonormalize ..." (golint)
    • Line 613: warning: comment on exported method Spatial.Rotate should be of the form "Rotate ..." (golint)
    • Line 635: warning: comment on exported method Spatial.RotateObjectLocal should be of the form "RotateObjectLocal ..." (golint)
    • Line 657: warning: comment on exported method Spatial.RotateX should be of the form "RotateX ..." (golint)
    • Line 678: warning: comment on exported method Spatial.RotateY should be of the form "RotateY ..." (golint)
    • Line 699: warning: comment on exported method Spatial.RotateZ should be of the form "RotateZ ..." (golint)
    • Line 720: warning: comment on exported method Spatial.ScaleObjectLocal should be of the form "ScaleObjectLocal ..." (golint)
    • Line 741: warning: comment on exported method Spatial.SetAsToplevel should be of the form "SetAsToplevel ..." (golint)
    • Line 762: warning: comment on exported method Spatial.SetDisableScale should be of the form "SetDisableScale ..." (golint)
    • Line 783: warning: comment on exported method Spatial.SetGizmo should be of the form "SetGizmo ..." (golint)
    • Line 804: warning: comment on exported method Spatial.SetGlobalTransform should be of the form "SetGlobalTransform ..." (golint)
    • Line 825: warning: comment on exported method Spatial.SetIdentity should be of the form "SetIdentity ..." (golint)
    • Line 845: warning: comment on exported method Spatial.SetIgnoreTransformNotification should be of the form "SetIgnoreTransformNotification ..." (golint)
    • Line 866: warning: comment on exported method Spatial.SetNotifyLocalTransform should be of the form "SetNotifyLocalTransform ..." (golint)
    • Line 887: warning: comment on exported method Spatial.SetNotifyTransform should be of the form "SetNotifyTransform ..." (golint)
    • Line 908: warning: comment on exported method Spatial.SetRotation should be of the form "SetRotation ..." (golint)
    • Line 929: warning: comment on exported method Spatial.SetRotationDegrees should be of the form "SetRotationDegrees ..." (golint)
    • Line 950: warning: comment on exported method Spatial.SetScale should be of the form "SetScale ..." (golint)
    • Line 971: warning: comment on exported method Spatial.SetTransform should be of the form "SetTransform ..." (golint)
    • Line 992: warning: comment on exported method Spatial.SetTranslation should be of the form "SetTranslation ..." (golint)
    • Line 1013: warning: comment on exported method Spatial.SetVisible should be of the form "SetVisible ..." (golint)
    • Line 1034: warning: comment on exported method Spatial.Show should be of the form "Show ..." (golint)
    • Line 1054: warning: comment on exported method Spatial.ToGlobal should be of the form "ToGlobal ..." (golint)
    • Line 1078: warning: comment on exported method Spatial.ToLocal should be of the form "ToLocal ..." (golint)
    • Line 1102: warning: comment on exported method Spatial.Translate should be of the form "Translate ..." (golint)
    • Line 1123: warning: comment on exported method Spatial.TranslateObjectLocal should be of the form "TranslateObjectLocal ..." (golint)
    • Line 1144: warning: comment on exported method Spatial.UpdateGizmo should be of the form "UpdateGizmo ..." (golint)
    • godot-go/godot/upnp.gen.go
    • Line 20: warning: exported const UPNPUpnpResultActionFailed should have comment (or a comment on this block) or be unexported (golint)
    • Line 60: warning: comment on exported type UPNP should be of the form "UPNP ..." (with optional leading article) (golint)
    • Line 68: warning: exported method UPNP.BaseClass should have comment or be unexported (golint)
    • Line 72: warning: comment on exported method UPNP.AddDevice should be of the form "AddDevice ..." (golint)
    • Line 93: warning: comment on exported method UPNP.AddPortMapping should be of the form "AddPortMapping ..." (golint)
    • Line 121: warning: comment on exported method UPNP.ClearDevices should be of the form "ClearDevices ..." (golint)
    • Line 141: warning: comment on exported method UPNP.DeletePortMapping should be of the form "DeletePortMapping ..." (golint)
    • Line 166: warning: comment on exported method UPNP.Discover should be of the form "Discover ..." (golint)
    • Line 192: warning: comment on exported method UPNP.GetDevice should be of the form "GetDevice ..." (golint)
    • Line 230: warning: comment on exported method UPNP.GetDeviceCount should be of the form "GetDeviceCount ..." (golint)
    • Line 253: warning: comment on exported method UPNP.GetDiscoverLocalPort should be of the form "GetDiscoverLocalPort ..." (golint)
    • Line 276: warning: comment on exported method UPNP.GetDiscoverMulticastIf should be of the form "GetDiscoverMulticastIf ..." (golint)
    • Line 299: warning: comment on exported method UPNP.GetGateway should be of the form "GetGateway ..." (golint)
    • Line 336: warning: comment on exported method UPNP.IsDiscoverIpv6 should be of the form "IsDiscoverIpv6 ..." (golint)
    • Line 359: warning: comment on exported method UPNP.QueryExternalAddress should be of the form "QueryExternalAddress ..." (golint)
    • Line 382: warning: comment on exported method UPNP.RemoveDevice should be of the form "RemoveDevice ..." (golint)
    • Line 403: warning: comment on exported method UPNP.SetDevice should be of the form "SetDevice ..." (golint)
    • Line 425: warning: comment on exported method UPNP.SetDiscoverIpv6 should be of the form "SetDiscoverIpv6 ..." (golint)
    • Line 446: warning: comment on exported method UPNP.SetDiscoverLocalPort should be of the form "SetDiscoverLocalPort ..." (golint)
    • Line 467: warning: comment on exported method UPNP.SetDiscoverMulticastIf should be of the form "SetDiscoverMulticastIf ..." (golint)
    • godot-go/godot/audioeffectrecord.gen.go
    • Line 25: warning: comment on exported type AudioEffectRecord should be of the form "AudioEffectRecord ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioEffectRecord.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioEffectRecord.GetFormat should be of the form "GetFormat ..." (golint)
    • Line 60: warning: comment on exported method AudioEffectRecord.GetRecording should be of the form "GetRecording ..." (golint)
    • Line 97: warning: comment on exported method AudioEffectRecord.IsRecordingActive should be of the form "IsRecordingActive ..." (golint)
    • Line 120: warning: comment on exported method AudioEffectRecord.SetFormat should be of the form "SetFormat ..." (golint)
    • Line 141: warning: comment on exported method AudioEffectRecord.SetRecordingActive should be of the form "SetRecordingActive ..." (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.EraseSectionKey should be of the form "EraseSectionKey ..." (golint)
    • Line 80: warning: comment on exported method ConfigFile.GetSectionKeys should be of the form "GetSectionKeys ..." (golint)
    • Line 104: warning: comment on exported method ConfigFile.GetSections should be of the form "GetSections ..." (golint)
    • Line 127: warning: comment on exported method ConfigFile.GetValue should be of the form "GetValue ..." (golint)
    • Line 153: warning: comment on exported method ConfigFile.HasSection should be of the form "HasSection ..." (golint)
    • Line 177: warning: comment on exported method ConfigFile.HasSectionKey should be of the form "HasSectionKey ..." (golint)
    • Line 202: warning: comment on exported method ConfigFile.Load should be of the form "Load ..." (golint)
    • Line 226: warning: comment on exported method ConfigFile.LoadEncrypted should be of the form "LoadEncrypted ..." (golint)
    • Line 251: warning: comment on exported method ConfigFile.LoadEncryptedPass should be of the form "LoadEncryptedPass ..." (golint)
    • Line 276: warning: comment on exported method ConfigFile.Save should be of the form "Save ..." (golint)
    • Line 300: warning: comment on exported method ConfigFile.SaveEncrypted should be of the form "SaveEncrypted ..." (golint)
    • Line 325: warning: comment on exported method ConfigFile.SaveEncryptedPass should be of the form "SaveEncryptedPass ..." (golint)
    • Line 350: warning: comment on exported method ConfigFile.SetValue should be of the form "SetValue ..." (golint)
    • godot-go/godot/popupmenu.gen.go
    • Line 25: warning: comment on exported type PopupMenu should be of the form "PopupMenu ..." (with optional leading article) (golint)
    • 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.AddIconRadioCheckItem should be of the form "AddIconRadioCheckItem ..." (golint)
    • Line 264: warning: comment on exported method PopupMenu.AddIconRadioCheckShortcut should be of the form "AddIconRadioCheckShortcut ..." (golint)
    • Line 288: warning: comment on exported method PopupMenu.AddIconShortcut should be of the form "AddIconShortcut ..." (golint)
    • Line 312: warning: comment on exported method PopupMenu.AddItem should be of the form "AddItem ..." (golint)
    • Line 335: warning: comment on exported method PopupMenu.AddMultistateItem should be of the form "AddMultistateItem ..." (golint)
    • Line 360: warning: comment on exported method PopupMenu.AddRadioCheckItem should be of the form "AddRadioCheckItem ..." (golint)
    • Line 383: warning: comment on exported method PopupMenu.AddRadioCheckShortcut should be of the form "AddRadioCheckShortcut ..." (golint)
    • Line 406: warning: comment on exported method PopupMenu.AddSeparator should be of the form "AddSeparator ..." (golint)
    • Line 427: warning: comment on exported method PopupMenu.AddShortcut should be of the form "AddShortcut ..." (golint)
    • Line 450: warning: comment on exported method PopupMenu.AddSubmenuItem should be of the form "AddSubmenuItem ..." (golint)
    • Line 473: warning: comment on exported method PopupMenu.Clear should be of the form "Clear ..." (golint)
    • Line 493: warning: comment on exported method PopupMenu.GetAllowSearch should be of the form "GetAllowSearch ..." (golint)
    • Line 516: warning: comment on exported method PopupMenu.GetItemAccelerator should be of the form "GetItemAccelerator ..." (golint)
    • Line 540: warning: comment on exported method PopupMenu.GetItemCount should be of the form "GetItemCount ..." (golint)
    • Line 563: warning: comment on exported method PopupMenu.GetItemIcon should be of the form "GetItemIcon ..." (golint)
    • Line 601: warning: comment on exported method PopupMenu.GetItemId should be of the form "GetItemId ..." (golint)
    • Line 625: warning: comment on exported method PopupMenu.GetItemIndex should be of the form "GetItemIndex ..." (golint)
    • Line 649: warning: comment on exported method PopupMenu.GetItemMetadata should be of the form "GetItemMetadata ..." (golint)
    • Line 673: warning: comment on exported method PopupMenu.GetItemShortcut should be of the form "GetItemShortcut ..." (golint)
    • Line 711: warning: comment on exported method PopupMenu.GetItemSubmenu should be of the form "GetItemSubmenu ..." (golint)
    • Line 735: warning: comment on exported method PopupMenu.GetItemText should be of the form "GetItemText ..." (golint)
    • Line 759: warning: comment on exported method PopupMenu.GetItemTooltip should be of the form "GetItemTooltip ..." (golint)
    • Line 783: warning: comment on exported method PopupMenu.GetSubmenuPopupDelay should be of the form "GetSubmenuPopupDelay ..." (golint)
    • Line 806: warning: comment on exported method PopupMenu.IsHideOnCheckableItemSelection should be of the form "IsHideOnCheckableItemSelection ..." (golint)
    • Line 829: warning: comment on exported method PopupMenu.IsHideOnItemSelection should be of the form "IsHideOnItemSelection ..." (golint)
    • Line 852: warning: comment on exported method PopupMenu.IsHideOnStateItemSelection should be of the form "IsHideOnStateItemSelection ..." (golint)
    • Line 875: warning: comment on exported method PopupMenu.IsHideOnWindowLoseFocus should be of the form "IsHideOnWindowLoseFocus ..." (golint)
    • Line 898: warning: comment on exported method PopupMenu.IsItemCheckable should be of the form "IsItemCheckable ..." (golint)
    • Line 922: warning: comment on exported method PopupMenu.IsItemChecked should be of the form "IsItemChecked ..." (golint)
    • Line 946: warning: comment on exported method PopupMenu.IsItemDisabled should be of the form "IsItemDisabled ..." (golint)
    • Line 970: warning: comment on exported method PopupMenu.IsItemRadioCheckable should be of the form "IsItemRadioCheckable ..." (golint)
    • Line 994: warning: comment on exported method PopupMenu.IsItemSeparator should be of the form "IsItemSeparator ..." (golint)
    • Line 1018: warning: comment on exported method PopupMenu.IsItemShortcutDisabled should be of the form "IsItemShortcutDisabled ..." (golint)
    • Line 1042: warning: comment on exported method PopupMenu.RemoveItem should be of the form "RemoveItem ..." (golint)
    • Line 1063: warning: comment on exported method PopupMenu.SetAllowSearch should be of the form "SetAllowSearch ..." (golint)
    • Line 1084: warning: comment on exported method PopupMenu.SetHideOnCheckableItemSelection should be of the form "SetHideOnCheckableItemSelection ..." (golint)
    • Line 1105: warning: comment on exported method PopupMenu.SetHideOnItemSelection should be of the form "SetHideOnItemSelection ..." (golint)
    • Line 1126: warning: comment on exported method PopupMenu.SetHideOnStateItemSelection should be of the form "SetHideOnStateItemSelection ..." (golint)
    • Line 1147: warning: comment on exported method PopupMenu.SetHideOnWindowLoseFocus should be of the form "SetHideOnWindowLoseFocus ..." (golint)
    • Line 1168: warning: comment on exported method PopupMenu.SetItemAccelerator should be of the form "SetItemAccelerator ..." (golint)
    • Line 1190: warning: comment on exported method PopupMenu.SetItemAsCheckable should be of the form "SetItemAsCheckable ..." (golint)
    • Line 1212: warning: comment on exported method PopupMenu.SetItemAsRadioCheckable should be of the form "SetItemAsRadioCheckable ..." (golint)
    • Line 1234: warning: comment on exported method PopupMenu.SetItemAsSeparator should be of the form "SetItemAsSeparator ..." (golint)
    • Line 1256: warning: comment on exported method PopupMenu.SetItemChecked should be of the form "SetItemChecked ..." (golint)
    • Line 1278: warning: comment on exported method PopupMenu.SetItemDisabled should be of the form "SetItemDisabled ..." (golint)
    • Line 1300: warning: comment on exported method PopupMenu.SetItemIcon should be of the form "SetItemIcon ..." (golint)
    • Line 1322: warning: comment on exported method PopupMenu.SetItemId should be of the form "SetItemId ..." (golint)
    • Line 1344: warning: comment on exported method PopupMenu.SetItemMetadata should be of the form "SetItemMetadata ..." (golint)
    • Line 1366: warning: comment on exported method PopupMenu.SetItemMultistate should be of the form "SetItemMultistate ..." (golint)
    • Line 1388: warning: comment on exported method PopupMenu.SetItemShortcut should be of the form "SetItemShortcut ..." (golint)
    • Line 1411: warning: comment on exported method PopupMenu.SetItemShortcutDisabled should be of the form "SetItemShortcutDisabled ..." (golint)
    • Line 1433: warning: comment on exported method PopupMenu.SetItemSubmenu should be of the form "SetItemSubmenu ..." (golint)
    • Line 1455: warning: comment on exported method PopupMenu.SetItemText should be of the form "SetItemText ..." (golint)
    • Line 1477: warning: comment on exported method PopupMenu.SetItemTooltip should be of the form "SetItemTooltip ..." (golint)
    • Line 1499: warning: comment on exported method PopupMenu.SetSubmenuPopupDelay should be of the form "SetSubmenuPopupDelay ..." (golint)
    • Line 1520: warning: comment on exported method PopupMenu.ToggleItemChecked should be of the form "ToggleItemChecked ..." (golint)
    • Line 1541: warning: comment on exported method PopupMenu.ToggleItemMultistate should be of the form "ToggleItemMultistate ..." (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 410: warning: comment on exported method StreamPeer.IsBigEndianEnabled should be of the form "IsBigEndianEnabled ..." (golint)
    • Line 433: warning: comment on exported method StreamPeer.Put16 should be of the form "Put16 ..." (golint)
    • Line 454: warning: comment on exported method StreamPeer.Put32 should be of the form "Put32 ..." (golint)
    • Line 475: warning: comment on exported method StreamPeer.Put64 should be of the form "Put64 ..." (golint)
    • Line 496: warning: comment on exported method StreamPeer.Put8 should be of the form "Put8 ..." (golint)
    • Line 517: warning: comment on exported method StreamPeer.PutData should be of the form "PutData ..." (golint)
    • Line 541: warning: comment on exported method StreamPeer.PutDouble should be of the form "PutDouble ..." (golint)
    • Line 562: warning: comment on exported method StreamPeer.PutFloat should be of the form "PutFloat ..." (golint)
    • Line 583: warning: comment on exported method StreamPeer.PutPartialData should be of the form "PutPartialData ..." (golint)
    • Line 607: warning: comment on exported method StreamPeer.PutString should be of the form "PutString ..." (golint)
    • Line 628: warning: comment on exported method StreamPeer.PutU16 should be of the form "PutU16 ..." (golint)
    • Line 649: warning: comment on exported method StreamPeer.PutU32 should be of the form "PutU32 ..." (golint)
    • Line 670: warning: comment on exported method StreamPeer.PutU64 should be of the form "PutU64 ..." (golint)
    • Line 691: warning: comment on exported method StreamPeer.PutU8 should be of the form "PutU8 ..." (golint)
    • Line 712: warning: comment on exported method StreamPeer.PutUtf8String should be of the form "PutUtf8String ..." (golint)
    • Line 733: warning: comment on exported method StreamPeer.PutVar should be of the form "PutVar ..." (golint)
    • Line 755: warning: comment on exported method StreamPeer.SetBigEndian should be of the form "SetBigEndian ..." (golint)
    • godot-go/godot/visualshadernodeexpression.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeExpression should be of the form "VisualShaderNodeExpression ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeExpression.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeExpression.GetExpression should be of the form "GetExpression ..." (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeExpression.SetExpression should be of the form "SetExpression ..." (golint)
    • godot-go/godot/animationnodeadd3.gen.go
    • Line 25: warning: comment on exported type AnimationNodeAdd3 should be of the form "AnimationNodeAdd3 ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeAdd3.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeAdd3.IsUsingSync should be of the form "IsUsingSync ..." (golint)
    • Line 60: warning: comment on exported method AnimationNodeAdd3.SetUseSync should be of the form "SetUseSync ..." (golint)
    • godot-go/godot/audiostreamgenerator.gen.go
    • Line 25: warning: comment on exported type AudioStreamGenerator should be of the form "AudioStreamGenerator ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AudioStreamGenerator.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AudioStreamGenerator.GetBufferLength should be of the form "GetBufferLength ..." (golint)
    • Line 60: warning: comment on exported method AudioStreamGenerator.GetMixRate should be of the form "GetMixRate ..." (golint)
    • Line 83: warning: comment on exported method AudioStreamGenerator.SetBufferLength should be of the form "SetBufferLength ..." (golint)
    • Line 104: warning: comment on exported method AudioStreamGenerator.SetMixRate should be of the form "SetMixRate ..." (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.IsCollideWithAreasEnabled should be of the form "IsCollideWithAreasEnabled ..." (golint)
    • Line 341: warning: comment on exported method RayCast2D.IsCollideWithBodiesEnabled should be of the form "IsCollideWithBodiesEnabled ..." (golint)
    • Line 364: warning: comment on exported method RayCast2D.IsColliding should be of the form "IsColliding ..." (golint)
    • Line 387: warning: comment on exported method RayCast2D.IsEnabled should be of the form "IsEnabled ..." (golint)
    • Line 410: warning: comment on exported method RayCast2D.RemoveException should be of the form "RemoveException ..." (golint)
    • Line 431: warning: comment on exported method RayCast2D.RemoveExceptionRid should be of the form "RemoveExceptionRid ..." (golint)
    • Line 452: warning: comment on exported method RayCast2D.SetCastTo should be of the form "SetCastTo ..." (golint)
    • Line 473: warning: comment on exported method RayCast2D.SetCollideWithAreas should be of the form "SetCollideWithAreas ..." (golint)
    • Line 494: warning: comment on exported method RayCast2D.SetCollideWithBodies should be of the form "SetCollideWithBodies ..." (golint)
    • Line 515: warning: comment on exported method RayCast2D.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 536: warning: comment on exported method RayCast2D.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 558: warning: comment on exported method RayCast2D.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 579: warning: comment on exported method RayCast2D.SetExcludeParentBody should be of the form "SetExcludeParentBody ..." (golint)
    • godot-go/godot/rootmotionview.gen.go
    • Line 25: warning: comment on exported type RootMotionView should be of the form "RootMotionView ..." (with optional leading article) (golint)
    • Line 33: warning: exported method RootMotionView.BaseClass should have comment or be unexported (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/visualscriptcomposearray.gen.go
    • Line 25: warning: comment on exported type VisualScriptComposeArray should be of the form "VisualScriptComposeArray ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualScriptComposeArray.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/cameraserver.gen.go
    • Line 20: warning: exported const CameraServerFeedCbcrImage should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: comment on exported var CameraServer should be of the form "CameraServer ..." (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.GetFileScriptClassExtends should be of the form "GetFileScriptClassExtends ..." (golint)
    • Line 204: warning: comment on exported method EditorFileSystemDirectory.GetFileScriptClassName should be of the form "GetFileScriptClassName ..." (golint)
    • Line 228: warning: comment on exported method EditorFileSystemDirectory.GetFileType should be of the form "GetFileType ..." (golint)
    • Line 252: warning: comment on exported method EditorFileSystemDirectory.GetName should be of the form "GetName ..." (golint)
    • Line 275: warning: comment on exported method EditorFileSystemDirectory.GetParent should be of the form "GetParent ..." (golint)
    • Line 312: warning: comment on exported method EditorFileSystemDirectory.GetPath should be of the form "GetPath ..." (golint)
    • Line 335: warning: comment on exported method EditorFileSystemDirectory.GetSubdir should be of the form "GetSubdir ..." (golint)
    • Line 373: warning: comment on exported method EditorFileSystemDirectory.GetSubdirCount should be of the form "GetSubdirCount ..." (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)
    • 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 44: warning: comment on exported type Node should be of the form "Node ..." (with optional leading article) (golint)
    • Line 52: warning: exported method Node.BaseClass should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method Node.X_EnterTree should be of the form "X_EnterTree ..." (golint)
    • Line 60: warning: don't use underscores in Go names; method X_EnterTree should be XEnterTree (golint)
    • Line 76: warning: comment on exported method Node.X_ExitTree should be of the form "X_ExitTree ..." (golint)
    • Line 80: warning: don't use underscores in Go names; method X_ExitTree should be XExitTree (golint)
    • Line 96: warning: comment on exported method Node.X_GetConfigurationWarning should be of the form "X_GetConfigurationWarning ..." (golint)
    • Line 100: warning: don't use underscores in Go names; method X_GetConfigurationWarning should be XGetConfigurationWarning (golint)
    • Line 119: warning: comment on exported method Node.X_GetEditorDescription should be of the form "X_GetEditorDescription ..." (golint)
    • Line 123: warning: don't use underscores in Go names; method X_GetEditorDescription should be XGetEditorDescription (golint)
    • Line 142: warning: comment on exported method Node.X_GetImportPath should be of the form "X_GetImportPath ..." (golint)
    • Line 146: warning: don't use underscores in Go names; method X_GetImportPath should be XGetImportPath (golint)
    • Line 165: warning: comment on exported method Node.X_Input should be of the form "X_Input ..." (golint)
    • Line 169: warning: don't use underscores in Go names; method X_Input should be XInput (golint)
    • Line 186: warning: comment on exported method Node.X_PhysicsProcess should be of the form "X_PhysicsProcess ..." (golint)
    • Line 190: warning: don't use underscores in Go names; method X_PhysicsProcess should be XPhysicsProcess (golint)
    • Line 207: warning: comment on exported method Node.X_Process should be of the form "X_Process ..." (golint)
    • Line 211: warning: don't use underscores in Go names; method X_Process should be XProcess (golint)
    • Line 228: warning: comment on exported method Node.X_Ready should be of the form "X_Ready ..." (golint)
    • Line 232: warning: don't use underscores in Go names; method X_Ready should be XReady (golint)
    • Line 248: warning: comment on exported method Node.X_SetEditorDescription should be of the form "X_SetEditorDescription ..." (golint)
    • Line 252: warning: don't use underscores in Go names; method X_SetEditorDescription should be XSetEditorDescription (golint)
    • Line 269: warning: comment on exported method Node.X_SetImportPath should be of the form "X_SetImportPath ..." (golint)
    • Line 273: warning: don't use underscores in Go names; method X_SetImportPath should be XSetImportPath (golint)
    • Line 290: warning: comment on exported method Node.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 294: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 311: warning: comment on exported method Node.X_UnhandledKeyInput should be of the form "X_UnhandledKeyInput ..." (golint)
    • Line 315: warning: don't use underscores in Go names; method X_UnhandledKeyInput should be XUnhandledKeyInput (golint)
    • Line 332: warning: comment on exported method Node.AddChild should be of the form "AddChild ..." (golint)
    • Line 354: warning: comment on exported method Node.AddChildBelowNode should be of the form "AddChildBelowNode ..." (golint)
    • Line 377: warning: comment on exported method Node.AddToGroup should be of the form "AddToGroup ..." (golint)
    • Line 399: warning: comment on exported method Node.CanProcess should be of the form "CanProcess ..." (golint)
    • Line 422: warning: comment on exported method Node.Duplicate should be of the form "Duplicate ..." (golint)
    • Line 460: warning: comment on exported method Node.FindNode should be of the form "FindNode ..." (golint)
    • Line 500: warning: comment on exported method Node.FindParent should be of the form "FindParent ..." (golint)
    • Line 538: warning: comment on exported method Node.GetChild should be of the form "GetChild ..." (golint)
    • Line 576: warning: comment on exported method Node.GetChildCount should be of the form "GetChildCount ..." (golint)
    • Line 599: warning: comment on exported method Node.GetChildren should be of the form "GetChildren ..." (golint)
    • Line 622: warning: comment on exported method Node.GetCustomMultiplayer should be of the form "GetCustomMultiplayer ..." (golint)
    • Line 659: warning: comment on exported method Node.GetFilename should be of the form "GetFilename ..." (golint)
    • Line 682: warning: comment on exported method Node.GetGroups should be of the form "GetGroups ..." (golint)
    • Line 705: warning: comment on exported method Node.GetIndex should be of the form "GetIndex ..." (golint)
    • Line 728: warning: comment on exported method Node.GetMultiplayer should be of the form "GetMultiplayer ..." (golint)
    • Line 765: warning: comment on exported method Node.GetName should be of the form "GetName ..." (golint)
    • Line 788: warning: comment on exported method Node.GetNetworkMaster should be of the form "GetNetworkMaster ..." (golint)
    • Line 811: warning: comment on exported method Node.GetNode should be of the form "GetNode ..." (golint)
    • Line 849: warning: comment on exported method Node.GetNodeAndResource should be of the form "GetNodeAndResource ..." (golint)
    • Line 873: warning: comment on exported method Node.GetNodeOrNull should be of the form "GetNodeOrNull ..." (golint)
    • Line 911: warning: comment on exported method Node.GetOwner should be of the form "GetOwner ..." (golint)
    • Line 948: warning: comment on exported method Node.GetParent should be of the form "GetParent ..." (golint)
    • Line 985: warning: comment on exported method Node.GetPath should be of the form "GetPath ..." (golint)
    • Line 1008: warning: comment on exported method Node.GetPathTo should be of the form "GetPathTo ..." (golint)
    • Line 1032: warning: comment on exported method Node.GetPauseMode should be of the form "GetPauseMode ..." (golint)
    • Line 1055: warning: comment on exported method Node.GetPhysicsProcessDeltaTime should be of the form "GetPhysicsProcessDeltaTime ..." (golint)
    • Line 1078: warning: comment on exported method Node.GetPositionInParent should be of the form "GetPositionInParent ..." (golint)
    • Line 1101: warning: comment on exported method Node.GetProcessDeltaTime should be of the form "GetProcessDeltaTime ..." (golint)
    • Line 1124: warning: comment on exported method Node.GetProcessPriority should be of the form "GetProcessPriority ..." (golint)
    • Line 1147: warning: comment on exported method Node.GetSceneInstanceLoadPlaceholder should be of the form "GetSceneInstanceLoadPlaceholder ..." (golint)
    • Line 1170: warning: comment on exported method Node.GetTree should be of the form "GetTree ..." (golint)
    • Line 1207: warning: comment on exported method Node.GetViewport should be of the form "GetViewport ..." (golint)
    • Line 1244: warning: comment on exported method Node.HasNode should be of the form "HasNode ..." (golint)
    • Line 1268: warning: comment on exported method Node.HasNodeAndResource should be of the form "HasNodeAndResource ..." (golint)
    • Line 1292: warning: comment on exported method Node.IsAParentOf should be of the form "IsAParentOf ..." (golint)
    • Line 1316: warning: comment on exported method Node.IsDisplayedFolded should be of the form "IsDisplayedFolded ..." (golint)
    • Line 1339: warning: comment on exported method Node.IsGreaterThan should be of the form "IsGreaterThan ..." (golint)
    • Line 1363: warning: comment on exported method Node.IsInGroup should be of the form "IsInGroup ..." (golint)
    • Line 1387: warning: comment on exported method Node.IsInsideTree should be of the form "IsInsideTree ..." (golint)
    • Line 1410: warning: comment on exported method Node.IsNetworkMaster should be of the form "IsNetworkMaster ..." (golint)
    • Line 1433: warning: comment on exported method Node.IsPhysicsProcessing should be of the form "IsPhysicsProcessing ..." (golint)
    • Line 1456: warning: comment on exported method Node.IsPhysicsProcessingInternal should be of the form "IsPhysicsProcessingInternal ..." (golint)
    • Line 1479: warning: comment on exported method Node.IsProcessing should be of the form "IsProcessing ..." (golint)
    • Line 1502: warning: comment on exported method Node.IsProcessingInput should be of the form "IsProcessingInput ..." (golint)
    • Line 1525: warning: comment on exported method Node.IsProcessingInternal should be of the form "IsProcessingInternal ..." (golint)
    • Line 1548: warning: comment on exported method Node.IsProcessingUnhandledInput should be of the form "IsProcessingUnhandledInput ..." (golint)
    • Line 1571: warning: comment on exported method Node.IsProcessingUnhandledKeyInput should be of the form "IsProcessingUnhandledKeyInput ..." (golint)
    • Line 1594: warning: comment on exported method Node.MoveChild should be of the form "MoveChild ..." (golint)
    • Line 1616: warning: comment on exported method Node.PrintStrayNodes should be of the form "PrintStrayNodes ..." (golint)
    • Line 1636: warning: comment on exported method Node.PrintTree should be of the form "PrintTree ..." (golint)
    • Line 1656: warning: comment on exported method Node.PrintTreePretty should be of the form "PrintTreePretty ..." (golint)
    • Line 1676: warning: comment on exported method Node.PropagateCall should be of the form "PropagateCall ..." (golint)
    • Line 1699: warning: comment on exported method Node.PropagateNotification should be of the form "PropagateNotification ..." (golint)
    • Line 1720: warning: comment on exported method Node.QueueFree should be of the form "QueueFree ..." (golint)
    • Line 1740: warning: comment on exported method Node.Raise should be of the form "Raise ..." (golint)
    • Line 1760: warning: comment on exported method Node.RemoveAndSkip should be of the form "RemoveAndSkip ..." (golint)
    • Line 1780: warning: comment on exported method Node.RemoveChild should be of the form "RemoveChild ..." (golint)
    • Line 1801: warning: comment on exported method Node.RemoveFromGroup should be of the form "RemoveFromGroup ..." (golint)
    • Line 1822: warning: comment on exported method Node.ReplaceBy should be of the form "ReplaceBy ..." (golint)
    • Line 1844: warning: comment on exported method Node.RequestReady should be of the form "RequestReady ..." (golint)
    • Line 1864: warning: comment on exported method Node.Rpc should be of the form "Rpc ..." (golint)
    • Line 1892: warning: comment on exported method Node.RpcConfig should be of the form "RpcConfig ..." (golint)
    • Line 1914: warning: comment on exported method Node.RpcId should be of the form "RpcId ..." (golint)
    • Line 1943: warning: comment on exported method Node.RpcUnreliable should be of the form "RpcUnreliable ..." (golint)
    • Line 1971: warning: comment on exported method Node.RpcUnreliableId should be of the form "RpcUnreliableId ..." (golint)
    • Line 2000: warning: comment on exported method Node.Rset should be of the form "Rset ..." (golint)
    • Line 2022: warning: comment on exported method Node.RsetConfig should be of the form "RsetConfig ..." (golint)
    • Line 2044: warning: comment on exported method Node.RsetId should be of the form "RsetId ..." (golint)
    • Line 2067: warning: comment on exported method Node.RsetUnreliable should be of the form "RsetUnreliable ..." (golint)
    • Line 2089: warning: comment on exported method Node.RsetUnreliableId should be of the form "RsetUnreliableId ..." (golint)
    • Line 2112: warning: comment on exported method Node.SetCustomMultiplayer should be of the form "SetCustomMultiplayer ..." (golint)
    • Line 2133: warning: comment on exported method Node.SetDisplayFolded should be of the form "SetDisplayFolded ..." (golint)
    • Line 2154: warning: comment on exported method Node.SetFilename should be of the form "SetFilename ..." (golint)
    • Line 2175: warning: comment on exported method Node.SetName should be of the form "SetName ..." (golint)
    • Line 2196: warning: comment on exported method Node.SetNetworkMaster should be of the form "SetNetworkMaster ..." (golint)
    • Line 2218: warning: comment on exported method Node.SetOwner should be of the form "SetOwner ..." (golint)
    • Line 2239: warning: comment on exported method Node.SetPauseMode should be of the form "SetPauseMode ..." (golint)
    • Line 2260: warning: comment on exported method Node.SetPhysicsProcess should be of the form "SetPhysicsProcess ..." (golint)
    • Line 2281: warning: comment on exported method Node.SetPhysicsProcessInternal should be of the form "SetPhysicsProcessInternal ..." (golint)
    • Line 2302: warning: comment on exported method Node.SetProcess should be of the form "SetProcess ..." (golint)
    • Line 2323: warning: comment on exported method Node.SetProcessInput should be of the form "SetProcessInput ..." (golint)
    • Line 2344: warning: comment on exported method Node.SetProcessInternal should be of the form "SetProcessInternal ..." (golint)
    • Line 2365: warning: comment on exported method Node.SetProcessPriority should be of the form "SetProcessPriority ..." (golint)
    • Line 2386: warning: comment on exported method Node.SetProcessUnhandledInput should be of the form "SetProcessUnhandledInput ..." (golint)
    • Line 2407: warning: comment on exported method Node.SetProcessUnhandledKeyInput should be of the form "SetProcessUnhandledKeyInput ..." (golint)
    • Line 2428: warning: comment on exported method Node.SetSceneInstanceLoadPlaceholder should be of the form "SetSceneInstanceLoadPlaceholder ..." (golint)
    • Line 2449: warning: comment on exported method Node.UpdateConfigurationWarning should be of the form "UpdateConfigurationWarning ..." (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/raycast.gen.go
    • Line 25: warning: comment on exported type RayCast should be of the form "RayCast ..." (with optional leading article) (golint)
    • 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.IsCollideWithAreasEnabled should be of the form "IsCollideWithAreasEnabled ..." (golint)
    • Line 341: warning: comment on exported method RayCast.IsCollideWithBodiesEnabled should be of the form "IsCollideWithBodiesEnabled ..." (golint)
    • Line 364: warning: comment on exported method RayCast.IsColliding should be of the form "IsColliding ..." (golint)
    • Line 387: warning: comment on exported method RayCast.IsEnabled should be of the form "IsEnabled ..." (golint)
    • Line 410: warning: comment on exported method RayCast.RemoveException should be of the form "RemoveException ..." (golint)
    • Line 431: warning: comment on exported method RayCast.RemoveExceptionRid should be of the form "RemoveExceptionRid ..." (golint)
    • Line 452: warning: comment on exported method RayCast.SetCastTo should be of the form "SetCastTo ..." (golint)
    • Line 473: warning: comment on exported method RayCast.SetCollideWithAreas should be of the form "SetCollideWithAreas ..." (golint)
    • Line 494: warning: comment on exported method RayCast.SetCollideWithBodies should be of the form "SetCollideWithBodies ..." (golint)
    • Line 515: warning: comment on exported method RayCast.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 536: warning: comment on exported method RayCast.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 558: warning: comment on exported method RayCast.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 579: warning: comment on exported method RayCast.SetExcludeParentBody should be of the form "SetExcludeParentBody ..." (golint)
    • godot-go/godot/visualshadernodefresnel.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeFresnel should be of the form "VisualShaderNodeFresnel ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeFresnel.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/audioeffectspectrumanalyzerinstance.gen.go
    • Line 20: warning: exported const AudioEffectSpectrumAnalyzerInstanceMagnitudeAverage should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type AudioEffectSpectrumAnalyzerInstance should be of the form "AudioEffectSpectrumAnalyzerInstance ..." (with optional leading article) (golint)
    • Line 41: warning: exported method AudioEffectSpectrumAnalyzerInstance.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method AudioEffectSpectrumAnalyzerInstance.GetMagnitudeForFrequencyRange should be of the form "GetMagnitudeForFrequencyRange ..." (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.IsSwitchOnHover should be of the form "IsSwitchOnHover ..." (golint)
    • Line 162: warning: comment on exported method MenuButton.SetDisableShortcuts should be of the form "SetDisableShortcuts ..." (golint)
    • Line 183: warning: comment on exported method MenuButton.SetSwitchOnHover should be of the form "SetSwitchOnHover ..." (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/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/visualshadernodedeterminant.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeDeterminant should be of the form "VisualShaderNodeDeterminant ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeDeterminant.BaseClass should have comment or be unexported (golint)
    • godot-go/examples/godot/DodgeTheCreeps/src/main.go
    • Line 52: warning: don't use underscores in Go names; method X_Ready should be XReady (golint)
    • Line 88: warning: exported method Main.GameOver should have comment or be unexported (golint)
    • Line 94: warning: exported method Main.NewGame should have comment or be unexported (golint)
    • Line 101: warning: exported method Main.X_OnStartTimerTimeout should have comment or be unexported (golint)
    • Line 101: warning: don't use underscores in Go names; method X_OnStartTimerTimeout should be XOnStartTimerTimeout (golint)
    • Line 107: warning: exported method Main.X_OnScoreTimerTimeout should have comment or be unexported (golint)
    • Line 107: warning: don't use underscores in Go names; method X_OnScoreTimerTimeout should be XOnScoreTimerTimeout (golint)
    • Line 112: warning: exported method Main.X_OnMobTimerTimeout should have comment or be unexported (golint)
    • Line 112: warning: don't use underscores in Go names; method X_OnMobTimerTimeout should be XOnMobTimerTimeout (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.HasAutowrap should be of the form "HasAutowrap ..." (golint)
    • Line 320: warning: comment on exported method AcceptDialog.RegisterTextEnter should be of the form "RegisterTextEnter ..." (golint)
    • Line 341: warning: comment on exported method AcceptDialog.SetAutowrap should be of the form "SetAutowrap ..." (golint)
    • Line 362: warning: comment on exported method AcceptDialog.SetHideOnOk should be of the form "SetHideOnOk ..." (golint)
    • Line 383: warning: comment on exported method AcceptDialog.SetText should be of the form "SetText ..." (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/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/multimeshinstance2d.gen.go
    • Line 25: warning: comment on exported type MultiMeshInstance2D should be of the form "MultiMeshInstance2D ..." (with optional leading article) (golint)
    • Line 33: warning: exported method MultiMeshInstance2D.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method MultiMeshInstance2D.GetMultimesh should be of the form "GetMultimesh ..." (golint)
    • Line 74: warning: comment on exported method MultiMeshInstance2D.GetNormalMap should be of the form "GetNormalMap ..." (golint)
    • Line 111: warning: comment on exported method MultiMeshInstance2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 148: warning: comment on exported method MultiMeshInstance2D.SetMultimesh should be of the form "SetMultimesh ..." (golint)
    • Line 169: warning: comment on exported method MultiMeshInstance2D.SetNormalMap should be of the form "SetNormalMap ..." (golint)
    • Line 190: warning: comment on exported method MultiMeshInstance2D.SetTexture should be of the form "SetTexture ..." (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/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/webrtc.gen.go
    • Line 63: warning: exported type NetWebrtcLibrary should have comment or be unexported (golint)
    • Line 94: warning: exported type NetWebrtcPeerConnection should have comment or be unexported (golint)
    • Line 125: warning: exported type NetWebrtcDataChannel should have comment or be unexported (golint)
    • godot-go/godot/csgbox.gen.go
    • Line 25: warning: comment on exported type CSGBox should be of the form "CSGBox ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CSGBox.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CSGBox.GetDepth should be of the form "GetDepth ..." (golint)
    • Line 60: warning: comment on exported method CSGBox.GetHeight should be of the form "GetHeight ..." (golint)
    • Line 83: warning: comment on exported method CSGBox.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 120: warning: comment on exported method CSGBox.GetWidth should be of the form "GetWidth ..." (golint)
    • Line 143: warning: comment on exported method CSGBox.SetDepth should be of the form "SetDepth ..." (golint)
    • Line 164: warning: comment on exported method CSGBox.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 185: warning: comment on exported method CSGBox.SetMaterial should be of the form "SetMaterial ..." (golint)
    • Line 206: warning: comment on exported method CSGBox.SetWidth should be of the form "SetWidth ..." (golint)
    • godot-go/godot/environment.gen.go
    • Line 20: warning: exported const EnvironmentBgCameraFeed should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported const EnvironmentDofBlurQualityHigh should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: exported const EnvironmentGlowBlendModeAdditive should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported const EnvironmentSsaoBlur1X1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 63: warning: exported const EnvironmentSsaoQualityHigh should have comment (or a comment on this block) or be unexported (golint)
    • Line 72: warning: exported const EnvironmentToneMapperAces should have comment (or a comment on this block) or be unexported (golint)
    • Line 87: warning: comment on exported type Environment should be of the form "Environment ..." (with optional leading article) (golint)
    • Line 95: warning: exported method Environment.BaseClass should have comment or be unexported (golint)
    • Line 99: warning: comment on exported method Environment.GetAdjustmentBrightness should be of the form "GetAdjustmentBrightness ..." (golint)
    • Line 122: warning: comment on exported method Environment.GetAdjustmentColorCorrection should be of the form "GetAdjustmentColorCorrection ..." (golint)
    • Line 159: warning: comment on exported method Environment.GetAdjustmentContrast should be of the form "GetAdjustmentContrast ..." (golint)
    • Line 182: warning: comment on exported method Environment.GetAdjustmentSaturation should be of the form "GetAdjustmentSaturation ..." (golint)
    • Line 205: warning: comment on exported method Environment.GetAmbientLightColor should be of the form "GetAmbientLightColor ..." (golint)
    • Line 228: warning: comment on exported method Environment.GetAmbientLightEnergy should be of the form "GetAmbientLightEnergy ..." (golint)
    • Line 251: warning: comment on exported method Environment.GetAmbientLightSkyContribution should be of the form "GetAmbientLightSkyContribution ..." (golint)
    • Line 274: warning: comment on exported method Environment.GetBackground should be of the form "GetBackground ..." (golint)
    • Line 297: warning: comment on exported method Environment.GetBgColor should be of the form "GetBgColor ..." (golint)
    • Line 320: warning: comment on exported method Environment.GetBgEnergy should be of the form "GetBgEnergy ..." (golint)
    • Line 343: warning: comment on exported method Environment.GetCameraFeedId should be of the form "GetCameraFeedId ..." (golint)
    • Line 366: warning: comment on exported method Environment.GetCanvasMaxLayer should be of the form "GetCanvasMaxLayer ..." (golint)
    • Line 389: warning: comment on exported method Environment.GetDofBlurFarAmount should be of the form "GetDofBlurFarAmount ..." (golint)
    • Line 412: warning: comment on exported method Environment.GetDofBlurFarDistance should be of the form "GetDofBlurFarDistance ..." (golint)
    • Line 435: warning: comment on exported method Environment.GetDofBlurFarQuality should be of the form "GetDofBlurFarQuality ..." (golint)
    • Line 458: warning: comment on exported method Environment.GetDofBlurFarTransition should be of the form "GetDofBlurFarTransition ..." (golint)
    • Line 481: warning: comment on exported method Environment.GetDofBlurNearAmount should be of the form "GetDofBlurNearAmount ..." (golint)
    • Line 504: warning: comment on exported method Environment.GetDofBlurNearDistance should be of the form "GetDofBlurNearDistance ..." (golint)
    • Line 527: warning: comment on exported method Environment.GetDofBlurNearQuality should be of the form "GetDofBlurNearQuality ..." (golint)
    • Line 550: warning: comment on exported method Environment.GetDofBlurNearTransition should be of the form "GetDofBlurNearTransition ..." (golint)
    • Line 573: warning: comment on exported method Environment.GetFogColor should be of the form "GetFogColor ..." (golint)
    • Line 596: warning: comment on exported method Environment.GetFogDepthBegin should be of the form "GetFogDepthBegin ..." (golint)
    • Line 619: warning: comment on exported method Environment.GetFogDepthCurve should be of the form "GetFogDepthCurve ..." (golint)
    • Line 642: warning: comment on exported method Environment.GetFogDepthEnd should be of the form "GetFogDepthEnd ..." (golint)
    • Line 665: warning: comment on exported method Environment.GetFogHeightCurve should be of the form "GetFogHeightCurve ..." (golint)
    • Line 688: warning: comment on exported method Environment.GetFogHeightMax should be of the form "GetFogHeightMax ..." (golint)
    • Line 711: warning: comment on exported method Environment.GetFogHeightMin should be of the form "GetFogHeightMin ..." (golint)
    • Line 734: warning: comment on exported method Environment.GetFogSunAmount should be of the form "GetFogSunAmount ..." (golint)
    • Line 757: warning: comment on exported method Environment.GetFogSunColor should be of the form "GetFogSunColor ..." (golint)
    • Line 780: warning: comment on exported method Environment.GetFogTransmitCurve should be of the form "GetFogTransmitCurve ..." (golint)
    • Line 803: warning: comment on exported method Environment.GetGlowBlendMode should be of the form "GetGlowBlendMode ..." (golint)
    • Line 826: warning: comment on exported method Environment.GetGlowBloom should be of the form "GetGlowBloom ..." (golint)
    • Line 849: warning: comment on exported method Environment.GetGlowHdrBleedScale should be of the form "GetGlowHdrBleedScale ..." (golint)
    • Line 872: warning: comment on exported method Environment.GetGlowHdrBleedThreshold should be of the form "GetGlowHdrBleedThreshold ..." (golint)
    • Line 895: warning: comment on exported method Environment.GetGlowHdrLuminanceCap should be of the form "GetGlowHdrLuminanceCap ..." (golint)
    • Line 918: warning: comment on exported method Environment.GetGlowIntensity should be of the form "GetGlowIntensity ..." (golint)
    • Line 941: warning: comment on exported method Environment.GetGlowStrength should be of the form "GetGlowStrength ..." (golint)
    • Line 964: warning: comment on exported method Environment.GetSky should be of the form "GetSky ..." (golint)
    • Line 1001: warning: comment on exported method Environment.GetSkyCustomFov should be of the form "GetSkyCustomFov ..." (golint)
    • Line 1024: warning: comment on exported method Environment.GetSkyOrientation should be of the form "GetSkyOrientation ..." (golint)
    • Line 1047: warning: comment on exported method Environment.GetSkyRotation should be of the form "GetSkyRotation ..." (golint)
    • Line 1070: warning: comment on exported method Environment.GetSkyRotationDegrees should be of the form "GetSkyRotationDegrees ..." (golint)
    • Line 1093: warning: comment on exported method Environment.GetSsaoAoChannelAffect should be of the form "GetSsaoAoChannelAffect ..." (golint)
    • Line 1116: warning: comment on exported method Environment.GetSsaoBias should be of the form "GetSsaoBias ..." (golint)
    • Line 1139: warning: comment on exported method Environment.GetSsaoBlur should be of the form "GetSsaoBlur ..." (golint)
    • Line 1162: warning: comment on exported method Environment.GetSsaoColor should be of the form "GetSsaoColor ..." (golint)
    • Line 1185: warning: comment on exported method Environment.GetSsaoDirectLightAffect should be of the form "GetSsaoDirectLightAffect ..." (golint)
    • Line 1208: warning: comment on exported method Environment.GetSsaoEdgeSharpness should be of the form "GetSsaoEdgeSharpness ..." (golint)
    • Line 1231: warning: comment on exported method Environment.GetSsaoIntensity should be of the form "GetSsaoIntensity ..." (golint)
    • Line 1254: warning: comment on exported method Environment.GetSsaoIntensity2 should be of the form "GetSsaoIntensity2 ..." (golint)
    • Line 1277: warning: comment on exported method Environment.GetSsaoQuality should be of the form "GetSsaoQuality ..." (golint)
    • Line 1300: warning: comment on exported method Environment.GetSsaoRadius should be of the form "GetSsaoRadius ..." (golint)
    • Line 1323: warning: comment on exported method Environment.GetSsaoRadius2 should be of the form "GetSsaoRadius2 ..." (golint)
    • Line 1346: warning: comment on exported method Environment.GetSsrDepthTolerance should be of the form "GetSsrDepthTolerance ..." (golint)
    • Line 1369: warning: comment on exported method Environment.GetSsrFadeIn should be of the form "GetSsrFadeIn ..." (golint)
    • Line 1392: warning: comment on exported method Environment.GetSsrFadeOut should be of the form "GetSsrFadeOut ..." (golint)
    • Line 1415: warning: comment on exported method Environment.GetSsrMaxSteps should be of the form "GetSsrMaxSteps ..." (golint)
    • Line 1438: warning: comment on exported method Environment.GetTonemapAutoExposure should be of the form "GetTonemapAutoExposure ..." (golint)
    • Line 1461: warning: comment on exported method Environment.GetTonemapAutoExposureGrey should be of the form "GetTonemapAutoExposureGrey ..." (golint)
    • Line 1484: warning: comment on exported method Environment.GetTonemapAutoExposureMax should be of the form "GetTonemapAutoExposureMax ..." (golint)
    • Line 1507: warning: comment on exported method Environment.GetTonemapAutoExposureMin should be of the form "GetTonemapAutoExposureMin ..." (golint)
    • Line 1530: warning: comment on exported method Environment.GetTonemapAutoExposureSpeed should be of the form "GetTonemapAutoExposureSpeed ..." (golint)
    • Line 1553: warning: comment on exported method Environment.GetTonemapExposure should be of the form "GetTonemapExposure ..." (golint)
    • Line 1576: warning: comment on exported method Environment.GetTonemapWhite should be of the form "GetTonemapWhite ..." (golint)
    • Line 1599: warning: comment on exported method Environment.GetTonemapper should be of the form "GetTonemapper ..." (golint)
    • Line 1622: warning: comment on exported method Environment.IsAdjustmentEnabled should be of the form "IsAdjustmentEnabled ..." (golint)
    • Line 1645: warning: comment on exported method Environment.IsDofBlurFarEnabled should be of the form "IsDofBlurFarEnabled ..." (golint)
    • Line 1668: warning: comment on exported method Environment.IsDofBlurNearEnabled should be of the form "IsDofBlurNearEnabled ..." (golint)
    • Line 1691: warning: comment on exported method Environment.IsFogDepthEnabled should be of the form "IsFogDepthEnabled ..." (golint)
    • Line 1714: warning: comment on exported method Environment.IsFogEnabled should be of the form "IsFogEnabled ..." (golint)
    • Line 1737: warning: comment on exported method Environment.IsFogHeightEnabled should be of the form "IsFogHeightEnabled ..." (golint)
    • Line 1760: warning: comment on exported method Environment.IsFogTransmitEnabled should be of the form "IsFogTransmitEnabled ..." (golint)
    • Line 1783: warning: comment on exported method Environment.IsGlowBicubicUpscaleEnabled should be of the form "IsGlowBicubicUpscaleEnabled ..." (golint)
    • Line 1806: warning: comment on exported method Environment.IsGlowEnabled should be of the form "IsGlowEnabled ..." (golint)
    • Line 1829: warning: comment on exported method Environment.IsGlowLevelEnabled should be of the form "IsGlowLevelEnabled ..." (golint)
    • Line 1853: warning: comment on exported method Environment.IsSsaoEnabled should be of the form "IsSsaoEnabled ..." (golint)
    • Line 1876: warning: comment on exported method Environment.IsSsrEnabled should be of the form "IsSsrEnabled ..." (golint)
    • Line 1899: warning: comment on exported method Environment.IsSsrRough should be of the form "IsSsrRough ..." (golint)
    • Line 1922: warning: comment on exported method Environment.SetAdjustmentBrightness should be of the form "SetAdjustmentBrightness ..." (golint)
    • Line 1943: warning: comment on exported method Environment.SetAdjustmentColorCorrection should be of the form "SetAdjustmentColorCorrection ..." (golint)
    • Line 1964: warning: comment on exported method Environment.SetAdjustmentContrast should be of the form "SetAdjustmentContrast ..." (golint)
    • Line 1985: warning: comment on exported method Environment.SetAdjustmentEnable should be of the form "SetAdjustmentEnable ..." (golint)
    • Line 2006: warning: comment on exported method Environment.SetAdjustmentSaturation should be of the form "SetAdjustmentSaturation ..." (golint)
    • Line 2027: warning: comment on exported method Environment.SetAmbientLightColor should be of the form "SetAmbientLightColor ..." (golint)
    • Line 2048: warning: comment on exported method Environment.SetAmbientLightEnergy should be of the form "SetAmbientLightEnergy ..." (golint)
    • Line 2069: warning: comment on exported method Environment.SetAmbientLightSkyContribution should be of the form "SetAmbientLightSkyContribution ..." (golint)
    • Line 2090: warning: comment on exported method Environment.SetBackground should be of the form "SetBackground ..." (golint)
    • Line 2111: warning: comment on exported method Environment.SetBgColor should be of the form "SetBgColor ..." (golint)
    • Line 2132: warning: comment on exported method Environment.SetBgEnergy should be of the form "SetBgEnergy ..." (golint)
    • Line 2153: warning: comment on exported method Environment.SetCameraFeedId should be of the form "SetCameraFeedId ..." (golint)
    • Line 2174: warning: comment on exported method Environment.SetCanvasMaxLayer should be of the form "SetCanvasMaxLayer ..." (golint)
    • Line 2195: warning: comment on exported method Environment.SetDofBlurFarAmount should be of the form "SetDofBlurFarAmount ..." (golint)
    • Line 2216: warning: comment on exported method Environment.SetDofBlurFarDistance should be of the form "SetDofBlurFarDistance ..." (golint)
    • Line 2237: warning: comment on exported method Environment.SetDofBlurFarEnabled should be of the form "SetDofBlurFarEnabled ..." (golint)
    • Line 2258: warning: comment on exported method Environment.SetDofBlurFarQuality should be of the form "SetDofBlurFarQuality ..." (golint)
    • Line 2279: warning: comment on exported method Environment.SetDofBlurFarTransition should be of the form "SetDofBlurFarTransition ..." (golint)
    • Line 2300: warning: comment on exported method Environment.SetDofBlurNearAmount should be of the form "SetDofBlurNearAmount ..." (golint)
    • Line 2321: warning: comment on exported method Environment.SetDofBlurNearDistance should be of the form "SetDofBlurNearDistance ..." (golint)
    • Line 2342: warning: comment on exported method Environment.SetDofBlurNearEnabled should be of the form "SetDofBlurNearEnabled ..." (golint)
    • Line 2363: warning: comment on exported method Environment.SetDofBlurNearQuality should be of the form "SetDofBlurNearQuality ..." (golint)
    • Line 2384: warning: comment on exported method Environment.SetDofBlurNearTransition should be of the form "SetDofBlurNearTransition ..." (golint)
    • Line 2405: warning: comment on exported method Environment.SetFogColor should be of the form "SetFogColor ..." (golint)
    • Line 2426: warning: comment on exported method Environment.SetFogDepthBegin should be of the form "SetFogDepthBegin ..." (golint)
    • Line 2447: warning: comment on exported method Environment.SetFogDepthCurve should be of the form "SetFogDepthCurve ..." (golint)
    • Line 2468: warning: comment on exported method Environment.SetFogDepthEnabled should be of the form "SetFogDepthEnabled ..." (golint)
    • Line 2489: warning: comment on exported method Environment.SetFogDepthEnd should be of the form "SetFogDepthEnd ..." (golint)
    • Line 2510: warning: comment on exported method Environment.SetFogEnabled should be of the form "SetFogEnabled ..." (golint)
    • Line 2531: warning: comment on exported method Environment.SetFogHeightCurve should be of the form "SetFogHeightCurve ..." (golint)
    • Line 2552: warning: comment on exported method Environment.SetFogHeightEnabled should be of the form "SetFogHeightEnabled ..." (golint)
    • Line 2573: warning: comment on exported method Environment.SetFogHeightMax should be of the form "SetFogHeightMax ..." (golint)
    • Line 2594: warning: comment on exported method Environment.SetFogHeightMin should be of the form "SetFogHeightMin ..." (golint)
    • Line 2615: warning: comment on exported method Environment.SetFogSunAmount should be of the form "SetFogSunAmount ..." (golint)
    • Line 2636: warning: comment on exported method Environment.SetFogSunColor should be of the form "SetFogSunColor ..." (golint)
    • Line 2657: warning: comment on exported method Environment.SetFogTransmitCurve should be of the form "SetFogTransmitCurve ..." (golint)
    • Line 2678: warning: comment on exported method Environment.SetFogTransmitEnabled should be of the form "SetFogTransmitEnabled ..." (golint)
    • Line 2699: warning: comment on exported method Environment.SetGlowBicubicUpscale should be of the form "SetGlowBicubicUpscale ..." (golint)
    • Line 2720: warning: comment on exported method Environment.SetGlowBlendMode should be of the form "SetGlowBlendMode ..." (golint)
    • Line 2741: warning: comment on exported method Environment.SetGlowBloom should be of the form "SetGlowBloom ..." (golint)
    • Line 2762: warning: comment on exported method Environment.SetGlowEnabled should be of the form "SetGlowEnabled ..." (golint)
    • Line 2783: warning: comment on exported method Environment.SetGlowHdrBleedScale should be of the form "SetGlowHdrBleedScale ..." (golint)
    • Line 2804: warning: comment on exported method Environment.SetGlowHdrBleedThreshold should be of the form "SetGlowHdrBleedThreshold ..." (golint)
    • Line 2825: warning: comment on exported method Environment.SetGlowHdrLuminanceCap should be of the form "SetGlowHdrLuminanceCap ..." (golint)
    • Line 2846: warning: comment on exported method Environment.SetGlowIntensity should be of the form "SetGlowIntensity ..." (golint)
    • Line 2867: warning: comment on exported method Environment.SetGlowLevel should be of the form "SetGlowLevel ..." (golint)
    • Line 2889: warning: comment on exported method Environment.SetGlowStrength should be of the form "SetGlowStrength ..." (golint)
    • Line 2910: warning: comment on exported method Environment.SetSky should be of the form "SetSky ..." (golint)
    • Line 2931: warning: comment on exported method Environment.SetSkyCustomFov should be of the form "SetSkyCustomFov ..." (golint)
    • Line 2952: warning: comment on exported method Environment.SetSkyOrientation should be of the form "SetSkyOrientation ..." (golint)
    • Line 2973: warning: comment on exported method Environment.SetSkyRotation should be of the form "SetSkyRotation ..." (golint)
    • Line 2994: warning: comment on exported method Environment.SetSkyRotationDegrees should be of the form "SetSkyRotationDegrees ..." (golint)
    • Line 3015: warning: comment on exported method Environment.SetSsaoAoChannelAffect should be of the form "SetSsaoAoChannelAffect ..." (golint)
    • Line 3036: warning: comment on exported method Environment.SetSsaoBias should be of the form "SetSsaoBias ..." (golint)
    • Line 3057: warning: comment on exported method Environment.SetSsaoBlur should be of the form "SetSsaoBlur ..." (golint)
    • Line 3078: warning: comment on exported method Environment.SetSsaoColor should be of the form "SetSsaoColor ..." (golint)
    • Line 3099: warning: comment on exported method Environment.SetSsaoDirectLightAffect should be of the form "SetSsaoDirectLightAffect ..." (golint)
    • Line 3120: warning: comment on exported method Environment.SetSsaoEdgeSharpness should be of the form "SetSsaoEdgeSharpness ..." (golint)
    • Line 3141: warning: comment on exported method Environment.SetSsaoEnabled should be of the form "SetSsaoEnabled ..." (golint)
    • Line 3162: warning: comment on exported method Environment.SetSsaoIntensity should be of the form "SetSsaoIntensity ..." (golint)
    • Line 3183: warning: comment on exported method Environment.SetSsaoIntensity2 should be of the form "SetSsaoIntensity2 ..." (golint)
    • Line 3204: warning: comment on exported method Environment.SetSsaoQuality should be of the form "SetSsaoQuality ..." (golint)
    • Line 3225: warning: comment on exported method Environment.SetSsaoRadius should be of the form "SetSsaoRadius ..." (golint)
    • Line 3246: warning: comment on exported method Environment.SetSsaoRadius2 should be of the form "SetSsaoRadius2 ..." (golint)
    • Line 3267: warning: comment on exported method Environment.SetSsrDepthTolerance should be of the form "SetSsrDepthTolerance ..." (golint)
    • Line 3288: warning: comment on exported method Environment.SetSsrEnabled should be of the form "SetSsrEnabled ..." (golint)
    • Line 3309: warning: comment on exported method Environment.SetSsrFadeIn should be of the form "SetSsrFadeIn ..." (golint)
    • Line 3330: warning: comment on exported method Environment.SetSsrFadeOut should be of the form "SetSsrFadeOut ..." (golint)
    • Line 3351: warning: comment on exported method Environment.SetSsrMaxSteps should be of the form "SetSsrMaxSteps ..." (golint)
    • Line 3372: warning: comment on exported method Environment.SetSsrRough should be of the form "SetSsrRough ..." (golint)
    • Line 3393: warning: comment on exported method Environment.SetTonemapAutoExposure should be of the form "SetTonemapAutoExposure ..." (golint)
    • Line 3414: warning: comment on exported method Environment.SetTonemapAutoExposureGrey should be of the form "SetTonemapAutoExposureGrey ..." (golint)
    • Line 3435: warning: comment on exported method Environment.SetTonemapAutoExposureMax should be of the form "SetTonemapAutoExposureMax ..." (golint)
    • Line 3456: warning: comment on exported method Environment.SetTonemapAutoExposureMin should be of the form "SetTonemapAutoExposureMin ..." (golint)
    • Line 3477: warning: comment on exported method Environment.SetTonemapAutoExposureSpeed should be of the form "SetTonemapAutoExposureSpeed ..." (golint)
    • Line 3498: warning: comment on exported method Environment.SetTonemapExposure should be of the form "SetTonemapExposure ..." (golint)
    • Line 3519: warning: comment on exported method Environment.SetTonemapWhite should be of the form "SetTonemapWhite ..." (golint)
    • Line 3540: warning: comment on exported method Environment.SetTonemapper should be of the form "SetTonemapper ..." (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.IsGreaterAllowed should be of the form "IsGreaterAllowed ..." (golint)
    • Line 198: warning: comment on exported method Range.IsLesserAllowed should be of the form "IsLesserAllowed ..." (golint)
    • Line 221: warning: comment on exported method Range.IsRatioExp should be of the form "IsRatioExp ..." (golint)
    • Line 244: warning: comment on exported method Range.IsUsingRoundedValues should be of the form "IsUsingRoundedValues ..." (golint)
    • Line 267: warning: comment on exported method Range.SetAllowGreater should be of the form "SetAllowGreater ..." (golint)
    • Line 288: warning: comment on exported method Range.SetAllowLesser should be of the form "SetAllowLesser ..." (golint)
    • Line 309: warning: comment on exported method Range.SetAsRatio should be of the form "SetAsRatio ..." (golint)
    • Line 330: warning: comment on exported method Range.SetExpRatio should be of the form "SetExpRatio ..." (golint)
    • Line 351: warning: comment on exported method Range.SetMax should be of the form "SetMax ..." (golint)
    • Line 372: warning: comment on exported method Range.SetMin should be of the form "SetMin ..." (golint)
    • Line 393: warning: comment on exported method Range.SetPage should be of the form "SetPage ..." (golint)
    • Line 414: warning: comment on exported method Range.SetStep should be of the form "SetStep ..." (golint)
    • Line 435: warning: comment on exported method Range.SetUseRoundedValues should be of the form "SetUseRoundedValues ..." (golint)
    • Line 456: warning: comment on exported method Range.SetValue should be of the form "SetValue ..." (golint)
    • Line 477: warning: comment on exported method Range.Share should be of the form "Share ..." (golint)
    • Line 498: warning: comment on exported method Range.Unshare should be of the form "Unshare ..." (golint)
    • godot-go/godot/resourceformatloadercrypto.gen.go
    • Line 25: warning: comment on exported type ResourceFormatLoaderCrypto should be of the form "ResourceFormatLoaderCrypto ..." (with optional leading article) (golint)
    • Line 33: warning: exported method ResourceFormatLoaderCrypto.BaseClass should have comment or be unexported (golint)
    • godot-go/godot/resourcesaver.gen.go
    • Line 30: warning: don't use underscores in Go names; func new_ResourceSaverFromPointer should be newResourceSaverFromPointer (golint)
    • Line 42: warning: comment on exported var ResourceSaver should be of the form "ResourceSaver ..." (golint)
    • godot-go/godot/visualshadernodevectorderivativefunc.gen.go
    • Line 20: warning: exported const VisualShaderNodeVectorDerivativeFuncFuncSum should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: comment on exported type VisualShaderNodeVectorDerivativeFunc should be of the form "VisualShaderNodeVectorDerivativeFunc ..." (with optional leading article) (golint)
    • Line 42: warning: exported method VisualShaderNodeVectorDerivativeFunc.BaseClass should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method VisualShaderNodeVectorDerivativeFunc.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 69: warning: comment on exported method VisualShaderNodeVectorDerivativeFunc.SetFunction should be of the form "SetFunction ..." (golint)
    • godot-go/godot/audioeffectpitchshift.gen.go
    • Line 17: warning: don't use underscores in Go names; type AudioEffectPitchShiftFFT_Size should be AudioEffectPitchShiftFFTSize (golint)
    • Line 20: warning: exported const AudioEffectPitchShiftFftSize1024 should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: comment on exported type AudioEffectPitchShift should be of the form "AudioEffectPitchShift ..." (with optional leading article) (golint)
    • Line 45: warning: exported method AudioEffectPitchShift.BaseClass should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method AudioEffectPitchShift.GetFftSize should be of the form "GetFftSize ..." (golint)
    • Line 72: warning: comment on exported method AudioEffectPitchShift.GetOversampling should be of the form "GetOversampling ..." (golint)
    • Line 95: warning: comment on exported method AudioEffectPitchShift.GetPitchScale should be of the form "GetPitchScale ..." (golint)
    • Line 118: warning: comment on exported method AudioEffectPitchShift.SetFftSize should be of the form "SetFftSize ..." (golint)
    • Line 139: warning: comment on exported method AudioEffectPitchShift.SetOversampling should be of the form "SetOversampling ..." (golint)
    • Line 160: warning: comment on exported method AudioEffectPitchShift.SetPitchScale should be of the form "SetPitchScale ..." (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/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/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/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/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/visualshadernodedotproduct.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeDotProduct should be of the form "VisualShaderNodeDotProduct ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeDotProduct.BaseClass should have comment or be unexported (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/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/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/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/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.X_DirectStateChanged should be of the form "X_DirectStateChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_DirectStateChanged should be XDirectStateChanged (golint)
    • Line 58: warning: comment on exported method KinematicBody2D.GetFloorNormal should be of the form "GetFloorNormal ..." (golint)
    • Line 81: warning: comment on exported method KinematicBody2D.GetFloorVelocity should be of the form "GetFloorVelocity ..." (golint)
    • Line 104: warning: comment on exported method KinematicBody2D.GetSafeMargin should be of the form "GetSafeMargin ..." (golint)
    • Line 127: warning: comment on exported method KinematicBody2D.GetSlideCollision should be of the form "GetSlideCollision ..." (golint)
    • Line 165: warning: comment on exported method KinematicBody2D.GetSlideCount should be of the form "GetSlideCount ..." (golint)
    • Line 188: warning: comment on exported method KinematicBody2D.IsOnCeiling should be of the form "IsOnCeiling ..." (golint)
    • Line 211: warning: comment on exported method KinematicBody2D.IsOnFloor should be of the form "IsOnFloor ..." (golint)
    • Line 234: warning: comment on exported method KinematicBody2D.IsOnWall should be of the form "IsOnWall ..." (golint)
    • Line 257: warning: comment on exported method KinematicBody2D.IsSyncToPhysicsEnabled should be of the form "IsSyncToPhysicsEnabled ..." (golint)
    • Line 280: warning: comment on exported method KinematicBody2D.MoveAndCollide should be of the form "MoveAndCollide ..." (golint)
    • Line 321: warning: comment on exported method KinematicBody2D.MoveAndSlide should be of the form "MoveAndSlide ..." (golint)
    • Line 350: warning: comment on exported method KinematicBody2D.MoveAndSlideWithSnap should be of the form "MoveAndSlideWithSnap ..." (golint)
    • Line 380: warning: comment on exported method KinematicBody2D.SetSafeMargin should be of the form "SetSafeMargin ..." (golint)
    • Line 401: warning: comment on exported method KinematicBody2D.SetSyncToPhysics should be of the form "SetSyncToPhysics ..." (golint)
    • Line 422: warning: comment on exported method KinematicBody2D.TestMove should be of the form "TestMove ..." (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.AddCentralForce should be of the form "AddCentralForce ..." (golint)
    • Line 58: warning: comment on exported method PhysicsDirectBodyState.AddForce should be of the form "AddForce ..." (golint)
    • Line 80: warning: comment on exported method PhysicsDirectBodyState.AddTorque should be of the form "AddTorque ..." (golint)
    • Line 101: warning: comment on exported method PhysicsDirectBodyState.ApplyCentralImpulse should be of the form "ApplyCentralImpulse ..." (golint)
    • Line 122: warning: comment on exported method PhysicsDirectBodyState.ApplyImpulse should be of the form "ApplyImpulse ..." (golint)
    • Line 144: warning: comment on exported method PhysicsDirectBodyState.ApplyTorqueImpulse should be of the form "ApplyTorqueImpulse ..." (golint)
    • Line 165: warning: comment on exported method PhysicsDirectBodyState.GetAngularVelocity should be of the form "GetAngularVelocity ..." (golint)
    • Line 188: warning: comment on exported method PhysicsDirectBodyState.GetCenterOfMass should be of the form "GetCenterOfMass ..." (golint)
    • Line 211: warning: comment on exported method PhysicsDirectBodyState.GetContactCollider should be of the form "GetContactCollider ..." (golint)
    • Line 235: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderId should be of the form "GetContactColliderId ..." (golint)
    • Line 259: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderObject should be of the form "GetContactColliderObject ..." (golint)
    • Line 297: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderPosition should be of the form "GetContactColliderPosition ..." (golint)
    • Line 321: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderShape should be of the form "GetContactColliderShape ..." (golint)
    • Line 345: warning: comment on exported method PhysicsDirectBodyState.GetContactColliderVelocityAtPosition should be of the form "GetContactColliderVelocityAtPosition ..." (golint)
    • Line 369: warning: comment on exported method PhysicsDirectBodyState.GetContactCount should be of the form "GetContactCount ..." (golint)
    • Line 392: warning: comment on exported method PhysicsDirectBodyState.GetContactImpulse should be of the form "GetContactImpulse ..." (golint)
    • Line 416: warning: comment on exported method PhysicsDirectBodyState.GetContactLocalNormal should be of the form "GetContactLocalNormal ..." (golint)
    • Line 440: warning: comment on exported method PhysicsDirectBodyState.GetContactLocalPosition should be of the form "GetContactLocalPosition ..." (golint)
    • Line 464: warning: comment on exported method PhysicsDirectBodyState.GetContactLocalShape should be of the form "GetContactLocalShape ..." (golint)
    • Line 488: warning: comment on exported method PhysicsDirectBodyState.GetInverseInertia should be of the form "GetInverseInertia ..." (golint)
    • Line 511: warning: comment on exported method PhysicsDirectBodyState.GetInverseMass should be of the form "GetInverseMass ..." (golint)
    • Line 534: warning: comment on exported method PhysicsDirectBodyState.GetLinearVelocity should be of the form "GetLinearVelocity ..." (golint)
    • Line 557: warning: comment on exported method PhysicsDirectBodyState.GetPrincipalInertiaAxes should be of the form "GetPrincipalInertiaAxes ..." (golint)
    • Line 580: warning: comment on exported method PhysicsDirectBodyState.GetSpaceState should be of the form "GetSpaceState ..." (golint)
    • Line 617: warning: comment on exported method PhysicsDirectBodyState.GetStep should be of the form "GetStep ..." (golint)
    • Line 640: warning: comment on exported method PhysicsDirectBodyState.GetTotalAngularDamp should be of the form "GetTotalAngularDamp ..." (golint)
    • Line 663: warning: comment on exported method PhysicsDirectBodyState.GetTotalGravity should be of the form "GetTotalGravity ..." (golint)
    • Line 686: warning: comment on exported method PhysicsDirectBodyState.GetTotalLinearDamp should be of the form "GetTotalLinearDamp ..." (golint)
    • Line 709: warning: comment on exported method PhysicsDirectBodyState.GetTransform should be of the form "GetTransform ..." (golint)
    • Line 732: warning: comment on exported method PhysicsDirectBodyState.IntegrateForces should be of the form "IntegrateForces ..." (golint)
    • Line 752: warning: comment on exported method PhysicsDirectBodyState.IsSleeping should be of the form "IsSleeping ..." (golint)
    • Line 775: warning: comment on exported method PhysicsDirectBodyState.SetAngularVelocity should be of the form "SetAngularVelocity ..." (golint)
    • Line 796: warning: comment on exported method PhysicsDirectBodyState.SetLinearVelocity should be of the form "SetLinearVelocity ..." (golint)
    • Line 817: warning: comment on exported method PhysicsDirectBodyState.SetSleepState should be of the form "SetSleepState ..." (golint)
    • Line 838: warning: comment on exported method PhysicsDirectBodyState.SetTransform should be of the form "SetTransform ..." (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/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/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/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/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/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 79: 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 127: warning: comment on exported method EditorSpatialGizmo.AddMesh should be of the form "AddMesh ..." (golint)
    • Line 151: warning: comment on exported method EditorSpatialGizmo.AddUnscaledBillboard should be of the form "AddUnscaledBillboard ..." (golint)
    • Line 174: warning: comment on exported method EditorSpatialGizmo.Clear should be of the form "Clear ..." (golint)
    • Line 194: warning: comment on exported method EditorSpatialGizmo.CommitHandle should be of the form "CommitHandle ..." (golint)
    • Line 217: warning: comment on exported method EditorSpatialGizmo.GetHandleName should be of the form "GetHandleName ..." (golint)
    • Line 241: warning: comment on exported method EditorSpatialGizmo.GetHandleValue should be of the form "GetHandleValue ..." (golint)
    • Line 265: warning: comment on exported method EditorSpatialGizmo.GetPlugin should be of the form "GetPlugin ..." (golint)
    • Line 302: warning: comment on exported method EditorSpatialGizmo.GetSpatialNode should be of the form "GetSpatialNode ..." (golint)
    • Line 339: warning: comment on exported method EditorSpatialGizmo.IsHandleHighlighted should be of the form "IsHandleHighlighted ..." (golint)
    • Line 363: warning: comment on exported method EditorSpatialGizmo.Redraw should be of the form "Redraw ..." (golint)
    • Line 383: warning: comment on exported method EditorSpatialGizmo.SetHandle should be of the form "SetHandle ..." (golint)
    • Line 406: warning: comment on exported method EditorSpatialGizmo.SetHidden should be of the form "SetHidden ..." (golint)
    • Line 427: warning: comment on exported method EditorSpatialGizmo.SetSpatialNode should be of the form "SetSpatialNode ..." (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 75: warning: exported const PhysicsServerBodyParamAngularDamp should have comment (or a comment on this block) or be unexported (golint)
    • Line 88: warning: exported const PhysicsServerBodyStateAngularVelocity should have comment (or a comment on this block) or be unexported (golint)
    • Line 99: warning: exported const PhysicsServerConeTwistJointBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 110: 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 142: warning: exported const PhysicsServerHingeJointFlagEnableMotor should have comment (or a comment on this block) or be unexported (golint)
    • Line 150: warning: exported const PhysicsServerHingeJointBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 164: warning: exported const PhysicsServerJoint6Dof should have comment (or a comment on this block) or be unexported (golint)
    • Line 175: warning: exported const PhysicsServerPinJointBias should have comment (or a comment on this block) or be unexported (golint)
    • Line 184: warning: exported const PhysicsServerInfoActiveObjects should have comment (or a comment on this block) or be unexported (golint)
    • Line 193: warning: exported const PhysicsServerShapeBox should have comment (or a comment on this block) or be unexported (golint)
    • Line 209: warning: exported const PhysicsServerSliderJointAngularLimitDamping should have comment (or a comment on this block) or be unexported (golint)
    • Line 238: warning: exported const PhysicsServerSpaceParamBodyAngularVelocityDampRatio should have comment (or a comment on this block) or be unexported (golint)
    • Line 262: warning: comment on exported var PhysicsServer should be of the form "PhysicsServer ..." (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_ClearExecution should be of the form "X_ClearExecution ..." (golint)
    • Line 106: warning: don't use underscores in Go names; method X_ClearExecution should be XClearExecution (golint)
    • Line 123: warning: comment on exported method ScriptEditor.X_CloseAllTabs should be of the form "X_CloseAllTabs ..." (golint)
    • Line 127: warning: don't use underscores in Go names; method X_CloseAllTabs should be XCloseAllTabs (golint)
    • Line 143: warning: comment on exported method ScriptEditor.X_CloseCurrentTab should be of the form "X_CloseCurrentTab ..." (golint)
    • Line 147: warning: don't use underscores in Go names; method X_CloseCurrentTab should be XCloseCurrentTab (golint)
    • Line 163: warning: comment on exported method ScriptEditor.X_CloseDiscardCurrentTab should be of the form "X_CloseDiscardCurrentTab ..." (golint)
    • Line 167: warning: don't use underscores in Go names; method X_CloseDiscardCurrentTab should be XCloseDiscardCurrentTab (golint)
    • Line 184: warning: comment on exported method ScriptEditor.X_CloseDocsTab should be of the form "X_CloseDocsTab ..." (golint)
    • Line 188: warning: don't use underscores in Go names; method X_CloseDocsTab should be XCloseDocsTab (golint)
    • Line 204: warning: comment on exported method ScriptEditor.X_CloseOtherTabs should be of the form "X_CloseOtherTabs ..." (golint)
    • Line 208: warning: don't use underscores in Go names; method X_CloseOtherTabs should be XCloseOtherTabs (golint)
    • Line 224: warning: comment on exported method ScriptEditor.X_CopyScriptPath should be of the form "X_CopyScriptPath ..." (golint)
    • Line 228: warning: don't use underscores in Go names; method X_CopyScriptPath should be XCopyScriptPath (golint)
    • Line 244: warning: comment on exported method ScriptEditor.X_EditorPause should be of the form "X_EditorPause ..." (golint)
    • Line 248: warning: don't use underscores in Go names; method X_EditorPause should be XEditorPause (golint)
    • Line 264: warning: comment on exported method ScriptEditor.X_EditorPlay should be of the form "X_EditorPlay ..." (golint)
    • Line 268: warning: don't use underscores in Go names; method X_EditorPlay should be XEditorPlay (golint)
    • Line 284: warning: comment on exported method ScriptEditor.X_EditorSettingsChanged should be of the form "X_EditorSettingsChanged ..." (golint)
    • Line 288: warning: don't use underscores in Go names; method X_EditorSettingsChanged should be XEditorSettingsChanged (golint)
    • Line 304: warning: comment on exported method ScriptEditor.X_EditorStop should be of the form "X_EditorStop ..." (golint)
    • Line 308: warning: don't use underscores in Go names; method X_EditorStop should be XEditorStop (golint)
    • Line 324: warning: comment on exported method ScriptEditor.X_FileDialogAction should be of the form "X_FileDialogAction ..." (golint)
    • Line 328: warning: don't use underscores in Go names; method X_FileDialogAction should be XFileDialogAction (golint)
    • Line 345: warning: comment on exported method ScriptEditor.X_FilterMethodsTextChanged should be of the form "X_FilterMethodsTextChanged ..." (golint)
    • Line 349: warning: don't use underscores in Go names; method X_FilterMethodsTextChanged should be XFilterMethodsTextChanged (golint)
    • Line 366: warning: comment on exported method ScriptEditor.X_FilterScriptsTextChanged should be of the form "X_FilterScriptsTextChanged ..." (golint)
    • Line 370: warning: don't use underscores in Go names; method X_FilterScriptsTextChanged should be XFilterScriptsTextChanged (golint)
    • Line 387: warning: comment on exported method ScriptEditor.X_GetDebugTooltip should be of the form "X_GetDebugTooltip ..." (golint)
    • Line 391: warning: don't use underscores in Go names; method X_GetDebugTooltip should be XGetDebugTooltip (golint)
    • Line 412: warning: comment on exported method ScriptEditor.X_GotoScriptLine should be of the form "X_GotoScriptLine ..." (golint)
    • Line 416: warning: don't use underscores in Go names; method X_GotoScriptLine should be XGotoScriptLine (golint)
    • Line 434: warning: comment on exported method ScriptEditor.X_GotoScriptLine2 should be of the form "X_GotoScriptLine2 ..." (golint)
    • Line 438: warning: don't use underscores in Go names; method X_GotoScriptLine2 should be XGotoScriptLine2 (golint)
    • Line 455: warning: comment on exported method ScriptEditor.X_HelpClassGoto should be of the form "X_HelpClassGoto ..." (golint)
    • Line 459: warning: don't use underscores in Go names; method X_HelpClassGoto should be XHelpClassGoto (golint)
    • Line 476: warning: comment on exported method ScriptEditor.X_HelpClassOpen should be of the form "X_HelpClassOpen ..." (golint)
    • Line 480: warning: don't use underscores in Go names; method X_HelpClassOpen should be XHelpClassOpen (golint)
    • Line 497: warning: comment on exported method ScriptEditor.X_HelpOverviewSelected should be of the form "X_HelpOverviewSelected ..." (golint)
    • Line 501: warning: don't use underscores in Go names; method X_HelpOverviewSelected should be XHelpOverviewSelected (golint)
    • Line 518: warning: comment on exported method ScriptEditor.X_HelpSearch should be of the form "X_HelpSearch ..." (golint)
    • Line 522: warning: don't use underscores in Go names; method X_HelpSearch should be XHelpSearch (golint)
    • Line 539: warning: comment on exported method ScriptEditor.X_HistoryBack should be of the form "X_HistoryBack ..." (golint)
    • Line 543: warning: don't use underscores in Go names; method X_HistoryBack should be XHistoryBack (golint)
    • Line 559: warning: comment on exported method ScriptEditor.X_HistoryForward should be of the form "X_HistoryForward ..." (golint)
    • Line 563: warning: don't use underscores in Go names; method X_HistoryForward should be XHistoryForward (golint)
    • Line 579: warning: comment on exported method ScriptEditor.X_LiveAutoReloadRunningScripts should be of the form "X_LiveAutoReloadRunningScripts ..." (golint)
    • Line 583: warning: don't use underscores in Go names; method X_LiveAutoReloadRunningScripts should be XLiveAutoReloadRunningScripts (golint)
    • Line 599: warning: comment on exported method ScriptEditor.X_MembersOverviewSelected should be of the form "X_MembersOverviewSelected ..." (golint)
    • Line 603: warning: don't use underscores in Go names; method X_MembersOverviewSelected should be XMembersOverviewSelected (golint)
    • Line 620: warning: comment on exported method ScriptEditor.X_MenuOption should be of the form "X_MenuOption ..." (golint)
    • Line 624: warning: don't use underscores in Go names; method X_MenuOption should be XMenuOption (golint)
    • Line 641: warning: comment on exported method ScriptEditor.X_OnFindInFilesModifiedFiles should be of the form "X_OnFindInFilesModifiedFiles ..." (golint)
    • Line 645: warning: don't use underscores in Go names; method X_OnFindInFilesModifiedFiles should be XOnFindInFilesModifiedFiles (golint)
    • Line 662: warning: comment on exported method ScriptEditor.X_OnFindInFilesRequested should be of the form "X_OnFindInFilesRequested ..." (golint)
    • Line 666: warning: don't use underscores in Go names; method X_OnFindInFilesRequested should be XOnFindInFilesRequested (golint)
    • Line 683: warning: comment on exported method ScriptEditor.X_OnFindInFilesResultSelected should be of the form "X_OnFindInFilesResultSelected ..." (golint)
    • Line 687: warning: don't use underscores in Go names; method X_OnFindInFilesResultSelected should be XOnFindInFilesResultSelected (golint)
    • Line 707: warning: comment on exported method ScriptEditor.X_OpenRecentScript should be of the form "X_OpenRecentScript ..." (golint)
    • Line 711: warning: don't use underscores in Go names; method X_OpenRecentScript should be XOpenRecentScript (golint)
    • Line 728: warning: comment on exported method ScriptEditor.X_ReloadScripts should be of the form "X_ReloadScripts ..." (golint)
    • Line 732: warning: don't use underscores in Go names; method X_ReloadScripts should be XReloadScripts (golint)
    • Line 748: warning: comment on exported method ScriptEditor.X_RequestHelp should be of the form "X_RequestHelp ..." (golint)
    • Line 752: warning: don't use underscores in Go names; method X_RequestHelp should be XRequestHelp (golint)
    • Line 769: warning: comment on exported method ScriptEditor.X_ResSavedCallback should be of the form "X_ResSavedCallback ..." (golint)
    • Line 773: warning: don't use underscores in Go names; method X_ResSavedCallback should be XResSavedCallback (golint)
    • Line 790: warning: comment on exported method ScriptEditor.X_ResaveScripts should be of the form "X_ResaveScripts ..." (golint)
    • Line 794: warning: don't use underscores in Go names; method X_ResaveScripts should be XResaveScripts (golint)
    • Line 811: warning: comment on exported method ScriptEditor.X_SaveHistory should be of the form "X_SaveHistory ..." (golint)
    • Line 815: warning: don't use underscores in Go names; method X_SaveHistory should be XSaveHistory (golint)
    • Line 831: warning: comment on exported method ScriptEditor.X_ScriptChanged should be of the form "X_ScriptChanged ..." (golint)
    • Line 835: warning: don't use underscores in Go names; method X_ScriptChanged should be XScriptChanged (golint)
    • Line 851: warning: comment on exported method ScriptEditor.X_ScriptCreated should be of the form "X_ScriptCreated ..." (golint)
    • Line 855: warning: don't use underscores in Go names; method X_ScriptCreated should be XScriptCreated (golint)
    • Line 872: warning: comment on exported method ScriptEditor.X_ScriptListGuiInput should be of the form "X_ScriptListGuiInput ..." (golint)
    • Line 876: warning: don't use underscores in Go names; method X_ScriptListGuiInput should be XScriptListGuiInput (golint)
    • Line 893: warning: comment on exported method ScriptEditor.X_ScriptSelected should be of the form "X_ScriptSelected ..." (golint)
    • Line 897: warning: don't use underscores in Go names; method X_ScriptSelected should be XScriptSelected (golint)
    • Line 914: warning: comment on exported method ScriptEditor.X_ScriptSplitDragged should be of the form "X_ScriptSplitDragged ..." (golint)
    • Line 918: warning: don't use underscores in Go names; method X_ScriptSplitDragged should be XScriptSplitDragged (golint)
    • Line 935: warning: comment on exported method ScriptEditor.X_SetExecution should be of the form "X_SetExecution ..." (golint)
    • Line 939: warning: don't use underscores in Go names; method X_SetExecution should be XSetExecution (golint)
    • Line 957: warning: comment on exported method ScriptEditor.X_ShowDebugger should be of the form "X_ShowDebugger ..." (golint)
    • Line 961: warning: don't use underscores in Go names; method X_ShowDebugger should be XShowDebugger (golint)
    • Line 978: warning: comment on exported method ScriptEditor.X_StartFindInFiles should be of the form "X_StartFindInFiles ..." (golint)
    • Line 982: warning: don't use underscores in Go names; method X_StartFindInFiles should be XStartFindInFiles (golint)
    • Line 999: warning: comment on exported method ScriptEditor.X_TabChanged should be of the form "X_TabChanged ..." (golint)
    • Line 1003: warning: don't use underscores in Go names; method X_TabChanged should be XTabChanged (golint)
    • Line 1020: warning: comment on exported method ScriptEditor.X_ThemeOption should be of the form "X_ThemeOption ..." (golint)
    • Line 1024: warning: don't use underscores in Go names; method X_ThemeOption should be XThemeOption (golint)
    • Line 1041: warning: comment on exported method ScriptEditor.X_ToggleMembersOverviewAlphaSort should be of the form "X_ToggleMembersOverviewAlphaSort ..." (golint)
    • Line 1045: warning: don't use underscores in Go names; method X_ToggleMembersOverviewAlphaSort should be XToggleMembersOverviewAlphaSort (golint)
    • Line 1062: warning: comment on exported method ScriptEditor.X_TreeChanged should be of the form "X_TreeChanged ..." (golint)
    • Line 1066: warning: don't use underscores in Go names; method X_TreeChanged should be XTreeChanged (golint)
    • Line 1082: warning: comment on exported method ScriptEditor.X_UnhandledInput should be of the form "X_UnhandledInput ..." (golint)
    • Line 1086: warning: don't use underscores in Go names; method X_UnhandledInput should be XUnhandledInput (golint)
    • Line 1103: warning: comment on exported method ScriptEditor.X_UpdateAutosaveTimer should be of the form "X_UpdateAutosaveTimer ..." (golint)
    • Line 1107: warning: don't use underscores in Go names; method X_UpdateAutosaveTimer should be XUpdateAutosaveTimer (golint)
    • Line 1123: warning: comment on exported method ScriptEditor.X_UpdateMembersOverview should be of the form "X_UpdateMembersOverview ..." (golint)
    • Line 1127: warning: don't use underscores in Go names; method X_UpdateMembersOverview should be XUpdateMembersOverview (golint)
    • Line 1143: warning: comment on exported method ScriptEditor.X_UpdateRecentScripts should be of the form "X_UpdateRecentScripts ..." (golint)
    • Line 1147: warning: don't use underscores in Go names; method X_UpdateRecentScripts should be XUpdateRecentScripts (golint)
    • Line 1163: warning: comment on exported method ScriptEditor.X_UpdateScriptConnections should be of the form "X_UpdateScriptConnections ..." (golint)
    • Line 1167: warning: don't use underscores in Go names; method X_UpdateScriptConnections should be XUpdateScriptConnections (golint)
    • Line 1183: warning: comment on exported method ScriptEditor.X_UpdateScriptNames should be of the form "X_UpdateScriptNames ..." (golint)
    • Line 1187: warning: don't use underscores in Go names; method X_UpdateScriptNames should be XUpdateScriptNames (golint)
    • Line 1203: warning: comment on exported method ScriptEditor.CanDropDataFw should be of the form "CanDropDataFw ..." (golint)
    • Line 1229: warning: comment on exported method ScriptEditor.DropDataFw should be of the form "DropDataFw ..." (golint)
    • Line 1252: warning: comment on exported method ScriptEditor.GetCurrentScript should be of the form "GetCurrentScript ..." (golint)
    • Line 1289: warning: comment on exported method ScriptEditor.GetDragDataFw should be of the form "GetDragDataFw ..." (golint)
    • Line 1314: warning: comment on exported method ScriptEditor.GetOpenScripts should be of the form "GetOpenScripts ..." (golint)
    • Line 1337: warning: comment on exported method ScriptEditor.GotoLine should be of the form "GotoLine ..." (golint)
    • Line 1358: warning: comment on exported method ScriptEditor.OpenScriptCreateDialog should be of the form "OpenScriptCreateDialog ..." (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/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/randomnumbergenerator.gen.go
    • Line 33: warning: exported method RandomNumberGenerator.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method RandomNumberGenerator.GetSeed should be of the form "GetSeed ..." (golint)
    • Line 60: warning: comment on exported method RandomNumberGenerator.Randf should be of the form "Randf ..." (golint)
    • Line 83: warning: comment on exported method RandomNumberGenerator.RandfRange should be of the form "RandfRange ..." (golint)
    • Line 108: warning: comment on exported method RandomNumberGenerator.Randfn should be of the form "Randfn ..." (golint)
    • Line 133: warning: comment on exported method RandomNumberGenerator.Randi should be of the form "Randi ..." (golint)
    • Line 156: warning: comment on exported method RandomNumberGenerator.RandiRange should be of the form "RandiRange ..." (golint)
    • Line 181: warning: comment on exported method RandomNumberGenerator.Randomize should be of the form "Randomize ..." (golint)
    • Line 201: warning: comment on exported method RandomNumberGenerator.SetSeed should be of the form "SetSeed ..." (golint)
    • godot-go/godot/skinreference.gen.go
    • Line 25: warning: comment on exported type SkinReference should be of the form "SkinReference ..." (with optional leading article) (golint)
    • Line 33: warning: exported method SkinReference.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method SkinReference.X_SkinChanged should be of the form "X_SkinChanged ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_SkinChanged should be XSkinChanged (golint)
    • Line 57: warning: comment on exported method SkinReference.GetSkeleton should be of the form "GetSkeleton ..." (golint)
    • Line 80: warning: comment on exported method SkinReference.GetSkin should be of the form "GetSkin ..." (golint)
    • godot-go/godot/animationnodetimeseek.gen.go
    • Line 25: warning: comment on exported type AnimationNodeTimeSeek should be of the form "AnimationNodeTimeSeek ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeTimeSeek.BaseClass should have comment or be unexported (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.GetData should be of the form "GetData ..." (golint)
    • Line 60: warning: comment on exported method AudioStreamOGGVorbis.GetLoopOffset should be of the form "GetLoopOffset ..." (golint)
    • Line 83: warning: comment on exported method AudioStreamOGGVorbis.HasLoop should be of the form "HasLoop ..." (golint)
    • Line 106: warning: comment on exported method AudioStreamOGGVorbis.SetData should be of the form "SetData ..." (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/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/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/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/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.X_OnMouseExited should be of the form "X_OnMouseExited ..." (golint)
    • Line 82: warning: don't use underscores in Go names; method X_OnMouseExited should be XOnMouseExited (golint)
    • Line 98: warning: comment on exported method Tabs.X_UpdateHover should be of the form "X_UpdateHover ..." (golint)
    • Line 102: warning: don't use underscores in Go names; method X_UpdateHover should be XUpdateHover (golint)
    • Line 118: warning: comment on exported method Tabs.AddTab should be of the form "AddTab ..." (golint)
    • Line 140: warning: comment on exported method Tabs.EnsureTabVisible should be of the form "EnsureTabVisible ..." (golint)
    • Line 161: warning: comment on exported method Tabs.GetCurrentTab should be of the form "GetCurrentTab ..." (golint)
    • Line 184: warning: comment on exported method Tabs.GetDragToRearrangeEnabled should be of the form "GetDragToRearrangeEnabled ..." (golint)
    • Line 207: warning: comment on exported method Tabs.GetOffsetButtonsVisible should be of the form "GetOffsetButtonsVisible ..." (golint)
    • Line 230: warning: comment on exported method Tabs.GetScrollingEnabled should be of the form "GetScrollingEnabled ..." (golint)
    • Line 253: warning: comment on exported method Tabs.GetSelectWithRmb should be of the form "GetSelectWithRmb ..." (golint)
    • Line 276: warning: comment on exported method Tabs.GetTabAlign should be of the form "GetTabAlign ..." (golint)
    • Line 299: warning: comment on exported method Tabs.GetTabCloseDisplayPolicy should be of the form "GetTabCloseDisplayPolicy ..." (golint)
    • Line 322: warning: comment on exported method Tabs.GetTabCount should be of the form "GetTabCount ..." (golint)
    • Line 345: warning: comment on exported method Tabs.GetTabDisabled should be of the form "GetTabDisabled ..." (golint)
    • Line 369: warning: comment on exported method Tabs.GetTabIcon should be of the form "GetTabIcon ..." (golint)
    • Line 407: warning: comment on exported method Tabs.GetTabOffset should be of the form "GetTabOffset ..." (golint)
    • Line 430: warning: comment on exported method Tabs.GetTabRect should be of the form "GetTabRect ..." (golint)
    • Line 454: warning: comment on exported method Tabs.GetTabTitle should be of the form "GetTabTitle ..." (golint)
    • Line 478: warning: comment on exported method Tabs.GetTabsRearrangeGroup should be of the form "GetTabsRearrangeGroup ..." (golint)
    • Line 501: warning: comment on exported method Tabs.MoveTab should be of the form "MoveTab ..." (golint)
    • Line 523: warning: comment on exported method Tabs.RemoveTab should be of the form "RemoveTab ..." (golint)
    • Line 544: warning: comment on exported method Tabs.SetCurrentTab should be of the form "SetCurrentTab ..." (golint)
    • Line 565: warning: comment on exported method Tabs.SetDragToRearrangeEnabled should be of the form "SetDragToRearrangeEnabled ..." (golint)
    • Line 586: warning: comment on exported method Tabs.SetScrollingEnabled should be of the form "SetScrollingEnabled ..." (golint)
    • Line 607: warning: comment on exported method Tabs.SetSelectWithRmb should be of the form "SetSelectWithRmb ..." (golint)
    • Line 628: warning: comment on exported method Tabs.SetTabAlign should be of the form "SetTabAlign ..." (golint)
    • Line 649: warning: comment on exported method Tabs.SetTabCloseDisplayPolicy should be of the form "SetTabCloseDisplayPolicy ..." (golint)
    • Line 670: warning: comment on exported method Tabs.SetTabDisabled should be of the form "SetTabDisabled ..." (golint)
    • Line 692: warning: comment on exported method Tabs.SetTabIcon should be of the form "SetTabIcon ..." (golint)
    • Line 714: warning: comment on exported method Tabs.SetTabTitle should be of the form "SetTabTitle ..." (golint)
    • Line 736: warning: comment on exported method Tabs.SetTabsRearrangeGroup should be of the form "SetTabsRearrangeGroup ..." (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/visualshadernodecompare.gen.go
    • Line 20: warning: exported const VisualShaderNodeCompareCtypeBoolean should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const VisualShaderNodeCompareCondAll should have comment (or a comment on this block) or be unexported (golint)
    • Line 38: warning: exported const VisualShaderNodeCompareFuncEqual should have comment (or a comment on this block) or be unexported (golint)
    • Line 55: warning: comment on exported type VisualShaderNodeCompare should be of the form "VisualShaderNodeCompare ..." (with optional leading article) (golint)
    • Line 63: warning: exported method VisualShaderNodeCompare.BaseClass should have comment or be unexported (golint)
    • Line 67: warning: comment on exported method VisualShaderNodeCompare.GetComparisonType should be of the form "GetComparisonType ..." (golint)
    • Line 90: warning: comment on exported method VisualShaderNodeCompare.GetCondition should be of the form "GetCondition ..." (golint)
    • Line 113: warning: comment on exported method VisualShaderNodeCompare.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 136: warning: comment on exported method VisualShaderNodeCompare.SetComparisonType should be of the form "SetComparisonType ..." (golint)
    • Line 157: warning: comment on exported method VisualShaderNodeCompare.SetCondition should be of the form "SetCondition ..." (golint)
    • Line 178: warning: comment on exported method VisualShaderNodeCompare.SetFunction should be of the form "SetFunction ..." (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/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/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/visualshadernodeis.gen.go
    • Line 20: warning: exported const VisualShaderNodeIsFuncIsInf should have comment (or a comment on this block) or be unexported (golint)
    • Line 33: warning: comment on exported type VisualShaderNodeIs should be of the form "VisualShaderNodeIs ..." (with optional leading article) (golint)
    • Line 41: warning: exported method VisualShaderNodeIs.BaseClass should have comment or be unexported (golint)
    • Line 45: warning: comment on exported method VisualShaderNodeIs.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 68: warning: comment on exported method VisualShaderNodeIs.SetFunction should be of the form "SetFunction ..." (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/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/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/visualshader.gen.go
    • Line 20: warning: exported const VisualShaderTypeFragment should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: comment on exported type VisualShader should be of the form "VisualShader ..." (with optional leading article) (golint)
    • Line 43: warning: exported method VisualShader.BaseClass should have comment or be unexported (golint)
    • Line 47: warning: comment on exported method VisualShader.X_InputTypeChanged should be of the form "X_InputTypeChanged ..." (golint)
    • Line 51: warning: don't use underscores in Go names; method X_InputTypeChanged should be XInputTypeChanged (golint)
    • Line 69: warning: comment on exported method VisualShader.X_QueueUpdate should be of the form "X_QueueUpdate ..." (golint)
    • Line 73: warning: don't use underscores in Go names; method X_QueueUpdate should be XQueueUpdate (golint)
    • Line 89: warning: comment on exported method VisualShader.X_UpdateShader should be of the form "X_UpdateShader ..." (golint)
    • Line 93: warning: don't use underscores in Go names; method X_UpdateShader should be XUpdateShader (golint)
    • Line 109: warning: comment on exported method VisualShader.AddNode should be of the form "AddNode ..." (golint)
    • Line 133: warning: comment on exported method VisualShader.CanConnectNodes should be of the form "CanConnectNodes ..." (golint)
    • Line 161: warning: comment on exported method VisualShader.ConnectNodes should be of the form "ConnectNodes ..." (golint)
    • Line 189: warning: comment on exported method VisualShader.ConnectNodesForced should be of the form "ConnectNodesForced ..." (golint)
    • Line 214: warning: comment on exported method VisualShader.DisconnectNodes should be of the form "DisconnectNodes ..." (golint)
    • Line 239: warning: comment on exported method VisualShader.GetGraphOffset should be of the form "GetGraphOffset ..." (golint)
    • Line 262: warning: comment on exported method VisualShader.GetNode should be of the form "GetNode ..." (golint)
    • Line 301: warning: comment on exported method VisualShader.GetNodeConnections should be of the form "GetNodeConnections ..." (golint)
    • Line 325: warning: comment on exported method VisualShader.GetNodeList should be of the form "GetNodeList ..." (golint)
    • Line 349: warning: comment on exported method VisualShader.GetNodePosition should be of the form "GetNodePosition ..." (golint)
    • Line 374: warning: comment on exported method VisualShader.GetValidNodeId should be of the form "GetValidNodeId ..." (golint)
    • Line 398: warning: comment on exported method VisualShader.IsNodeConnection should be of the form "IsNodeConnection ..." (golint)
    • Line 426: warning: comment on exported method VisualShader.RemoveNode should be of the form "RemoveNode ..." (golint)
    • Line 448: warning: comment on exported method VisualShader.SetGraphOffset should be of the form "SetGraphOffset ..." (golint)
    • Line 469: warning: comment on exported method VisualShader.SetMode should be of the form "SetMode ..." (golint)
    • Line 490: warning: comment on exported method VisualShader.SetNodePosition should be of the form "SetNodePosition ..." (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/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.JoinMulticastGroup should be of the form "JoinMulticastGroup ..." (golint)
    • Line 151: warning: comment on exported method PacketPeerUDP.LeaveMulticastGroup should be of the form "LeaveMulticastGroup ..." (golint)
    • Line 176: warning: comment on exported method PacketPeerUDP.Listen should be of the form "Listen ..." (golint)
    • Line 202: warning: comment on exported method PacketPeerUDP.SetBroadcastEnabled should be of the form "SetBroadcastEnabled ..." (golint)
    • Line 223: warning: comment on exported method PacketPeerUDP.SetDestAddress should be of the form "SetDestAddress ..." (golint)
    • Line 248: warning: comment on exported method PacketPeerUDP.Wait should be of the form "Wait ..." (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/godot/animationnodestatemachineplayback.gen.go
    • Line 25: warning: comment on exported type AnimationNodeStateMachinePlayback should be of the form "AnimationNodeStateMachinePlayback ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeStateMachinePlayback.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeStateMachinePlayback.GetCurrentNode should be of the form "GetCurrentNode ..." (golint)
    • Line 60: warning: comment on exported method AnimationNodeStateMachinePlayback.GetTravelPath should be of the form "GetTravelPath ..." (golint)
    • Line 83: warning: comment on exported method AnimationNodeStateMachinePlayback.IsPlaying should be of the form "IsPlaying ..." (golint)
    • Line 106: warning: comment on exported method AnimationNodeStateMachinePlayback.Start should be of the form "Start ..." (golint)
    • Line 127: warning: comment on exported method AnimationNodeStateMachinePlayback.Stop should be of the form "Stop ..." (golint)
    • Line 147: warning: comment on exported method AnimationNodeStateMachinePlayback.Travel should be of the form "Travel ..." (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/crypto.gen.go
    • Line 33: warning: exported method Crypto.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method Crypto.GenerateRandomBytes should be of the form "GenerateRandomBytes ..." (golint)
    • Line 61: warning: comment on exported method Crypto.GenerateRsa should be of the form "GenerateRsa ..." (golint)
    • Line 99: warning: comment on exported method Crypto.GenerateSelfSignedCertificate should be of the form "GenerateSelfSignedCertificate ..." (golint)
    • godot-go/godot/csgtorus.gen.go
    • Line 25: warning: comment on exported type CSGTorus should be of the form "CSGTorus ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CSGTorus.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CSGTorus.GetInnerRadius should be of the form "GetInnerRadius ..." (golint)
    • Line 60: warning: comment on exported method CSGTorus.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 97: warning: comment on exported method CSGTorus.GetOuterRadius should be of the form "GetOuterRadius ..." (golint)
    • Line 120: warning: comment on exported method CSGTorus.GetRingSides should be of the form "GetRingSides ..." (golint)
    • Line 143: warning: comment on exported method CSGTorus.GetSides should be of the form "GetSides ..." (golint)
    • Line 166: warning: comment on exported method CSGTorus.GetSmoothFaces should be of the form "GetSmoothFaces ..." (golint)
    • Line 189: warning: comment on exported method CSGTorus.SetInnerRadius should be of the form "SetInnerRadius ..." (golint)
    • Line 210: warning: comment on exported method CSGTorus.SetMaterial should be of the form "SetMaterial ..." (golint)
    • Line 231: warning: comment on exported method CSGTorus.SetOuterRadius should be of the form "SetOuterRadius ..." (golint)
    • Line 252: warning: comment on exported method CSGTorus.SetRingSides should be of the form "SetRingSides ..." (golint)
    • Line 273: warning: comment on exported method CSGTorus.SetSides should be of the form "SetSides ..." (golint)
    • Line 294: warning: comment on exported method CSGTorus.SetSmoothFaces should be of the form "SetSmoothFaces ..." (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.GetLifetime should be of the form "GetLifetime ..." (golint)
    • Line 206: warning: comment on exported method Particles2D.GetNormalMap should be of the form "GetNormalMap ..." (golint)
    • Line 243: warning: comment on exported method Particles2D.GetOneShot should be of the form "GetOneShot ..." (golint)
    • Line 266: warning: comment on exported method Particles2D.GetPreProcessTime should be of the form "GetPreProcessTime ..." (golint)
    • Line 289: warning: comment on exported method Particles2D.GetProcessMaterial should be of the form "GetProcessMaterial ..." (golint)
    • Line 326: warning: comment on exported method Particles2D.GetRandomnessRatio should be of the form "GetRandomnessRatio ..." (golint)
    • Line 349: warning: comment on exported method Particles2D.GetSpeedScale should be of the form "GetSpeedScale ..." (golint)
    • Line 372: warning: comment on exported method Particles2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 409: warning: comment on exported method Particles2D.GetUseLocalCoordinates should be of the form "GetUseLocalCoordinates ..." (golint)
    • Line 432: warning: comment on exported method Particles2D.GetVisibilityRect should be of the form "GetVisibilityRect ..." (golint)
    • Line 455: warning: comment on exported method Particles2D.IsEmitting should be of the form "IsEmitting ..." (golint)
    • Line 478: warning: comment on exported method Particles2D.Restart should be of the form "Restart ..." (golint)
    • Line 498: warning: comment on exported method Particles2D.SetAmount should be of the form "SetAmount ..." (golint)
    • Line 519: warning: comment on exported method Particles2D.SetDrawOrder should be of the form "SetDrawOrder ..." (golint)
    • Line 540: warning: comment on exported method Particles2D.SetEmitting should be of the form "SetEmitting ..." (golint)
    • Line 561: warning: comment on exported method Particles2D.SetExplosivenessRatio should be of the form "SetExplosivenessRatio ..." (golint)
    • Line 582: warning: comment on exported method Particles2D.SetFixedFps should be of the form "SetFixedFps ..." (golint)
    • Line 603: warning: comment on exported method Particles2D.SetFractionalDelta should be of the form "SetFractionalDelta ..." (golint)
    • Line 624: warning: comment on exported method Particles2D.SetLifetime should be of the form "SetLifetime ..." (golint)
    • Line 645: warning: comment on exported method Particles2D.SetNormalMap should be of the form "SetNormalMap ..." (golint)
    • Line 666: warning: comment on exported method Particles2D.SetOneShot should be of the form "SetOneShot ..." (golint)
    • Line 687: warning: comment on exported method Particles2D.SetPreProcessTime should be of the form "SetPreProcessTime ..." (golint)
    • Line 708: warning: comment on exported method Particles2D.SetProcessMaterial should be of the form "SetProcessMaterial ..." (golint)
    • Line 729: warning: comment on exported method Particles2D.SetRandomnessRatio should be of the form "SetRandomnessRatio ..." (golint)
    • Line 750: warning: comment on exported method Particles2D.SetSpeedScale should be of the form "SetSpeedScale ..." (golint)
    • Line 771: warning: comment on exported method Particles2D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 792: warning: comment on exported method Particles2D.SetUseLocalCoordinates should be of the form "SetUseLocalCoordinates ..." (golint)
    • Line 813: warning: comment on exported method Particles2D.SetVisibilityRect should be of the form "SetVisibilityRect ..." (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)
    • Line 37: warning: comment on exported method Shape.GetMargin should be of the form "GetMargin ..." (golint)
    • Line 60: warning: comment on exported method Shape.SetMargin should be of the form "SetMargin ..." (golint)
    • godot-go/godot/audioeffectspectrumanalyzer.gen.go
    • Line 17: warning: don't use underscores in Go names; type AudioEffectSpectrumAnalyzerFFT_Size should be AudioEffectSpectrumAnalyzerFFTSize (golint)
    • Line 20: warning: exported const AudioEffectSpectrumAnalyzerFftSize1024 should have comment (or a comment on this block) or be unexported (golint)
    • Line 37: warning: comment on exported type AudioEffectSpectrumAnalyzer should be of the form "AudioEffectSpectrumAnalyzer ..." (with optional leading article) (golint)
    • Line 45: warning: exported method AudioEffectSpectrumAnalyzer.BaseClass should have comment or be unexported (golint)
    • Line 49: warning: comment on exported method AudioEffectSpectrumAnalyzer.GetBufferLength should be of the form "GetBufferLength ..." (golint)
    • Line 72: warning: comment on exported method AudioEffectSpectrumAnalyzer.GetFftSize should be of the form "GetFftSize ..." (golint)
    • Line 95: warning: comment on exported method AudioEffectSpectrumAnalyzer.GetTapBackPos should be of the form "GetTapBackPos ..." (golint)
    • Line 118: warning: comment on exported method AudioEffectSpectrumAnalyzer.SetBufferLength should be of the form "SetBufferLength ..." (golint)
    • Line 139: warning: comment on exported method AudioEffectSpectrumAnalyzer.SetFftSize should be of the form "SetFftSize ..." (golint)
    • Line 160: warning: comment on exported method AudioEffectSpectrumAnalyzer.SetTapBackPos should be of the form "SetTapBackPos ..." (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.IsExpandIcon should be of the form "IsExpandIcon ..." (golint)
    • Line 175: warning: comment on exported method Button.IsFlat should be of the form "IsFlat ..." (golint)
    • Line 198: warning: comment on exported method Button.SetButtonIcon should be of the form "SetButtonIcon ..." (golint)
    • Line 219: warning: comment on exported method Button.SetClipText should be of the form "SetClipText ..." (golint)
    • Line 240: warning: comment on exported method Button.SetExpandIcon should be of the form "SetExpandIcon ..." (golint)
    • Line 261: warning: comment on exported method Button.SetFlat should be of the form "SetFlat ..." (golint)
    • Line 282: warning: comment on exported method Button.SetText should be of the form "SetText ..." (golint)
    • Line 303: warning: comment on exported method Button.SetTextAlign should be of the form "SetTextAlign ..." (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/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/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/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/tileset.gen.go
    • Line 20: warning: exported const TileSetBindBottom should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported const TileSetBitmask2X2 should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported const TileSetAtlasTile should have comment (or a comment on this block) or be unexported (golint)
    • Line 66: warning: exported method TileSet.BaseClass should have comment or be unexported (golint)
    • Line 70: warning: comment on exported method TileSet.X_ForwardAtlasSubtileSelection should be of the form "X_ForwardAtlasSubtileSelection ..." (golint)
    • Line 74: warning: don't use underscores in Go names; method X_ForwardAtlasSubtileSelection should be XForwardAtlasSubtileSelection (golint)
    • Line 96: warning: comment on exported method TileSet.X_ForwardSubtileSelection should be of the form "X_ForwardSubtileSelection ..." (golint)
    • Line 100: warning: don't use underscores in Go names; method X_ForwardSubtileSelection should be XForwardSubtileSelection (golint)
    • Line 123: warning: comment on exported method TileSet.X_IsTileBound should be of the form "X_IsTileBound ..." (golint)
    • Line 127: warning: don't use underscores in Go names; method X_IsTileBound should be XIsTileBound (golint)
    • Line 148: warning: comment on exported method TileSet.AutotileClearBitmaskMap should be of the form "AutotileClearBitmaskMap ..." (golint)
    • Line 169: warning: comment on exported method TileSet.AutotileGetBitmask should be of the form "AutotileGetBitmask ..." (golint)
    • Line 194: warning: comment on exported method TileSet.AutotileGetBitmaskMode should be of the form "AutotileGetBitmaskMode ..." (golint)
    • Line 218: warning: comment on exported method TileSet.AutotileGetIconCoordinate should be of the form "AutotileGetIconCoordinate ..." (golint)
    • Line 242: warning: comment on exported method TileSet.AutotileGetLightOccluder should be of the form "AutotileGetLightOccluder ..." (golint)
    • Line 281: warning: comment on exported method TileSet.AutotileGetNavigationPolygon should be of the form "AutotileGetNavigationPolygon ..." (golint)
    • Line 320: warning: comment on exported method TileSet.AutotileGetSize should be of the form "AutotileGetSize ..." (golint)
    • Line 344: warning: comment on exported method TileSet.AutotileGetSpacing should be of the form "AutotileGetSpacing ..." (golint)
    • Line 368: warning: comment on exported method TileSet.AutotileGetSubtilePriority should be of the form "AutotileGetSubtilePriority ..." (golint)
    • Line 393: warning: comment on exported method TileSet.AutotileGetZIndex should be of the form "AutotileGetZIndex ..." (golint)
    • Line 418: warning: comment on exported method TileSet.AutotileSetBitmask should be of the form "AutotileSetBitmask ..." (golint)
    • Line 441: warning: comment on exported method TileSet.AutotileSetBitmaskMode should be of the form "AutotileSetBitmaskMode ..." (golint)
    • Line 463: warning: comment on exported method TileSet.AutotileSetIconCoordinate should be of the form "AutotileSetIconCoordinate ..." (golint)
    • Line 485: warning: comment on exported method TileSet.AutotileSetLightOccluder should be of the form "AutotileSetLightOccluder ..." (golint)
    • Line 508: warning: comment on exported method TileSet.AutotileSetNavigationPolygon should be of the form "AutotileSetNavigationPolygon ..." (golint)
    • Line 531: warning: comment on exported method TileSet.AutotileSetSize should be of the form "AutotileSetSize ..." (golint)
    • Line 553: warning: comment on exported method TileSet.AutotileSetSpacing should be of the form "AutotileSetSpacing ..." (golint)
    • Line 575: warning: comment on exported method TileSet.AutotileSetSubtilePriority should be of the form "AutotileSetSubtilePriority ..." (golint)
    • Line 598: warning: comment on exported method TileSet.AutotileSetZIndex should be of the form "AutotileSetZIndex ..." (golint)
    • Line 621: warning: comment on exported method TileSet.Clear should be of the form "Clear ..." (golint)
    • Line 641: warning: comment on exported method TileSet.CreateTile should be of the form "CreateTile ..." (golint)
    • Line 662: warning: comment on exported method TileSet.FindTileByName should be of the form "FindTileByName ..." (golint)
    • Line 686: warning: comment on exported method TileSet.GetLastUnusedTileId should be of the form "GetLastUnusedTileId ..." (golint)
    • Line 709: warning: comment on exported method TileSet.GetTilesIds should be of the form "GetTilesIds ..." (golint)
    • Line 732: warning: comment on exported method TileSet.RemoveTile should be of the form "RemoveTile ..." (golint)
    • Line 753: warning: comment on exported method TileSet.TileAddShape should be of the form "TileAddShape ..." (golint)
    • Line 778: warning: comment on exported method TileSet.TileGetLightOccluder should be of the form "TileGetLightOccluder ..." (golint)
    • Line 816: warning: comment on exported method TileSet.TileGetMaterial should be of the form "TileGetMaterial ..." (golint)
    • Line 854: warning: comment on exported method TileSet.TileGetModulate should be of the form "TileGetModulate ..." (golint)
    • Line 878: warning: comment on exported method TileSet.TileGetName should be of the form "TileGetName ..." (golint)
    • Line 902: warning: comment on exported method TileSet.TileGetNavigationPolygon should be of the form "TileGetNavigationPolygon ..." (golint)
    • Line 940: warning: comment on exported method TileSet.TileGetNavigationPolygonOffset should be of the form "TileGetNavigationPolygonOffset ..." (golint)
    • Line 964: warning: comment on exported method TileSet.TileGetNormalMap should be of the form "TileGetNormalMap ..." (golint)
    • Line 1002: warning: comment on exported method TileSet.TileGetOccluderOffset should be of the form "TileGetOccluderOffset ..." (golint)
    • Line 1026: warning: comment on exported method TileSet.TileGetRegion should be of the form "TileGetRegion ..." (golint)
    • Line 1050: warning: comment on exported method TileSet.TileGetShape should be of the form "TileGetShape ..." (golint)
    • Line 1089: warning: comment on exported method TileSet.TileGetShapeCount should be of the form "TileGetShapeCount ..." (golint)
    • Line 1113: warning: comment on exported method TileSet.TileGetShapeOffset should be of the form "TileGetShapeOffset ..." (golint)
    • Line 1138: warning: comment on exported method TileSet.TileGetShapeOneWay should be of the form "TileGetShapeOneWay ..." (golint)
    • Line 1163: warning: comment on exported method TileSet.TileGetShapeOneWayMargin should be of the form "TileGetShapeOneWayMargin ..." (golint)
    • Line 1188: warning: comment on exported method TileSet.TileGetShapeTransform should be of the form "TileGetShapeTransform ..." (golint)
    • Line 1213: warning: comment on exported method TileSet.TileGetShapes should be of the form "TileGetShapes ..." (golint)
    • Line 1237: warning: comment on exported method TileSet.TileGetTexture should be of the form "TileGetTexture ..." (golint)
    • Line 1275: warning: comment on exported method TileSet.TileGetTextureOffset should be of the form "TileGetTextureOffset ..." (golint)
    • Line 1299: warning: comment on exported method TileSet.TileGetTileMode should be of the form "TileGetTileMode ..." (golint)
    • Line 1323: warning: comment on exported method TileSet.TileGetZIndex should be of the form "TileGetZIndex ..." (golint)
    • Line 1347: warning: comment on exported method TileSet.TileSetLightOccluder should be of the form "TileSetLightOccluder ..." (golint)
    • Line 1369: warning: comment on exported method TileSet.TileSetMaterial should be of the form "TileSetMaterial ..." (golint)
    • Line 1391: warning: comment on exported method TileSet.TileSetModulate should be of the form "TileSetModulate ..." (golint)
    • Line 1413: warning: comment on exported method TileSet.TileSetName should be of the form "TileSetName ..." (golint)
    • Line 1435: warning: comment on exported method TileSet.TileSetNavigationPolygon should be of the form "TileSetNavigationPolygon ..." (golint)
    • Line 1457: warning: comment on exported method TileSet.TileSetNavigationPolygonOffset should be of the form "TileSetNavigationPolygonOffset ..." (golint)
    • Line 1479: warning: comment on exported method TileSet.TileSetNormalMap should be of the form "TileSetNormalMap ..." (golint)
    • Line 1501: warning: comment on exported method TileSet.TileSetOccluderOffset should be of the form "TileSetOccluderOffset ..." (golint)
    • Line 1523: warning: comment on exported method TileSet.TileSetRegion should be of the form "TileSetRegion ..." (golint)
    • Line 1545: warning: comment on exported method TileSet.TileSetShape should be of the form "TileSetShape ..." (golint)
    • Line 1568: warning: comment on exported method TileSet.TileSetShapeOffset should be of the form "TileSetShapeOffset ..." (golint)
    • Line 1591: warning: comment on exported method TileSet.TileSetShapeOneWay should be of the form "TileSetShapeOneWay ..." (golint)
    • Line 1614: warning: comment on exported method TileSet.TileSetShapeOneWayMargin should be of the form "TileSetShapeOneWayMargin ..." (golint)
    • Line 1637: warning: comment on exported method TileSet.TileSetShapeTransform should be of the form "TileSetShapeTransform ..." (golint)
    • Line 1660: warning: comment on exported method TileSet.TileSetShapes should be of the form "TileSetShapes ..." (golint)
    • Line 1682: warning: comment on exported method TileSet.TileSetTexture should be of the form "TileSetTexture ..." (golint)
    • Line 1704: warning: comment on exported method TileSet.TileSetTextureOffset should be of the form "TileSetTextureOffset ..." (golint)
    • Line 1726: warning: comment on exported method TileSet.TileSetTileMode should be of the form "TileSetTileMode ..." (golint)
    • Line 1748: warning: comment on exported method TileSet.TileSetZIndex should be of the form "TileSetZIndex ..." (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/editorspatialgizmoplugin.gen.go
    • Line 25: warning: comment on exported type EditorSpatialGizmoPlugin should be of the form "EditorSpatialGizmoPlugin ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorSpatialGizmoPlugin.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorSpatialGizmoPlugin.AddMaterial should be of the form "AddMaterial ..." (golint)
    • Line 59: warning: comment on exported method EditorSpatialGizmoPlugin.CanBeHidden should be of the form "CanBeHidden ..." (golint)
    • Line 82: warning: comment on exported method EditorSpatialGizmoPlugin.CommitHandle should be of the form "CommitHandle ..." (golint)
    • Line 106: warning: comment on exported method EditorSpatialGizmoPlugin.CreateGizmo should be of the form "CreateGizmo ..." (golint)
    • Line 144: warning: comment on exported method EditorSpatialGizmoPlugin.CreateHandleMaterial should be of the form "CreateHandleMaterial ..." (golint)
    • Line 166: warning: comment on exported method EditorSpatialGizmoPlugin.CreateIconMaterial should be of the form "CreateIconMaterial ..." (golint)
    • Line 190: warning: comment on exported method EditorSpatialGizmoPlugin.CreateMaterial should be of the form "CreateMaterial ..." (golint)
    • Line 215: warning: comment on exported method EditorSpatialGizmoPlugin.GetHandleName should be of the form "GetHandleName ..." (golint)
    • Line 240: warning: comment on exported method EditorSpatialGizmoPlugin.GetHandleValue should be of the form "GetHandleValue ..." (golint)
    • Line 265: warning: comment on exported method EditorSpatialGizmoPlugin.GetMaterial should be of the form "GetMaterial ..." (golint)
    • Line 304: warning: comment on exported method EditorSpatialGizmoPlugin.GetName should be of the form "GetName ..." (golint)
    • Line 327: warning: comment on exported method EditorSpatialGizmoPlugin.GetPriority should be of the form "GetPriority ..." (golint)
    • Line 350: warning: comment on exported method EditorSpatialGizmoPlugin.HasGizmo should be of the form "HasGizmo ..." (golint)
    • Line 374: warning: comment on exported method EditorSpatialGizmoPlugin.IsHandleHighlighted should be of the form "IsHandleHighlighted ..." (golint)
    • Line 399: warning: comment on exported method EditorSpatialGizmoPlugin.IsSelectableWhenHidden should be of the form "IsSelectableWhenHidden ..." (golint)
    • Line 422: warning: comment on exported method EditorSpatialGizmoPlugin.Redraw should be of the form "Redraw ..." (golint)
    • Line 443: warning: comment on exported method EditorSpatialGizmoPlugin.SetHandle should be of the form "SetHandle ..." (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.GetSlipsOnSlope should be of the form "GetSlipsOnSlope ..." (golint)
    • Line 83: warning: comment on exported method RayShape2D.SetLength should be of the form "SetLength ..." (golint)
    • Line 104: warning: comment on exported method RayShape2D.SetSlipsOnSlope should be of the form "SetSlipsOnSlope ..." (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 219: warning: comment on exported method SceneTree.CallGroupFlags should be of the form "CallGroupFlags ..." (golint)
    • Line 249: warning: comment on exported method SceneTree.ChangeScene should be of the form "ChangeScene ..." (golint)
    • Line 273: warning: comment on exported method SceneTree.ChangeSceneTo should be of the form "ChangeSceneTo ..." (golint)
    • Line 297: warning: comment on exported method SceneTree.CreateTimer should be of the form "CreateTimer ..." (golint)
    • Line 336: warning: comment on exported method SceneTree.GetCurrentScene should be of the form "GetCurrentScene ..." (golint)
    • Line 373: warning: comment on exported method SceneTree.GetEditedSceneRoot should be of the form "GetEditedSceneRoot ..." (golint)
    • Line 410: warning: comment on exported method SceneTree.GetFrame should be of the form "GetFrame ..." (golint)
    • Line 433: warning: comment on exported method SceneTree.GetMultiplayer should be of the form "GetMultiplayer ..." (golint)
    • Line 470: warning: comment on exported method SceneTree.GetNetworkConnectedPeers should be of the form "GetNetworkConnectedPeers ..." (golint)
    • Line 493: warning: comment on exported method SceneTree.GetNetworkPeer should be of the form "GetNetworkPeer ..." (golint)
    • Line 530: warning: comment on exported method SceneTree.GetNetworkUniqueId should be of the form "GetNetworkUniqueId ..." (golint)
    • Line 553: warning: comment on exported method SceneTree.GetNodeCount should be of the form "GetNodeCount ..." (golint)
    • Line 576: warning: comment on exported method SceneTree.GetNodesInGroup should be of the form "GetNodesInGroup ..." (golint)
    • Line 600: warning: comment on exported method SceneTree.GetRoot should be of the form "GetRoot ..." (golint)
    • Line 637: warning: comment on exported method SceneTree.GetRpcSenderId should be of the form "GetRpcSenderId ..." (golint)
    • Line 660: warning: comment on exported method SceneTree.HasGroup should be of the form "HasGroup ..." (golint)
    • Line 684: warning: comment on exported method SceneTree.HasNetworkPeer should be of the form "HasNetworkPeer ..." (golint)
    • Line 707: warning: comment on exported method SceneTree.IsDebuggingCollisionsHint should be of the form "IsDebuggingCollisionsHint ..." (golint)
    • Line 730: warning: comment on exported method SceneTree.IsDebuggingNavigationHint should be of the form "IsDebuggingNavigationHint ..." (golint)
    • Line 753: warning: comment on exported method SceneTree.IsInputHandled should be of the form "IsInputHandled ..." (golint)
    • Line 776: warning: comment on exported method SceneTree.IsMultiplayerPollEnabled should be of the form "IsMultiplayerPollEnabled ..." (golint)
    • Line 799: warning: comment on exported method SceneTree.IsNetworkServer should be of the form "IsNetworkServer ..." (golint)
    • Line 822: warning: comment on exported method SceneTree.IsPaused should be of the form "IsPaused ..." (golint)
    • Line 845: warning: comment on exported method SceneTree.IsRefusingNewNetworkConnections should be of the form "IsRefusingNewNetworkConnections ..." (golint)
    • Line 868: warning: comment on exported method SceneTree.IsUsingFontOversampling should be of the form "IsUsingFontOversampling ..." (golint)
    • Line 891: warning: comment on exported method SceneTree.NotifyGroup should be of the form "NotifyGroup ..." (golint)
    • Line 913: warning: comment on exported method SceneTree.NotifyGroupFlags should be of the form "NotifyGroupFlags ..." (golint)
    • Line 936: warning: comment on exported method SceneTree.QueueDelete should be of the form "QueueDelete ..." (golint)
    • Line 957: warning: comment on exported method SceneTree.Quit should be of the form "Quit ..." (golint)
    • Line 978: warning: comment on exported method SceneTree.ReloadCurrentScene should be of the form "ReloadCurrentScene ..." (golint)
    • Line 1001: warning: comment on exported method SceneTree.SetAutoAcceptQuit should be of the form "SetAutoAcceptQuit ..." (golint)
    • Line 1022: warning: comment on exported method SceneTree.SetCurrentScene should be of the form "SetCurrentScene ..." (golint)
    • Line 1043: warning: comment on exported method SceneTree.SetDebugCollisionsHint should be of the form "SetDebugCollisionsHint ..." (golint)
    • Line 1064: warning: comment on exported method SceneTree.SetDebugNavigationHint should be of the form "SetDebugNavigationHint ..." (golint)
    • Line 1085: warning: comment on exported method SceneTree.SetEditedSceneRoot should be of the form "SetEditedSceneRoot ..." (golint)
    • Line 1106: warning: comment on exported method SceneTree.SetGroup should be of the form "SetGroup ..." (golint)
    • Line 1129: warning: comment on exported method SceneTree.SetGroupFlags should be of the form "SetGroupFlags ..." (golint)
    • Line 1153: warning: comment on exported method SceneTree.SetInputAsHandled should be of the form "SetInputAsHandled ..." (golint)
    • Line 1173: warning: comment on exported method SceneTree.SetMultiplayer should be of the form "SetMultiplayer ..." (golint)
    • Line 1194: warning: comment on exported method SceneTree.SetMultiplayerPollEnabled should be of the form "SetMultiplayerPollEnabled ..." (golint)
    • Line 1215: warning: comment on exported method SceneTree.SetNetworkPeer should be of the form "SetNetworkPeer ..." (golint)
    • Line 1236: warning: comment on exported method SceneTree.SetPause should be of the form "SetPause ..." (golint)
    • Line 1257: warning: comment on exported method SceneTree.SetQuitOnGoBack should be of the form "SetQuitOnGoBack ..." (golint)
    • Line 1278: warning: comment on exported method SceneTree.SetRefuseNewNetworkConnections should be of the form "SetRefuseNewNetworkConnections ..." (golint)
    • Line 1299: warning: comment on exported method SceneTree.SetScreenStretch should be of the form "SetScreenStretch ..." (golint)
    • Line 1323: warning: comment on exported method SceneTree.SetUseFontOversampling should be of the form "SetUseFontOversampling ..." (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.AddTriangleFan should be of the form "AddTriangleFan ..." (golint)
    • Line 189: warning: comment on exported method SurfaceTool.AddUv should be of the form "AddUv ..." (golint)
    • Line 210: warning: comment on exported method SurfaceTool.AddUv2 should be of the form "AddUv2 ..." (golint)
    • Line 231: warning: comment on exported method SurfaceTool.AddVertex should be of the form "AddVertex ..." (golint)
    • Line 252: warning: comment on exported method SurfaceTool.AddWeights should be of the form "AddWeights ..." (golint)
    • Line 273: warning: comment on exported method SurfaceTool.AppendFrom should be of the form "AppendFrom ..." (golint)
    • Line 296: warning: comment on exported method SurfaceTool.Begin should be of the form "Begin ..." (golint)
    • Line 317: warning: comment on exported method SurfaceTool.Clear should be of the form "Clear ..." (golint)
    • Line 337: warning: comment on exported method SurfaceTool.Commit should be of the form "Commit ..." (golint)
    • Line 376: warning: comment on exported method SurfaceTool.CommitToArrays should be of the form "CommitToArrays ..." (golint)
    • Line 399: warning: comment on exported method SurfaceTool.CreateFrom should be of the form "CreateFrom ..." (golint)
    • Line 421: warning: comment on exported method SurfaceTool.CreateFromBlendShape should be of the form "CreateFromBlendShape ..." (golint)
    • Line 444: warning: comment on exported method SurfaceTool.Deindex should be of the form "Deindex ..." (golint)
    • Line 464: warning: comment on exported method SurfaceTool.GenerateNormals should be of the form "GenerateNormals ..." (golint)
    • Line 485: warning: comment on exported method SurfaceTool.GenerateTangents should be of the form "GenerateTangents ..." (golint)
    • Line 505: warning: comment on exported method SurfaceTool.Index should be of the form "Index ..." (golint)
    • Line 525: warning: comment on exported method SurfaceTool.SetMaterial should be of the form "SetMaterial ..." (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 31: warning: exported const TileMapModeCustom should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported const TileMapTileOriginBottomLeft should have comment (or a comment on this block) or be unexported (golint)
    • Line 54: warning: comment on exported type TileMap should be of the form "TileMap ..." (with optional leading article) (golint)
    • Line 62: warning: exported method TileMap.BaseClass should have comment or be unexported (golint)
    • Line 66: warning: comment on exported method TileMap.X_ClearQuadrants should be of the form "X_ClearQuadrants ..." (golint)
    • Line 70: warning: don't use underscores in Go names; method X_ClearQuadrants should be XClearQuadrants (golint)
    • Line 86: warning: comment on exported method TileMap.X_GetOldCellSize should be of the form "X_GetOldCellSize ..." (golint)
    • Line 90: warning: don't use underscores in Go names; method X_GetOldCellSize should be XGetOldCellSize (golint)
    • Line 109: warning: comment on exported method TileMap.X_GetTileData should be of the form "X_GetTileData ..." (golint)
    • Line 113: warning: don't use underscores in Go names; method X_GetTileData should be XGetTileData (golint)
    • Line 132: warning: comment on exported method TileMap.X_RecreateQuadrants should be of the form "X_RecreateQuadrants ..." (golint)
    • Line 136: warning: don't use underscores in Go names; method X_RecreateQuadrants should be XRecreateQuadrants (golint)
    • Line 152: warning: comment on exported method TileMap.X_SetCelld should be of the form "X_SetCelld ..." (golint)
    • Line 156: warning: don't use underscores in Go names; method X_SetCelld should be XSetCelld (golint)
    • Line 174: warning: comment on exported method TileMap.X_SetOldCellSize should be of the form "X_SetOldCellSize ..." (golint)
    • Line 178: warning: don't use underscores in Go names; method X_SetOldCellSize should be XSetOldCellSize (golint)
    • Line 195: warning: comment on exported method TileMap.X_SetTileData should be of the form "X_SetTileData ..." (golint)
    • Line 199: warning: don't use underscores in Go names; method X_SetTileData should be XSetTileData (golint)
    • Line 216: warning: comment on exported method TileMap.Clear should be of the form "Clear ..." (golint)
    • Line 236: warning: comment on exported method TileMap.FixInvalidTiles should be of the form "FixInvalidTiles ..." (golint)
    • Line 256: warning: comment on exported method TileMap.GetCell should be of the form "GetCell ..." (golint)
    • Line 281: warning: comment on exported method TileMap.GetCellAutotileCoord should be of the form "GetCellAutotileCoord ..." (golint)
    • Line 306: warning: comment on exported method TileMap.GetCellSize should be of the form "GetCellSize ..." (golint)
    • Line 329: warning: comment on exported method TileMap.GetCellv should be of the form "GetCellv ..." (golint)
    • Line 353: warning: comment on exported method TileMap.GetClipUv should be of the form "GetClipUv ..." (golint)
    • Line 376: warning: comment on exported method TileMap.GetCollisionBounce should be of the form "GetCollisionBounce ..." (golint)
    • Line 399: warning: comment on exported method TileMap.GetCollisionFriction should be of the form "GetCollisionFriction ..." (golint)
    • Line 422: warning: comment on exported method TileMap.GetCollisionLayer should be of the form "GetCollisionLayer ..." (golint)
    • Line 445: warning: comment on exported method TileMap.GetCollisionLayerBit should be of the form "GetCollisionLayerBit ..." (golint)
    • Line 469: warning: comment on exported method TileMap.GetCollisionMask should be of the form "GetCollisionMask ..." (golint)
    • Line 492: warning: comment on exported method TileMap.GetCollisionMaskBit should be of the form "GetCollisionMaskBit ..." (golint)
    • Line 516: warning: comment on exported method TileMap.GetCollisionUseKinematic should be of the form "GetCollisionUseKinematic ..." (golint)
    • Line 539: warning: comment on exported method TileMap.GetCollisionUseParent should be of the form "GetCollisionUseParent ..." (golint)
    • Line 562: warning: comment on exported method TileMap.GetCustomTransform should be of the form "GetCustomTransform ..." (golint)
    • Line 585: warning: comment on exported method TileMap.GetHalfOffset should be of the form "GetHalfOffset ..." (golint)
    • Line 608: warning: comment on exported method TileMap.GetMode should be of the form "GetMode ..." (golint)
    • Line 631: warning: comment on exported method TileMap.GetOccluderLightMask should be of the form "GetOccluderLightMask ..." (golint)
    • Line 654: warning: comment on exported method TileMap.GetQuadrantSize should be of the form "GetQuadrantSize ..." (golint)
    • Line 677: warning: comment on exported method TileMap.GetTileOrigin should be of the form "GetTileOrigin ..." (golint)
    • Line 700: warning: comment on exported method TileMap.GetTileset should be of the form "GetTileset ..." (golint)
    • Line 737: warning: comment on exported method TileMap.GetUsedCells should be of the form "GetUsedCells ..." (golint)
    • Line 760: warning: comment on exported method TileMap.GetUsedCellsById should be of the form "GetUsedCellsById ..." (golint)
    • Line 784: warning: comment on exported method TileMap.GetUsedRect should be of the form "GetUsedRect ..." (golint)
    • Line 807: warning: comment on exported method TileMap.IsCellTransposed should be of the form "IsCellTransposed ..." (golint)
    • Line 832: warning: comment on exported method TileMap.IsCellXFlipped should be of the form "IsCellXFlipped ..." (golint)
    • Line 857: warning: comment on exported method TileMap.IsCellYFlipped should be of the form "IsCellYFlipped ..." (golint)
    • Line 882: warning: comment on exported method TileMap.IsCenteredTexturesEnabled should be of the form "IsCenteredTexturesEnabled ..." (golint)
    • Line 905: warning: comment on exported method TileMap.IsCompatibilityModeEnabled should be of the form "IsCompatibilityModeEnabled ..." (golint)
    • Line 928: warning: comment on exported method TileMap.IsYSortModeEnabled should be of the form "IsYSortModeEnabled ..." (golint)
    • Line 951: warning: comment on exported method TileMap.MapToWorld should be of the form "MapToWorld ..." (golint)
    • Line 976: warning: comment on exported method TileMap.SetCell should be of the form "SetCell ..." (golint)
    • Line 1003: warning: comment on exported method TileMap.SetCellSize should be of the form "SetCellSize ..." (golint)
    • Line 1024: warning: comment on exported method TileMap.SetCellv should be of the form "SetCellv ..." (golint)
    • Line 1049: warning: comment on exported method TileMap.SetCenteredTextures should be of the form "SetCenteredTextures ..." (golint)
    • Line 1070: warning: comment on exported method TileMap.SetClipUv should be of the form "SetClipUv ..." (golint)
    • Line 1091: warning: comment on exported method TileMap.SetCollisionBounce should be of the form "SetCollisionBounce ..." (golint)
    • Line 1112: warning: comment on exported method TileMap.SetCollisionFriction should be of the form "SetCollisionFriction ..." (golint)
    • Line 1133: warning: comment on exported method TileMap.SetCollisionLayer should be of the form "SetCollisionLayer ..." (golint)
    • Line 1154: warning: comment on exported method TileMap.SetCollisionLayerBit should be of the form "SetCollisionLayerBit ..." (golint)
    • Line 1176: warning: comment on exported method TileMap.SetCollisionMask should be of the form "SetCollisionMask ..." (golint)
    • Line 1197: warning: comment on exported method TileMap.SetCollisionMaskBit should be of the form "SetCollisionMaskBit ..." (golint)
    • Line 1219: warning: comment on exported method TileMap.SetCollisionUseKinematic should be of the form "SetCollisionUseKinematic ..." (golint)
    • Line 1240: warning: comment on exported method TileMap.SetCollisionUseParent should be of the form "SetCollisionUseParent ..." (golint)
    • Line 1261: warning: comment on exported method TileMap.SetCompatibilityMode should be of the form "SetCompatibilityMode ..." (golint)
    • Line 1282: warning: comment on exported method TileMap.SetCustomTransform should be of the form "SetCustomTransform ..." (golint)
    • Line 1303: warning: comment on exported method TileMap.SetHalfOffset should be of the form "SetHalfOffset ..." (golint)
    • Line 1324: warning: comment on exported method TileMap.SetMode should be of the form "SetMode ..." (golint)
    • Line 1345: warning: comment on exported method TileMap.SetOccluderLightMask should be of the form "SetOccluderLightMask ..." (golint)
    • Line 1366: warning: comment on exported method TileMap.SetQuadrantSize should be of the form "SetQuadrantSize ..." (golint)
    • Line 1387: warning: comment on exported method TileMap.SetTileOrigin should be of the form "SetTileOrigin ..." (golint)
    • Line 1408: warning: comment on exported method TileMap.SetTileset should be of the form "SetTileset ..." (golint)
    • Line 1429: warning: comment on exported method TileMap.SetYSortMode should be of the form "SetYSortMode ..." (golint)
    • Line 1450: warning: comment on exported method TileMap.UpdateBitmaskArea should be of the form "UpdateBitmaskArea ..." (golint)
    • Line 1471: warning: comment on exported method TileMap.UpdateBitmaskRegion should be of the form "UpdateBitmaskRegion ..." (golint)
    • Line 1493: warning: comment on exported method TileMap.UpdateDirtyQuadrants should be of the form "UpdateDirtyQuadrants ..." (golint)
    • Line 1513: warning: comment on exported method TileMap.WorldToMap should be of the form "WorldToMap ..." (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.X_ReloadPhysicsCharacteristics should be of the form "X_ReloadPhysicsCharacteristics ..." (golint)
    • Line 135: warning: don't use underscores in Go names; method X_ReloadPhysicsCharacteristics should be XReloadPhysicsCharacteristics (golint)
    • Line 151: warning: comment on exported method RigidBody.AddCentralForce should be of the form "AddCentralForce ..." (golint)
    • Line 172: warning: comment on exported method RigidBody.AddForce should be of the form "AddForce ..." (golint)
    • Line 194: warning: comment on exported method RigidBody.AddTorque should be of the form "AddTorque ..." (golint)
    • Line 215: warning: comment on exported method RigidBody.ApplyCentralImpulse should be of the form "ApplyCentralImpulse ..." (golint)
    • Line 236: warning: comment on exported method RigidBody.ApplyImpulse should be of the form "ApplyImpulse ..." (golint)
    • Line 258: warning: comment on exported method RigidBody.ApplyTorqueImpulse should be of the form "ApplyTorqueImpulse ..." (golint)
    • Line 279: warning: comment on exported method RigidBody.GetAngularDamp should be of the form "GetAngularDamp ..." (golint)
    • Line 302: warning: comment on exported method RigidBody.GetAngularVelocity should be of the form "GetAngularVelocity ..." (golint)
    • Line 325: warning: comment on exported method RigidBody.GetAxisLock should be of the form "GetAxisLock ..." (golint)
    • Line 349: warning: comment on exported method RigidBody.GetBounce should be of the form "GetBounce ..." (golint)
    • Line 372: warning: comment on exported method RigidBody.GetCollidingBodies should be of the form "GetCollidingBodies ..." (golint)
    • Line 395: warning: comment on exported method RigidBody.GetFriction should be of the form "GetFriction ..." (golint)
    • Line 418: warning: comment on exported method RigidBody.GetGravityScale should be of the form "GetGravityScale ..." (golint)
    • Line 441: warning: comment on exported method RigidBody.GetLinearDamp should be of the form "GetLinearDamp ..." (golint)
    • Line 464: warning: comment on exported method RigidBody.GetLinearVelocity should be of the form "GetLinearVelocity ..." (golint)
    • Line 487: warning: comment on exported method RigidBody.GetMass should be of the form "GetMass ..." (golint)
    • Line 510: warning: comment on exported method RigidBody.GetMaxContactsReported should be of the form "GetMaxContactsReported ..." (golint)
    • Line 533: warning: comment on exported method RigidBody.GetMode should be of the form "GetMode ..." (golint)
    • Line 556: warning: comment on exported method RigidBody.GetPhysicsMaterialOverride should be of the form "GetPhysicsMaterialOverride ..." (golint)
    • Line 593: warning: comment on exported method RigidBody.GetWeight should be of the form "GetWeight ..." (golint)
    • Line 616: warning: comment on exported method RigidBody.IsAbleToSleep should be of the form "IsAbleToSleep ..." (golint)
    • Line 639: warning: comment on exported method RigidBody.IsContactMonitorEnabled should be of the form "IsContactMonitorEnabled ..." (golint)
    • Line 662: warning: comment on exported method RigidBody.IsSleeping should be of the form "IsSleeping ..." (golint)
    • Line 685: warning: comment on exported method RigidBody.IsUsingContinuousCollisionDetection should be of the form "IsUsingContinuousCollisionDetection ..." (golint)
    • Line 708: warning: comment on exported method RigidBody.IsUsingCustomIntegrator should be of the form "IsUsingCustomIntegrator ..." (golint)
    • Line 731: warning: comment on exported method RigidBody.SetAngularDamp should be of the form "SetAngularDamp ..." (golint)
    • Line 752: warning: comment on exported method RigidBody.SetAngularVelocity should be of the form "SetAngularVelocity ..." (golint)
    • Line 773: warning: comment on exported method RigidBody.SetAxisLock should be of the form "SetAxisLock ..." (golint)
    • Line 795: warning: comment on exported method RigidBody.SetAxisVelocity should be of the form "SetAxisVelocity ..." (golint)
    • Line 816: warning: comment on exported method RigidBody.SetBounce should be of the form "SetBounce ..." (golint)
    • Line 837: warning: comment on exported method RigidBody.SetCanSleep should be of the form "SetCanSleep ..." (golint)
    • Line 858: warning: comment on exported method RigidBody.SetContactMonitor should be of the form "SetContactMonitor ..." (golint)
    • Line 879: warning: comment on exported method RigidBody.SetFriction should be of the form "SetFriction ..." (golint)
    • Line 900: warning: comment on exported method RigidBody.SetGravityScale should be of the form "SetGravityScale ..." (golint)
    • Line 921: warning: comment on exported method RigidBody.SetLinearDamp should be of the form "SetLinearDamp ..." (golint)
    • Line 942: warning: comment on exported method RigidBody.SetLinearVelocity should be of the form "SetLinearVelocity ..." (golint)
    • Line 963: warning: comment on exported method RigidBody.SetMass should be of the form "SetMass ..." (golint)
    • Line 984: warning: comment on exported method RigidBody.SetMaxContactsReported should be of the form "SetMaxContactsReported ..." (golint)
    • Line 1005: warning: comment on exported method RigidBody.SetMode should be of the form "SetMode ..." (golint)
    • Line 1026: warning: comment on exported method RigidBody.SetPhysicsMaterialOverride should be of the form "SetPhysicsMaterialOverride ..." (golint)
    • Line 1047: warning: comment on exported method RigidBody.SetSleeping should be of the form "SetSleeping ..." (golint)
    • Line 1068: warning: comment on exported method RigidBody.SetUseContinuousCollisionDetection should be of the form "SetUseContinuousCollisionDetection ..." (golint)
    • Line 1089: warning: comment on exported method RigidBody.SetUseCustomIntegrator should be of the form "SetUseCustomIntegrator ..." (golint)
    • Line 1110: warning: comment on exported method RigidBody.SetWeight should be of the form "SetWeight ..." (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.ClampSplitOffset should be of the form "ClampSplitOffset ..." (golint)
    • Line 87: warning: comment on exported method SplitContainer.GetDraggerVisibility should be of the form "GetDraggerVisibility ..." (golint)
    • Line 110: warning: comment on exported method SplitContainer.GetSplitOffset should be of the form "GetSplitOffset ..." (golint)
    • Line 133: warning: comment on exported method SplitContainer.IsCollapsed should be of the form "IsCollapsed ..." (golint)
    • Line 156: warning: comment on exported method SplitContainer.SetCollapsed should be of the form "SetCollapsed ..." (golint)
    • Line 177: warning: comment on exported method SplitContainer.SetDraggerVisibility should be of the form "SetDraggerVisibility ..." (golint)
    • Line 198: warning: comment on exported method SplitContainer.SetSplitOffset should be of the form "SetSplitOffset ..." (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/collisionobject.gen.go
    • Line 25: warning: comment on exported type CollisionObject should be of the form "CollisionObject ..." (with optional leading article) (golint)
    • 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/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/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/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/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/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/performance.gen.go
    • Line 20: warning: exported const PerformanceAudioOutputLatency should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: comment on exported var Performance should be of the form "Performance ..." (golint)
    • godot-go/godot/webrtcdatachannel.gen.go
    • Line 20: warning: exported const WebRTCDataChannelStateClosed should have comment (or a comment on this block) or be unexported (golint)
    • Line 30: warning: exported const WebRTCDataChannelWriteModeBinary should have comment (or a comment on this block) or be unexported (golint)
    • Line 43: warning: comment on exported type WebRTCDataChannel should be of the form "WebRTCDataChannel ..." (with optional leading article) (golint)
    • Line 51: warning: exported method WebRTCDataChannel.BaseClass should have comment or be unexported (golint)
    • Line 55: warning: comment on exported method WebRTCDataChannel.Close should be of the form "Close ..." (golint)
    • Line 75: warning: comment on exported method WebRTCDataChannel.GetId should be of the form "GetId ..." (golint)
    • Line 98: warning: comment on exported method WebRTCDataChannel.GetLabel should be of the form "GetLabel ..." (golint)
    • Line 121: warning: comment on exported method WebRTCDataChannel.GetMaxPacketLifeTime should be of the form "GetMaxPacketLifeTime ..." (golint)
    • Line 144: warning: comment on exported method WebRTCDataChannel.GetMaxRetransmits should be of the form "GetMaxRetransmits ..." (golint)
    • Line 167: warning: comment on exported method WebRTCDataChannel.GetProtocol should be of the form "GetProtocol ..." (golint)
    • Line 190: warning: comment on exported method WebRTCDataChannel.GetReadyState should be of the form "GetReadyState ..." (golint)
    • Line 213: warning: comment on exported method WebRTCDataChannel.GetWriteMode should be of the form "GetWriteMode ..." (golint)
    • Line 236: warning: comment on exported method WebRTCDataChannel.IsNegotiated should be of the form "IsNegotiated ..." (golint)
    • Line 259: warning: comment on exported method WebRTCDataChannel.IsOrdered should be of the form "IsOrdered ..." (golint)
    • Line 282: warning: comment on exported method WebRTCDataChannel.Poll should be of the form "Poll ..." (golint)
    • Line 305: warning: comment on exported method WebRTCDataChannel.SetWriteMode should be of the form "SetWriteMode ..." (golint)
    • Line 326: warning: comment on exported method WebRTCDataChannel.WasStringPacket should be of the form "WasStringPacket ..." (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/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 42: warning: comment on exported type DirectionalLight should be of the form "DirectionalLight ..." (with optional leading article) (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/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 56: warning: comment on exported type Light should be of the form "Light ..." (with optional leading article) (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/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/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/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/visualshadernodevectorlen.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeVectorLen should be of the form "VisualShaderNodeVectorLen ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeVectorLen.BaseClass should have comment or be unexported (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/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/editorfeatureprofile.gen.go
    • Line 20: warning: exported const EditorFeatureProfileFeature3D should have comment (or a comment on this block) or be unexported (golint)
    • Line 39: warning: comment on exported type EditorFeatureProfile should be of the form "EditorFeatureProfile ..." (with optional leading article) (golint)
    • Line 47: warning: exported method EditorFeatureProfile.BaseClass should have comment or be unexported (golint)
    • Line 51: warning: comment on exported method EditorFeatureProfile.GetFeatureName should be of the form "GetFeatureName ..." (golint)
    • Line 75: warning: comment on exported method EditorFeatureProfile.IsClassDisabled should be of the form "IsClassDisabled ..." (golint)
    • Line 99: warning: comment on exported method EditorFeatureProfile.IsClassEditorDisabled should be of the form "IsClassEditorDisabled ..." (golint)
    • Line 123: warning: comment on exported method EditorFeatureProfile.IsClassPropertyDisabled should be of the form "IsClassPropertyDisabled ..." (golint)
    • Line 148: warning: comment on exported method EditorFeatureProfile.IsFeatureDisabled should be of the form "IsFeatureDisabled ..." (golint)
    • Line 172: warning: comment on exported method EditorFeatureProfile.LoadFromFile should be of the form "LoadFromFile ..." (golint)
    • Line 196: warning: comment on exported method EditorFeatureProfile.SaveToFile should be of the form "SaveToFile ..." (golint)
    • Line 220: warning: comment on exported method EditorFeatureProfile.SetDisableClass should be of the form "SetDisableClass ..." (golint)
    • Line 242: warning: comment on exported method EditorFeatureProfile.SetDisableClassEditor should be of the form "SetDisableClassEditor ..." (golint)
    • Line 264: warning: comment on exported method EditorFeatureProfile.SetDisableClassProperty should be of the form "SetDisableClassProperty ..." (golint)
    • Line 287: warning: comment on exported method EditorFeatureProfile.SetDisableFeature should be of the form "SetDisableFeature ..." (golint)
    • godot-go/godot/editorvcsinterface.gen.go
    • Line 25: warning: comment on exported type EditorVCSInterface should be of the form "EditorVCSInterface ..." (with optional leading article) (golint)
    • Line 33: warning: exported method EditorVCSInterface.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method EditorVCSInterface.X_Commit should be of the form "X_Commit ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_Commit should be XCommit (golint)
    • Line 58: warning: comment on exported method EditorVCSInterface.X_GetFileDiff should be of the form "X_GetFileDiff ..." (golint)
    • Line 62: warning: don't use underscores in Go names; method X_GetFileDiff should be XGetFileDiff (golint)
    • Line 82: warning: comment on exported method EditorVCSInterface.X_GetModifiedFilesData should be of the form "X_GetModifiedFilesData ..." (golint)
    • Line 86: warning: don't use underscores in Go names; method X_GetModifiedFilesData should be XGetModifiedFilesData (golint)
    • Line 105: warning: comment on exported method EditorVCSInterface.X_GetProjectName should be of the form "X_GetProjectName ..." (golint)
    • Line 109: warning: don't use underscores in Go names; method X_GetProjectName should be XGetProjectName (golint)
    • Line 128: warning: comment on exported method EditorVCSInterface.X_GetVcsName should be of the form "X_GetVcsName ..." (golint)
    • Line 132: warning: don't use underscores in Go names; method X_GetVcsName should be XGetVcsName (golint)
    • Line 151: warning: comment on exported method EditorVCSInterface.X_Initialize should be of the form "X_Initialize ..." (golint)
    • Line 155: warning: don't use underscores in Go names; method X_Initialize should be XInitialize (golint)
    • Line 175: warning: comment on exported method EditorVCSInterface.X_IsVcsInitialized should be of the form "X_IsVcsInitialized ..." (golint)
    • Line 179: warning: don't use underscores in Go names; method X_IsVcsInitialized should be XIsVcsInitialized (golint)
    • Line 198: warning: comment on exported method EditorVCSInterface.X_ShutDown should be of the form "X_ShutDown ..." (golint)
    • Line 202: warning: don't use underscores in Go names; method X_ShutDown should be XShutDown (golint)
    • Line 221: warning: comment on exported method EditorVCSInterface.X_StageFile should be of the form "X_StageFile ..." (golint)
    • Line 225: warning: don't use underscores in Go names; method X_StageFile should be XStageFile (golint)
    • Line 242: warning: comment on exported method EditorVCSInterface.X_UnstageFile should be of the form "X_UnstageFile ..." (golint)
    • Line 246: warning: don't use underscores in Go names; method X_UnstageFile should be XUnstageFile (golint)
    • Line 263: warning: comment on exported method EditorVCSInterface.Commit should be of the form "Commit ..." (golint)
    • Line 284: warning: comment on exported method EditorVCSInterface.GetFileDiff should be of the form "GetFileDiff ..." (golint)
    • Line 308: warning: comment on exported method EditorVCSInterface.GetModifiedFilesData should be of the form "GetModifiedFilesData ..." (golint)
    • Line 331: warning: comment on exported method EditorVCSInterface.GetProjectName should be of the form "GetProjectName ..." (golint)
    • Line 354: warning: comment on exported method EditorVCSInterface.GetVcsName should be of the form "GetVcsName ..." (golint)
    • Line 377: warning: comment on exported method EditorVCSInterface.Initialize should be of the form "Initialize ..." (golint)
    • Line 401: warning: comment on exported method EditorVCSInterface.IsAddonReady should be of the form "IsAddonReady ..." (golint)
    • Line 424: warning: comment on exported method EditorVCSInterface.IsVcsInitialized should be of the form "IsVcsInitialized ..." (golint)
    • Line 447: warning: comment on exported method EditorVCSInterface.ShutDown should be of the form "ShutDown ..." (golint)
    • Line 470: warning: comment on exported method EditorVCSInterface.StageFile should be of the form "StageFile ..." (golint)
    • Line 491: warning: comment on exported method EditorVCSInterface.UnstageFile should be of the form "UnstageFile ..." (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/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.X_IsEditable3DPolygon should be of the form "X_IsEditable3DPolygon ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_IsEditable3DPolygon should be XIsEditable3DPolygon (golint)
    • Line 60: warning: comment on exported method CollisionPolygon.GetDepth should be of the form "GetDepth ..." (golint)
    • Line 83: warning: comment on exported method CollisionPolygon.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 106: warning: comment on exported method CollisionPolygon.IsDisabled should be of the form "IsDisabled ..." (golint)
    • Line 129: warning: comment on exported method CollisionPolygon.SetDepth should be of the form "SetDepth ..." (golint)
    • Line 150: warning: comment on exported method CollisionPolygon.SetDisabled should be of the form "SetDisabled ..." (golint)
    • Line 171: warning: comment on exported method CollisionPolygon.SetPolygon should be of the form "SetPolygon ..." (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_OnMouseExited should be of the form "X_OnMouseExited ..." (golint)
    • Line 91: warning: don't use underscores in Go names; method X_OnMouseExited should be XOnMouseExited (golint)
    • Line 107: warning: comment on exported method TabContainer.X_OnThemeChanged should be of the form "X_OnThemeChanged ..." (golint)
    • Line 111: warning: don't use underscores in Go names; method X_OnThemeChanged should be XOnThemeChanged (golint)
    • Line 127: warning: comment on exported method TabContainer.X_UpdateCurrentTab should be of the form "X_UpdateCurrentTab ..." (golint)
    • Line 131: warning: don't use underscores in Go names; method X_UpdateCurrentTab should be XUpdateCurrentTab (golint)
    • Line 147: warning: comment on exported method TabContainer.AreTabsVisible should be of the form "AreTabsVisible ..." (golint)
    • Line 170: warning: comment on exported method TabContainer.GetCurrentTab should be of the form "GetCurrentTab ..." (golint)
    • Line 193: warning: comment on exported method TabContainer.GetCurrentTabControl should be of the form "GetCurrentTabControl ..." (golint)
    • Line 230: warning: comment on exported method TabContainer.GetDragToRearrangeEnabled should be of the form "GetDragToRearrangeEnabled ..." (golint)
    • Line 253: warning: comment on exported method TabContainer.GetPopup should be of the form "GetPopup ..." (golint)
    • Line 290: warning: comment on exported method TabContainer.GetPreviousTab should be of the form "GetPreviousTab ..." (golint)
    • Line 313: warning: comment on exported method TabContainer.GetTabAlign should be of the form "GetTabAlign ..." (golint)
    • Line 336: warning: comment on exported method TabContainer.GetTabControl should be of the form "GetTabControl ..." (golint)
    • Line 374: warning: comment on exported method TabContainer.GetTabCount should be of the form "GetTabCount ..." (golint)
    • Line 397: warning: comment on exported method TabContainer.GetTabDisabled should be of the form "GetTabDisabled ..." (golint)
    • Line 421: warning: comment on exported method TabContainer.GetTabIcon should be of the form "GetTabIcon ..." (golint)
    • Line 459: warning: comment on exported method TabContainer.GetTabTitle should be of the form "GetTabTitle ..." (golint)
    • Line 483: warning: comment on exported method TabContainer.GetTabsRearrangeGroup should be of the form "GetTabsRearrangeGroup ..." (golint)
    • Line 506: warning: comment on exported method TabContainer.GetUseHiddenTabsForMinSize should be of the form "GetUseHiddenTabsForMinSize ..." (golint)
    • Line 529: warning: comment on exported method TabContainer.SetCurrentTab should be of the form "SetCurrentTab ..." (golint)
    • Line 550: warning: comment on exported method TabContainer.SetDragToRearrangeEnabled should be of the form "SetDragToRearrangeEnabled ..." (golint)
    • Line 571: warning: comment on exported method TabContainer.SetPopup should be of the form "SetPopup ..." (golint)
    • Line 592: warning: comment on exported method TabContainer.SetTabAlign should be of the form "SetTabAlign ..." (golint)
    • Line 613: warning: comment on exported method TabContainer.SetTabDisabled should be of the form "SetTabDisabled ..." (golint)
    • Line 635: warning: comment on exported method TabContainer.SetTabIcon should be of the form "SetTabIcon ..." (golint)
    • Line 657: warning: comment on exported method TabContainer.SetTabTitle should be of the form "SetTabTitle ..." (golint)
    • Line 679: warning: comment on exported method TabContainer.SetTabsRearrangeGroup should be of the form "SetTabsRearrangeGroup ..." (golint)
    • Line 700: warning: comment on exported method TabContainer.SetTabsVisible should be of the form "SetTabsVisible ..." (golint)
    • Line 721: warning: comment on exported method TabContainer.SetUseHiddenTabsForMinSize should be of the form "SetUseHiddenTabsForMinSize ..." (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/visualshadernodecustom.gen.go
    • Line 25: warning: comment on exported type VisualShaderNodeCustom should be of the form "VisualShaderNodeCustom ..." (with optional leading article) (golint)
    • Line 33: warning: exported method VisualShaderNodeCustom.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method VisualShaderNodeCustom.X_GetCategory should be of the form "X_GetCategory ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetCategory should be XGetCategory (golint)
    • Line 60: warning: comment on exported method VisualShaderNodeCustom.X_GetCode should be of the form "X_GetCode ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_GetCode should be XGetCode (golint)
    • Line 87: warning: comment on exported method VisualShaderNodeCustom.X_GetDescription should be of the form "X_GetDescription ..." (golint)
    • Line 91: warning: don't use underscores in Go names; method X_GetDescription should be XGetDescription (golint)
    • Line 110: warning: comment on exported method VisualShaderNodeCustom.X_GetGlobalCode should be of the form "X_GetGlobalCode ..." (golint)
    • Line 114: warning: don't use underscores in Go names; method X_GetGlobalCode should be XGetGlobalCode (golint)
    • Line 134: warning: comment on exported method VisualShaderNodeCustom.X_GetInputPortCount should be of the form "X_GetInputPortCount ..." (golint)
    • Line 138: warning: don't use underscores in Go names; method X_GetInputPortCount should be XGetInputPortCount (golint)
    • Line 157: warning: comment on exported method VisualShaderNodeCustom.X_GetInputPortName should be of the form "X_GetInputPortName ..." (golint)
    • Line 161: warning: don't use underscores in Go names; method X_GetInputPortName should be XGetInputPortName (golint)
    • Line 181: warning: comment on exported method VisualShaderNodeCustom.X_GetInputPortType should be of the form "X_GetInputPortType ..." (golint)
    • Line 185: warning: don't use underscores in Go names; method X_GetInputPortType should be XGetInputPortType (golint)
    • Line 205: warning: comment on exported method VisualShaderNodeCustom.X_GetName should be of the form "X_GetName ..." (golint)
    • Line 209: warning: don't use underscores in Go names; method X_GetName should be XGetName (golint)
    • Line 228: warning: comment on exported method VisualShaderNodeCustom.X_GetOutputPortCount should be of the form "X_GetOutputPortCount ..." (golint)
    • Line 232: warning: don't use underscores in Go names; method X_GetOutputPortCount should be XGetOutputPortCount (golint)
    • Line 251: warning: comment on exported method VisualShaderNodeCustom.X_GetOutputPortName should be of the form "X_GetOutputPortName ..." (golint)
    • Line 255: warning: don't use underscores in Go names; method X_GetOutputPortName should be XGetOutputPortName (golint)
    • Line 275: warning: comment on exported method VisualShaderNodeCustom.X_GetOutputPortType should be of the form "X_GetOutputPortType ..." (golint)
    • Line 279: warning: don't use underscores in Go names; method X_GetOutputPortType should be XGetOutputPortType (golint)
    • Line 299: warning: comment on exported method VisualShaderNodeCustom.X_GetReturnIconType should be of the form "X_GetReturnIconType ..." (golint)
    • Line 303: warning: don't use underscores in Go names; method X_GetReturnIconType should be XGetReturnIconType (golint)
    • Line 322: warning: comment on exported method VisualShaderNodeCustom.X_GetSubcategory should be of the form "X_GetSubcategory ..." (golint)
    • Line 326: warning: don't use underscores in Go names; method X_GetSubcategory should be XGetSubcategory (golint)
    • godot-go/godot/animationnodetransition.gen.go
    • Line 25: warning: comment on exported type AnimationNodeTransition should be of the form "AnimationNodeTransition ..." (with optional leading article) (golint)
    • Line 33: warning: exported method AnimationNodeTransition.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method AnimationNodeTransition.GetCrossFadeTime should be of the form "GetCrossFadeTime ..." (golint)
    • Line 60: warning: comment on exported method AnimationNodeTransition.GetEnabledInputs should be of the form "GetEnabledInputs ..." (golint)
    • Line 83: warning: comment on exported method AnimationNodeTransition.GetInputCaption should be of the form "GetInputCaption ..." (golint)
    • Line 107: warning: comment on exported method AnimationNodeTransition.IsInputSetAsAutoAdvance should be of the form "IsInputSetAsAutoAdvance ..." (golint)
    • Line 131: warning: comment on exported method AnimationNodeTransition.SetCrossFadeTime should be of the form "SetCrossFadeTime ..." (golint)
    • Line 152: warning: comment on exported method AnimationNodeTransition.SetEnabledInputs should be of the form "SetEnabledInputs ..." (golint)
    • Line 173: warning: comment on exported method AnimationNodeTransition.SetInputAsAutoAdvance should be of the form "SetInputAsAutoAdvance ..." (golint)
    • Line 195: warning: comment on exported method AnimationNodeTransition.SetInputCaption should be of the form "SetInputCaption ..." (golint)
    • godot-go/godot/csgprimitive.gen.go
    • Line 25: warning: comment on exported type CSGPrimitive should be of the form "CSGPrimitive ..." (with optional leading article) (golint)
    • Line 33: warning: exported method CSGPrimitive.BaseClass should have comment or be unexported (golint)
    • Line 37: warning: comment on exported method CSGPrimitive.IsInvertingFaces should be of the form "IsInvertingFaces ..." (golint)
    • Line 60: warning: comment on exported method CSGPrimitive.SetInvertFaces should be of the form "SetInvertFaces ..." (golint)
    • godot-go/godot/textureprogress.gen.go
    • Line 20: warning: exported const TextureProgressFillBilinearLeftAndRight should have comment (or a comment on this block) or be unexported (golint)
    • Line 48: warning: exported method TextureProgress.BaseClass should have comment or be unexported (golint)
    • Line 52: warning: comment on exported method TextureProgress.GetFillDegrees should be of the form "GetFillDegrees ..." (golint)
    • Line 75: warning: comment on exported method TextureProgress.GetFillMode should be of the form "GetFillMode ..." (golint)
    • Line 98: warning: comment on exported method TextureProgress.GetNinePatchStretch should be of the form "GetNinePatchStretch ..." (golint)
    • Line 121: warning: comment on exported method TextureProgress.GetOverTexture should be of the form "GetOverTexture ..." (golint)
    • Line 158: warning: comment on exported method TextureProgress.GetProgressTexture should be of the form "GetProgressTexture ..." (golint)
    • Line 195: warning: comment on exported method TextureProgress.GetRadialCenterOffset should be of the form "GetRadialCenterOffset ..." (golint)
    • Line 218: warning: comment on exported method TextureProgress.GetRadialInitialAngle should be of the form "GetRadialInitialAngle ..." (golint)
    • Line 241: warning: comment on exported method TextureProgress.GetStretchMargin should be of the form "GetStretchMargin ..." (golint)
    • Line 265: warning: comment on exported method TextureProgress.GetTintOver should be of the form "GetTintOver ..." (golint)
    • Line 288: warning: comment on exported method TextureProgress.GetTintProgress should be of the form "GetTintProgress ..." (golint)
    • Line 311: warning: comment on exported method TextureProgress.GetTintUnder should be of the form "GetTintUnder ..." (golint)
    • Line 334: warning: comment on exported method TextureProgress.GetUnderTexture should be of the form "GetUnderTexture ..." (golint)
    • Line 371: warning: comment on exported method TextureProgress.SetFillDegrees should be of the form "SetFillDegrees ..." (golint)
    • Line 392: warning: comment on exported method TextureProgress.SetFillMode should be of the form "SetFillMode ..." (golint)
    • Line 413: warning: comment on exported method TextureProgress.SetNinePatchStretch should be of the form "SetNinePatchStretch ..." (golint)
    • Line 434: warning: comment on exported method TextureProgress.SetOverTexture should be of the form "SetOverTexture ..." (golint)
    • Line 455: warning: comment on exported method TextureProgress.SetProgressTexture should be of the form "SetProgressTexture ..." (golint)
    • Line 476: warning: comment on exported method TextureProgress.SetRadialCenterOffset should be of the form "SetRadialCenterOffset ..." (golint)
    • Line 497: warning: comment on exported method TextureProgress.SetRadialInitialAngle should be of the form "SetRadialInitialAngle ..." (golint)
    • Line 518: warning: comment on exported method TextureProgress.SetStretchMargin should be of the form "SetStretchMargin ..." (golint)
    • Line 540: warning: comment on exported method TextureProgress.SetTintOver should be of the form "SetTintOver ..." (golint)
    • Line 561: warning: comment on exported method TextureProgress.SetTintProgress should be of the form "SetTintProgress ..." (golint)
    • Line 582: warning: comment on exported method TextureProgress.SetTintUnder should be of the form "SetTintUnder ..." (golint)
    • Line 603: warning: comment on exported method TextureProgress.SetUnderTexture should be of the form "SetUnderTexture ..." (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/visualscriptbuiltinfunc.gen.go
    • Line 20: warning: exported const VisualScriptBuiltinFuncBytesToVar should have comment (or a comment on this block) or be unexported (golint)
    • Line 100: warning: comment on exported type VisualScriptBuiltinFunc should be of the form "VisualScriptBuiltinFunc ..." (with optional leading article) (golint)
    • Line 108: warning: exported method VisualScriptBuiltinFunc.BaseClass should have comment or be unexported (golint)
    • Line 112: warning: comment on exported method VisualScriptBuiltinFunc.GetFunc should be of the form "GetFunc ..." (golint)
    • Line 135: warning: comment on exported method VisualScriptBuiltinFunc.SetFunc should be of the form "SetFunc ..." (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_DragNodeExit should be of the form "X_DragNodeExit ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_DragNodeExit should be XDragNodeExit (golint)
    • Line 57: warning: comment on exported method ScrollBar.X_DragNodeInput should be of the form "X_DragNodeInput ..." (golint)
    • Line 61: warning: don't use underscores in Go names; method X_DragNodeInput should be XDragNodeInput (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/gdnative/gdnative_api_struct.gen.gen.go
    • Line 63: warning: exported type GdnativeExtAndroidApiStruct should have comment or be unexported (golint)
    • Line 95: warning: exported type GdnativeExtVideodecoderApiStruct should have comment or be unexported (golint)
    • Line 127: warning: exported type GdnativeExtNet32ApiStruct should have comment or be unexported (golint)
    • Line 159: warning: exported type GdnativeExtNetApiStruct should have comment or be unexported (golint)
    • Line 191: warning: exported type GdnativeCore12ApiStruct should have comment or be unexported (golint)
    • Line 223: warning: exported type GdnativeCore11ApiStruct should have comment or be unexported (golint)
    • godot-go/gdnative/vector3.gen.go
    • Line 63: warning: exported type Vector3 should have comment or be unexported (golint)
    • Line 468: warning: exported const Vector3AxisX should have comment (or a comment on this block) 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 136: warning: comment on exported method AStar.Clear should be of the form "Clear ..." (golint)
    • Line 156: warning: comment on exported method AStar.ConnectPoints should be of the form "ConnectPoints ..." (golint)
    • Line 179: warning: comment on exported method AStar.DisconnectPoints should be of the form "DisconnectPoints ..." (golint)
    • Line 202: warning: comment on exported method AStar.GetAvailablePointId should be of the form "GetAvailablePointId ..." (golint)
    • Line 225: warning: comment on exported method AStar.GetClosestPoint should be of the form "GetClosestPoint ..." (golint)
    • Line 250: warning: comment on exported method AStar.GetClosestPositionInSegment should be of the form "GetClosestPositionInSegment ..." (golint)
    • Line 274: warning: comment on exported method AStar.GetIdPath should be of the form "GetIdPath ..." (golint)
    • Line 299: warning: comment on exported method AStar.GetPointCapacity should be of the form "GetPointCapacity ..." (golint)
    • Line 322: warning: comment on exported method AStar.GetPointConnections should be of the form "GetPointConnections ..." (golint)
    • Line 346: warning: comment on exported method AStar.GetPointCount should be of the form "GetPointCount ..." (golint)
    • Line 369: warning: comment on exported method AStar.GetPointPath should be of the form "GetPointPath ..." (golint)
    • Line 394: warning: comment on exported method AStar.GetPointPosition should be of the form "GetPointPosition ..." (golint)
    • Line 418: warning: comment on exported method AStar.GetPointWeightScale should be of the form "GetPointWeightScale ..." (golint)
    • Line 442: warning: comment on exported method AStar.GetPoints should be of the form "GetPoints ..." (golint)
    • Line 465: warning: comment on exported method AStar.HasPoint should be of the form "HasPoint ..." (golint)
    • Line 489: warning: comment on exported method AStar.IsPointDisabled should be of the form "IsPointDisabled ..." (golint)
    • Line 513: warning: comment on exported method AStar.RemovePoint should be of the form "RemovePoint ..." (golint)
    • Line 534: warning: comment on exported method AStar.ReserveSpace should be of the form "ReserveSpace ..." (golint)
    • Line 555: warning: comment on exported method AStar.SetPointDisabled should be of the form "SetPointDisabled ..." (golint)
    • Line 577: warning: comment on exported method AStar.SetPointPosition should be of the form "SetPointPosition ..." (golint)
    • Line 599: warning: comment on exported method AStar.SetPointWeightScale should be of the form "SetPointWeightScale ..." (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/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.X_GetBones should be of the form "X_GetBones ..." (golint)
    • Line 41: warning: don't use underscores in Go names; method X_GetBones should be XGetBones (golint)
    • Line 60: warning: comment on exported method Polygon2D.X_SetBones should be of the form "X_SetBones ..." (golint)
    • Line 64: warning: don't use underscores in Go names; method X_SetBones should be XSetBones (golint)
    • Line 81: warning: comment on exported method Polygon2D.X_SkeletonBoneSetupChanged should be of the form "X_SkeletonBoneSetupChanged ..." (golint)
    • Line 85: warning: don't use underscores in Go names; method X_SkeletonBoneSetupChanged should be XSkeletonBoneSetupChanged (golint)
    • Line 101: warning: comment on exported method Polygon2D.AddBone should be of the form "AddBone ..." (golint)
    • Line 123: warning: comment on exported method Polygon2D.ClearBones should be of the form "ClearBones ..." (golint)
    • Line 143: warning: comment on exported method Polygon2D.EraseBone should be of the form "EraseBone ..." (golint)
    • Line 164: warning: comment on exported method Polygon2D.GetAntialiased should be of the form "GetAntialiased ..." (golint)
    • Line 187: warning: comment on exported method Polygon2D.GetBoneCount should be of the form "GetBoneCount ..." (golint)
    • Line 210: warning: comment on exported method Polygon2D.GetBonePath should be of the form "GetBonePath ..." (golint)
    • Line 234: warning: comment on exported method Polygon2D.GetBoneWeights should be of the form "GetBoneWeights ..." (golint)
    • Line 258: warning: comment on exported method Polygon2D.GetColor should be of the form "GetColor ..." (golint)
    • Line 281: warning: comment on exported method Polygon2D.GetInternalVertexCount should be of the form "GetInternalVertexCount ..." (golint)
    • Line 304: warning: comment on exported method Polygon2D.GetInvert should be of the form "GetInvert ..." (golint)
    • Line 327: warning: comment on exported method Polygon2D.GetInvertBorder should be of the form "GetInvertBorder ..." (golint)
    • Line 350: warning: comment on exported method Polygon2D.GetOffset should be of the form "GetOffset ..." (golint)
    • Line 373: warning: comment on exported method Polygon2D.GetPolygon should be of the form "GetPolygon ..." (golint)
    • Line 396: warning: comment on exported method Polygon2D.GetPolygons should be of the form "GetPolygons ..." (golint)
    • Line 419: warning: comment on exported method Polygon2D.GetSkeleton should be of the form "GetSkeleton ..." (golint)
    • Line 442: warning: comment on exported method Polygon2D.GetTexture should be of the form "GetTexture ..." (golint)
    • Line 479: warning: comment on exported method Polygon2D.GetTextureOffset should be of the form "GetTextureOffset ..." (golint)
    • Line 502: warning: comment on exported method Polygon2D.GetTextureRotation should be of the form "GetTextureRotation ..." (golint)
    • Line 525: warning: comment on exported method Polygon2D.GetTextureRotationDegrees should be of the form "GetTextureRotationDegrees ..." (golint)
    • Line 548: warning: comment on exported method Polygon2D.GetTextureScale should be of the form "GetTextureScale ..." (golint)
    • Line 571: warning: comment on exported method Polygon2D.GetUv should be of the form "GetUv ..." (golint)
    • Line 594: warning: comment on exported method Polygon2D.GetVertexColors should be of the form "GetVertexColors ..." (golint)
    • Line 617: warning: comment on exported method Polygon2D.SetAntialiased should be of the form "SetAntialiased ..." (golint)
    • Line 638: warning: comment on exported method Polygon2D.SetBonePath should be of the form "SetBonePath ..." (golint)
    • Line 660: warning: comment on exported method Polygon2D.SetBoneWeights should be of the form "SetBoneWeights ..." (golint)
    • Line 682: warning: comment on exported method Polygon2D.SetColor should be of the form "SetColor ..." (golint)
    • Line 703: warning: comment on exported method Polygon2D.SetInternalVertexCount should be of the form "SetInternalVertexCount ..." (golint)
    • Line 724: warning: comment on exported method Polygon2D.SetInvert should be of the form "SetInvert ..." (golint)
    • Line 745: warning: comment on exported method Polygon2D.SetInvertBorder should be of the form "SetInvertBorder ..." (golint)
    • Line 766: warning: comment on exported method Polygon2D.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 787: warning: comment on exported method Polygon2D.SetPolygon should be of the form "SetPolygon ..." (golint)
    • Line 808: warning: comment on exported method Polygon2D.SetPolygons should be of the form "SetPolygons ..." (golint)
    • Line 829: warning: comment on exported method Polygon2D.SetSkeleton should be of the form "SetSkeleton ..." (golint)
    • Line 850: warning: comment on exported method Polygon2D.SetTexture should be of the form "SetTexture ..." (golint)
    • Line 871: warning: comment on exported method Polygon2D.SetTextureOffset should be of the form "SetTextureOffset ..." (golint)
    • Line 892: warning: comment on exported method Polygon2D.SetTextureRotation should be of the form "SetTextureRotation ..." (golint)
    • Line 913: warning: comment on exported method Polygon2D.SetTextureRotationDegrees should be of the form "SetTextureRotationDegrees ..." (golint)
    • Line 934: warning: comment on exported method Polygon2D.SetTextureScale should be of the form "SetTextureScale ..." (golint)
    • Line 955: warning: comment on exported method Polygon2D.SetUv should be of the form "SetUv ..." (golint)
    • Line 976: warning: comment on exported method Polygon2D.SetVertexColors should be of the form "SetVertexColors ..." (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.ForceUpdateCache should be of the form "ForceUpdateCache ..." (golint)
    • Line 57: warning: comment on exported method RemoteTransform2D.GetRemoteNode should be of the form "GetRemoteNode ..." (golint)
    • Line 80: warning: comment on exported method RemoteTransform2D.GetUpdatePosition should be of the form "GetUpdatePosition ..." (golint)
    • Line 103: warning: comment on exported method RemoteTransform2D.GetUpdateRotation should be of the form "GetUpdateRotation ..." (golint)
    • Line 126: warning: comment on exported method RemoteTransform2D.GetUpdateScale should be of the form "GetUpdateScale ..." (golint)
    • Line 149: warning: comment on exported method RemoteTransform2D.GetUseGlobalCoordinates should be of the form "GetUseGlobalCoordinates ..." (golint)
    • Line 172: warning: comment on exported method RemoteTransform2D.SetRemoteNode should be of the form "SetRemoteNode ..." (golint)
    • Line 193: warning: comment on exported method RemoteTransform2D.SetUpdatePosition should be of the form "SetUpdatePosition ..." (golint)
    • Line 214: warning: comment on exported method RemoteTransform2D.SetUpdateRotation should be of the form "SetUpdateRotation ..." (golint)
    • Line 235: warning: comment on exported method RemoteTransform2D.SetUpdateScale should be of the form "SetUpdateScale ..." (golint)
    • Line 256: warning: comment on exported method RemoteTransform2D.SetUseGlobalCoordinates should be of the form "SetUseGlobalCoordinates ..." (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 686: warning: cyclomatic complexity 29 of function GoTypeToVariant() is high (> 15) (gocyclo)
    • Line 752: warning: cyclomatic complexity 28 of function VariantTypeToConstant() is high (> 15) (gocyclo)
    • Line 624: warning: cyclomatic complexity 28 of function VariantToGoType() is high (> 15) (gocyclo)
    • Line 74: warning: cyclomatic complexity 24 of function autoRegisterClasses() is high (> 15) (gocyclo)
    • Line 329: 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