goanalysis

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package goanalysis provides a toolset for statically analysing Go applications

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrMultipleMainPackagesFound is returned when multiple main packages found while expecting only one.
	ErrMultipleMainPackagesFound = errors.New("multiple main packages found")
)

Functions

func DiscoverMain

func DiscoverMain(path string) (pkgPaths []string, err error)

DiscoverMain finds main Go packages under path.

func DiscoverOneMain

func DiscoverOneMain(path string) (pkgPath string, err error)

DiscoverOneMain tries to find only one main Go package under path.

Types

This section is empty.

Jump to

Keyboard shortcuts

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