Preparing report...

Report for github.com/HongJaison/go-admin

A+    Excellent!    Found 158 issues across 269 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!


gocyclo93%

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.

    • go-admin/plugins/admin/modules/table/generators.go
    • Line 46: warning: cyclomatic complexity 35 of function (*SystemTable).GetManagerTable() is high (> 15) (gocyclo)
    • Line 348: warning: cyclomatic complexity 16 of function (*SystemTable).GetNormalManagerTable() is high (> 15) (gocyclo)
    • Line 636: warning: cyclomatic complexity 16 of function (*SystemTable).GetRolesTable() is high (> 15) (gocyclo)
    • go-admin/plugins/admin/modules/table/default.go
    • Line 563: warning: cyclomatic complexity 28 of function (DefaultTable).GetDataWithId() is high (> 15) (gocyclo)
    • Line 383: warning: cyclomatic complexity 26 of function (DefaultTable).getDataFromDatabase() is high (> 15) (gocyclo)
    • Line 1033: warning: cyclomatic complexity 16 of function (DefaultTable).getColumns() is high (> 15) (gocyclo)
    • go-admin/template/types/form.go
    • Line 339: warning: cyclomatic complexity 36 of function (*FormField).UpdateDefaultValue() is high (> 15) (gocyclo)
    • Line 168: warning: cyclomatic complexity 35 of function (*FormField).UpdateValue() is high (> 15) (gocyclo)
    • Line 1565: warning: cyclomatic complexity 19 of function (*FormPanel).GroupFieldWithValue() is high (> 15) (gocyclo)

golint44%

Golint is a linter for Go source code.

    • go-admin/modules/service/service.go
    • Line 7: warning: exported type Service should have comment or be unexported (golint)
    • Line 11: warning: exported type Generator should have comment or be unexported (golint)
    • Line 13: warning: exported function Register should have comment or be unexported (golint)
    • Line 20: warning: exported function GetServices should have comment or be unexported (golint)
    • Line 35: warning: exported type Generators should have comment or be unexported (golint)
    • Line 37: warning: exported type List should have comment or be unexported (golint)
    • Line 39: warning: exported method List.Get should have comment or be unexported (golint)
    • Line 46: warning: exported method List.GetOrNot should have comment or be unexported (golint)
    • Line 51: warning: exported method List.Add should have comment or be unexported (golint)
    • go-admin/template/types/table/table.go
    • Line 3: warning: exported type Type should have comment or be unexported (golint)
    • Line 6: warning: exported const Text should have comment (or a comment on this block) or be unexported (golint)
    • Line 42: warning: exported method Type.IsSwitch should have comment or be unexported (golint)
    • go-admin/template/types/action/base.go
    • Line 13: warning: exported type AjaxData should have comment or be unexported (golint)
    • Line 15: warning: exported function NewAjaxData should have comment or be unexported (golint)
    • Line 19: warning: exported method AjaxData.Add should have comment or be unexported (golint)
    • Line 26: warning: exported method AjaxData.JSON should have comment or be unexported (golint)
    • Line 35: warning: exported type BaseAction should have comment or be unexported (golint)
    • Line 41: warning: exported method BaseAction.SetBtnId should have comment or be unexported (golint)
    • Line 42: warning: exported method BaseAction.Js should have comment or be unexported (golint)
    • Line 43: warning: exported method BaseAction.BtnClass should have comment or be unexported (golint)
    • Line 44: warning: exported method BaseAction.BtnAttribute should have comment or be unexported (golint)
    • Line 45: warning: exported method BaseAction.GetCallbacks should have comment or be unexported (golint)
    • Line 46: warning: exported method BaseAction.ExtContent should have comment or be unexported (golint)
    • Line 47: warning: exported method BaseAction.FooterContent should have comment or be unexported (golint)
    • Line 48: warning: exported method BaseAction.SetBtnData should have comment or be unexported (golint)
    • Line 55: warning: exported function URL should have comment or be unexported (golint)
    • go-admin/adapter/gin/gin.go
    • Line 50: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 52: warning: exported function Content should have comment or be unexported (golint)
    • Line 60: warning: exported method Gin.DisableLog should have comment or be unexported (golint)
    • Line 61: warning: exported method Gin.Static should have comment or be unexported (golint)
    • go-admin/plugins/admin/models/user.go
    • Line 48: warning: exported method UserModel.SetConn should have comment or be unexported (golint)
    • Line 53: warning: exported method UserModel.WithTx should have comment or be unexported (golint)
    • Line 90: warning: exported method UserModel.GetCheckPermissionByUrlMethod should have comment or be unexported (golint)
    • Line 97: warning: exported method UserModel.IsVisitor should have comment or be unexported (golint)
    • Line 101: warning: exported method UserModel.HideUserCenterEntrance should have comment or be unexported (golint)
    • Line 105: warning: exported method UserModel.CheckPermissionByUrlMethod should have comment or be unexported (golint)
    • Line 220: warning: comment on exported method UserModel.ReleaseConn should be of the form "ReleaseConn ..." (golint)
    • Line 252: warning: exported method UserModel.GetAllRoleId should have comment or be unexported (golint)
    • Line 398: warning: comment on exported method UserModel.CheckRoleId should be of the form "CheckRoleId ..." (golint)
    • Line 439: warning: comment on exported method UserModel.CheckPermissionById should be of the form "CheckPermissionById ..." (golint)
    • go-admin/template/types/page.go
    • Line 84: warning: exported type NewPageParam should have comment or be unexported (golint)
    • Line 95: warning: exported method NewPageParam.NavButtonsAndJS should have comment or be unexported (golint)
    • Line 111: warning: exported function NewPage should have comment or be unexported (golint)
    • Line 142: warning: exported method Page.AddButton should have comment or be unexported (golint)
    • Line 148: warning: exported function NewPagePanel should have comment or be unexported (golint)
    • Line 163: warning: exported type TableRowData should have comment or be unexported (golint)
    • Line 168: warning: exported function ParseTableDataTmpl should have comment or be unexported (golint)
    • Line 187: warning: exported function ParseTableDataTmplWithID should have comment or be unexported (golint)
    • Line 214: warning: exported method Panel.GetContent should have comment or be unexported (golint)
    • Line 268: warning: exported type GetPanelFn should have comment or be unexported (golint)
    • Line 270: warning: exported type GetPanelInfoFn should have comment or be unexported (golint)
    • go-admin/modules/ui/ui.go
    • Line 12: warning: exported type Service should have comment or be unexported (golint)
    • Line 16: warning: exported const ServiceKey should have comment or be unexported (golint)
    • Line 18: warning: exported method Service.Name should have comment or be unexported (golint)
    • Line 22: warning: exported function GetService should have comment or be unexported (golint)
    • Line 29: warning: exported function NewService should have comment or be unexported (golint)
    • Line 35: warning: exported method Service.UpdateButtons should have comment or be unexported (golint)
    • Line 39: warning: exported method Service.RemoveOrShowSiteNavButton should have comment or be unexported (golint)
    • Line 49: warning: exported method Service.RemoveOrShowInfoNavButton should have comment or be unexported (golint)
    • Line 60: warning: exported method Service.RemoveOrShowToolNavButton should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/captcha/captcha.go
    • Line 3: warning: exported type Captcha should have comment or be unexported (golint)
    • Line 7: warning: exported var List should have comment or be unexported (golint)
    • Line 9: warning: exported function Add should have comment or be unexported (golint)
    • Line 16: warning: exported function Get should have comment or be unexported (golint)
    • go-admin/template/types/display.go
    • Line 10: warning: exported type DisplayFnGenerator should have comment or be unexported (golint)
    • Line 16: warning: exported type BaseDisplayFnGenerator should have comment or be unexported (golint)
    • Line 18: warning: exported method BaseDisplayFnGenerator.JS should have comment or be unexported (golint)
    • Line 19: warning: exported method BaseDisplayFnGenerator.HTML should have comment or be unexported (golint)
    • Line 23: warning: exported function RegisterDisplayFnGenerator should have comment or be unexported (golint)
    • Line 30: warning: exported type FieldDisplay should have comment or be unexported (golint)
    • Line 35: warning: exported method FieldDisplay.ToDisplay should have comment or be unexported (golint)
    • Line 57: warning: exported method FieldDisplay.AddLimit should have comment or be unexported (golint)
    • Line 69: warning: exported method FieldDisplay.AddTrimSpace should have comment or be unexported (golint)
    • Line 75: warning: exported method FieldDisplay.AddSubstr should have comment or be unexported (golint)
    • Line 90: warning: exported method FieldDisplay.AddToTitle should have comment or be unexported (golint)
    • Line 96: warning: exported method FieldDisplay.AddToUpper should have comment or be unexported (golint)
    • Line 102: warning: exported method FieldDisplay.AddToLower should have comment or be unexported (golint)
    • Line 108: warning: exported type DisplayProcessFnChains should have comment or be unexported (golint)
    • Line 110: warning: exported method DisplayProcessFnChains.Valid should have comment or be unexported (golint)
    • Line 114: warning: exported method DisplayProcessFnChains.Add should have comment or be unexported (golint)
    • Line 118: warning: exported method DisplayProcessFnChains.Append should have comment or be unexported (golint)
    • Line 122: warning: exported method DisplayProcessFnChains.Copy should have comment or be unexported (golint)
    • Line 125: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 141: warning: exported function AddGlobalDisplayProcessFn should have comment or be unexported (golint)
    • Line 145: warning: exported function AddLimit should have comment or be unexported (golint)
    • Line 149: warning: exported function AddTrimSpace should have comment or be unexported (golint)
    • Line 153: warning: exported function AddSubstr should have comment or be unexported (golint)
    • Line 157: warning: exported function AddToTitle should have comment or be unexported (golint)
    • Line 161: warning: exported function AddToUpper should have comment or be unexported (golint)
    • Line 165: warning: exported function AddToLower should have comment or be unexported (golint)
    • Line 169: warning: exported function AddXssFilter should have comment or be unexported (golint)
    • Line 173: warning: exported function AddXssJsFilter should have comment or be unexported (golint)
    • go-admin/modules/logger/logger.go
    • Line 63: warning: exported type Logger should have comment or be unexported (golint)
    • Line 87: warning: exported type EncoderCfg should have comment or be unexported (golint)
    • Line 101: warning: exported type RotateCfg should have comment or be unexported (golint)
    • Line 108: warning: exported method Logger.Init should have comment or be unexported (golint)
    • Line 169: warning: exported method Logger.SetRotate should have comment or be unexported (golint)
    • Line 175: warning: exported method Logger.SetEncoder should have comment or be unexported (golint)
    • Line 190: warning: exported type Config should have comment or be unexported (golint)
    • Line 211: warning: exported function InitWithConfig should have comment or be unexported (golint)
    • Line 227: warning: exported function SetRotate should have comment or be unexported (golint)
    • Line 260: warning: comment on exported function Infof should be of the form "Infof ..." (golint)
    • go-admin/template/types/display/image.go
    • Line 8: warning: exported type Image should have comment or be unexported (golint)
    • Line 16: warning: exported method Image.Get should have comment or be unexported (golint)
    • Line 23: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-admin/template/components/label.go
    • Line 8: warning: exported type LabelAttribute should have comment or be unexported (golint)
    • Line 16: warning: exported method LabelAttribute.SetType should have comment or be unexported (golint)
    • Line 21: warning: exported method LabelAttribute.SetColor should have comment or be unexported (golint)
    • Line 26: warning: exported method LabelAttribute.SetContent should have comment or be unexported (golint)
    • Line 31: warning: exported method LabelAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/template/chartjs/chart.go
    • Line 11: warning: exported type Chart should have comment or be unexported (golint)
    • Line 22: warning: exported method Chart.SetID should have comment or be unexported (golint)
    • Line 27: warning: exported method Chart.SetTitle should have comment or be unexported (golint)
    • Line 32: warning: exported method Chart.SetHeight should have comment or be unexported (golint)
    • Line 37: warning: exported method Chart.SetOptionAnimationDuration should have comment or be unexported (golint)
    • Line 47: warning: exported method Chart.SetOptionAnimationEasing should have comment or be unexported (golint)
    • Line 57: warning: exported method Chart.SetOptionLayoutPaddingLeft should have comment or be unexported (golint)
    • Line 67: warning: exported method Chart.SetOptionLayoutPaddingRight should have comment or be unexported (golint)
    • Line 77: warning: exported method Chart.SetOptionLayoutPaddingTop should have comment or be unexported (golint)
    • Line 87: warning: exported method Chart.SetOptionLayoutPaddingBottom should have comment or be unexported (golint)
    • Line 97: warning: exported method Chart.SetOptionLegendDisplay should have comment or be unexported (golint)
    • Line 107: warning: exported method Chart.SetOptionLegendPosition should have comment or be unexported (golint)
    • Line 117: warning: exported method Chart.SetOptionLegendAlign should have comment or be unexported (golint)
    • Line 127: warning: exported method Chart.SetOptionLegendFullWidt should have comment or be unexported (golint)
    • Line 137: warning: exported method Chart.SetOptionLegendRevers should have comment or be unexported (golint)
    • Line 147: warning: exported method Chart.SetOptionLegendRt should have comment or be unexported (golint)
    • Line 157: warning: exported method Chart.SetOptionLegendTextDirection should have comment or be unexported (golint)
    • Line 167: warning: exported method Chart.SetOptionLegendLabels should have comment or be unexported (golint)
    • Line 177: warning: exported method Chart.SetOptionTitleDisplay should have comment or be unexported (golint)
    • Line 187: warning: exported method Chart.SetOptionTitleFontSize should have comment or be unexported (golint)
    • Line 197: warning: exported method Chart.SetOptionTitlePosition should have comment or be unexported (golint)
    • Line 207: warning: exported method Chart.SetOptionTitleFontFamily should have comment or be unexported (golint)
    • Line 217: warning: exported method Chart.SetOptionTitleFontColor should have comment or be unexported (golint)
    • Line 227: warning: exported method Chart.SetOptionTitleFontStyle should have comment or be unexported (golint)
    • Line 237: warning: exported method Chart.SetOptionTitlePadding should have comment or be unexported (golint)
    • Line 247: warning: exported method Chart.SetOptionTitleLineHeight should have comment or be unexported (golint)
    • Line 257: warning: exported method Chart.SetOptionTitleText should have comment or be unexported (golint)
    • Line 267: warning: exported method Chart.SetOptionTooltipsEnabled should have comment or be unexported (golint)
    • Line 277: warning: exported method Chart.SetOptionTooltipsMode should have comment or be unexported (golint)
    • Line 287: warning: exported method Chart.SetOptionTooltipsIntersect should have comment or be unexported (golint)
    • Line 297: warning: exported method Chart.SetOptionTooltipsPosition should have comment or be unexported (golint)
    • Line 307: warning: exported method Chart.SetOptionTooltipsBackgroundColor should have comment or be unexported (golint)
    • Line 317: warning: exported method Chart.SetOptionTooltipsTitleFontFamily should have comment or be unexported (golint)
    • Line 327: warning: exported method Chart.SetOptionTooltipsTitleFontSize should have comment or be unexported (golint)
    • Line 337: warning: exported method Chart.SetOptionTooltipsTitleFontStyle should have comment or be unexported (golint)
    • Line 347: warning: exported method Chart.SetOptionTooltipsTitleFontColor should have comment or be unexported (golint)
    • Line 357: warning: exported method Chart.SetOptionTooltipsTitleAlign should have comment or be unexported (golint)
    • Line 367: warning: exported method Chart.SetOptionTooltipsTitleSpacing should have comment or be unexported (golint)
    • Line 377: warning: exported method Chart.SetOptionTooltipsTitleMarginBottom should have comment or be unexported (golint)
    • Line 387: warning: exported method Chart.SetOptionTooltipsBodyFontFamily should have comment or be unexported (golint)
    • Line 397: warning: exported method Chart.SetOptionTooltipsBodyFontSize should have comment or be unexported (golint)
    • Line 407: warning: exported method Chart.SetOptionTooltipsBodyFontStyle should have comment or be unexported (golint)
    • Line 417: warning: exported method Chart.SetOptionTooltipsBodyFontColor should have comment or be unexported (golint)
    • Line 427: warning: exported method Chart.SetOptionTooltipsBodyAlign should have comment or be unexported (golint)
    • Line 437: warning: exported method Chart.SetOptionTooltipsBodySpacing should have comment or be unexported (golint)
    • Line 447: warning: exported method Chart.SetOptionTooltipsFooterFontFamily should have comment or be unexported (golint)
    • Line 457: warning: exported method Chart.SetOptionTooltipsFooterFontSize should have comment or be unexported (golint)
    • Line 467: warning: exported method Chart.SetOptionTooltipsFooterFontStyle should have comment or be unexported (golint)
    • Line 477: warning: exported method Chart.SetOptionTooltipsFooterFontColor should have comment or be unexported (golint)
    • Line 487: warning: exported method Chart.SetOptionTooltipsFooterAlign should have comment or be unexported (golint)
    • Line 497: warning: exported method Chart.SetOptionTooltipsFooterSpacing should have comment or be unexported (golint)
    • Line 507: warning: exported method Chart.SetOptionTooltipsFooterMarginTop should have comment or be unexported (golint)
    • Line 517: warning: exported method Chart.SetOptionTooltipsXPadding should have comment or be unexported (golint)
    • Line 527: warning: exported method Chart.SetOptionTooltipsYPadding should have comment or be unexported (golint)
    • Line 537: warning: exported method Chart.SetOptionTooltipsCaretPadding should have comment or be unexported (golint)
    • Line 547: warning: exported method Chart.SetOptionTooltipsCaretSize should have comment or be unexported (golint)
    • Line 557: warning: exported method Chart.SetOptionTooltipsCornerRadius should have comment or be unexported (golint)
    • Line 567: warning: exported method Chart.SetOptionTooltipsMultiKeyBackground should have comment or be unexported (golint)
    • Line 577: warning: exported method Chart.SetOptionTooltipsDisplayColors should have comment or be unexported (golint)
    • Line 587: warning: exported method Chart.SetOptionTooltipsBorderColor should have comment or be unexported (golint)
    • Line 597: warning: exported method Chart.SetOptionTooltipsBorderWidth should have comment or be unexported (golint)
    • Line 607: warning: exported method Chart.SetOptionTooltipsRtl should have comment or be unexported (golint)
    • Line 617: warning: exported method Chart.SetOptionTooltipsTextDirection should have comment or be unexported (golint)
    • Line 627: warning: exported method Chart.SetOptionElementPoint should have comment or be unexported (golint)
    • Line 637: warning: exported method Chart.SetOptionElementLine should have comment or be unexported (golint)
    • Line 647: warning: exported method Chart.SetOptionElementArc should have comment or be unexported (golint)
    • Line 657: warning: exported method Chart.SetOptionElementRectangle should have comment or be unexported (golint)
    • Line 664: warning: exported type JsContent should have comment or be unexported (golint)
    • Line 669: warning: exported type OptionAnimation should have comment or be unexported (golint)
    • Line 674: warning: exported type OptionLayout should have comment or be unexported (golint)
    • Line 683: warning: exported type OptionLegend should have comment or be unexported (golint)
    • Line 694: warning: exported type OptionLegendLabel should have comment or be unexported (golint)
    • Line 704: warning: exported type OptionTitle should have comment or be unexported (golint)
    • Line 716: warning: exported type OptionTooltips should have comment or be unexported (golint)
    • Line 755: warning: exported type OptionElement should have comment or be unexported (golint)
    • Line 762: warning: exported type OptionElementPoint should have comment or be unexported (golint)
    • Line 774: warning: exported type OptionElementLine should have comment or be unexported (golint)
    • Line 789: warning: exported type OptionElementRectangle should have comment or be unexported (golint)
    • Line 796: warning: exported type OptionElementArc should have comment or be unexported (golint)
    • Line 804: warning: exported type Options should have comment or be unexported (golint)
    • Line 813: warning: exported type Attributes should have comment or be unexported (golint)
    • Line 817: warning: exported type DataSets should have comment or be unexported (golint)
    • Line 819: warning: exported type DataSet should have comment or be unexported (golint)
    • Line 825: warning: exported type Color should have comment or be unexported (golint)
    • Line 827: warning: exported function NewChart should have comment or be unexported (golint)
    • Line 831: warning: exported method Chart.GetTemplate should have comment or be unexported (golint)
    • Line 843: warning: exported method Chart.GetAssetList should have comment or be unexported (golint)
    • Line 844: warning: exported method Chart.GetAsset should have comment or be unexported (golint)
    • Line 845: warning: exported method Chart.IsAPage should have comment or be unexported (golint)
    • Line 846: warning: exported method Chart.GetName should have comment or be unexported (golint)
    • Line 848: warning: exported method Chart.GetContent should have comment or be unexported (golint)
    • go-admin/template/types/display/copy.go
    • Line 8: warning: exported type Copyable should have comment or be unexported (golint)
    • Line 16: warning: exported method Copyable.Get should have comment or be unexported (golint)
    • Line 27: warning: exported method Copyable.JS should have comment or be unexported (golint)
    • go-admin/modules/db/statement.go
    • Line 63: warning: comment on exported function Table should be of the form "Table ..." (golint)
    • Line 108: warning: comment on exported method SQL.Table should be of the form "Table ..." (golint)
    • Line 153: warning: exported method SQL.GroupBy should have comment or be unexported (golint)
    • go-admin/template/types/action/ajax.go
    • Line 12: warning: exported type AjaxAction should have comment or be unexported (golint)
    • Line 22: warning: exported type AlertData should have comment or be unexported (golint)
    • Line 32: warning: exported function Ajax should have comment or be unexported (golint)
    • Line 44: warning: exported method AjaxAction.WithAlert should have comment or be unexported (golint)
    • Line 62: warning: exported method AjaxAction.SetData should have comment or be unexported (golint)
    • Line 67: warning: exported method AjaxAction.SetUrl should have comment or be unexported (golint)
    • Line 72: warning: exported method AjaxAction.SetMethod should have comment or be unexported (golint)
    • Line 77: warning: exported method AjaxAction.GetCallbacks should have comment or be unexported (golint)
    • Line 86: warning: exported method AjaxAction.Js should have comment or be unexported (golint)
    • Line 126: warning: exported method AjaxAction.BtnAttribute should have comment or be unexported (golint)
    • go-admin/modules/auth/auth.go
    • Line 77: warning: exported type TokenService should have comment or be unexported (golint)
    • Line 82: warning: exported method TokenService.Name should have comment or be unexported (golint)
    • Line 95: warning: exported const TokenServiceKey should have comment (or a comment on this block) or be unexported (golint)
    • Line 99: warning: exported function GetTokenService should have comment or be unexported (golint)
    • Line 130: warning: exported type Processor should have comment or be unexported (golint)
    • Line 132: warning: exported type Service should have comment or be unexported (golint)
    • Line 136: warning: exported method Service.Name should have comment or be unexported (golint)
    • Line 140: warning: exported function GetService should have comment or be unexported (golint)
    • Line 147: warning: exported function NewService should have comment or be unexported (golint)
    • go-admin/template/components/base.go
    • Line 11: warning: exported type Base should have comment or be unexported (golint)
    • Line 15: warning: exported method Base.Box should have comment or be unexported (golint)
    • Line 27: warning: exported method Base.Col should have comment or be unexported (golint)
    • Line 36: warning: exported method Base.Form should have comment or be unexported (golint)
    • Line 52: warning: exported method Base.Image should have comment or be unexported (golint)
    • Line 62: warning: exported method Base.Tabs should have comment or be unexported (golint)
    • Line 69: warning: exported method Base.Alert should have comment or be unexported (golint)
    • Line 76: warning: exported method Base.Label should have comment or be unexported (golint)
    • Line 85: warning: exported method Base.Link should have comment or be unexported (golint)
    • Line 93: warning: exported method Base.Popup should have comment or be unexported (golint)
    • Line 100: warning: exported method Base.Paginator should have comment or be unexported (golint)
    • Line 107: warning: exported method Base.Row should have comment or be unexported (golint)
    • Line 115: warning: exported method Base.Button should have comment or be unexported (golint)
    • Line 124: warning: exported method Base.Table should have comment or be unexported (golint)
    • Line 136: warning: exported method Base.DataTable should have comment or be unexported (golint)
    • Line 147: warning: exported method Base.Tree should have comment or be unexported (golint)
    • Line 155: warning: exported method Base.TreeView should have comment or be unexported (golint)
    • go-admin/template/types/form.go
    • Line 24: warning: exported type FieldOption should have comment or be unexported (golint)
    • Line 33: warning: exported type FieldOptions should have comment or be unexported (golint)
    • Line 35: warning: exported method FieldOptions.SetSelected should have comment or be unexported (golint)
    • Line 68: warning: exported method FieldOptions.SetSelectedLabel should have comment or be unexported (golint)
    • Line 79: warning: exported method FieldOptions.Marshal should have comment or be unexported (golint)
    • Line 93: warning: exported type OptionInitFn should have comment or be unexported (golint)
    • Line 94: warning: exported type OptionArrInitFn should have comment or be unexported (golint)
    • Line 95: warning: exported type OptionTableQueryProcessFn should have comment or be unexported (golint)
    • Line 96: warning: exported type OptionProcessFn should have comment or be unexported (golint)
    • Line 98: warning: exported type OptionTable should have comment or be unexported (golint)
    • Line 168: warning: exported method FormField.UpdateValue should have comment or be unexported (golint)
    • Line 339: warning: exported method FormField.UpdateDefaultValue should have comment or be unexported (golint)
    • Line 499: warning: exported method FormField.FillCustomContent should have comment or be unexported (golint)
    • Line 521: warning: comment on exported type FormPanel should be of the form "FormPanel ..." (with optional leading article) (golint)
    • Line 573: warning: exported type Responder should have comment or be unexported (golint)
    • Line 575: warning: exported function NewFormPanel should have comment or be unexported (golint)
    • Line 583: warning: exported method FormPanel.AddLimitFilter should have comment or be unexported (golint)
    • Line 588: warning: exported method FormPanel.AddTrimSpaceFilter should have comment or be unexported (golint)
    • Line 593: warning: exported method FormPanel.AddSubstrFilter should have comment or be unexported (golint)
    • Line 598: warning: exported method FormPanel.AddToTitleFilter should have comment or be unexported (golint)
    • Line 603: warning: exported method FormPanel.AddToUpperFilter should have comment or be unexported (golint)
    • Line 608: warning: exported method FormPanel.AddToLowerFilter should have comment or be unexported (golint)
    • Line 613: warning: exported method FormPanel.AddXssFilter should have comment or be unexported (golint)
    • Line 618: warning: exported method FormPanel.AddXssJsFilter should have comment or be unexported (golint)
    • Line 623: warning: exported method FormPanel.SetPrimaryKey should have comment or be unexported (golint)
    • Line 628: warning: exported method FormPanel.HideContinueEditCheckBox should have comment or be unexported (golint)
    • Line 633: warning: exported method FormPanel.HideContinueNewCheckBox should have comment or be unexported (golint)
    • Line 638: warning: exported method FormPanel.HideResetButton should have comment or be unexported (golint)
    • Line 643: warning: exported method FormPanel.HideBackButton should have comment or be unexported (golint)
    • Line 648: warning: exported method FormPanel.AddField should have comment or be unexported (golint)
    • Line 691: warning: exported type AddFormFieldFn should have comment or be unexported (golint)
    • Line 693: warning: exported method FormPanel.AddTable should have comment or be unexported (golint)
    • Line 722: warning: exported method FormPanel.AddRow should have comment or be unexported (golint)
    • Line 742: warning: exported method FormPanel.FieldDisplay should have comment or be unexported (golint)
    • Line 747: warning: exported method FormPanel.SetTable should have comment or be unexported (golint)
    • Line 752: warning: exported method FormPanel.FieldMust should have comment or be unexported (golint)
    • Line 757: warning: exported method FormPanel.FieldHide should have comment or be unexported (golint)
    • Line 762: warning: exported method FormPanel.FieldPlaceholder should have comment or be unexported (golint)
    • Line 767: warning: exported method FormPanel.FieldWidth should have comment or be unexported (golint)
    • Line 772: warning: exported method FormPanel.FieldInputWidth should have comment or be unexported (golint)
    • Line 777: warning: exported method FormPanel.FieldHeadWidth should have comment or be unexported (golint)
    • Line 782: warning: exported method FormPanel.FieldRowWidth should have comment or be unexported (golint)
    • Line 787: warning: exported method FormPanel.FieldHideLabel should have comment or be unexported (golint)
    • Line 792: warning: exported method FormPanel.FieldFoot should have comment or be unexported (golint)
    • Line 797: warning: exported method FormPanel.FieldDivider should have comment or be unexported (golint)
    • Line 805: warning: exported method FormPanel.FieldHelpMsg should have comment or be unexported (golint)
    • Line 810: warning: exported method FormPanel.FieldOptionInitFn should have comment or be unexported (golint)
    • Line 815: warning: exported method FormPanel.FieldOptionExt should have comment or be unexported (golint)
    • Line 844: warning: exported method FormPanel.FieldOptionExt2 should have comment or be unexported (golint)
    • Line 863: warning: exported method FormPanel.FieldOptionExtJS should have comment or be unexported (golint)
    • Line 868: warning: exported method FormPanel.FieldOptionExtJS2 should have comment or be unexported (golint)
    • Line 873: warning: exported method FormPanel.FieldEnableFileUpload should have comment or be unexported (golint)
    • Line 932: warning: exported method FormPanel.FieldDefault should have comment or be unexported (golint)
    • Line 937: warning: exported method FormPanel.FieldNotAllowEdit should have comment or be unexported (golint)
    • Line 942: warning: exported method FormPanel.FieldNotAllowAdd should have comment or be unexported (golint)
    • Line 947: warning: exported method FormPanel.FieldFormType should have comment or be unexported (golint)
    • Line 952: warning: exported method FormPanel.FieldValue should have comment or be unexported (golint)
    • Line 957: warning: exported method FormPanel.FieldOptionsFromTable should have comment or be unexported (golint)
    • Line 971: warning: exported method FormPanel.FieldOptionsTableProcessFn should have comment or be unexported (golint)
    • Line 976: warning: exported method FormPanel.FieldOptions should have comment or be unexported (golint)
    • Line 981: warning: exported method FormPanel.FieldDefaultOptionDelimiter should have comment or be unexported (golint)
    • Line 986: warning: exported method FormPanel.FieldPostFilterFn should have comment or be unexported (golint)
    • Line 991: warning: exported method FormPanel.FieldLimit should have comment or be unexported (golint)
    • Line 996: warning: exported method FormPanel.FieldTrimSpace should have comment or be unexported (golint)
    • Line 1001: warning: exported method FormPanel.FieldSubstr should have comment or be unexported (golint)
    • Line 1006: warning: exported method FormPanel.FieldToTitle should have comment or be unexported (golint)
    • Line 1011: warning: exported method FormPanel.FieldToUpper should have comment or be unexported (golint)
    • Line 1016: warning: exported method FormPanel.FieldToLower should have comment or be unexported (golint)
    • Line 1021: warning: exported method FormPanel.FieldXssFilter should have comment or be unexported (golint)
    • Line 1029: warning: exported method FormPanel.FieldCustomContent should have comment or be unexported (golint)
    • Line 1034: warning: exported method FormPanel.FieldCustomJs should have comment or be unexported (golint)
    • Line 1039: warning: exported method FormPanel.FieldCustomCss should have comment or be unexported (golint)
    • Line 1044: warning: exported method FormPanel.FieldOnSearch should have comment or be unexported (golint)
    • Line 1051: warning: exported method FormPanel.FieldOnChooseCustom should have comment or be unexported (golint)
    • Line 1056: warning: exported type LinkField should have comment or be unexported (golint)
    • Line 1063: warning: exported method FormPanel.FieldOnChooseMap should have comment or be unexported (golint)
    • Line 1068: warning: exported method FormPanel.FieldOnChoose should have comment or be unexported (golint)
    • Line 1073: warning: exported method FormPanel.OperationURL should have comment or be unexported (golint)
    • Line 1077: warning: exported method FormPanel.FieldOnChooseAjax should have comment or be unexported (golint)
    • Line 1084: warning: exported method FormPanel.FieldOnChooseHide should have comment or be unexported (golint)
    • Line 1089: warning: exported method FormPanel.FieldOnChooseShow should have comment or be unexported (golint)
    • Line 1094: warning: exported method FormPanel.FieldOnChooseDisable should have comment or be unexported (golint)
    • Line 1413: warning: exported method FormPanel.SetTitle should have comment or be unexported (golint)
    • Line 1418: warning: exported method FormPanel.SetTabGroups should have comment or be unexported (golint)
    • Line 1423: warning: exported method FormPanel.SetTabHeaders should have comment or be unexported (golint)
    • Line 1428: warning: exported method FormPanel.SetDescription should have comment or be unexported (golint)
    • Line 1433: warning: exported method FormPanel.SetHeaderHtml should have comment or be unexported (golint)
    • Line 1438: warning: exported method FormPanel.SetFooterHtml should have comment or be unexported (golint)
    • Line 1443: warning: exported method FormPanel.SetLayout should have comment or be unexported (golint)
    • Line 1448: warning: exported method FormPanel.SetPostValidator should have comment or be unexported (golint)
    • Line 1453: warning: exported method FormPanel.SetPreProcessFn should have comment or be unexported (golint)
    • Line 1458: warning: exported method FormPanel.SetHTMLContent should have comment or be unexported (golint)
    • Line 1463: warning: exported method FormPanel.SetHeader should have comment or be unexported (golint)
    • Line 1468: warning: exported method FormPanel.SetInputWidth should have comment or be unexported (golint)
    • Line 1473: warning: exported method FormPanel.SetHeadWidth should have comment or be unexported (golint)
    • Line 1478: warning: exported method FormPanel.SetWrapper should have comment or be unexported (golint)
    • Line 1483: warning: exported method FormPanel.SetResponder should have comment or be unexported (golint)
    • Line 1488: warning: exported method FormPanel.EnableAjax should have comment or be unexported (golint)
    • Line 1540: warning: exported method FormPanel.SetAjaxSuccessJS should have comment or be unexported (golint)
    • Line 1545: warning: exported method FormPanel.SetAjaxErrorJS should have comment or be unexported (golint)
    • Line 1550: warning: exported method FormPanel.SetPostHook should have comment or be unexported (golint)
    • Line 1555: warning: exported method FormPanel.SetUpdateFn should have comment or be unexported (golint)
    • Line 1560: warning: exported method FormPanel.SetInsertFn should have comment or be unexported (golint)
    • Line 1565: warning: exported method FormPanel.GroupFieldWithValue should have comment or be unexported (golint)
    • Line 1630: warning: exported method FormPanel.GroupField should have comment or be unexported (golint)
    • Line 1671: warning: exported method FormPanel.FieldsWithValue should have comment or be unexported (golint)
    • Line 1714: warning: exported method FormPanel.FieldsWithDefaultValue should have comment or be unexported (golint)
    • Line 1740: warning: exported type FormPreProcessFn should have comment or be unexported (golint)
    • Line 1741: warning: exported type FormPostFn should have comment or be unexported (golint)
    • Line 1742: warning: exported type FormFields should have comment or be unexported (golint)
    • Line 1743: warning: exported type GroupFormFields should have comment or be unexported (golint)
    • Line 1744: warning: exported type GroupFieldHeaders should have comment or be unexported (golint)
    • Line 1747: warning: exported method FormFields.Copy should have comment or be unexported (golint)
    • Line 1764: warning: exported method FormFields.FindByFieldName should have comment or be unexported (golint)
    • Line 1773: warning: exported method FormFields.FindIndexByFieldName should have comment or be unexported (golint)
    • Line 1782: warning: exported method FormFields.FindTableField should have comment or be unexported (golint)
    • Line 1787: warning: exported method FormFields.FindTableChildren should have comment or be unexported (golint)
    • Line 1797: warning: exported method FormFields.FillCustomContent should have comment or be unexported (golint)
    • Line 1806: warning: exported method FormFields.Add should have comment or be unexported (golint)
    • Line 1810: warning: exported method FormFields.RemoveNotShow should have comment or be unexported (golint)
    • go-admin/template/types/info.go
    • Line 41: warning: exported type InfoList should have comment or be unexported (golint)
    • Line 43: warning: exported type InfoItem should have comment or be unexported (golint)
    • Line 48: warning: exported method InfoList.GroupBy should have comment or be unexported (golint)
    • Line 71: warning: exported type Callbacks should have comment or be unexported (golint)
    • Line 73: warning: exported method Callbacks.AddCallback should have comment or be unexported (golint)
    • Line 91: warning: exported type FieldModelValue should have comment or be unexported (golint)
    • Line 93: warning: exported method FieldModelValue.Value should have comment or be unexported (golint)
    • Line 97: warning: exported method FieldModelValue.First should have comment or be unexported (golint)
    • Line 101: warning: comment on exported type FieldFilterFn should be of the form "FieldFilterFn ..." (with optional leading article) (golint)
    • Line 130: warning: exported type QueryFilterFn should have comment or be unexported (golint)
    • Line 132: warning: exported type FilterFormField should have comment or be unexported (golint)
    • Line 145: warning: exported method Field.GetFilterFormFields should have comment or be unexported (golint)
    • Line 238: warning: exported method Field.Exist should have comment or be unexported (golint)
    • Line 242: warning: exported type FieldList should have comment or be unexported (golint)
    • Line 244: warning: exported type TableInfo should have comment or be unexported (golint)
    • Line 251: warning: exported method FieldList.GetTheadAndFilterForm should have comment or be unexported (golint)
    • Line 312: warning: exported method FieldList.GetThead should have comment or be unexported (golint)
    • Line 360: warning: exported method FieldList.GetFieldFilterProcessValue should have comment or be unexported (golint)
    • Line 372: warning: exported method FieldList.GetFieldJoinTable should have comment or be unexported (golint)
    • Line 380: warning: exported method FieldList.GetFieldByFieldName should have comment or be unexported (golint)
    • Line 412: warning: exported type Joins should have comment or be unexported (golint)
    • Line 414: warning: exported function JoinField should have comment or be unexported (golint)
    • Line 418: warning: exported function GetJoinField should have comment or be unexported (golint)
    • Line 422: warning: exported method Joins.Valid should have comment or be unexported (golint)
    • Line 431: warning: exported method Joins.Last should have comment or be unexported (golint)
    • Line 438: warning: exported method Join.Valid should have comment or be unexported (golint)
    • Line 442: warning: exported var JoinFieldValueDelimiter should have comment or be unexported (golint)
    • Line 444: warning: exported type TabGroups should have comment or be unexported (golint)
    • Line 446: warning: exported method TabGroups.Valid should have comment or be unexported (golint)
    • Line 450: warning: exported function NewTabGroups should have comment or be unexported (golint)
    • Line 455: warning: exported method TabGroups.AddGroup should have comment or be unexported (golint)
    • Line 459: warning: exported type TabHeaders should have comment or be unexported (golint)
    • Line 461: warning: exported method TabHeaders.Add should have comment or be unexported (golint)
    • Line 465: warning: exported type GetDataFn should have comment or be unexported (golint)
    • Line 467: warning: exported type DeleteFn should have comment or be unexported (golint)
    • Line 468: warning: exported type DeleteFnWithRes should have comment or be unexported (golint)
    • Line 470: warning: exported type Sort should have comment or be unexported (golint)
    • Line 473: warning: exported const SortDesc should have comment (or a comment on this block) or be unexported (golint)
    • Line 482: warning: comment on exported type InfoPanel should be of the form "InfoPanel ..." (with optional leading article) (golint)
    • Line 553: warning: exported type Where should have comment or be unexported (golint)
    • Line 560: warning: exported type Wheres should have comment or be unexported (golint)
    • Line 562: warning: exported method Wheres.Statement should have comment or be unexported (golint)
    • Line 602: warning: exported type WhereRaw should have comment or be unexported (golint)
    • Line 637: warning: exported method WhereRaw.Statement should have comment or be unexported (golint)
    • Line 659: warning: exported type Handler should have comment or be unexported (golint)
    • Line 661: warning: exported method Handler.Wrap should have comment or be unexported (golint)
    • Line 688: warning: exported type ContentWrapper should have comment or be unexported (golint)
    • Line 690: warning: exported type Action should have comment or be unexported (golint)
    • Line 701: warning: exported type DefaultAction should have comment or be unexported (golint)
    • Line 708: warning: exported function NewDefaultAction should have comment or be unexported (golint)
    • Line 712: warning: exported method DefaultAction.SetBtnId should have comment or be unexported (golint)
    • Line 713: warning: exported method DefaultAction.SetBtnData should have comment or be unexported (golint)
    • Line 714: warning: exported method DefaultAction.Js should have comment or be unexported (golint)
    • Line 715: warning: exported method DefaultAction.BtnAttribute should have comment or be unexported (golint)
    • Line 716: warning: exported method DefaultAction.BtnClass should have comment or be unexported (golint)
    • Line 717: warning: exported method DefaultAction.ExtContent should have comment or be unexported (golint)
    • Line 718: warning: exported method DefaultAction.FooterContent should have comment or be unexported (golint)
    • Line 719: warning: exported method DefaultAction.GetCallbacks should have comment or be unexported (golint)
    • Line 723: warning: exported var DefaultPageSizeList should have comment or be unexported (golint)
    • Line 725: warning: exported const DefaultPageSize should have comment or be unexported (golint)
    • Line 727: warning: exported function NewInfoPanel should have comment or be unexported (golint)
    • Line 745: warning: exported method InfoPanel.Where should have comment or be unexported (golint)
    • Line 750: warning: exported method InfoPanel.WhereOr should have comment or be unexported (golint)
    • Line 755: warning: exported method InfoPanel.WhereRaw should have comment or be unexported (golint)
    • Line 761: warning: exported method InfoPanel.AddSelectBox should have comment or be unexported (golint)
    • Line 771: warning: exported method InfoPanel.ExportValue should have comment or be unexported (golint)
    • Line 776: warning: exported method InfoPanel.IsExportValue should have comment or be unexported (golint)
    • Line 780: warning: exported method InfoPanel.AddButtonRaw should have comment or be unexported (golint)
    • Line 786: warning: exported method InfoPanel.AddButton should have comment or be unexported (golint)
    • Line 793: warning: exported method InfoPanel.AddActionButton should have comment or be unexported (golint)
    • Line 801: warning: exported method InfoPanel.AddActionButtonFront should have comment or be unexported (golint)
    • Line 808: warning: exported method InfoPanel.AddLimitFilter should have comment or be unexported (golint)
    • Line 813: warning: exported method InfoPanel.AddTrimSpaceFilter should have comment or be unexported (golint)
    • Line 818: warning: exported method InfoPanel.AddSubstrFilter should have comment or be unexported (golint)
    • Line 823: warning: exported method InfoPanel.AddToTitleFilter should have comment or be unexported (golint)
    • Line 828: warning: exported method InfoPanel.AddToUpperFilter should have comment or be unexported (golint)
    • Line 833: warning: exported method InfoPanel.AddToLowerFilter should have comment or be unexported (golint)
    • Line 838: warning: exported method InfoPanel.AddXssFilter should have comment or be unexported (golint)
    • Line 843: warning: exported method InfoPanel.AddXssJsFilter should have comment or be unexported (golint)
    • Line 848: warning: exported method InfoPanel.SetDeleteHook should have comment or be unexported (golint)
    • Line 853: warning: exported method InfoPanel.SetDeleteHookWithRes should have comment or be unexported (golint)
    • Line 858: warning: exported method InfoPanel.SetQueryFilterFn should have comment or be unexported (golint)
    • Line 863: warning: exported method InfoPanel.SetWrapper should have comment or be unexported (golint)
    • Line 868: warning: exported method InfoPanel.SetPreDeleteFn should have comment or be unexported (golint)
    • Line 873: warning: exported method InfoPanel.SetDeleteFn should have comment or be unexported (golint)
    • Line 878: warning: exported method InfoPanel.SetGetDataFn should have comment or be unexported (golint)
    • Line 883: warning: exported method InfoPanel.SetPrimaryKey should have comment or be unexported (golint)
    • Line 888: warning: exported method InfoPanel.SetTableFixed should have comment or be unexported (golint)
    • Line 893: warning: exported method InfoPanel.AddColumn should have comment or be unexported (golint)
    • Line 910: warning: exported method InfoPanel.AddColumnButtons should have comment or be unexported (golint)
    • Line 940: warning: exported method InfoPanel.AddField should have comment or be unexported (golint)
    • Line 963: warning: exported method InfoPanel.FieldDisplay should have comment or be unexported (golint)
    • Line 968: warning: exported type FieldLabelParam should have comment or be unexported (golint)
    • Line 973: warning: exported method InfoPanel.FieldLabel should have comment or be unexported (golint)
    • Line 978: warning: exported method InfoPanel.FieldImage should have comment or be unexported (golint)
    • Line 983: warning: exported method InfoPanel.FieldBool should have comment or be unexported (golint)
    • Line 988: warning: exported method InfoPanel.FieldLink should have comment or be unexported (golint)
    • Line 993: warning: exported method InfoPanel.FieldFileSize should have comment or be unexported (golint)
    • Line 998: warning: exported method InfoPanel.FieldDate should have comment or be unexported (golint)
    • Line 1003: warning: exported method InfoPanel.FieldIcon should have comment or be unexported (golint)
    • Line 1008: warning: exported type FieldDotColor should have comment or be unexported (golint)
    • Line 1011: warning: exported const FieldDotColorDanger should have comment (or a comment on this block) or be unexported (golint)
    • Line 1017: warning: exported method InfoPanel.FieldDot should have comment or be unexported (golint)
    • Line 1022: warning: exported type FieldProgressBarData should have comment or be unexported (golint)
    • Line 1028: warning: exported method InfoPanel.FieldProgressBar should have comment or be unexported (golint)
    • Line 1033: warning: exported method InfoPanel.FieldLoading should have comment or be unexported (golint)
    • Line 1038: warning: exported method InfoPanel.FieldDownLoadable should have comment or be unexported (golint)
    • Line 1043: warning: exported method InfoPanel.FieldCopyable should have comment or be unexported (golint)
    • Line 1052: warning: exported type FieldGetImgArrFn should have comment or be unexported (golint)
    • Line 1054: warning: exported method InfoPanel.FieldCarousel should have comment or be unexported (golint)
    • Line 1059: warning: exported method InfoPanel.FieldQrcode should have comment or be unexported (golint)
    • Line 1068: warning: exported method InfoPanel.FieldWidth should have comment or be unexported (golint)
    • Line 1073: warning: exported method InfoPanel.FieldSortable should have comment or be unexported (golint)
    • Line 1078: warning: exported method InfoPanel.FieldEditOptions should have comment or be unexported (golint)
    • Line 1103: warning: exported method InfoPanel.FieldEditAble should have comment or be unexported (golint)
    • Line 1111: warning: exported method InfoPanel.FieldFixed should have comment or be unexported (golint)
    • Line 1116: warning: exported type FilterType should have comment or be unexported (golint)
    • Line 1129: warning: exported method InfoPanel.FieldFilterable should have comment or be unexported (golint)
    • Line 1166: warning: exported method InfoPanel.FieldFilterOptions should have comment or be unexported (golint)
    • Line 1172: warning: exported method InfoPanel.FieldFilterOptionsFromTable should have comment or be unexported (golint)
    • Line 1186: warning: exported method InfoPanel.FieldFilterProcess should have comment or be unexported (golint)
    • Line 1191: warning: exported method InfoPanel.FieldFilterOptionExt should have comment or be unexported (golint)
    • Line 1197: warning: exported method InfoPanel.FieldFilterOnSearch should have comment or be unexported (golint)
    • Line 1204: warning: exported method InfoPanel.FieldFilterOnChooseCustom should have comment or be unexported (golint)
    • Line 1209: warning: exported method InfoPanel.FieldFilterOnChooseMap should have comment or be unexported (golint)
    • Line 1214: warning: exported method InfoPanel.FieldFilterOnChoose should have comment or be unexported (golint)
    • Line 1219: warning: exported method InfoPanel.FieldFilterOnChooseAjax should have comment or be unexported (golint)
    • Line 1226: warning: exported method InfoPanel.FieldFilterOnChooseHide should have comment or be unexported (golint)
    • Line 1231: warning: exported method InfoPanel.FieldFilterOnChooseShow should have comment or be unexported (golint)
    • Line 1236: warning: exported method InfoPanel.FieldFilterOnChooseDisable should have comment or be unexported (golint)
    • Line 1241: warning: exported method InfoPanel.FieldHide should have comment or be unexported (golint)
    • Line 1246: warning: exported method InfoPanel.FieldJoin should have comment or be unexported (golint)
    • Line 1251: warning: exported method InfoPanel.FieldLimit should have comment or be unexported (golint)
    • Line 1256: warning: exported method InfoPanel.FieldTrimSpace should have comment or be unexported (golint)
    • Line 1261: warning: exported method InfoPanel.FieldSubstr should have comment or be unexported (golint)
    • Line 1266: warning: exported method InfoPanel.FieldToTitle should have comment or be unexported (golint)
    • Line 1271: warning: exported method InfoPanel.FieldToUpper should have comment or be unexported (golint)
    • Line 1276: warning: exported method InfoPanel.FieldToLower should have comment or be unexported (golint)
    • Line 1281: warning: exported method InfoPanel.FieldXssFilter should have comment or be unexported (golint)
    • Line 1292: warning: exported method InfoPanel.SetTable should have comment or be unexported (golint)
    • Line 1297: warning: exported method InfoPanel.SetPageSizeList should have comment or be unexported (golint)
    • Line 1302: warning: exported method InfoPanel.SetDefaultPageSize should have comment or be unexported (golint)
    • Line 1307: warning: exported method InfoPanel.GetPageSizeList should have comment or be unexported (golint)
    • Line 1315: warning: exported method InfoPanel.GetSort should have comment or be unexported (golint)
    • Line 1324: warning: exported method InfoPanel.SetTitle should have comment or be unexported (golint)
    • Line 1329: warning: exported method InfoPanel.SetTabGroups should have comment or be unexported (golint)
    • Line 1334: warning: exported method InfoPanel.SetTabHeaders should have comment or be unexported (golint)
    • Line 1339: warning: exported method InfoPanel.SetDescription should have comment or be unexported (golint)
    • Line 1344: warning: exported method InfoPanel.SetFilterFormLayout should have comment or be unexported (golint)
    • Line 1349: warning: exported method InfoPanel.SetFilterFormHeadWidth should have comment or be unexported (golint)
    • Line 1354: warning: exported method InfoPanel.SetFilterFormInputWidth should have comment or be unexported (golint)
    • Line 1359: warning: exported method InfoPanel.SetSortField should have comment or be unexported (golint)
    • Line 1364: warning: exported method InfoPanel.SetSortAsc should have comment or be unexported (golint)
    • Line 1369: warning: exported method InfoPanel.SetSortDesc should have comment or be unexported (golint)
    • Line 1374: warning: exported method InfoPanel.SetAction should have comment or be unexported (golint)
    • Line 1379: warning: exported method InfoPanel.SetHeaderHtml should have comment or be unexported (golint)
    • Line 1384: warning: exported method InfoPanel.SetFooterHtml should have comment or be unexported (golint)
    • Line 1389: warning: exported method InfoPanel.HideNewButton should have comment or be unexported (golint)
    • Line 1394: warning: exported method InfoPanel.HideExportButton should have comment or be unexported (golint)
    • Line 1399: warning: exported method InfoPanel.HideFilterButton should have comment or be unexported (golint)
    • Line 1404: warning: exported method InfoPanel.HideRowSelector should have comment or be unexported (golint)
    • Line 1409: warning: exported method InfoPanel.HidePagination should have comment or be unexported (golint)
    • Line 1414: warning: exported method InfoPanel.HideFilterArea should have comment or be unexported (golint)
    • Line 1419: warning: exported method InfoPanel.HideQueryInfo should have comment or be unexported (golint)
    • Line 1424: warning: exported method InfoPanel.HideEditButton should have comment or be unexported (golint)
    • Line 1429: warning: exported method InfoPanel.HideDeleteButton should have comment or be unexported (golint)
    • Line 1434: warning: exported method InfoPanel.HideDetailButton should have comment or be unexported (golint)
    • go-admin/adapter/gorilla/gorilla.go
    • Line 46: warning: exported method Gorilla.DisableLog should have comment or be unexported (golint)
    • Line 47: warning: exported method Gorilla.Static should have comment or be unexported (golint)
    • Line 54: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 56: warning: exported function Content should have comment or be unexported (golint)
    • go-admin/adapter/beego/beego.go
    • Line 46: warning: exported method Beego.DisableLog should have comment or be unexported (golint)
    • Line 47: warning: exported method Beego.Static should have comment or be unexported (golint)
    • Line 54: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 56: warning: exported function Content should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/table/generators.go
    • Line 37: warning: exported type SystemTable should have comment or be unexported (golint)
    • Line 42: warning: exported function NewSystemTable should have comment or be unexported (golint)
    • Line 46: warning: exported method SystemTable.GetManagerTable should have comment or be unexported (golint)
    • Line 348: warning: exported method SystemTable.GetNormalManagerTable should have comment or be unexported (golint)
    • Line 509: warning: exported method SystemTable.GetPermissionTable should have comment or be unexported (golint)
    • Line 636: warning: exported method SystemTable.GetRolesTable should have comment or be unexported (golint)
    • Line 793: warning: exported method SystemTable.GetOpTable should have comment or be unexported (golint)
    • Line 869: warning: exported method SystemTable.GetMenuTable should have comment or be unexported (golint)
    • Line 1008: warning: exported method SystemTable.GetSiteTable should have comment or be unexported (golint)
    • Line 1313: warning: exported method SystemTable.GetGenerateForm should have comment or be unexported (golint)
    • go-admin/template/template.go
    • Line 74: warning: exported type PageType should have comment or be unexported (golint)
    • Line 77: warning: exported const NormalPage should have comment (or a comment on this block) or be unexported (golint)
    • Line 84: warning: exported const CompCol should have comment (or a comment on this block) or be unexported (golint)
    • Line 102: warning: exported function HTML should have comment or be unexported (golint)
    • Line 106: warning: exported function CSS should have comment or be unexported (golint)
    • Line 110: warning: exported function JS should have comment or be unexported (golint)
    • Line 155: warning: exported function CheckRequirements should have comment or be unexported (golint)
    • Line 165: warning: exported function CheckThemeRequirements should have comment or be unexported (golint)
    • Line 169: warning: exported function VersionCompare should have comment or be unexported (golint)
    • Line 178: warning: exported function GetPageContentFromPageType should have comment or be unexported (golint)
    • Line 186: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 192: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 198: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 204: warning: exported var DefaultThemeNames should have comment or be unexported (golint)
    • Line 206: warning: exported function Themes should have comment or be unexported (golint)
    • Line 216: warning: exported function AddFromPlugin should have comment or be unexported (golint)
    • Line 281: warning: exported function GetComponentAsset should have comment or be unexported (golint)
    • Line 289: warning: exported function GetComponentAssetWithinPage should have comment or be unexported (golint)
    • Line 299: warning: exported function GetComponentAssetImportHTML should have comment or be unexported (golint)
    • Line 319: warning: exported function GetAsset should have comment or be unexported (golint)
    • Line 365: warning: exported type ExecuteParam should have comment or be unexported (golint)
    • Line 378: warning: exported function Execute should have comment or be unexported (golint)
    • Line 398: warning: exported function WarningPanel should have comment or be unexported (golint)
    • Line 411: warning: exported var DefaultFuncMap should have comment or be unexported (golint)
    • Line 464: warning: exported type BaseComponent should have comment or be unexported (golint)
    • Line 466: warning: exported method BaseComponent.GetAssetList should have comment or be unexported (golint)
    • Line 467: warning: exported method BaseComponent.GetAsset should have comment or be unexported (golint)
    • go-admin/template/components/alert.go
    • Line 10: warning: exported type AlertAttribute should have comment or be unexported (golint)
    • Line 18: warning: exported method AlertAttribute.SetTheme should have comment or be unexported (golint)
    • Line 23: warning: exported method AlertAttribute.SetTitle should have comment or be unexported (golint)
    • Line 28: warning: exported method AlertAttribute.SetContent should have comment or be unexported (golint)
    • Line 33: warning: exported method AlertAttribute.Warning should have comment or be unexported (golint)
    • Line 40: warning: exported method AlertAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/plugins/admin/controller/common.go
    • Line 26: warning: exported type Handler should have comment or be unexported (golint)
    • Line 38: warning: exported function New should have comment or be unexported (golint)
    • Line 55: warning: exported type Config should have comment or be unexported (golint)
    • Line 62: warning: exported method Handler.UpdateCfg should have comment or be unexported (golint)
    • Line 69: warning: exported method Handler.SetCaptcha should have comment or be unexported (golint)
    • Line 73: warning: exported method Handler.SetRoutes should have comment or be unexported (golint)
    • Line 131: warning: exported method Handler.AddNavButton should have comment or be unexported (golint)
    • Line 147: warning: exported method Handler.OperationHandler should have comment or be unexported (golint)
    • Line 159: warning: exported method Handler.HTML should have comment or be unexported (golint)
    • Line 164: warning: exported method Handler.Execute should have comment or be unexported (golint)
    • go-admin/modules/system/application.go
    • Line 16: warning: exported type AppStatus should have comment or be unexported (golint)
    • Line 57: warning: exported function GetAppStatus should have comment or be unexported (golint)
    • Line 98: warning: exported type SysStatus should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/table/table.go
    • Line 16: warning: exported type Generator should have comment or be unexported (golint)
    • Line 18: warning: exported type GeneratorList should have comment or be unexported (golint)
    • Line 20: warning: exported method GeneratorList.Add should have comment or be unexported (golint)
    • Line 24: warning: exported method GeneratorList.Combine should have comment or be unexported (golint)
    • Line 33: warning: exported method GeneratorList.CombineAll should have comment or be unexported (golint)
    • Line 44: warning: exported type Table should have comment or be unexported (golint)
    • Line 74: warning: exported type BaseTable should have comment or be unexported (golint)
    • Line 89: warning: exported method BaseTable.GetInfo should have comment or be unexported (golint)
    • Line 93: warning: exported method BaseTable.GetDetail should have comment or be unexported (golint)
    • Line 97: warning: exported method BaseTable.GetDetailFromInfo should have comment or be unexported (golint)
    • Line 104: warning: exported method BaseTable.GetForm should have comment or be unexported (golint)
    • Line 108: warning: exported method BaseTable.GetCanAdd should have comment or be unexported (golint)
    • Line 112: warning: exported method BaseTable.GetPrimaryKey should have comment or be unexported (golint)
    • Line 113: warning: exported method BaseTable.GetEditable should have comment or be unexported (golint)
    • Line 114: warning: exported method BaseTable.GetDeletable should have comment or be unexported (golint)
    • Line 115: warning: exported method BaseTable.GetExportable should have comment or be unexported (golint)
    • Line 116: warning: exported method BaseTable.GetOnlyInfo should have comment or be unexported (golint)
    • Line 117: warning: exported method BaseTable.GetOnlyDetail should have comment or be unexported (golint)
    • Line 118: warning: exported method BaseTable.GetOnlyNewForm should have comment or be unexported (golint)
    • Line 119: warning: exported method BaseTable.GetOnlyUpdateForm should have comment or be unexported (golint)
    • Line 121: warning: exported method BaseTable.GetPaginator should have comment or be unexported (golint)
    • Line 136: warning: exported type PanelInfo should have comment or be unexported (golint)
    • Line 145: warning: exported type FormInfo should have comment or be unexported (golint)
    • Line 153: warning: exported type PrimaryKey should have comment or be unexported (golint)
    • Line 159: warning: exported const DefaultPrimaryKeyName should have comment (or a comment on this block) or be unexported (golint)
    • Line 169: warning: exported function SetServices should have comment or be unexported (golint)
    • go-admin/template/login/login.go
    • Line 12: warning: exported type Login should have comment or be unexported (golint)
    • Line 16: warning: exported function GetLoginComponent should have comment or be unexported (golint)
    • Line 22: warning: exported var DefaultFuncMap should have comment or be unexported (golint)
    • Line 45: warning: exported method Login.GetTemplate should have comment or be unexported (golint)
    • Line 57: warning: exported method Login.GetAssetList should have comment or be unexported (golint)
    • Line 58: warning: exported method Login.GetAsset should have comment or be unexported (golint)
    • Line 59: warning: exported method Login.IsAPage should have comment or be unexported (golint)
    • Line 60: warning: exported method Login.GetName should have comment or be unexported (golint)
    • Line 62: warning: exported method Login.GetContent should have comment or be unexported (golint)
    • go-admin/adapter/chi/chi.go
    • Line 46: warning: exported method Chi.DisableLog should have comment or be unexported (golint)
    • Line 47: warning: exported method Chi.Static should have comment or be unexported (golint)
    • Line 54: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 56: warning: exported function Content should have comment or be unexported (golint)
    • go-admin/adm/project.go
    • Line 22: warning: exported type Project should have comment or be unexported (golint)
    • Line 316: warning: exported function GetCurrentDirectory should have comment or be unexported (golint)
    • go-admin/template/icon/icon.go
    • Line 8: warning: exported function Icon should have comment or be unexported (golint)
    • Line 18: warning: exported function IconWithStyle should have comment or be unexported (golint)
    • Line 35: warning: exported const Adjust should have comment (or a comment on this block) or be unexported (golint)
    • go-admin/template/components/table.go
    • Line 8: warning: exported type TableAttribute should have comment or be unexported (golint)
    • Line 30: warning: exported method TableAttribute.SetThead should have comment or be unexported (golint)
    • Line 35: warning: exported method TableAttribute.SetInfoList should have comment or be unexported (golint)
    • Line 40: warning: exported method TableAttribute.SetType should have comment or be unexported (golint)
    • Line 45: warning: exported method TableAttribute.SetHideThead should have comment or be unexported (golint)
    • Line 50: warning: exported method TableAttribute.SetStyle should have comment or be unexported (golint)
    • Line 55: warning: exported method TableAttribute.SetMinWidth should have comment or be unexported (golint)
    • Line 60: warning: exported method TableAttribute.SetLayout should have comment or be unexported (golint)
    • Line 65: warning: exported method TableAttribute.GetContent should have comment or be unexported (golint)
    • Line 72: warning: exported type DataTableAttribute should have comment or be unexported (golint)
    • Line 96: warning: exported method DataTableAttribute.GetDataTableHeader should have comment or be unexported (golint)
    • Line 100: warning: exported method DataTableAttribute.SetThead should have comment or be unexported (golint)
    • Line 105: warning: exported method DataTableAttribute.SetLayout should have comment or be unexported (golint)
    • Line 110: warning: exported method DataTableAttribute.SetIsTab should have comment or be unexported (golint)
    • Line 115: warning: exported method DataTableAttribute.SetHideThead should have comment or be unexported (golint)
    • Line 120: warning: exported method DataTableAttribute.SetButtons should have comment or be unexported (golint)
    • Line 125: warning: exported method DataTableAttribute.SetHideFilterArea should have comment or be unexported (golint)
    • Line 130: warning: exported method DataTableAttribute.SetActionJs should have comment or be unexported (golint)
    • Line 135: warning: exported method DataTableAttribute.SetHasFilter should have comment or be unexported (golint)
    • Line 140: warning: exported method DataTableAttribute.SetInfoUrl should have comment or be unexported (golint)
    • Line 145: warning: exported method DataTableAttribute.SetAction should have comment or be unexported (golint)
    • Line 150: warning: exported method DataTableAttribute.SetStyle should have comment or be unexported (golint)
    • Line 155: warning: exported method DataTableAttribute.SetExportUrl should have comment or be unexported (golint)
    • Line 160: warning: exported method DataTableAttribute.SetHideRowSelector should have comment or be unexported (golint)
    • Line 165: warning: exported method DataTableAttribute.SetUpdateUrl should have comment or be unexported (golint)
    • Line 170: warning: exported method DataTableAttribute.SetDetailUrl should have comment or be unexported (golint)
    • Line 175: warning: exported method DataTableAttribute.SetSortUrl should have comment or be unexported (golint)
    • Line 180: warning: exported method DataTableAttribute.SetPrimaryKey should have comment or be unexported (golint)
    • Line 185: warning: exported method DataTableAttribute.SetInfoList should have comment or be unexported (golint)
    • Line 190: warning: exported method DataTableAttribute.SetEditUrl should have comment or be unexported (golint)
    • Line 195: warning: exported method DataTableAttribute.SetDeleteUrl should have comment or be unexported (golint)
    • Line 200: warning: exported method DataTableAttribute.SetNewUrl should have comment or be unexported (golint)
    • Line 205: warning: exported method DataTableAttribute.SetNoAction should have comment or be unexported (golint)
    • Line 210: warning: exported method DataTableAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/plugins/admin/models/site.go
    • Line 26: warning: exported const SiteItemOpenState should have comment (or a comment on this block) or be unexported (golint)
    • Line 35: warning: exported method SiteModel.SetConn should have comment or be unexported (golint)
    • Line 40: warning: exported method SiteModel.WithTx should have comment or be unexported (golint)
    • Line 45: warning: exported method SiteModel.Init should have comment or be unexported (golint)
    • Line 77: warning: exported method SiteModel.AllToMap should have comment or be unexported (golint)
    • Line 93: warning: exported method SiteModel.AllToMapInterface should have comment or be unexported (golint)
    • Line 111: warning: exported method SiteModel.Update should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/guard/edit.go
    • Line 23: warning: exported type ShowFormParam should have comment or be unexported (golint)
    • Line 30: warning: exported method Guard.ShowForm should have comment or be unexported (golint)
    • Line 78: warning: exported function GetShowFormParam should have comment or be unexported (golint)
    • Line 82: warning: exported type EditFormParam should have comment or be unexported (golint)
    • Line 96: warning: exported method EditFormParam.Value should have comment or be unexported (golint)
    • Line 100: warning: exported method Guard.EditForm should have comment or be unexported (golint)
    • Line 153: warning: exported function GetEditFormParam should have comment or be unexported (golint)
    • go-admin/template/installation/installation.go
    • Line 12: warning: exported type Installation should have comment or be unexported (golint)
    • Line 16: warning: exported function Get should have comment or be unexported (golint)
    • Line 22: warning: exported var DefaultFuncMap should have comment or be unexported (golint)
    • Line 45: warning: exported method Installation.GetTemplate should have comment or be unexported (golint)
    • Line 57: warning: exported method Installation.GetAssetList should have comment or be unexported (golint)
    • Line 58: warning: exported method Installation.GetAsset should have comment or be unexported (golint)
    • Line 59: warning: exported method Installation.IsAPage should have comment or be unexported (golint)
    • Line 60: warning: exported method Installation.GetName should have comment or be unexported (golint)
    • Line 62: warning: exported method Installation.GetContent should have comment or be unexported (golint)
    • go-admin/template/components/form.go
    • Line 15: warning: exported type FormAttribute should have comment or be unexported (golint)
    • Line 42: warning: exported method FormAttribute.SetHeader should have comment or be unexported (golint)
    • Line 47: warning: exported method FormAttribute.SetPrimaryKey should have comment or be unexported (golint)
    • Line 52: warning: exported method FormAttribute.SetContent should have comment or be unexported (golint)
    • Line 57: warning: exported method FormAttribute.SetId should have comment or be unexported (golint)
    • Line 62: warning: exported method FormAttribute.SetAjax should have comment or be unexported (golint)
    • Line 71: warning: exported method FormAttribute.SetTabContents should have comment or be unexported (golint)
    • Line 76: warning: exported method FormAttribute.SetTabHeaders should have comment or be unexported (golint)
    • Line 81: warning: exported method FormAttribute.SetHeadWidth should have comment or be unexported (golint)
    • Line 91: warning: exported method FormAttribute.SetInputWidth should have comment or be unexported (golint)
    • Line 101: warning: exported method FormAttribute.SetFieldsHTML should have comment or be unexported (golint)
    • Line 106: warning: exported method FormAttribute.SetFooter should have comment or be unexported (golint)
    • Line 111: warning: exported method FormAttribute.SetLayout should have comment or be unexported (golint)
    • Line 116: warning: exported method FormAttribute.SetPrefix should have comment or be unexported (golint)
    • Line 121: warning: exported method FormAttribute.SetUrl should have comment or be unexported (golint)
    • Line 126: warning: exported method FormAttribute.SetHiddenFields should have comment or be unexported (golint)
    • Line 131: warning: exported method FormAttribute.SetMethod should have comment or be unexported (golint)
    • Line 136: warning: exported method FormAttribute.SetTitle should have comment or be unexported (golint)
    • Line 141: warning: exported method FormAttribute.GetDefaultBoxHeader should have comment or be unexported (golint)
    • Line 154: warning: exported method FormAttribute.GetDetailBoxHeader should have comment or be unexported (golint)
    • Line 187: warning: exported method FormAttribute.GetBoxHeaderNoButton should have comment or be unexported (golint)
    • Line 191: warning: exported method FormAttribute.SetOperationFooter should have comment or be unexported (golint)
    • Line 196: warning: exported method FormAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/template/components/tabs.go
    • Line 8: warning: exported type TabsAttribute should have comment or be unexported (golint)
    • Line 14: warning: exported method TabsAttribute.SetData should have comment or be unexported (golint)
    • Line 19: warning: exported method TabsAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/template/components/tree.go
    • Line 9: warning: exported type TreeAttribute should have comment or be unexported (golint)
    • Line 19: warning: exported method TreeAttribute.SetTree should have comment or be unexported (golint)
    • Line 24: warning: exported method TreeAttribute.SetEditUrl should have comment or be unexported (golint)
    • Line 29: warning: exported method TreeAttribute.SetUrlPrefix should have comment or be unexported (golint)
    • Line 34: warning: exported method TreeAttribute.SetDeleteUrl should have comment or be unexported (golint)
    • Line 39: warning: exported method TreeAttribute.SetOrderUrl should have comment or be unexported (golint)
    • Line 44: warning: exported method TreeAttribute.GetContent should have comment or be unexported (golint)
    • Line 48: warning: exported method TreeAttribute.GetTreeHeader should have comment or be unexported (golint)
    • go-admin/tests/web/test.go
    • Line 9: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 16: warning: exported type Testers should have comment or be unexported (golint)
    • Line 17: warning: exported type ServerStarter should have comment or be unexported (golint)
    • Line 19: warning: exported function UserAcceptanceTestSuit should have comment or be unexported (golint)
    • go-admin/modules/db/types.go
    • Line 21: warning: exported const Int should have comment (or a comment on this block) or be unexported (golint)
    • Line 200: warning: exported function GetValueFromDatabaseType 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 208: warning: comment on exported function GetValueFromSQLOfDatabaseType should be of the form "GetValueFromSQLOfDatabaseType ..." (golint)
    • go-admin/modules/errors/error.go
    • Line 10: warning: exported var Msg should have comment or be unexported (golint)
    • Line 16: warning: exported const PermissionDenied should have comment (or a comment on this block) or be unexported (golint)
    • Line 25: warning: exported function WrongPK should have comment or be unexported (golint)
    • Line 29: warning: exported function Init should have comment or be unexported (golint)
    • go-admin/plugins/admin/models/menu.go
    • Line 36: warning: exported method MenuModel.SetConn should have comment or be unexported (golint)
    • Line 100: warning: exported type OrderItems should have comment or be unexported (golint)
    • Line 102: warning: exported type OrderItem should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/guard/new.go
    • Line 18: warning: exported type ShowNewFormParam should have comment or be unexported (golint)
    • Line 24: warning: exported method Guard.ShowNewForm should have comment or be unexported (golint)
    • Line 61: warning: exported function GetShowNewFormParam should have comment or be unexported (golint)
    • Line 65: warning: exported type NewFormParam should have comment or be unexported (golint)
    • Line 79: warning: exported method NewFormParam.Value should have comment or be unexported (golint)
    • Line 83: warning: exported method Guard.NewForm should have comment or be unexported (golint)
    • Line 123: warning: exported function GetNewFormParam should have comment or be unexported (golint)
    • go-admin/engine/engine.go
    • Line 259: warning: exported type ConnectionSetter should have comment or be unexported (golint)
    • Line 291: warning: exported type Setter should have comment or be unexported (golint)
    • Line 450: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 511: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-admin/template/types/form/select/select.go
    • Line 5: warning: exported type Data should have comment or be unexported (golint)
    • Line 10: warning: exported type Pagination should have comment or be unexported (golint)
    • Line 14: warning: exported type Options should have comment or be unexported (golint)
    • Line 16: warning: exported type Option should have comment or be unexported (golint)
    • Line 25: warning: exported type Configuration should have comment or be unexported (golint)
    • Line 73: warning: exported type Function should have comment or be unexported (golint)
    • Line 80: warning: exported type ArgType should have comment or be unexported (golint)
    • Line 83: warning: exported const ArgInt should have comment (or a comment on this block) or be unexported (golint)
    • Line 88: warning: exported type Arg should have comment or be unexported (golint)
    • Line 94: warning: exported type BaseArg should have comment or be unexported (golint)
    • Line 100: warning: exported method BaseArg.Wrap should have comment or be unexported (golint)
    • Line 104: warning: exported type StringArg should have comment or be unexported (golint)
    • Line 106: warning: exported method StringArg.Type should have comment or be unexported (golint)
    • Line 110: warning: exported method StringArg.Wrap should have comment or be unexported (golint)
    • Line 114: warning: exported type IntArg should have comment or be unexported (golint)
    • Line 116: warning: exported method IntArg.Type should have comment or be unexported (golint)
    • Line 120: warning: exported type OperationArg should have comment or be unexported (golint)
    • Line 122: warning: exported method OperationArg.Type should have comment or be unexported (golint)
    • Line 126: warning: exported function If should have comment or be unexported (golint)
    • Line 141: warning: exported function Return should have comment or be unexported (golint)
    • Line 150: warning: exported function Add should have comment or be unexported (golint)
    • Line 160: warning: exported function AddFront should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/table/default.go
    • Line 26: warning: exported type DefaultTable should have comment or be unexported (golint)
    • Line 34: warning: exported type GetDataFun should have comment or be unexported (golint)
    • Line 36: warning: exported function NewDefaultTable should have comment or be unexported (golint)
    • Line 68: warning: exported method DefaultTable.Copy should have comment or be unexported (golint)
    • Line 154: warning: exported type GetDataFromURLRes should have comment or be unexported (golint)
    • Line 964: warning: exported method DefaultTable.GetNewForm should have comment or be unexported (golint)
    • Line 1031: warning: exported type Columns should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/parameter/parameter.go
    • Line 12: warning: exported type Parameters should have comment or be unexported (golint)
    • Line 26: warning: exported const Page should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: exported function BaseParam should have comment or be unexported (golint)
    • Line 69: warning: exported function GetParam should have comment or be unexported (golint)
    • Line 132: warning: exported function GetParamFromURL should have comment or be unexported (golint)
    • Line 143: warning: exported method Parameters.WithPKs should have comment or be unexported (golint)
    • Line 148: warning: exported method Parameters.PKs should have comment or be unexported (golint)
    • Line 156: warning: exported method Parameters.DeletePK should have comment or be unexported (golint)
    • Line 161: warning: exported method Parameters.PK should have comment or be unexported (golint)
    • Line 165: warning: exported method Parameters.IsAll should have comment or be unexported (golint)
    • Line 169: warning: exported method Parameters.WithURLPath should have comment or be unexported (golint)
    • Line 174: warning: exported method Parameters.WithIsAll should have comment or be unexported (golint)
    • Line 183: warning: exported method Parameters.DeleteIsAll should have comment or be unexported (golint)
    • Line 188: warning: exported method Parameters.GetFilterFieldValueStart should have comment or be unexported (golint)
    • Line 192: warning: exported method Parameters.GetFilterFieldValueEnd should have comment or be unexported (golint)
    • Line 196: warning: exported method Parameters.GetFieldValue should have comment or be unexported (golint)
    • Line 204: warning: exported method Parameters.AddField should have comment or be unexported (golint)
    • Line 209: warning: exported method Parameters.DeleteField should have comment or be unexported (golint)
    • Line 214: warning: exported method Parameters.DeleteEditPk should have comment or be unexported (golint)
    • Line 219: warning: exported method Parameters.DeleteDetailPk should have comment or be unexported (golint)
    • Line 224: warning: exported method Parameters.GetFieldValues should have comment or be unexported (golint)
    • Line 228: warning: exported method Parameters.GetFieldValuesStr should have comment or be unexported (golint)
    • Line 232: warning: exported method Parameters.GetFieldOperator should have comment or be unexported (golint)
    • Line 240: warning: exported method Parameters.Join should have comment or be unexported (golint)
    • Line 246: warning: exported method Parameters.SetPage should have comment or be unexported (golint)
    • Line 251: warning: exported method Parameters.GetRouteParamStr should have comment or be unexported (golint)
    • Line 257: warning: exported method Parameters.URL should have comment or be unexported (golint)
    • Line 261: warning: exported method Parameters.URLNoAnimation should have comment or be unexported (golint)
    • Line 265: warning: exported method Parameters.GetRouteParamStrWithoutPageSize should have comment or be unexported (golint)
    • Line 279: warning: exported method Parameters.GetLastPageRouteParamStr should have comment or be unexported (golint)
    • Line 285: warning: exported method Parameters.GetNextPageRouteParamStr should have comment or be unexported (golint)
    • Line 291: warning: exported method Parameters.GetFixedParamStr should have comment or be unexported (golint)
    • Line 305: warning: exported method Parameters.GetFixedParamStrWithoutColumnsAndPage should have comment or be unexported (golint)
    • Line 316: warning: exported method Parameters.GetFixedParamStrWithoutSort should have comment or be unexported (golint)
    • Line 329: warning: exported method Parameters.Statement should have comment or be unexported (golint)
    • go-admin/tests/web/page.go
    • Line 13: warning: exported type Page should have comment or be unexported (golint)
    • Line 20: warning: exported method Page.Destroy should have comment or be unexported (golint)
    • Line 31: warning: exported method Page.Wait should have comment or be unexported (golint)
    • Line 35: warning: exported method Page.Contain should have comment or be unexported (golint)
    • Line 41: warning: exported method Page.NoContain should have comment or be unexported (golint)
    • Line 47: warning: exported method Page.Css should have comment or be unexported (golint)
    • Line 53: warning: exported method Page.CssS should have comment or be unexported (golint)
    • Line 59: warning: exported method Page.Text should have comment or be unexported (golint)
    • Line 65: warning: exported method Page.Display should have comment or be unexported (golint)
    • Line 69: warning: exported method Page.Nondisplay should have comment or be unexported (golint)
    • Line 73: warning: exported method Page.Value should have comment or be unexported (golint)
    • Line 79: warning: exported method Page.Click should have comment or be unexported (golint)
    • Line 88: warning: exported method Page.ClickS should have comment or be unexported (golint)
    • Line 97: warning: exported method Page.Attr should have comment or be unexported (golint)
    • Line 103: warning: exported method Page.Fill should have comment or be unexported (golint)
    • Line 107: warning: exported method Page.NavigateTo should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/guard/menu_new.go
    • Line 12: warning: exported type MenuNewParam should have comment or be unexported (golint)
    • Line 22: warning: exported method MenuNewParam.HasAlert should have comment or be unexported (golint)
    • Line 26: warning: exported method Guard.MenuNew should have comment or be unexported (golint)
    • Line 60: warning: exported function GetMenuNewParam should have comment or be unexported (golint)
    • go-admin/template/chartjs/bar.go
    • Line 10: warning: exported type BarChart should have comment or be unexported (golint)
    • Line 16: warning: exported type BarJsContent should have comment or be unexported (golint)
    • Line 22: warning: exported type BarAttributes should have comment or be unexported (golint)
    • Line 28: warning: exported type BarDataSets should have comment or be unexported (golint)
    • Line 30: warning: exported method BarDataSets.Add should have comment or be unexported (golint)
    • Line 34: warning: exported type BarDataSet should have comment or be unexported (golint)
    • Line 54: warning: exported method BarDataSet.SetLabel should have comment or be unexported (golint)
    • Line 59: warning: exported method BarDataSet.SetData should have comment or be unexported (golint)
    • Line 64: warning: exported method BarDataSet.SetType should have comment or be unexported (golint)
    • Line 69: warning: exported method BarDataSet.SetBackgroundColor should have comment or be unexported (golint)
    • Line 74: warning: exported method BarDataSet.SetBorderCapStyle should have comment or be unexported (golint)
    • Line 79: warning: exported method BarDataSet.SetBorderColor should have comment or be unexported (golint)
    • Line 84: warning: exported method BarDataSet.SetBorderWidth should have comment or be unexported (golint)
    • Line 89: warning: exported method BarDataSet.SetBorderSkipped should have comment or be unexported (golint)
    • Line 94: warning: exported method BarDataSet.SetHoverBackgroundColor should have comment or be unexported (golint)
    • Line 99: warning: exported method BarDataSet.SetHoverBorderColor should have comment or be unexported (golint)
    • Line 104: warning: exported method BarDataSet.SetHoverBorderWidth should have comment or be unexported (golint)
    • Line 109: warning: exported method BarDataSet.SetOrder should have comment or be unexported (golint)
    • Line 114: warning: exported method BarDataSet.SetXAxisID should have comment or be unexported (golint)
    • Line 119: warning: exported method BarDataSet.SetYAxisID should have comment or be unexported (golint)
    • Line 124: warning: exported function Bar should have comment or be unexported (golint)
    • Line 143: warning: exported method BarChart.SetID should have comment or be unexported (golint)
    • Line 148: warning: exported method BarChart.SetTitle should have comment or be unexported (golint)
    • Line 153: warning: exported method BarChart.SetHeight should have comment or be unexported (golint)
    • Line 158: warning: exported method BarChart.SetLabels should have comment or be unexported (golint)
    • Line 163: warning: exported method BarChart.AddDataSet should have comment or be unexported (golint)
    • Line 172: warning: exported method BarChart.DSLabel should have comment or be unexported (golint)
    • Line 177: warning: exported method BarChart.DSData should have comment or be unexported (golint)
    • Line 182: warning: exported method BarChart.DSType should have comment or be unexported (golint)
    • Line 187: warning: exported method BarChart.DSBackgroundColor should have comment or be unexported (golint)
    • Line 192: warning: exported method BarChart.DSBorderCapStyle should have comment or be unexported (golint)
    • Line 197: warning: exported method BarChart.DSBorderSkipped should have comment or be unexported (golint)
    • Line 202: warning: exported method BarChart.DSBorderColor should have comment or be unexported (golint)
    • Line 207: warning: exported method BarChart.DSBorderWidth should have comment or be unexported (golint)
    • Line 212: warning: exported method BarChart.DSHoverBackgroundColor should have comment or be unexported (golint)
    • Line 217: warning: exported method BarChart.DSHoverBorderColor should have comment or be unexported (golint)
    • Line 222: warning: exported method BarChart.DSHoverBorderWidth should have comment or be unexported (golint)
    • Line 227: warning: exported method BarChart.DSOrder should have comment or be unexported (golint)
    • Line 232: warning: exported method BarChart.DSXAxisID should have comment or be unexported (golint)
    • Line 237: warning: exported method BarChart.DSYAxisID should have comment or be unexported (golint)
    • Line 242: warning: exported method BarChart.GetContent should have comment or be unexported (golint)
    • go-admin/template/components/col.go
    • Line 8: warning: exported type ColAttribute should have comment or be unexported (golint)
    • Line 15: warning: exported method ColAttribute.SetContent should have comment or be unexported (golint)
    • Line 20: warning: exported method ColAttribute.AddContent should have comment or be unexported (golint)
    • Line 25: warning: exported method ColAttribute.SetSize should have comment or be unexported (golint)
    • Line 33: warning: exported method ColAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/modules/db/connection.go
    • Line 86: warning: exported function GetConnectionFromService should have comment or be unexported (golint)
    • Line 93: warning: exported function GetConnection should have comment or be unexported (golint)
    • Line 100: warning: exported function GetAggregationExpression should have comment or be unexported (golint)
    • Line 116: warning: exported const INSERT should have comment (or a comment on this block) or be unexported (golint)
    • Line 147: warning: exported function CheckError should have comment or be unexported (golint)
    • go-admin/template/types/action/popup.go
    • Line 18: warning: exported type PopUpAction should have comment or be unexported (golint)
    • Line 34: warning: exported function PopUp should have comment or be unexported (golint)
    • Line 49: warning: exported method PopUpAction.SetData should have comment or be unexported (golint)
    • Line 54: warning: exported method PopUpAction.SetDraggable should have comment or be unexported (golint)
    • Line 59: warning: exported method PopUpAction.SetWidth should have comment or be unexported (golint)
    • Line 64: warning: exported method PopUpAction.SetHeight should have comment or be unexported (golint)
    • Line 69: warning: exported method PopUpAction.SetUrl should have comment or be unexported (golint)
    • Line 74: warning: exported type IframeData should have comment or be unexported (golint)
    • Line 80: warning: exported function PopUpWithIframe should have comment or be unexported (golint)
    • Line 120: warning: exported type PopUpData should have comment or be unexported (golint)
    • Line 127: warning: exported type GetForm should have comment or be unexported (golint)
    • Line 129: warning: exported function PopUpWithForm should have comment or be unexported (golint)
    • Line 180: warning: exported method PopUpAction.SetBtnTitle should have comment or be unexported (golint)
    • Line 185: warning: exported method PopUpAction.SetMethod should have comment or be unexported (golint)
    • Line 190: warning: exported method PopUpAction.GetCallbacks should have comment or be unexported (golint)
    • Line 199: warning: exported method PopUpAction.Js should have comment or be unexported (golint)
    • Line 236: warning: exported method PopUpAction.BtnAttribute should have comment or be unexported (golint)
    • Line 240: warning: exported method PopUpAction.FooterContent should have comment or be unexported (golint)
    • go-admin/template/chartjs/line.go
    • Line 10: warning: exported type LineChart should have comment or be unexported (golint)
    • Line 16: warning: exported type LineJsContent should have comment or be unexported (golint)
    • Line 22: warning: exported type LineAttributes should have comment or be unexported (golint)
    • Line 28: warning: exported type LineDataSets should have comment or be unexported (golint)
    • Line 30: warning: exported method LineDataSets.Add should have comment or be unexported (golint)
    • Line 34: warning: exported type LineDataSet should have comment or be unexported (golint)
    • Line 74: warning: exported method LineDataSet.SetLabel should have comment or be unexported (golint)
    • Line 79: warning: exported method LineDataSet.SetData should have comment or be unexported (golint)
    • Line 84: warning: exported method LineDataSet.SetType should have comment or be unexported (golint)
    • Line 89: warning: exported method LineDataSet.SetBackgroundColor should have comment or be unexported (golint)
    • Line 94: warning: exported method LineDataSet.SetBorderCapStyle should have comment or be unexported (golint)
    • Line 99: warning: exported method LineDataSet.SetBorderColor should have comment or be unexported (golint)
    • Line 104: warning: exported method LineDataSet.SetBorderDash should have comment or be unexported (golint)
    • Line 109: warning: exported method LineDataSet.SetBorderDashOffset should have comment or be unexported (golint)
    • Line 114: warning: exported method LineDataSet.SetBorderJoinStyle should have comment or be unexported (golint)
    • Line 119: warning: exported method LineDataSet.SetBorderWidth should have comment or be unexported (golint)
    • Line 124: warning: exported method LineDataSet.SetCubicInterpolationMode should have comment or be unexported (golint)
    • Line 129: warning: exported method LineDataSet.SetFill should have comment or be unexported (golint)
    • Line 134: warning: exported method LineDataSet.SetHoverBackgroundColor should have comment or be unexported (golint)
    • Line 139: warning: exported method LineDataSet.SetHoverBorderCapStyle should have comment or be unexported (golint)
    • Line 144: warning: exported method LineDataSet.SetHoverBorderColor should have comment or be unexported (golint)
    • Line 149: warning: exported method LineDataSet.SetHoverBorderDash should have comment or be unexported (golint)
    • Line 154: warning: exported method LineDataSet.SetHoverBorderDashOffset should have comment or be unexported (golint)
    • Line 159: warning: exported method LineDataSet.SetHoverBorderJoinStyle should have comment or be unexported (golint)
    • Line 164: warning: exported method LineDataSet.SetHoverBorderWidth should have comment or be unexported (golint)
    • Line 169: warning: exported method LineDataSet.SetLineTension should have comment or be unexported (golint)
    • Line 174: warning: exported method LineDataSet.SetOrder should have comment or be unexported (golint)
    • Line 179: warning: exported method LineDataSet.SetPointBackgroundColor should have comment or be unexported (golint)
    • Line 184: warning: exported method LineDataSet.SetPointBorderColor should have comment or be unexported (golint)
    • Line 189: warning: exported method LineDataSet.SetPointBorderWidth should have comment or be unexported (golint)
    • Line 194: warning: exported method LineDataSet.SetPointHitRadius should have comment or be unexported (golint)
    • Line 199: warning: exported method LineDataSet.SetPointHoverBackgroundColor should have comment or be unexported (golint)
    • Line 204: warning: exported method LineDataSet.SetPointHoverBorderColor should have comment or be unexported (golint)
    • Line 209: warning: exported method LineDataSet.SetPointHoverBorderWidth should have comment or be unexported (golint)
    • Line 214: warning: exported method LineDataSet.SetPointHoverRadius should have comment or be unexported (golint)
    • Line 219: warning: exported method LineDataSet.SetPointRadius should have comment or be unexported (golint)
    • Line 224: warning: exported method LineDataSet.SetPointRotation should have comment or be unexported (golint)
    • Line 229: warning: exported method LineDataSet.SetPointStyle should have comment or be unexported (golint)
    • Line 234: warning: exported method LineDataSet.SetShowLine should have comment or be unexported (golint)
    • Line 239: warning: exported method LineDataSet.SetSpanGaps should have comment or be unexported (golint)
    • Line 244: warning: exported method LineDataSet.SetSteppedLine should have comment or be unexported (golint)
    • Line 249: warning: exported method LineDataSet.SetXAxisID should have comment or be unexported (golint)
    • Line 254: warning: exported method LineDataSet.SetYAxisID should have comment or be unexported (golint)
    • Line 259: warning: exported function Line should have comment or be unexported (golint)
    • Line 278: warning: exported method LineChart.SetID should have comment or be unexported (golint)
    • Line 283: warning: exported method LineChart.SetTitle should have comment or be unexported (golint)
    • Line 288: warning: exported method LineChart.SetHeight should have comment or be unexported (golint)
    • Line 293: warning: exported method LineChart.SetLabels should have comment or be unexported (golint)
    • Line 298: warning: exported method LineChart.AddDataSet should have comment or be unexported (golint)
    • Line 307: warning: exported method LineChart.DSLabel should have comment or be unexported (golint)
    • Line 312: warning: exported method LineChart.DSData should have comment or be unexported (golint)
    • Line 317: warning: exported method LineChart.DSType should have comment or be unexported (golint)
    • Line 322: warning: exported method LineChart.DSBackgroundColor should have comment or be unexported (golint)
    • Line 327: warning: exported method LineChart.DSBorderCapStyle should have comment or be unexported (golint)
    • Line 332: warning: exported method LineChart.DSBorderColor should have comment or be unexported (golint)
    • Line 337: warning: exported method LineChart.DSBorderDash should have comment or be unexported (golint)
    • Line 342: warning: exported method LineChart.DSBorderDashOffset should have comment or be unexported (golint)
    • Line 347: warning: exported method LineChart.DSBorderJoinStyle should have comment or be unexported (golint)
    • Line 352: warning: exported method LineChart.DSBorderWidth should have comment or be unexported (golint)
    • Line 357: warning: exported method LineChart.DSCubicInterpolationMode should have comment or be unexported (golint)
    • Line 362: warning: exported method LineChart.DSFill should have comment or be unexported (golint)
    • Line 367: warning: exported method LineChart.DSHoverBackgroundColor should have comment or be unexported (golint)
    • Line 372: warning: exported method LineChart.DSHoverBorderCapStyle should have comment or be unexported (golint)
    • Line 377: warning: exported method LineChart.DSHoverBorderColor should have comment or be unexported (golint)
    • Line 382: warning: exported method LineChart.DSHoverBorderDash should have comment or be unexported (golint)
    • Line 387: warning: exported method LineChart.DSHoverBorderDashOffset should have comment or be unexported (golint)
    • Line 392: warning: exported method LineChart.DSHoverBorderJoinStyle should have comment or be unexported (golint)
    • Line 397: warning: exported method LineChart.DSHoverBorderWidth should have comment or be unexported (golint)
    • Line 402: warning: exported method LineChart.DSLineTension should have comment or be unexported (golint)
    • Line 407: warning: exported method LineChart.DSOrder should have comment or be unexported (golint)
    • Line 412: warning: exported method LineChart.DSPointBackgroundColor should have comment or be unexported (golint)
    • Line 417: warning: exported method LineChart.DSPointBorderColor should have comment or be unexported (golint)
    • Line 422: warning: exported method LineChart.DSPointBorderWidth should have comment or be unexported (golint)
    • Line 427: warning: exported method LineChart.DSPointHitRadius should have comment or be unexported (golint)
    • Line 432: warning: exported method LineChart.DSPointHoverBackgroundColor should have comment or be unexported (golint)
    • Line 437: warning: exported method LineChart.DSPointHoverBorderColor should have comment or be unexported (golint)
    • Line 442: warning: exported method LineChart.DSPointHoverBorderWidth should have comment or be unexported (golint)
    • Line 447: warning: exported method LineChart.DSPointHoverRadius should have comment or be unexported (golint)
    • Line 452: warning: exported method LineChart.DSPointRadius should have comment or be unexported (golint)
    • Line 457: warning: exported method LineChart.DSPointRotation should have comment or be unexported (golint)
    • Line 462: warning: exported method LineChart.DSPointStyle should have comment or be unexported (golint)
    • Line 467: warning: exported method LineChart.DSShowLine should have comment or be unexported (golint)
    • Line 472: warning: exported method LineChart.DSSpanGaps should have comment or be unexported (golint)
    • Line 477: warning: exported method LineChart.DSSteppedLine should have comment or be unexported (golint)
    • Line 482: warning: exported method LineChart.DSXAxisID should have comment or be unexported (golint)
    • Line 487: warning: exported method LineChart.DSYAxisID should have comment or be unexported (golint)
    • Line 492: warning: exported method LineChart.GetContent should have comment or be unexported (golint)
    • go-admin/template/types/display/link.go
    • Line 8: warning: exported type Link should have comment or be unexported (golint)
    • Line 16: warning: exported method Link.Get should have comment or be unexported (golint)
    • Line 28: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • go-admin/plugins/admin/modules/guard/menu_edit.go
    • Line 12: warning: exported type MenuEditParam should have comment or be unexported (golint)
    • Line 23: warning: exported method MenuEditParam.HasAlert should have comment or be unexported (golint)
    • Line 27: warning: exported method Guard.MenuEdit should have comment or be unexported (golint)
    • Line 63: warning: exported function GetMenuEditParam should have comment or be unexported (golint)
    • go-admin/template/types/action/file_upload.go
    • Line 10: warning: exported type FileUploadAction should have comment or be unexported (golint)
    • Line 18: warning: exported function FileUpload should have comment or be unexported (golint)
    • Line 30: warning: exported method FileUploadAction.SetUrl should have comment or be unexported (golint)
    • Line 35: warning: exported method FileUploadAction.SetMethod should have comment or be unexported (golint)
    • Line 40: warning: exported method FileUploadAction.GetCallbacks should have comment or be unexported (golint)
    • Line 49: warning: exported method FileUploadAction.Js should have comment or be unexported (golint)
    • Line 90: warning: exported method FileUploadAction.BtnAttribute should have comment or be unexported (golint)
    • Line 94: warning: exported method FileUploadAction.FooterContent should have comment or be unexported (golint)
    • go-admin/adapter/buffalo/buffalo.go
    • Line 46: warning: exported method Buffalo.DisableLog should have comment or be unexported (golint)
    • Line 47: warning: exported method Buffalo.Static should have comment or be unexported (golint)
    • Line 54: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 56: warning: exported function Content should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/tools/generator.go
    • Line 15: warning: exported type Param should have comment or be unexported (golint)
    • Line 49: warning: exported type Config should have comment or be unexported (golint)
    • Line 86: warning: exported function NewParam should have comment or be unexported (golint)
    • Line 121: warning: exported function NewParamWithFields should have comment or be unexported (golint)
    • Line 157: warning: exported type Fields should have comment or be unexported (golint)
    • Line 159: warning: exported type Field should have comment or be unexported (golint)
    • Line 171: warning: exported function Generate should have comment or be unexported (golint)
    • Line 188: warning: exported function GenerateTables should have comment or be unexported (golint)
    • go-admin/context/context.go
    • Line 49: warning: exported type RouterMap should have comment or be unexported (golint)
    • Line 51: warning: exported method RouterMap.Get should have comment or be unexported (golint)
    • Line 55: warning: exported type Router should have comment or be unexported (golint)
    • Line 60: warning: exported method Router.Method should have comment or be unexported (golint)
    • Line 64: warning: exported method Router.GetURL should have comment or be unexported (golint)
    • Line 72: warning: exported type Node should have comment or be unexported (golint)
    • Line 129: warning: exported const HeaderContentType should have comment (or a comment on this block) or be unexported (golint)
    • Line 145: warning: exported method Context.BindJSON should have comment or be unexported (golint)
    • Line 156: warning: exported method Context.MustBindJSON should have comment or be unexported (golint)
    • Line 243: warning: exported method Context.SetLastModified should have comment or be unexported (golint)
    • Line 269: warning: exported method Context.WriteNotModified should have comment or be unexported (golint)
    • Line 283: warning: exported method Context.CheckIfModifiedSince should have comment or be unexported (golint)
    • Line 360: warning: exported method Context.WantHTML should have comment or be unexported (golint)
    • Line 364: warning: exported method Context.WantJSON should have comment or be unexported (golint)
    • Line 388: warning: exported method Context.GetContentType should have comment or be unexported (golint)
    • Line 434: warning: exported type HandlerMap should have comment or be unexported (golint)
    • Line 552: warning: exported method App.Name should have comment or be unexported (golint)
    • Line 663: warning: exported method RouterGroup.Name should have comment or be unexported (golint)
    • go-admin/template/components/image.go
    • Line 9: warning: exported type ImgAttribute should have comment or be unexported (golint)
    • Line 19: warning: exported method ImgAttribute.SetWidth should have comment or be unexported (golint)
    • Line 24: warning: exported method ImgAttribute.SetHeight should have comment or be unexported (golint)
    • Line 29: warning: exported method ImgAttribute.WithModal should have comment or be unexported (golint)
    • Line 35: warning: exported method ImgAttribute.SetSrc should have comment or be unexported (golint)
    • Line 40: warning: exported method ImgAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/plugins/example/example.go
    • Line 9: warning: exported type Example should have comment or be unexported (golint)
    • Line 13: warning: exported function NewExample should have comment or be unexported (golint)
    • Line 19: warning: exported method Example.InitPlugin should have comment or be unexported (golint)
    • go-admin/template/types/button.go
    • Line 10: warning: exported type Button should have comment or be unexported (golint)
    • Line 20: warning: exported type BaseButton should have comment or be unexported (golint)
    • Line 26: warning: exported method BaseButton.Content should have comment or be unexported (golint)
    • Line 27: warning: exported method BaseButton.GetAction should have comment or be unexported (golint)
    • Line 28: warning: exported method BaseButton.ID should have comment or be unexported (golint)
    • Line 29: warning: exported method BaseButton.URL should have comment or be unexported (golint)
    • Line 30: warning: exported method BaseButton.METHOD should have comment or be unexported (golint)
    • Line 31: warning: exported method BaseButton.GetName should have comment or be unexported (golint)
    • Line 32: warning: exported method BaseButton.SetName should have comment or be unexported (golint)
    • Line 34: warning: exported type DefaultButton should have comment or be unexported (golint)
    • Line 42: warning: exported function GetDefaultButton should have comment or be unexported (golint)
    • Line 73: warning: exported function GetColumnButton should have comment or be unexported (golint)
    • Line 77: warning: exported method DefaultButton.Content should have comment or be unexported (golint)
    • Line 103: warning: exported type ActionButton should have comment or be unexported (golint)
    • Line 107: warning: exported function GetActionButton should have comment or be unexported (golint)
    • Line 130: warning: exported method ActionButton.Content should have comment or be unexported (golint)
    • Line 136: warning: exported type Buttons should have comment or be unexported (golint)
    • Line 138: warning: exported method Buttons.Content should have comment or be unexported (golint)
    • Line 150: warning: exported method Buttons.FooterContent should have comment or be unexported (golint)
    • Line 159: warning: exported method Buttons.CheckPermission should have comment or be unexported (golint)
    • Line 169: warning: exported method Buttons.AddNavButton should have comment or be unexported (golint)
    • Line 176: warning: exported method Buttons.RemoveButtonByName should have comment or be unexported (golint)
    • Line 189: warning: exported method Buttons.CheckExist should have comment or be unexported (golint)
    • Line 202: warning: exported const NavBtnSiteName should have comment (or a comment on this block) or be unexported (golint)
    • Line 207: warning: exported method Buttons.RemoveSiteNavButton should have comment or be unexported (golint)
    • Line 211: warning: exported method Buttons.RemoveInfoNavButton should have comment or be unexported (golint)
    • Line 215: warning: exported method Buttons.RemoveToolNavButton should have comment or be unexported (golint)
    • Line 219: warning: exported type NavButton should have comment or be unexported (golint)
    • Line 224: warning: exported function GetNavButton should have comment or be unexported (golint)
    • Line 248: warning: exported method NavButton.Content should have comment or be unexported (golint)
    • go-admin/modules/language/language.go
    • Line 15: warning: exported var EN should have comment or be unexported (golint)
    • Line 21: warning: exported function FixedLanguageKey should have comment or be unexported (golint)
    • Line 37: warning: exported var Langs should have comment or be unexported (golint)
    • Line 75: warning: exported type LangSet should have comment or be unexported (golint)
    • Line 77: warning: exported method LangSet.Add should have comment or be unexported (golint)
    • Line 81: warning: exported method LangSet.Combine should have comment or be unexported (golint)
    • Line 127: warning: exported function JoinScopes should have comment or be unexported (golint)
    • go-admin/template/types/action/jump.go
    • Line 9: warning: exported type JumpAction should have comment or be unexported (golint)
    • Line 16: warning: exported function Jump should have comment or be unexported (golint)
    • Line 25: warning: exported function JumpInNewTab should have comment or be unexported (golint)
    • Line 34: warning: exported method JumpAction.GetCallbacks should have comment or be unexported (golint)
    • Line 38: warning: exported method JumpAction.BtnAttribute should have comment or be unexported (golint)
    • Line 45: warning: exported method JumpAction.BtnClass should have comment or be unexported (golint)
    • Line 52: warning: exported method JumpAction.ExtContent should have comment or be unexported (golint)
    • go-admin/template/types/size.go
    • Line 20: warning: exported type S should have comment or be unexported (golint)
    • Line 22: warning: exported function Size should have comment or be unexported (golint)
    • Line 36: warning: exported method S.LG should have comment or be unexported (golint)
    • Line 43: warning: exported method S.XS should have comment or be unexported (golint)
    • Line 50: warning: exported method S.XL should have comment or be unexported (golint)
    • Line 57: warning: exported method S.SM should have comment or be unexported (golint)
    • Line 64: warning: exported method S.MD should have comment or be unexported (golint)
    • Line 71: warning: exported function SizeXS should have comment or be unexported (golint)
    • Line 79: warning: exported function SizeXL should have comment or be unexported (golint)
    • Line 87: warning: exported function SizeSM should have comment or be unexported (golint)
    • Line 95: warning: exported function SizeMD should have comment or be unexported (golint)
    • Line 103: warning: exported function SizeLG should have comment or be unexported (golint)
    • go-admin/template/chartjs/pie.go
    • Line 10: warning: exported type PieChart should have comment or be unexported (golint)
    • Line 16: warning: exported type PieJsContent should have comment or be unexported (golint)
    • Line 22: warning: exported type PieAttributes should have comment or be unexported (golint)
    • Line 28: warning: exported type PieDataSets should have comment or be unexported (golint)
    • Line 30: warning: exported method PieDataSets.Add should have comment or be unexported (golint)
    • Line 34: warning: exported type PieDataSet should have comment or be unexported (golint)
    • Line 51: warning: exported method PieDataSet.SetLabel should have comment or be unexported (golint)
    • Line 56: warning: exported method PieDataSet.SetData should have comment or be unexported (golint)
    • Line 61: warning: exported method PieDataSet.SetType should have comment or be unexported (golint)
    • Line 66: warning: exported method PieDataSet.SetBackgroundColor should have comment or be unexported (golint)
    • Line 71: warning: exported method PieDataSet.SetBorderAlign should have comment or be unexported (golint)
    • Line 76: warning: exported method PieDataSet.SetBorderColor should have comment or be unexported (golint)
    • Line 81: warning: exported method PieDataSet.SetBorderWidth should have comment or be unexported (golint)
    • Line 86: warning: exported method PieDataSet.SetWeight should have comment or be unexported (golint)
    • Line 91: warning: exported method PieDataSet.SetHoverBackgroundColor should have comment or be unexported (golint)
    • Line 96: warning: exported method PieDataSet.SetHoverBorderColor should have comment or be unexported (golint)
    • Line 101: warning: exported method PieDataSet.SetHoverBorderWidth should have comment or be unexported (golint)
    • Line 106: warning: exported function Pie should have comment or be unexported (golint)
    • Line 125: warning: exported method PieChart.SetID should have comment or be unexported (golint)
    • Line 130: warning: exported method PieChart.SetTitle should have comment or be unexported (golint)
    • Line 135: warning: exported method PieChart.SetHeight should have comment or be unexported (golint)
    • Line 140: warning: exported method PieChart.SetLabels should have comment or be unexported (golint)
    • Line 145: warning: exported method PieChart.AddDataSet should have comment or be unexported (golint)
    • Line 154: warning: exported method PieChart.DSLabel should have comment or be unexported (golint)
    • Line 159: warning: exported method PieChart.DSData should have comment or be unexported (golint)
    • Line 164: warning: exported method PieChart.DSType should have comment or be unexported (golint)
    • Line 169: warning: exported method PieChart.DSBackgroundColor should have comment or be unexported (golint)
    • Line 174: warning: exported method PieChart.DSBorderColor should have comment or be unexported (golint)
    • Line 179: warning: exported method PieChart.DSBorderWidth should have comment or be unexported (golint)
    • Line 184: warning: exported method PieChart.DSWeight should have comment or be unexported (golint)
    • Line 189: warning: exported method PieChart.DSHoverBackgroundColor should have comment or be unexported (golint)
    • Line 194: warning: exported method PieChart.DSHoverBorderColor should have comment or be unexported (golint)
    • Line 199: warning: exported method PieChart.DSHoverBorderWidth should have comment or be unexported (golint)
    • Line 204: warning: exported method PieChart.GetContent should have comment or be unexported (golint)
    • go-admin/plugins/plugins.go
    • Line 39: warning: exported type Base should have comment or be unexported (golint)
    • Line 48: warning: exported method Base.GetHandler should have comment or be unexported (golint)
    • Line 52: warning: exported method Base.Name should have comment or be unexported (golint)
    • Line 56: warning: exported method Base.Prefix should have comment or be unexported (golint)
    • Line 60: warning: exported method Base.InitBase should have comment or be unexported (golint)
    • Line 66: warning: exported method Base.ExecuteTmpl should have comment or be unexported (golint)
    • Line 70: warning: exported method Base.HTML should have comment or be unexported (golint)
    • Line 75: warning: exported method Base.HTMLFile should have comment or be unexported (golint)
    • Line 96: warning: exported method Base.HTMLFiles should have comment or be unexported (golint)
    • Line 116: warning: exported function LoadFromPlugin should have comment or be unexported (golint)
    • Line 143: warning: exported function Execute should have comment or be unexported (golint)
    • go-admin/template/types/action/jump_selectbox.go
    • Line 7: warning: exported type JumpSelectBoxAction should have comment or be unexported (golint)
    • Line 13: warning: exported type JumpOptions should have comment or be unexported (golint)
    • Line 15: warning: exported type JumpOption should have comment or be unexported (golint)
    • Line 20: warning: exported function SelectBoxJump should have comment or be unexported (golint)
    • Line 24: warning: exported method JumpSelectBoxAction.ExtContent should have comment or be unexported (golint)
    • go-admin/template/components/row.go
    • Line 8: warning: exported type RowAttribute should have comment or be unexported (golint)
    • Line 14: warning: exported method RowAttribute.SetContent should have comment or be unexported (golint)
    • Line 19: warning: exported method RowAttribute.AddContent should have comment or be unexported (golint)
    • Line 24: warning: exported method RowAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/table/config.go
    • Line 7: warning: exported type Config should have comment or be unexported (golint)
    • Line 23: warning: exported function DefaultConfig should have comment or be unexported (golint)
    • Line 38: warning: exported method Config.SetPrimaryKeyType should have comment or be unexported (golint)
    • Line 43: warning: exported method Config.SetCanAdd should have comment or be unexported (golint)
    • Line 48: warning: exported method Config.SetSourceURL should have comment or be unexported (golint)
    • Line 53: warning: exported method Config.SetGetDataFun should have comment or be unexported (golint)
    • Line 58: warning: exported method Config.SetEditable should have comment or be unexported (golint)
    • Line 63: warning: exported method Config.SetDeletable should have comment or be unexported (golint)
    • Line 68: warning: exported method Config.SetOnlyInfo should have comment or be unexported (golint)
    • Line 73: warning: exported method Config.SetOnlyUpdateForm should have comment or be unexported (golint)
    • Line 78: warning: exported method Config.SetOnlyNewForm should have comment or be unexported (golint)
    • Line 83: warning: exported method Config.SetOnlyDetail should have comment or be unexported (golint)
    • Line 88: warning: exported method Config.SetExportable should have comment or be unexported (golint)
    • Line 93: warning: exported method Config.SetConnection should have comment or be unexported (golint)
    • Line 98: warning: exported function DefaultConfigWithDriver should have comment or be unexported (golint)
    • Line 113: warning: exported function DefaultConfigWithDriverAndConnection should have comment or be unexported (golint)
    • go-admin/adapter/fasthttp/fasthttp.go
    • Line 47: warning: exported method Fasthttp.DisableLog should have comment or be unexported (golint)
    • Line 48: warning: exported method Fasthttp.Static should have comment or be unexported (golint)
    • Line 55: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 57: warning: exported function Content should have comment or be unexported (golint)
    • go-admin/plugins/example/go_plugin/main.go
    • Line 12: warning: exported type Example should have comment or be unexported (golint)
    • Line 16: warning: exported var Plugin should have comment or be unexported (golint)
    • Line 20: warning: exported method Example.InitPlugin should have comment or be unexported (golint)
    • Line 34: warning: exported method Example.TestHandler should have comment or be unexported (golint)
    • go-admin/modules/utils/utils.go
    • Line 19: warning: exported function Uuid should have comment or be unexported (golint)
    • Line 32: warning: exported function Random should have comment or be unexported (golint)
    • Line 45: warning: exported function CompressedContent should have comment or be unexported (golint)
    • Line 57: warning: exported function ReplaceNth should have comment or be unexported (golint)
    • Line 73: warning: exported function InArray should have comment or be unexported (golint)
    • Line 82: warning: exported function WrapURL should have comment or be unexported (golint)
    • Line 95: warning: exported function JSON should have comment or be unexported (golint)
    • Line 103: warning: exported function ParseBool should have comment or be unexported (golint)
    • Line 108: warning: exported function ParseFloat32 should have comment or be unexported (golint)
    • Line 113: warning: exported function SetDefault should have comment or be unexported (golint)
    • Line 120: warning: exported function IsJSON should have comment or be unexported (golint)
    • Line 125: warning: exported function CopyMap should have comment or be unexported (golint)
    • Line 141: warning: exported function CompareVersion should have comment or be unexported (golint)
    • Line 202: warning: exported const Byte should have comment (or a comment on this block) or be unexported (golint)
    • Line 246: warning: exported function FileExist should have comment or be unexported (golint)
    • go-admin/adapter/echo/echo.go
    • Line 45: warning: exported method Echo.DisableLog should have comment or be unexported (golint)
    • Line 46: warning: exported method Echo.Static should have comment or be unexported (golint)
    • Line 53: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 55: warning: exported function Content should have comment or be unexported (golint)
    • go-admin/template/components/link.go
    • Line 8: warning: exported type LinkAttribute should have comment or be unexported (golint)
    • Line 18: warning: exported method LinkAttribute.OpenInNewTab should have comment or be unexported (golint)
    • Line 23: warning: exported method LinkAttribute.SetURL should have comment or be unexported (golint)
    • Line 28: warning: exported method LinkAttribute.SetClass should have comment or be unexported (golint)
    • Line 33: warning: exported method LinkAttribute.SetAttributes should have comment or be unexported (golint)
    • Line 38: warning: exported method LinkAttribute.NoPjax should have comment or be unexported (golint)
    • Line 43: warning: exported method LinkAttribute.SetTabTitle should have comment or be unexported (golint)
    • Line 48: warning: exported method LinkAttribute.SetContent should have comment or be unexported (golint)
    • Line 53: warning: exported method LinkAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/template/types/action/fieldfilter.go
    • Line 9: warning: exported type FieldFilterAction should have comment or be unexported (golint)
    • Line 14: warning: exported function FieldFilter should have comment or be unexported (golint)
    • Line 18: warning: exported method FieldFilterAction.ExtContent should have comment or be unexported (golint)
    • go-admin/template/types/components.go
    • Line 14: warning: exported type FormAttribute should have comment or be unexported (golint)
    • Line 39: warning: exported type BoxAttribute should have comment or be unexported (golint)
    • Line 58: warning: exported type ColAttribute should have comment or be unexported (golint)
    • Line 65: warning: exported type ImgAttribute should have comment or be unexported (golint)
    • Line 73: warning: exported type LabelAttribute should have comment or be unexported (golint)
    • Line 80: warning: exported type RowAttribute should have comment or be unexported (golint)
    • Line 86: warning: exported type ButtonAttribute should have comment or be unexported (golint)
    • Line 104: warning: exported type TableAttribute should have comment or be unexported (golint)
    • Line 115: warning: exported type DataTableAttribute should have comment or be unexported (golint)
    • Line 142: warning: exported type TreeAttribute should have comment or be unexported (golint)
    • Line 152: warning: exported type TreeViewAttribute should have comment or be unexported (golint)
    • Line 159: warning: exported type PaginatorAttribute should have comment or be unexported (golint)
    • Line 176: warning: exported type TabsAttribute should have comment or be unexported (golint)
    • Line 181: warning: exported type AlertAttribute should have comment or be unexported (golint)
    • Line 189: warning: exported type LinkAttribute should have comment or be unexported (golint)
    • Line 200: warning: exported type PopupAttribute should have comment or be unexported (golint)
    • Line 213: warning: exported type Thead should have comment or be unexported (golint)
    • Line 215: warning: exported type TheadItem should have comment or be unexported (golint)
    • Line 226: warning: exported method Thead.GroupBy should have comment or be unexported (golint)
    • Line 244: warning: exported type TreeViewData should have comment or be unexported (golint)
    • Line 272: warning: exported type TreeViewItems should have comment or be unexported (golint)
    • Line 274: warning: exported type TreeViewItemState should have comment or be unexported (golint)
    • Line 281: warning: exported type TreeViewItem should have comment or be unexported (golint)
    • go-admin/adapter/gf/gf.go
    • Line 46: warning: exported method Gf.DisableLog should have comment or be unexported (golint)
    • Line 47: warning: exported method Gf.Static should have comment or be unexported (golint)
    • Line 54: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 56: warning: exported function Content should have comment or be unexported (golint)
    • go-admin/template/types/operators.go
    • Line 5: warning: exported type FilterOperator should have comment or be unexported (golint)
    • Line 8: warning: exported const FilterOperatorLike should have comment (or a comment on this block) or be unexported (golint)
    • Line 18: warning: exported function GetOperatorFromValue should have comment or be unexported (golint)
    • Line 41: warning: exported method FilterOperator.Value should have comment or be unexported (golint)
    • Line 68: warning: exported method FilterOperator.Label should have comment or be unexported (golint)
    • Line 75: warning: exported method FilterOperator.AddOrNot should have comment or be unexported (golint)
    • Line 79: warning: exported method FilterOperator.Valid should have comment or be unexported (golint)
    • go-admin/modules/config/config.go
    • Line 73: warning: exported method DatabaseList.JSON should have comment or be unexported (golint)
    • Line 77: warning: exported method DatabaseList.Copy should have comment or be unexported (golint)
    • Line 85: warning: exported method DatabaseList.Connections should have comment or be unexported (golint)
    • Line 95: warning: exported function GetDatabaseListFromJSON should have comment or be unexported (golint)
    • Line 129: warning: exported method Store.URL should have comment or be unexported (golint)
    • Line 157: warning: exported method Store.JSON should have comment or be unexported (golint)
    • Line 164: warning: exported function GetStoreFromJSON should have comment or be unexported (golint)
    • Line 312: warning: exported type Logger should have comment or be unexported (golint)
    • Line 318: warning: exported type EncoderCfg should have comment or be unexported (golint)
    • Line 332: warning: exported type RotateCfg should have comment or be unexported (golint)
    • Line 339: warning: exported type ExtraInfo should have comment or be unexported (golint)
    • Line 341: warning: exported type UpdateConfigProcessFn should have comment or be unexported (golint)
    • Line 343: warning: comment on exported type PageAnimation should be of the form "PageAnimation ..." (with optional leading article) (golint)
    • Line 350: warning: exported method PageAnimation.JSON should have comment or be unexported (golint)
    • Line 357: warning: exported function GetPageAnimationFromJSON should have comment or be unexported (golint)
    • Line 372: warning: exported method FileUploadEngine.JSON should have comment or be unexported (golint)
    • Line 382: warning: exported function GetFileUploadEngineFromJSON should have comment or be unexported (golint)
    • Line 462: warning: exported method Config.AddUpdateProcessFn should have comment or be unexported (golint)
    • Line 478: warning: exported method Config.Copy should have comment or be unexported (golint)
    • Line 528: warning: exported method Config.ToMap should have comment or be unexported (golint)
    • Line 607: warning: exported method Config.Update should have comment or be unexported (golint)
    • Line 697: warning: comment on exported method Config.EraseSens should be of the form "EraseSens ..." (golint)
    • Line 775: warning: exported function SetDefault should have comment or be unexported (golint)
    • Line 890: warning: exported function Url should have comment or be unexported (golint)
    • Line 912: warning: exported function GetDatabases should have comment or be unexported (golint)
    • Line 922: warning: exported function GetDomain should have comment or be unexported (golint)
    • Line 926: warning: exported function GetLanguage should have comment or be unexported (golint)
    • Line 930: warning: exported function GetUrlPrefix should have comment or be unexported (golint)
    • Line 934: warning: exported function GetOpenAdminApi should have comment or be unexported (golint)
    • Line 938: warning: exported function GetCustom500HTML should have comment or be unexported (golint)
    • Line 942: warning: exported function GetCustom404HTML should have comment or be unexported (golint)
    • Line 946: warning: exported function GetCustom403HTML should have comment or be unexported (golint)
    • Line 950: warning: exported function GetTheme should have comment or be unexported (golint)
    • Line 954: warning: exported function GetStore should have comment or be unexported (golint)
    • Line 958: warning: exported function GetTitle should have comment or be unexported (golint)
    • Line 962: warning: exported function GetLogo should have comment or be unexported (golint)
    • Line 966: warning: exported function GetSiteOff should have comment or be unexported (golint)
    • Line 970: warning: exported function GetMiniLogo should have comment or be unexported (golint)
    • Line 974: warning: exported function GetIndexUrl should have comment or be unexported (golint)
    • Line 978: warning: exported function GetLoginUrl should have comment or be unexported (golint)
    • Line 982: warning: exported function GetDebug should have comment or be unexported (golint)
    • Line 986: warning: exported function GetEnv should have comment or be unexported (golint)
    • Line 990: warning: exported function GetInfoLogPath should have comment or be unexported (golint)
    • Line 994: warning: exported function GetErrorLogPath should have comment or be unexported (golint)
    • Line 998: warning: exported function GetAccessLogPath should have comment or be unexported (golint)
    • Line 1002: warning: exported function GetSqlLog should have comment or be unexported (golint)
    • Line 1006: warning: exported function GetAccessLogOff should have comment or be unexported (golint)
    • Line 1009: warning: exported function GetInfoLogOff should have comment or be unexported (golint)
    • Line 1012: warning: exported function GetErrorLogOff should have comment or be unexported (golint)
    • Line 1016: warning: exported function GetColorScheme should have comment or be unexported (golint)
    • Line 1020: warning: exported function GetSessionLifeTime should have comment or be unexported (golint)
    • Line 1024: warning: exported function GetAssetUrl should have comment or be unexported (golint)
    • Line 1028: warning: exported function GetFileUploadEngine should have comment or be unexported (golint)
    • Line 1032: warning: exported function GetCustomHeadHtml should have comment or be unexported (golint)
    • Line 1036: warning: exported function GetCustomFootHtml should have comment or be unexported (golint)
    • Line 1040: warning: exported function GetFooterInfo should have comment or be unexported (golint)
    • Line 1044: warning: exported function GetLoginTitle should have comment or be unexported (golint)
    • Line 1048: warning: exported function GetLoginLogo should have comment or be unexported (golint)
    • Line 1052: warning: exported function GetAuthUserTable should have comment or be unexported (golint)
    • Line 1056: warning: exported function GetExtra should have comment or be unexported (golint)
    • Line 1060: warning: exported function GetAnimation should have comment or be unexported (golint)
    • Line 1064: warning: exported function GetNoLimitLoginIP should have comment or be unexported (golint)
    • Line 1068: warning: exported function GetHideVisitorUserCenterEntrance should have comment or be unexported (golint)
    • Line 1072: warning: exported function GetExcludeThemeComponents should have comment or be unexported (golint)
    • Line 1076: warning: exported type Service should have comment or be unexported (golint)
    • Line 1080: warning: exported method Service.Name should have comment or be unexported (golint)
    • Line 1084: warning: exported function SrvWithConfig should have comment or be unexported (golint)
    • Line 1088: warning: exported function GetService should have comment or be unexported (golint)
    • go-admin/template/components/paninator.go
    • Line 8: warning: exported type PaginatorAttribute should have comment or be unexported (golint)
    • Line 26: warning: exported method PaginatorAttribute.SetCurPageStartIndex should have comment or be unexported (golint)
    • Line 31: warning: exported method PaginatorAttribute.SetCurPageEndIndex should have comment or be unexported (golint)
    • Line 36: warning: exported method PaginatorAttribute.SetTotal should have comment or be unexported (golint)
    • Line 41: warning: exported method PaginatorAttribute.SetExtraInfo should have comment or be unexported (golint)
    • Line 46: warning: exported method PaginatorAttribute.SetHideEntriesInfo should have comment or be unexported (golint)
    • Line 51: warning: exported method PaginatorAttribute.SetPreviousClass should have comment or be unexported (golint)
    • Line 56: warning: exported method PaginatorAttribute.SetPreviousUrl should have comment or be unexported (golint)
    • Line 61: warning: exported method PaginatorAttribute.SetPages should have comment or be unexported (golint)
    • Line 66: warning: exported method PaginatorAttribute.SetPageSizeList should have comment or be unexported (golint)
    • Line 71: warning: exported method PaginatorAttribute.SetNextClass should have comment or be unexported (golint)
    • Line 76: warning: exported method PaginatorAttribute.SetNextUrl should have comment or be unexported (golint)
    • Line 81: warning: exported method PaginatorAttribute.SetOption should have comment or be unexported (golint)
    • Line 86: warning: exported method PaginatorAttribute.SetUrl should have comment or be unexported (golint)
    • Line 91: warning: exported method PaginatorAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/template/components/popup.go
    • Line 8: warning: exported type PopupAttribute should have comment or be unexported (golint)
    • Line 22: warning: exported method PopupAttribute.SetID should have comment or be unexported (golint)
    • Line 27: warning: exported method PopupAttribute.SetTitle should have comment or be unexported (golint)
    • Line 32: warning: exported method PopupAttribute.SetFooter should have comment or be unexported (golint)
    • Line 37: warning: exported method PopupAttribute.SetWidth should have comment or be unexported (golint)
    • Line 42: warning: exported method PopupAttribute.SetHeight should have comment or be unexported (golint)
    • Line 47: warning: exported method PopupAttribute.SetDraggable should have comment or be unexported (golint)
    • Line 52: warning: exported method PopupAttribute.SetHideFooter should have comment or be unexported (golint)
    • Line 57: warning: exported method PopupAttribute.SetBody should have comment or be unexported (golint)
    • Line 62: warning: exported method PopupAttribute.SetSize should have comment or be unexported (golint)
    • Line 67: warning: exported method PopupAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/template/types/select.go
    • Line 10: warning: exported type DefaultSelection should have comment or be unexported (golint)
    • Line 21: warning: exported function GetDefaultSelection should have comment or be unexported (golint)
    • Line 45: warning: exported method DefaultSelection.Content should have comment or be unexported (golint)
    • go-admin/adapter/iris/iris.go
    • Line 46: warning: exported method Iris.DisableLog should have comment or be unexported (golint)
    • Line 47: warning: exported method Iris.Static should have comment or be unexported (golint)
    • Line 54: warning: exported type HandlerFunc should have comment or be unexported (golint)
    • Line 56: warning: exported function Content should have comment or be unexported (golint)
    • go-admin/template/components/button.go
    • Line 11: warning: exported type ButtonAttribute should have comment or be unexported (golint)
    • Line 26: warning: exported method ButtonAttribute.SetContent should have comment or be unexported (golint)
    • Line 31: warning: exported method ButtonAttribute.SetOrientationRight should have comment or be unexported (golint)
    • Line 36: warning: exported method ButtonAttribute.SetOrientationLeft should have comment or be unexported (golint)
    • Line 41: warning: exported method ButtonAttribute.SetMarginLeft should have comment or be unexported (golint)
    • Line 46: warning: exported method ButtonAttribute.SetSmallSize should have comment or be unexported (golint)
    • Line 51: warning: exported method ButtonAttribute.SetMiddleSize should have comment or be unexported (golint)
    • Line 56: warning: exported method ButtonAttribute.SetMarginRight should have comment or be unexported (golint)
    • Line 61: warning: exported method ButtonAttribute.SetLoadingText should have comment or be unexported (golint)
    • Line 66: warning: exported method ButtonAttribute.SetThemePrimary should have comment or be unexported (golint)
    • Line 71: warning: exported method ButtonAttribute.SetThemeDefault should have comment or be unexported (golint)
    • Line 76: warning: exported method ButtonAttribute.SetThemeWarning should have comment or be unexported (golint)
    • Line 81: warning: exported method ButtonAttribute.SetHref should have comment or be unexported (golint)
    • Line 86: warning: exported method ButtonAttribute.SetTheme should have comment or be unexported (golint)
    • Line 91: warning: exported method ButtonAttribute.SetType should have comment or be unexported (golint)
    • Line 96: warning: exported method ButtonAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/modules/collection/collection.go
    • Line 8: warning: exported type Collection should have comment or be unexported (golint)
    • Line 38: warning: exported method Collection.Length should have comment or be unexported (golint)
    • Line 42: warning: exported method Collection.FirstGet should have comment or be unexported (golint)
    • go-admin/template/types/form/form.go
    • Line 10: warning: exported type Type should have comment or be unexported (golint)
    • Line 13: warning: exported const Default should have comment (or a comment on this block) or be unexported (golint)
    • Line 52: warning: exported function CheckType should have comment or be unexported (golint)
    • Line 61: warning: exported type Layout should have comment or be unexported (golint)
    • Line 64: warning: exported const LayoutDefault should have comment (or a comment on this block) or be unexported (golint)
    • Line 74: warning: exported method Layout.Col should have comment or be unexported (golint)
    • Line 93: warning: exported method Layout.Flow should have comment or be unexported (golint)
    • Line 97: warning: exported method Layout.Default should have comment or be unexported (golint)
    • Line 124: warning: exported function GetLayoutFromString should have comment or be unexported (golint)
    • Line 220: warning: exported method Type.IsSelect should have comment or be unexported (golint)
    • Line 225: warning: exported method Type.IsArray should have comment or be unexported (golint)
    • Line 229: warning: exported method Type.IsTable should have comment or be unexported (golint)
    • Line 233: warning: exported method Type.IsSingleSelect should have comment or be unexported (golint)
    • Line 237: warning: exported method Type.IsMultiSelect should have comment or be unexported (golint)
    • Line 241: warning: exported method Type.IsRange should have comment or be unexported (golint)
    • Line 245: warning: exported method Type.IsFile should have comment or be unexported (golint)
    • Line 249: warning: exported method Type.IsSlider should have comment or be unexported (golint)
    • Line 253: warning: exported method Type.IsDateTime should have comment or be unexported (golint)
    • Line 257: warning: exported method Type.IsDateTimeRange should have comment or be unexported (golint)
    • Line 261: warning: exported method Type.IsDate should have comment or be unexported (golint)
    • Line 265: warning: exported method Type.IsDateRange should have comment or be unexported (golint)
    • Line 269: warning: exported method Type.IsCode should have comment or be unexported (golint)
    • Line 273: warning: exported method Type.IsCustom should have comment or be unexported (golint)
    • Line 277: warning: exported method Type.FixOptions should have comment or be unexported (golint)
    • Line 294: warning: exported method Type.SelectedLabel should have comment or be unexported (golint)
    • Line 304: warning: exported method Type.GetDefaultOptions should have comment or be unexported (golint)
    • Line 376: warning: exported function GetFormTypeFromFieldType should have comment or be unexported (golint)
    • Line 419: warning: exported function DefaultHTML should have comment or be unexported (golint)
    • Line 424: warning: exported function HiddenInputHTML should have comment or be unexported (golint)
    • go-admin/template/types/display/qrcode.go
    • Line 8: warning: exported type Qrcode should have comment or be unexported (golint)
    • Line 16: warning: exported method Qrcode.Get should have comment or be unexported (golint)
    • Line 31: warning: exported method Qrcode.JS should have comment or be unexported (golint)
    • go-admin/template/components/box.go
    • Line 9: warning: exported type BoxAttribute should have comment or be unexported (golint)
    • Line 28: warning: exported method BoxAttribute.SetTheme should have comment or be unexported (golint)
    • Line 33: warning: exported method BoxAttribute.SetHeader should have comment or be unexported (golint)
    • Line 38: warning: exported method BoxAttribute.SetBody should have comment or be unexported (golint)
    • Line 43: warning: exported method BoxAttribute.SetStyle should have comment or be unexported (golint)
    • Line 48: warning: exported method BoxAttribute.SetAttr should have comment or be unexported (golint)
    • Line 53: warning: exported method BoxAttribute.SetIframeStyle should have comment or be unexported (golint)
    • Line 60: warning: exported method BoxAttribute.SetFooter should have comment or be unexported (golint)
    • Line 65: warning: exported method BoxAttribute.SetTitle should have comment or be unexported (golint)
    • Line 70: warning: exported method BoxAttribute.SetHeadColor should have comment or be unexported (golint)
    • Line 75: warning: exported method BoxAttribute.WithHeadBorder should have comment or be unexported (golint)
    • Line 80: warning: exported method BoxAttribute.SetSecondHeader should have comment or be unexported (golint)
    • Line 85: warning: exported method BoxAttribute.SetSecondHeadColor should have comment or be unexported (golint)
    • Line 90: warning: exported method BoxAttribute.SetSecondHeaderClass should have comment or be unexported (golint)
    • Line 95: warning: exported method BoxAttribute.SetNoPadding should have comment or be unexported (golint)
    • Line 100: warning: exported method BoxAttribute.WithSecondHeadBorder should have comment or be unexported (golint)
    • Line 105: warning: exported method BoxAttribute.GetContent should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/helper.go
    • Line 9: warning: exported function InArray should have comment or be unexported (golint)
    • Line 18: warning: exported function Delimiter should have comment or be unexported (golint)
    • Line 25: warning: exported function FilterField should have comment or be unexported (golint)
    • Line 32: warning: exported function InArrayWithoutEmpty should have comment or be unexported (golint)
    • Line 44: warning: exported function RemoveBlankFromArray should have comment or be unexported (golint)
    • Line 54: warning: exported function Uuid should have comment or be unexported (golint)
    • Line 58: warning: exported function SetDefault should have comment or be unexported (golint)
    • Line 65: warning: exported function GetPage should have comment or be unexported (golint)
    • Line 74: warning: exported function AorB should have comment or be unexported (golint)
    • Line 81: warning: exported function AorEmpty should have comment or be unexported (golint)
    • Line 88: warning: exported function AorBHTML should have comment or be unexported (golint)
    • go-admin/plugins/admin/modules/response/response.go
    • Line 16: warning: exported function Ok should have comment or be unexported (golint)
    • Line 23: warning: exported function OkWithMsg should have comment or be unexported (golint)
    • Line 30: warning: exported function OkWithData should have comment or be unexported (golint)
    • Line 38: warning: exported function BadRequest should have comment or be unexported (golint)
    • Line 45: warning: exported function Alert should have comment or be unexported (golint)
    • Line 74: warning: exported function Error should have comment or be unexported (golint)
    • Line 81: warning: exported function Denied should have comment or be unexported (golint)
    • Line 88: warning: exported var OffLineHandler should have comment or be unexported (golint)
    • go-admin/tests/test.go
    • Line 17: warning: exported function Cleaner should have comment or be unexported (golint)
    • Line 134: warning: exported function BlackBoxTestSuitOfBuiltInTables should have comment or be unexported (golint)
    • Line 144: warning: exported function BlackBoxTestSuit should have comment or be unexported (golint)
    • Line 171: warning: exported type Tester should have comment or be unexported (golint)
    • Line 172: warning: exported type DataCleaner should have comment or be unexported (golint)
    • Line 173: warning: exported type HandlerGenFn should have comment or be unexported (golint)
    • Line 174: warning: exported type FasthttpHandlerGenFn should have comment or be unexported (golint)
    • go-admin/template/components/treeview.go
    • Line 10: warning: exported type TreeViewAttribute should have comment or be unexported (golint)
    • Line 19: warning: exported method TreeViewAttribute.SetID should have comment or be unexported (golint)
    • Line 24: warning: exported method TreeViewAttribute.SetTree should have comment or be unexported (golint)
    • Line 29: warning: exported method TreeViewAttribute.SetUrlPrefix should have comment or be unexported (golint)
    • Line 34: warning: exported method TreeViewAttribute.GetContent should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign95%

IneffAssign detects ineffectual assignments in Go code.


misspell99%

Misspell Finds commonly misspelled English words