Categorygithub.com/mafredri/go-lint
modulepackage
0.0.0-20180911205320-920981dfc79e
Repository: https://github.com/mafredri/go-lint.git
Documentation: pkg.go.dev

# README

go-lint

Package lint is a fork of golint (golang.org/x/lint) and contains a linter for Go source code.

As a main difference to golint, this package exposes name linting and allows changing initialisms.

# Functions

Name returns a different name if it should be different.
SetInitialism adds initialism entries for linting names and if they should be considered initialisms or not.

# Structs

A Linter lints Go source code.
Problem represents a problem in some source code.