annotationspace

package module
v0.0.0-...-11e6dd6 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: MIT Imports: 5 Imported by: 0

README

Install

go install github.com/s-beats/annotationspace/cmd/annotationspace@latest

Execute

go vet -vettool=`which annotationspace` ./...

Documentation

Index

Constants

View Source
const Doc = "annotationspace is ..."

Variables

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

Functions

This section is empty.

Types

type Annotation

type Annotation int
const (
	TODO Annotation = iota
	FIXME
	NOTE
	REFACTOR
)

func (Annotation) String

func (a Annotation) String() string

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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