README ¶ untypedconst An Go linter checks that untyped constant expressions are used as values of defined type (a.k.a. named type). Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "untypedconst", Doc: "checks that untyped constant expressions are used as a values of defined type", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer}, } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files untypedconst.go Directories ¶ Show internal Expand all Path Synopsis cmd untypedconst Click to show internal directories. Click to hide internal directories.