jsontag

package
v0.0.0-...-88504b6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package jsontag defines an Analyzer that checks for violations of siad json struct tag conventions.

Index

Constants

View Source
const Doc = `` /* 133-byte string literal not displayed */

Doc is the CLI help text for the jsontag analyzer.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:             "jsontag",
	Doc:              Doc,
	Requires:         []*analysis.Analyzer{inspect.Analyzer},
	RunDespiteErrors: true,
	Run:              run,
}

Analyzer defines the jsontag analysis tool, allowing it to be used with the analysis framework.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL