Preparing report...

Report for github.com/AllenDang/giu

A+    Excellent!    Found 22 issues across 53 files

Tweet

gofmt100%

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

No problems detected. Good job!


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!


gocyclo98%

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.


golint67%

Golint is a linter for Go source code.

    • giu/SplitLayout.go
    • Line 9: warning: exported type SplitDirection should have comment or be unexported (golint)
    • Line 12: warning: exported const DirectionHorizontal should have comment (or a comment on this block) or be unexported (golint)
    • Line 18: warning: exported type SplitLayoutState should have comment or be unexported (golint)
    • Line 28: warning: exported type SplitLayoutWidget should have comment or be unexported (golint)
    • Line 41: warning: exported function SplitLayout should have comment or be unexported (golint)
    • Line 89: warning: exported method SplitLayoutWidget.Build should have comment or be unexported (golint)
    • giu/Canvas.go
    • Line 113: warning: exported method Canvas.PathClear should have comment or be unexported (golint)
    • Line 117: warning: exported method Canvas.PathLineTo should have comment or be unexported (golint)
    • Line 121: warning: exported method Canvas.PathLineToMergeDuplicate should have comment or be unexported (golint)
    • Line 125: warning: exported method Canvas.PathFillConvex should have comment or be unexported (golint)
    • Line 129: warning: exported method Canvas.PathStroke should have comment or be unexported (golint)
    • Line 133: warning: exported method Canvas.PathArcTo should have comment or be unexported (golint)
    • Line 137: warning: exported method Canvas.PathArcToFast should have comment or be unexported (golint)
    • Line 141: warning: exported method Canvas.PathBezierCubicCurveTo should have comment or be unexported (golint)
    • Line 145: warning: exported method Canvas.AddImage should have comment or be unexported (golint)
    • Line 149: warning: exported method Canvas.AddImageV should have comment or be unexported (golint)
    • giu/InputHandler.go
    • Line 22: warning: comment on exported const LocalShortcut should be of the form "LocalShortcut ..." (golint)
    • Line 36: warning: exported type Shortcut should have comment or be unexported (golint)
    • Line 43: warning: exported function RegisterKeyboardShortcuts should have comment or be unexported (golint)
    • giu/Plot.go
    • Line 381: warning: exported method PlotPieChartWidget.Normalize should have comment or be unexported (golint)
    • Line 392: warning: exported method PlotPieChartWidget.Angle0 should have comment or be unexported (golint)
    • Line 397: warning: exported method PlotPieChartWidget.Plot should have comment or be unexported (golint)
    • Line 401: warning: exported type PlotScatterWidget should have comment or be unexported (golint)
    • Line 408: warning: exported function PlotScatter should have comment or be unexported (golint)
    • Line 418: warning: exported method PlotScatterWidget.XScale should have comment or be unexported (golint)
    • Line 423: warning: exported method PlotScatterWidget.X0 should have comment or be unexported (golint)
    • Line 428: warning: exported method PlotScatterWidget.Offset should have comment or be unexported (golint)
    • Line 433: warning: exported method PlotScatterWidget.Plot should have comment or be unexported (golint)
    • Line 437: warning: exported type PlotScatterXYWidget should have comment or be unexported (golint)
    • Line 443: warning: exported function PlotScatterXY should have comment or be unexported (golint)
    • Line 452: warning: exported method PlotScatterXYWidget.Offset should have comment or be unexported (golint)
    • Line 457: warning: exported method PlotScatterXYWidget.Plot should have comment or be unexported (golint)
    • giu/Window.go
    • Line 25: warning: exported function SingleWindowWithMenuBar should have comment or be unexported (golint)
    • giu/CodeEditor.go
    • Line 42: warning: exported function CodeEditor should have comment or be unexported (golint)
    • Line 162: warning: exported method CodeEditorWidget.IsTextChanged should have comment or be unexported (golint)
    • Line 166: warning: exported method CodeEditorWidget.GetScreenCursorPos should have comment or be unexported (golint)
    • giu/Context.go
    • Line 9: warning: exported var Context should have comment or be unexported (golint)
    • Line 11: warning: exported type Disposable should have comment or be unexported (golint)
    • giu/Widgets.go
    • Line 115: warning: exported method InputTextMultilineWidget.Flags should have comment or be unexported (golint)
    • Line 120: warning: exported method InputTextMultilineWidget.Callback should have comment or be unexported (golint)
    • Line 125: warning: exported method InputTextMultilineWidget.OnChange should have comment or be unexported (golint)
    • Line 130: warning: exported method InputTextMultilineWidget.Size should have comment or be unexported (golint)
    • Line 138: warning: exported type ButtonWidget should have comment or be unexported (golint)
    • Line 158: warning: exported method ButtonWidget.OnClick should have comment or be unexported (golint)
    • Line 163: warning: exported method ButtonWidget.Disabled should have comment or be unexported (golint)
    • Line 168: warning: exported method ButtonWidget.Size should have comment or be unexported (golint)
    • Line 174: warning: exported function Button should have comment or be unexported (golint)
    • Line 183: warning: exported function Buttonf should have comment or be unexported (golint)
    • Line 189: warning: exported type BulletWidget should have comment or be unexported (golint)
    • Line 191: warning: exported function Bullet should have comment or be unexported (golint)
    • Line 202: warning: exported type BulletTextWidget should have comment or be unexported (golint)
    • Line 206: warning: exported function BulletText should have comment or be unexported (golint)
    • Line 212: warning: exported function BulletTextf should have comment or be unexported (golint)
    • Line 223: warning: exported type ArrowButtonWidget should have comment or be unexported (golint)
    • Line 229: warning: exported method ArrowButtonWidget.OnClick should have comment or be unexported (golint)
    • Line 234: warning: exported function ArrowButton should have comment or be unexported (golint)
    • Line 242: warning: exported method ArrowButtonWidget.ID should have comment or be unexported (golint)
    • Line 256: warning: exported type SmallButtonWidget should have comment or be unexported (golint)
    • Line 261: warning: exported method SmallButtonWidget.OnClick should have comment or be unexported (golint)
    • Line 266: warning: exported function SmallButton should have comment or be unexported (golint)
    • Line 273: warning: exported function SmallButtonf should have comment or be unexported (golint)
    • Line 286: warning: exported type InvisibleButtonWidget should have comment or be unexported (golint)
    • Line 293: warning: exported method InvisibleButtonWidget.Size should have comment or be unexported (golint)
    • Line 299: warning: exported method InvisibleButtonWidget.OnClick should have comment or be unexported (golint)
    • Line 304: warning: exported method InvisibleButtonWidget.ID should have comment or be unexported (golint)
    • Line 309: warning: exported function InvisibleButton should have comment or be unexported (golint)
    • Line 327: warning: exported type ImageButtonWidget should have comment or be unexported (golint)
    • Line 356: warning: exported method ImageButtonWidget.Size should have comment or be unexported (golint)
    • Line 362: warning: exported method ImageButtonWidget.OnClick should have comment or be unexported (golint)
    • Line 367: warning: exported method ImageButtonWidget.UV should have comment or be unexported (golint)
    • Line 372: warning: exported method ImageButtonWidget.BgColor should have comment or be unexported (golint)
    • Line 377: warning: exported method ImageButtonWidget.TintColor should have comment or be unexported (golint)
    • Line 382: warning: exported method ImageButtonWidget.FramePadding should have comment or be unexported (golint)
    • Line 387: warning: exported function ImageButton should have comment or be unexported (golint)
    • Line 403: warning: exported type ImageButtonWithRgbaWidget should have comment or be unexported (golint)
    • Line 409: warning: exported function ImageButtonWithRgba should have comment or be unexported (golint)
    • Line 417: warning: exported method ImageButtonWithRgbaWidget.Size should have comment or be unexported (golint)
    • Line 422: warning: exported method ImageButtonWithRgbaWidget.OnClick should have comment or be unexported (golint)
    • Line 427: warning: exported method ImageButtonWithRgbaWidget.UV should have comment or be unexported (golint)
    • Line 432: warning: exported method ImageButtonWithRgbaWidget.BgColor should have comment or be unexported (golint)
    • Line 437: warning: exported method ImageButtonWithRgbaWidget.TintColor should have comment or be unexported (golint)
    • Line 442: warning: exported method ImageButtonWithRgbaWidget.FramePadding should have comment or be unexported (golint)
    • Line 465: warning: exported type CheckboxWidget should have comment or be unexported (golint)
    • Line 478: warning: exported method CheckboxWidget.OnChange should have comment or be unexported (golint)
    • Line 483: warning: exported function Checkbox should have comment or be unexported (golint)
    • Line 493: warning: exported type RadioButtonWidget should have comment or be unexported (golint)
    • Line 506: warning: exported method RadioButtonWidget.OnChange should have comment or be unexported (golint)
    • Line 511: warning: exported function RadioButton should have comment or be unexported (golint)
    • Line 521: warning: exported type ChildWidget should have comment or be unexported (golint)
    • Line 538: warning: exported method ChildWidget.Border should have comment or be unexported (golint)
    • Line 543: warning: exported method ChildWidget.Size should have comment or be unexported (golint)
    • Line 549: warning: exported method ChildWidget.Flags should have comment or be unexported (golint)
    • Line 554: warning: exported method ChildWidget.Layout should have comment or be unexported (golint)
    • Line 559: warning: exported function Child should have comment or be unexported (golint)
    • Line 571: warning: exported type ComboCustomWidget should have comment or be unexported (golint)
    • Line 579: warning: exported function ComboCustom should have comment or be unexported (golint)
    • Line 589: warning: exported method ComboCustomWidget.Layout should have comment or be unexported (golint)
    • Line 594: warning: exported method ComboCustomWidget.Flags should have comment or be unexported (golint)
    • Line 599: warning: exported method ComboCustomWidget.Size should have comment or be unexported (golint)
    • Line 619: warning: exported type ComboWidget should have comment or be unexported (golint)
    • Line 629: warning: exported function Combo should have comment or be unexported (golint)
    • Line 641: warning: exported method ComboWidget.Flags should have comment or be unexported (golint)
    • Line 667: warning: exported method ComboWidget.Size should have comment or be unexported (golint)
    • Line 672: warning: exported method ComboWidget.OnChange should have comment or be unexported (golint)
    • Line 679: warning: exported type ContextMenuWidget should have comment or be unexported (golint)
    • Line 685: warning: exported function ContextMenu should have comment or be unexported (golint)
    • Line 693: warning: exported method ContextMenuWidget.Layout should have comment or be unexported (golint)
    • Line 698: warning: exported method ContextMenuWidget.MouseButton should have comment or be unexported (golint)
    • Line 703: warning: exported method ContextMenuWidget.ID should have comment or be unexported (golint)
    • Line 718: warning: exported type DragIntWidget should have comment or be unexported (golint)
    • Line 727: warning: exported function DragInt should have comment or be unexported (golint)
    • Line 738: warning: exported method DragIntWidget.Speed should have comment or be unexported (golint)
    • Line 743: warning: exported method DragIntWidget.Format should have comment or be unexported (golint)
    • Line 755: warning: exported type ColumnWidget should have comment or be unexported (golint)
    • Line 777: warning: exported type ImageWidget should have comment or be unexported (golint)
    • Line 786: warning: exported function Image should have comment or be unexported (golint)
    • Line 798: warning: exported method ImageWidget.Uv should have comment or be unexported (golint)
    • Line 803: warning: exported method ImageWidget.TintColor should have comment or be unexported (golint)
    • Line 808: warning: exported method ImageWidget.BorderCol should have comment or be unexported (golint)
    • Line 813: warning: exported method ImageWidget.OnClick should have comment or be unexported (golint)
    • Line 818: warning: exported method ImageWidget.Size should have comment or be unexported (golint)
    • Line 854: warning: exported type ImageState should have comment or be unexported (golint)
    • Line 861: warning: exported method ImageState.Dispose should have comment or be unexported (golint)
    • Line 871: warning: exported type ImageWithRgbaWidget should have comment or be unexported (golint)
    • Line 877: warning: exported function ImageWithRgba should have comment or be unexported (golint)
    • Line 885: warning: exported method ImageWithRgbaWidget.Size should have comment or be unexported (golint)
    • Line 890: warning: exported method ImageWithRgbaWidget.OnClick should have comment or be unexported (golint)
    • Line 918: warning: exported type ImageWithFileWidget should have comment or be unexported (golint)
    • Line 924: warning: exported function ImageWithFile should have comment or be unexported (golint)
    • Line 932: warning: exported method ImageWithFileWidget.Size should have comment or be unexported (golint)
    • Line 937: warning: exported method ImageWithFileWidget.OnClick should have comment or be unexported (golint)
    • Line 965: warning: exported type ImageWithURLWidget should have comment or be unexported (golint)
    • Line 976: warning: exported function ImageWithURL should have comment or be unexported (golint)
    • Line 993: warning: exported method ImageWithURLWidget.OnFailure should have comment or be unexported (golint)
    • Line 998: warning: exported method ImageWithURLWidget.OnClick should have comment or be unexported (golint)
    • Line 1003: warning: exported method ImageWithURLWidget.Timeout should have comment or be unexported (golint)
    • Line 1008: warning: exported method ImageWithURLWidget.Size should have comment or be unexported (golint)
    • Line 1013: warning: exported method ImageWithURLWidget.LayoutForLoading should have comment or be unexported (golint)
    • Line 1018: warning: exported method ImageWithURLWidget.LayoutForFailure should have comment or be unexported (golint)
    • Line 1094: warning: exported type InputTextWidget should have comment or be unexported (golint)
    • Line 1113: warning: exported function InputText should have comment or be unexported (golint)
    • Line 1125: warning: exported method InputTextWidget.Label should have comment or be unexported (golint)
    • Line 1130: warning: exported method InputTextWidget.Labelf should have comment or be unexported (golint)
    • Line 1141: warning: exported method InputTextWidget.Hint should have comment or be unexported (golint)
    • Line 1146: warning: exported method InputTextWidget.Size should have comment or be unexported (golint)
    • Line 1151: warning: exported method InputTextWidget.Flags should have comment or be unexported (golint)
    • Line 1156: warning: exported method InputTextWidget.Callback should have comment or be unexported (golint)
    • Line 1161: warning: exported method InputTextWidget.OnChange should have comment or be unexported (golint)
    • Line 1223: warning: exported type InputIntWidget should have comment or be unexported (golint)
    • Line 1231: warning: exported function InputInt should have comment or be unexported (golint)
    • Line 1241: warning: exported method InputIntWidget.Label should have comment or be unexported (golint)
    • Line 1246: warning: exported method InputIntWidget.Labelf should have comment or be unexported (golint)
    • Line 1250: warning: exported method InputIntWidget.Size should have comment or be unexported (golint)
    • Line 1255: warning: exported method InputIntWidget.Flags should have comment or be unexported (golint)
    • Line 1260: warning: exported method InputIntWidget.OnChange should have comment or be unexported (golint)
    • Line 1279: warning: exported type InputFloatWidget should have comment or be unexported (golint)
    • Line 1288: warning: exported function InputFloat should have comment or be unexported (golint)
    • Line 1299: warning: exported method InputFloatWidget.Label should have comment or be unexported (golint)
    • Line 1304: warning: exported method InputFloatWidget.Labelf should have comment or be unexported (golint)
    • Line 1308: warning: exported method InputFloatWidget.Size should have comment or be unexported (golint)
    • Line 1313: warning: exported method InputFloatWidget.Flags should have comment or be unexported (golint)
    • Line 1318: warning: exported method InputFloatWidget.Format should have comment or be unexported (golint)
    • Line 1323: warning: exported method InputFloatWidget.OnChange should have comment or be unexported (golint)
    • Line 1342: warning: exported type LabelWidget should have comment or be unexported (golint)
    • Line 1348: warning: exported function Label should have comment or be unexported (golint)
    • Line 1355: warning: exported function Labelf should have comment or be unexported (golint)
    • Line 1359: warning: exported method LabelWidget.Wrapped should have comment or be unexported (golint)
    • Line 1364: warning: exported method LabelWidget.Font should have comment or be unexported (golint)
    • Line 1387: warning: exported type MainMenuBarWidget should have comment or be unexported (golint)
    • Line 1391: warning: exported function MainMenuBar should have comment or be unexported (golint)
    • Line 1397: warning: exported method MainMenuBarWidget.Layout should have comment or be unexported (golint)
    • Line 1412: warning: exported type MenuBarWidget should have comment or be unexported (golint)
    • Line 1416: warning: exported function MenuBar should have comment or be unexported (golint)
    • Line 1422: warning: exported method MenuBarWidget.Layout should have comment or be unexported (golint)
    • Line 1437: warning: exported type MenuItemWidget should have comment or be unexported (golint)
    • Line 1444: warning: exported function MenuItem should have comment or be unexported (golint)
    • Line 1453: warning: exported function MenuItemf should have comment or be unexported (golint)
    • Line 1457: warning: exported method MenuItemWidget.Selected should have comment or be unexported (golint)
    • Line 1462: warning: exported method MenuItemWidget.Enabled should have comment or be unexported (golint)
    • Line 1467: warning: exported method MenuItemWidget.OnClick should have comment or be unexported (golint)
    • Line 1481: warning: exported type MenuWidget should have comment or be unexported (golint)
    • Line 1487: warning: exported function Menu should have comment or be unexported (golint)
    • Line 1495: warning: exported function Menuf should have comment or be unexported (golint)
    • Line 1499: warning: exported method MenuWidget.Enabled should have comment or be unexported (golint)
    • Line 1504: warning: exported method MenuWidget.Layout should have comment or be unexported (golint)
    • Line 1519: warning: exported type PopupWidget should have comment or be unexported (golint)
    • Line 1525: warning: exported function Popup should have comment or be unexported (golint)
    • Line 1533: warning: exported method PopupWidget.Flags should have comment or be unexported (golint)
    • Line 1538: warning: exported method PopupWidget.Layout should have comment or be unexported (golint)
    • Line 1553: warning: exported type PopupModalWidget should have comment or be unexported (golint)
    • Line 1560: warning: exported function PopupModal should have comment or be unexported (golint)
    • Line 1569: warning: exported method PopupModalWidget.IsOpen should have comment or be unexported (golint)
    • Line 1574: warning: exported method PopupModalWidget.Flags should have comment or be unexported (golint)
    • Line 1579: warning: exported method PopupModalWidget.Layout should have comment or be unexported (golint)
    • Line 1592: warning: exported function OpenPopup should have comment or be unexported (golint)
    • Line 1596: warning: exported function CloseCurrentPopup should have comment or be unexported (golint)
    • Line 1602: warning: exported type ProgressBarWidget should have comment or be unexported (golint)
    • Line 1609: warning: exported function ProgressBar should have comment or be unexported (golint)
    • Line 1618: warning: exported method ProgressBarWidget.Size should have comment or be unexported (golint)
    • Line 1624: warning: exported method ProgressBarWidget.Overlay should have comment or be unexported (golint)
    • Line 1629: warning: exported method ProgressBarWidget.Overlayf should have comment or be unexported (golint)
    • Line 1640: warning: exported type SelectableWidget should have comment or be unexported (golint)
    • Line 1650: warning: exported function Selectable should have comment or be unexported (golint)
    • Line 1661: warning: exported function Selectablef should have comment or be unexported (golint)
    • Line 1665: warning: exported method SelectableWidget.Selected should have comment or be unexported (golint)
    • Line 1670: warning: exported method SelectableWidget.Flags should have comment or be unexported (golint)
    • Line 1675: warning: exported method SelectableWidget.Size should have comment or be unexported (golint)
    • Line 1681: warning: exported method SelectableWidget.OnClick should have comment or be unexported (golint)
    • Line 1711: warning: exported type SeparatorWidget should have comment or be unexported (golint)
    • Line 1718: warning: exported function Separator should have comment or be unexported (golint)
    • Line 1724: warning: exported type SliderIntWidget should have comment or be unexported (golint)
    • Line 1734: warning: exported function SliderInt should have comment or be unexported (golint)
    • Line 1746: warning: exported method SliderIntWidget.Format should have comment or be unexported (golint)
    • Line 1751: warning: exported method SliderIntWidget.Size should have comment or be unexported (golint)
    • Line 1756: warning: exported method SliderIntWidget.OnChange should have comment or be unexported (golint)
    • Line 1762: warning: exported method SliderIntWidget.Label should have comment or be unexported (golint)
    • Line 1767: warning: exported method SliderIntWidget.Labelf should have comment or be unexported (golint)
    • Line 1785: warning: exported type VSliderIntWidget should have comment or be unexported (golint)
    • Line 1797: warning: exported function VSliderInt should have comment or be unexported (golint)
    • Line 1810: warning: exported method VSliderIntWidget.Size should have comment or be unexported (golint)
    • Line 1815: warning: exported method VSliderIntWidget.Flags should have comment or be unexported (golint)
    • Line 1820: warning: exported method VSliderIntWidget.Format should have comment or be unexported (golint)
    • Line 1825: warning: exported method VSliderIntWidget.OnChange should have comment or be unexported (golint)
    • Line 1830: warning: exported method VSliderIntWidget.Label should have comment or be unexported (golint)
    • Line 1835: warning: exported method VSliderIntWidget.Labelf should have comment or be unexported (golint)
    • Line 1856: warning: exported type SliderFloatWidget should have comment or be unexported (golint)
    • Line 1866: warning: exported function SliderFloat should have comment or be unexported (golint)
    • Line 1878: warning: exported method SliderFloatWidget.Format should have comment or be unexported (golint)
    • Line 1883: warning: exported method SliderFloatWidget.OnChange should have comment or be unexported (golint)
    • Line 1889: warning: exported method SliderFloatWidget.Size should have comment or be unexported (golint)
    • Line 1894: warning: exported method SliderFloatWidget.Label should have comment or be unexported (golint)
    • Line 1899: warning: exported method SliderFloatWidget.Labelf should have comment or be unexported (golint)
    • Line 1917: warning: exported type DummyWidget should have comment or be unexported (golint)
    • Line 1937: warning: exported function Dummy should have comment or be unexported (golint)
    • Line 1946: warning: exported type HSplitterWidget should have comment or be unexported (golint)
    • Line 1953: warning: exported function HSplitter should have comment or be unexported (golint)
    • Line 1962: warning: exported method HSplitterWidget.Size should have comment or be unexported (golint)
    • Line 1981: warning: exported method HSplitterWidget.ID should have comment or be unexported (golint)
    • Line 2023: warning: exported type VSplitterWidget should have comment or be unexported (golint)
    • Line 2030: warning: exported function VSplitter should have comment or be unexported (golint)
    • Line 2039: warning: exported method VSplitterWidget.Size should have comment or be unexported (golint)
    • Line 2058: warning: exported method VSplitterWidget.ID should have comment or be unexported (golint)
    • Line 2100: warning: exported type TabItemWidget should have comment or be unexported (golint)
    • Line 2107: warning: exported function TabItem should have comment or be unexported (golint)
    • Line 2116: warning: exported function TabItemf should have comment or be unexported (golint)
    • Line 2120: warning: exported method TabItemWidget.IsOpen should have comment or be unexported (golint)
    • Line 2125: warning: exported method TabItemWidget.Flags should have comment or be unexported (golint)
    • Line 2130: warning: exported method TabItemWidget.Layout should have comment or be unexported (golint)
    • Line 2145: warning: exported type TabBarWidget should have comment or be unexported (golint)
    • Line 2151: warning: exported function TabBar should have comment or be unexported (golint)
    • Line 2157: warning: exported method TabBarWidget.Flags should have comment or be unexported (golint)
    • Line 2162: warning: exported method TabBarWidget.ID should have comment or be unexported (golint)
    • Line 2167: warning: exported method TabBarWidget.TabItems should have comment or be unexported (golint)
    • Line 2188: warning: exported type TableRowWidget should have comment or be unexported (golint)
    • Line 2195: warning: exported function TableRow should have comment or be unexported (golint)
    • Line 2204: warning: exported method TableRowWidget.BgColor should have comment or be unexported (golint)
    • Line 2209: warning: exported method TableRowWidget.Flags should have comment or be unexported (golint)
    • Line 2214: warning: exported method TableRowWidget.MinHeight should have comment or be unexported (golint)
    • Line 2242: warning: exported type TableColumnWidget should have comment or be unexported (golint)
    • Line 2249: warning: exported function TableColumn should have comment or be unexported (golint)
    • Line 2258: warning: exported method TableColumnWidget.Flags should have comment or be unexported (golint)
    • Line 2263: warning: exported method TableColumnWidget.InnerWidthOrWeight should have comment or be unexported (golint)
    • Line 2268: warning: exported method TableColumnWidget.UserID should have comment or be unexported (golint)
    • Line 2280: warning: exported type TableWidget should have comment or be unexported (golint)
    • Line 2291: warning: exported function Table should have comment or be unexported (golint)
    • Line 2315: warning: exported method TableWidget.Columns should have comment or be unexported (golint)
    • Line 2320: warning: exported method TableWidget.Rows should have comment or be unexported (golint)
    • Line 2325: warning: exported method TableWidget.Size should have comment or be unexported (golint)
    • Line 2330: warning: exported method TableWidget.InnerWidth should have comment or be unexported (golint)
    • Line 2335: warning: exported method TableWidget.Flags should have comment or be unexported (golint)
    • Line 2387: warning: exported type TreeTableRowWidget should have comment or be unexported (golint)
    • Line 2394: warning: exported function TreeTableRow should have comment or be unexported (golint)
    • Line 2401: warning: exported method TreeTableRowWidget.Children should have comment or be unexported (golint)
    • Line 2406: warning: exported method TreeTableRowWidget.Flags should have comment or be unexported (golint)
    • Line 2447: warning: exported type TreeTableWidget should have comment or be unexported (golint)
    • Line 2456: warning: exported function TreeTable should have comment or be unexported (golint)
    • Line 2471: warning: exported method TreeTableWidget.Size should have comment or be unexported (golint)
    • Line 2476: warning: exported method TreeTableWidget.Flags should have comment or be unexported (golint)
    • Line 2481: warning: exported method TreeTableWidget.Columns should have comment or be unexported (golint)
    • Line 2486: warning: exported method TreeTableWidget.Rows should have comment or be unexported (golint)
    • Line 2524: warning: exported type TooltipWidget should have comment or be unexported (golint)
    • Line 2542: warning: exported function Tooltip should have comment or be unexported (golint)
    • Line 2549: warning: exported function Tooltipf should have comment or be unexported (golint)
    • Line 2553: warning: exported method TooltipWidget.Layout should have comment or be unexported (golint)
    • Line 2560: warning: exported type TreeNodeWidget should have comment or be unexported (golint)
    • Line 2567: warning: exported function TreeNode should have comment or be unexported (golint)
    • Line 2576: warning: exported function TreeNodef should have comment or be unexported (golint)
    • Line 2580: warning: exported method TreeNodeWidget.Flags should have comment or be unexported (golint)
    • Line 2592: warning: exported method TreeNodeWidget.Layout should have comment or be unexported (golint)
    • Line 2615: warning: exported type SpacingWidget should have comment or be unexported (golint)
    • Line 2622: warning: exported function Spacing should have comment or be unexported (golint)
    • Line 2628: warning: exported type CustomWidget should have comment or be unexported (golint)
    • Line 2639: warning: exported function Custom should have comment or be unexported (golint)
    • Line 2647: warning: exported type ConditionWidget should have comment or be unexported (golint)
    • Line 2653: warning: exported function Condition should have comment or be unexported (golint)
    • Line 2693: warning: exported type ListBoxState should have comment or be unexported (golint)
    • Line 2697: warning: exported method ListBoxState.Dispose should have comment or be unexported (golint)
    • Line 2703: warning: exported type ListBoxWidget should have comment or be unexported (golint)
    • Line 2715: warning: exported function ListBox should have comment or be unexported (golint)
    • Line 2729: warning: exported method ListBoxWidget.Size should have comment or be unexported (golint)
    • Line 2735: warning: exported method ListBoxWidget.Border should have comment or be unexported (golint)
    • Line 2740: warning: exported method ListBoxWidget.ContextMenu should have comment or be unexported (golint)
    • Line 2745: warning: exported method ListBoxWidget.OnChange should have comment or be unexported (golint)
    • Line 2750: warning: exported method ListBoxWidget.OnDClick should have comment or be unexported (golint)
    • Line 2755: warning: exported method ListBoxWidget.OnMenu should have comment or be unexported (golint)
    • Line 2820: warning: exported type DatePickerWidget should have comment or be unexported (golint)
    • Line 2827: warning: exported function DatePicker should have comment or be unexported (golint)
    • Line 2836: warning: exported method DatePickerWidget.Size should have comment or be unexported (golint)
    • Line 2841: warning: exported method DatePickerWidget.OnChange should have comment or be unexported (golint)
    • Line 3005: warning: exported type ColorEditWidget should have comment or be unexported (golint)
    • Line 3013: warning: exported function ColorEdit should have comment or be unexported (golint)
    • Line 3021: warning: exported method ColorEditWidget.OnChange should have comment or be unexported (golint)
    • Line 3026: warning: exported method ColorEditWidget.Flags should have comment or be unexported (golint)
    • Line 3031: warning: exported method ColorEditWidget.Size should have comment or be unexported (golint)
    • giu/Utils.go
    • Line 117: warning: exported function GetAvailableRegion should have comment or be unexported (golint)
    • Line 175: warning: exported function SetKeyboardFocusHereV should have comment or be unexported (golint)
    • Line 179: warning: exported function PushClipRect should have comment or be unexported (golint)
    • Line 183: warning: exported function PopClipRect should have comment or be unexported (golint)
    • giu/Events.go
    • Line 5: warning: exported type MouseButton should have comment or be unexported (golint)
    • Line 8: warning: exported const MouseButtonLeft should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported function IsItemHovered should have comment or be unexported (golint)
    • giu/Flags.go
    • Line 3: warning: exported type InputTextFlags should have comment or be unexported (golint)
    • Line 6: warning: exported const InputTextFlagsNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 7: warning: comment on exported const InputTextFlagsCharsDecimal should be of the form "InputTextFlagsCharsDecimal ..." (golint)
    • Line 9: warning: comment on exported const InputTextFlagsCharsHexadecimal should be of the form "InputTextFlagsCharsHexadecimal ..." (golint)
    • Line 11: warning: comment on exported const InputTextFlagsCharsUppercase should be of the form "InputTextFlagsCharsUppercase ..." (golint)
    • Line 13: warning: comment on exported const InputTextFlagsCharsNoBlank should be of the form "InputTextFlagsCharsNoBlank ..." (golint)
    • Line 15: warning: comment on exported const InputTextFlagsAutoSelectAll should be of the form "InputTextFlagsAutoSelectAll ..." (golint)
    • Line 17: warning: comment on exported const InputTextFlagsEnterReturnsTrue should be of the form "InputTextFlagsEnterReturnsTrue ..." (golint)
    • Line 20: warning: comment on exported const InputTextFlagsCallbackCompletion should be of the form "InputTextFlagsCallbackCompletion ..." (golint)
    • Line 22: warning: comment on exported const InputTextFlagsCallbackHistory should be of the form "InputTextFlagsCallbackHistory ..." (golint)
    • Line 24: warning: comment on exported const InputTextFlagsCallbackAlways should be of the form "InputTextFlagsCallbackAlways ..." (golint)
    • Line 26: warning: comment on exported const InputTextFlagsCallbackCharFilter should be of the form "InputTextFlagsCallbackCharFilter ..." (golint)
    • Line 28: warning: comment on exported const InputTextFlagsAllowTabInput should be of the form "InputTextFlagsAllowTabInput ..." (golint)
    • Line 30: warning: comment on exported const InputTextFlagsCtrlEnterForNewLine should be of the form "InputTextFlagsCtrlEnterForNewLine ..." (golint)
    • Line 33: warning: comment on exported const InputTextFlagsNoHorizontalScroll should be of the form "InputTextFlagsNoHorizontalScroll ..." (golint)
    • Line 35: warning: comment on exported const InputTextFlagsAlwaysOverwrite should be of the form "InputTextFlagsAlwaysOverwrite ..." (golint)
    • Line 37: warning: comment on exported const InputTextFlagsReadOnly should be of the form "InputTextFlagsReadOnly ..." (golint)
    • Line 39: warning: comment on exported const InputTextFlagsPassword should be of the form "InputTextFlagsPassword ..." (golint)
    • Line 41: warning: comment on exported const InputTextFlagsNoUndoRedo should be of the form "InputTextFlagsNoUndoRedo ..." (golint)
    • Line 44: warning: comment on exported const InputTextFlagsCharsScientific should be of the form "InputTextFlagsCharsScientific ..." (golint)
    • Line 46: warning: comment on exported const InputTextFlagsCallbackResize should be of the form "InputTextFlagsCallbackResize ..." (golint)
    • Line 50: warning: comment on exported const InputTextFlagsCallbackEdit should be of the form "InputTextFlagsCallbackEdit ..." (golint)
    • Line 55: warning: exported type WindowFlags should have comment or be unexported (golint)
    • Line 119: warning: exported type ComboFlags should have comment or be unexported (golint)
    • Line 177: warning: exported type TabBarFlags should have comment or be unexported (golint)
    • Line 285: warning: comment on exported const HoveredFlagsAllowWhenBlockedByActiveItem should be of the form "HoveredFlagsAllowWhenBlockedByActiveItem ..." (golint)
    • Line 471: warning: exported type TableRowFlags should have comment or be unexported (golint)
    • Line 474: warning: exported const TableRowFlagsNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 475: warning: comment on exported const TableRowFlagsHeaders should be of the form "TableRowFlagsHeaders ..." (golint)
    • Line 479: warning: exported type TableColumnFlags should have comment or be unexported (golint)
    • Line 482: warning: comment on exported const TableColumnFlagsNone should be of the form "TableColumnFlagsNone ..." (golint)
    • Line 484: warning: comment on exported const TableColumnFlagsDefaultHide should be of the form "TableColumnFlagsDefaultHide ..." (golint)
    • Line 486: warning: comment on exported const TableColumnFlagsDefaultSort should be of the form "TableColumnFlagsDefaultSort ..." (golint)
    • Line 488: warning: comment on exported const TableColumnFlagsWidthStretch should be of the form "TableColumnFlagsWidthStretch ..." (golint)
    • Line 491: warning: comment on exported const TableColumnFlagsWidthFixed should be of the form "TableColumnFlagsWidthFixed ..." (golint)
    • Line 494: warning: comment on exported const TableColumnFlagsNoResize should be of the form "TableColumnFlagsNoResize ..." (golint)
    • Line 496: warning: comment on exported const TableColumnFlagsNoReorder should be of the form "TableColumnFlagsNoReorder ..." (golint)
    • Line 498: warning: comment on exported const TableColumnFlagsNoHide should be of the form "TableColumnFlagsNoHide ..." (golint)
    • Line 500: warning: comment on exported const TableColumnFlagsNoClip should be of the form "TableColumnFlagsNoClip ..." (golint)
    • Line 502: warning: comment on exported const TableColumnFlagsNoSort should be of the form "TableColumnFlagsNoSort ..." (golint)
    • Line 504: warning: comment on exported const TableColumnFlagsNoSortAscending should be of the form "TableColumnFlagsNoSortAscending ..." (golint)
    • Line 506: warning: comment on exported const TableColumnFlagsNoSortDescending should be of the form "TableColumnFlagsNoSortDescending ..." (golint)
    • Line 508: warning: comment on exported const TableColumnFlagsNoHeaderWidth should be of the form "TableColumnFlagsNoHeaderWidth ..." (golint)
    • Line 510: warning: comment on exported const TableColumnFlagsPreferSortAscending should be of the form "TableColumnFlagsPreferSortAscending ..." (golint)
    • Line 512: warning: comment on exported const TableColumnFlagsPreferSortDescending should be of the form "TableColumnFlagsPreferSortDescending ..." (golint)
    • Line 514: warning: comment on exported const TableColumnFlagsIndentEnable should be of the form "TableColumnFlagsIndentEnable ..." (golint)
    • Line 516: warning: comment on exported const TableColumnFlagsIndentDisable should be of the form "TableColumnFlagsIndentDisable ..." (golint)
    • Line 519: warning: comment on exported const TableColumnFlagsIsEnabled should be of the form "TableColumnFlagsIsEnabled ..." (golint)
    • Line 522: warning: comment on exported const TableColumnFlagsIsVisible should be of the form "TableColumnFlagsIsVisible ..." (golint)
    • Line 524: warning: comment on exported const TableColumnFlagsIsSorted should be of the form "TableColumnFlagsIsSorted ..." (golint)
    • Line 526: warning: comment on exported const TableColumnFlagsIsHovered should be of the form "TableColumnFlagsIsHovered ..." (golint)
    • Line 529: warning: comment on exported const TableColumnFlagsWidthMask should be of the form "TableColumnFlagsWidthMask ..." (golint)
    • Line 531: warning: exported const TableColumnFlagsIndentMask should have comment (or a comment on this block) or be unexported (golint)
    • Line 534: warning: comment on exported const TableColumnFlagsNoDirectResize should be of the form "TableColumnFlagsNoDirectResize ..." (golint)
    • Line 538: warning: exported type SliderFlags should have comment or be unexported (golint)
    • Line 541: warning: exported const SliderFlagsNone should have comment (or a comment on this block) or be unexported (golint)
    • Line 542: warning: comment on exported const SliderFlagsAlwaysClamp should be of the form "SliderFlagsAlwaysClamp ..." (golint)
    • Line 544: warning: comment on exported const SliderFlagsLogarithmic should be of the form "SliderFlagsLogarithmic ..." (golint)
    • Line 547: warning: comment on exported const SliderFlagsNoRoundToFormat should be of the form "SliderFlagsNoRoundToFormat ..." (golint)
    • Line 549: warning: comment on exported const SliderFlagsNoInput should be of the form "SliderFlagsNoInput ..." (golint)
    • Line 551: warning: comment on exported const SliderFlagsInvalidMask should be of the form "SliderFlagsInvalidMask ..." (golint)
    • Line 556: warning: exported type PlotFlags should have comment or be unexported (golint)
    • Line 559: warning: comment on exported const PlotFlagsNone should be of the form "PlotFlagsNone ..." (golint)
    • Line 561: warning: comment on exported const PlotFlagsNoTitle should be of the form "PlotFlagsNoTitle ..." (golint)
    • Line 563: warning: comment on exported const PlotFlagsNoLegend should be of the form "PlotFlagsNoLegend ..." (golint)
    • Line 565: warning: comment on exported const PlotFlagsNoMenus should be of the form "PlotFlagsNoMenus ..." (golint)
    • Line 567: warning: comment on exported const PlotFlagsNoBoxSelect should be of the form "PlotFlagsNoBoxSelect ..." (golint)
    • Line 569: warning: comment on exported const PlotFlagsNoMousePos should be of the form "PlotFlagsNoMousePos ..." (golint)
    • Line 571: warning: comment on exported const PlotFlagsNoHighlight should be of the form "PlotFlagsNoHighlight ..." (golint)
    • Line 573: warning: comment on exported const PlotFlagsNoChild should be of the form "PlotFlagsNoChild ..." (golint)
    • Line 575: warning: comment on exported const PlotFlagsEqual should be of the form "PlotFlagsEqual ..." (golint)
    • Line 577: warning: comment on exported const PlotFlagsYAxis2 should be of the form "PlotFlagsYAxis2 ..." (golint)
    • Line 579: warning: comment on exported const PlotFlagsYAxis3 should be of the form "PlotFlagsYAxis3 ..." (golint)
    • Line 581: warning: comment on exported const PlotFlagsQuery should be of the form "PlotFlagsQuery ..." (golint)
    • Line 583: warning: comment on exported const PlotFlagsCrosshairs should be of the form "PlotFlagsCrosshairs ..." (golint)
    • Line 585: warning: comment on exported const PlotFlagsAntiAliased should be of the form "PlotFlagsAntiAliased ..." (golint)
    • Line 587: warning: exported const PlotFlagsCanvasOnly should have comment (or a comment on this block) or be unexported (golint)
    • Line 590: warning: exported type PlotAxisFlags should have comment or be unexported (golint)
    • Line 593: warning: comment on exported const PlotAxisFlagsNone should be of the form "PlotAxisFlagsNone ..." (golint)
    • Line 595: warning: comment on exported const PlotAxisFlagsNoLabel should be of the form "PlotAxisFlagsNoLabel ..." (golint)
    • Line 597: warning: comment on exported const PlotAxisFlagsNoGridLines should be of the form "PlotAxisFlagsNoGridLines ..." (golint)
    • Line 599: warning: comment on exported const PlotAxisFlagsNoTickMarks should be of the form "PlotAxisFlagsNoTickMarks ..." (golint)
    • Line 601: warning: comment on exported const PlotAxisFlagsNoTickLabels should be of the form "PlotAxisFlagsNoTickLabels ..." (golint)
    • Line 603: warning: comment on exported const PlotAxisFlagsLogScale should be of the form "PlotAxisFlagsLogScale ..." (golint)
    • Line 605: warning: comment on exported const PlotAxisFlagsTime should be of the form "PlotAxisFlagsTime ..." (golint)
    • Line 607: warning: comment on exported const PlotAxisFlagsInvert should be of the form "PlotAxisFlagsInvert ..." (golint)
    • Line 609: warning: comment on exported const PlotAxisFlagsLockMin should be of the form "PlotAxisFlagsLockMin ..." (golint)
    • Line 611: warning: comment on exported const PlotAxisFlagsLockMax should be of the form "PlotAxisFlagsLockMax ..." (golint)
    • Line 613: warning: exported const PlotAxisFlagsLock should have comment (or a comment on this block) or be unexported (golint)
    • giu/MasterWindow.go
    • Line 16: warning: comment on exported const MasterWindowFlagsNotResizable should be of the form "MasterWindowFlagsNotResizable ..." (golint)
    • Line 18: warning: comment on exported const MasterWindowFlagsMaximized should be of the form "MasterWindowFlagsMaximized ..." (golint)
    • Line 20: warning: comment on exported const MasterWindowFlagsFloating should be of the form "MasterWindowFlagsFloating ..." (golint)
    • Line 22: warning: comment on exported const MasterWindowFlagsFrameless should be of the form "MasterWindowFlagsFrameless ..." (golint)
    • Line 24: warning: comment on exported const MasterWindowFlagsTransparent should be of the form "MasterWindowFlagsTransparent ..." (golint)
    • Line 281: warning: exported method MasterWindow.SetDropCallback should have comment or be unexported (golint)
    • giu/examples/customwidget/customwidget.go
    • Line 11: warning: exported type CircleButtonWidget should have comment or be unexported (golint)
    • Line 16: warning: exported function CircleButton should have comment or be unexported (golint)
    • Line 23: warning: exported method CircleButtonWidget.Build should have comment or be unexported (golint)
    • giu/Alignment.go
    • Line 10: warning: exported type AlignmentType should have comment or be unexported (golint)
    • Line 13: warning: exported const AlignLeft should have comment (or a comment on this block) or be unexported (golint)
    • Line 18: warning: exported type AlignmentSetter should have comment or be unexported (golint)
    • Line 51: warning: exported method AlignmentSetter.Build should have comment or be unexported (golint)
    • giu/Style.go
    • Line 156: warning: exported function PushTextWrapPos should have comment or be unexported (golint)
    • Line 160: warning: exported function PopTextWrapPos should have comment or be unexported (golint)
    • Line 186: warning: exported const MouseCursorCount should have comment (or a comment on this block) or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign94%

IneffAssign detects ineffectual assignments in Go code.

    • /home/shawn/go/pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20210727001814-0db043d8d5be/build.go
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • Line 53: warning: could not import C (no metadata for C) (ineffassign)
    • /home/shawn/go/pkg/mod/github.com/!allen!dang/imgui-go@v1.12.1-0.20210916075753-db3bb226396e/Assert.go
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • Line 3: warning: could not import C (no metadata for C) (ineffassign)
    • /home/shawn/go/pkg/mod/github.com/!allen!dang/imgui-go@v1.12.1-0.20210916075753-db3bb226396e/PlatformGlfw.go
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)
    • Line 376: warning: duplicate key unknown in map literal (ineffassign)
    • Line 377: warning: duplicate key unknown in map literal (ineffassign)

misspell98%

Misspell Finds commonly misspelled English words