gopprojs

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrMixedFilesProj = errors.New("mixed files project")
)

Functions

This section is empty.

Types

type DirProj

type DirProj struct {
	Dir string
}

type FilesProj

type FilesProj struct {
	Files []string
}

type PkgPathProj

type PkgPathProj struct {
	Path string
}

type Proj

type Proj = interface {
	// contains filtered or unexported methods
}

func ParseAll

func ParseAll(args ...string) (projs []Proj, err error)

func ParseOne

func ParseOne(args ...string) (proj Proj, next []string, err error)

Jump to

Keyboard shortcuts

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