Compiler and libraries for Go, a statically-typed language
Go, also commonly referred to as golang, is an imperative programming language designed primarily for systems programming. Go is a compiled, statically typed language in the tradition of C and C++, but adds garbage collection, various safety features, and concurrent programming features in the style of communicating sequential processes (CSP).
Linter | Message | Location |
---|---|---|
inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'tzdata' should probably not be an input at all |
|