unused

package
v0.0.0-...-6b646bb Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2019 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

type Checker struct {
	WholeProgram bool
	Debug        io.Writer
	// contains filtered or unexported fields
}

func (*Checker) Checks

func (l *Checker) Checks() []lint.Check

func (*Checker) Init

func (c *Checker) Init(prog *lint.Program)

func (*Checker) Lint

func (c *Checker) Lint(j *lint.Job)

func (*Checker) Name

func (*Checker) Name() string

func (*Checker) Prefix

func (*Checker) Prefix() string

type ConstGroup

type ConstGroup struct {
	// contains filtered or unexported fields
}

func (ConstGroup) String

func (ConstGroup) String() string

type Graph

type Graph struct {
	Root      *Node
	TypeNodes typeutil.Map
	Nodes     map[interface{}]*Node
	// contains filtered or unexported fields
}

func NewGraph

func NewGraph() *Graph

type Node

type Node struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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