vars

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	List    string   = ""
	Ignore  []string = []string{}
	PkgList string   = ""
	HomeDir string   = ""
)
View Source
var (
	RepoPathBase *string = &RepoDir
	HomePathBase *string = &HomeDir
)
View Source
var Created string = "~/.lico/created.list"
View Source
var (
	// ErrInvalid indicates an invalid argument.
	// Methods on File will return this error when the receiver is nil.
	ErrInvalid = os.ErrInvalid // "invalid argument"

)
View Source
var ErrNoRepoDir = errors.New("repository has not been cloned. Please run init command")
View Source
var GlobalMode bool = false
View Source
var RepoDir string = "~/.lico/repo"
View Source
var Version = verInfo{
	Name:   version,
	Commit: commit,
	Date:   date,
}

Functions

func ErrClosed

func ErrClosed(path string) *fileErr

func ErrExist

func ErrExist(path string) *fileErr

func ErrLinkToDiffFile

func ErrLinkToDiffFile(path string) *fileErr

func ErrNoSuchEntry

func ErrNoSuchEntry(path string) *fileErr

func ErrNotExist

func ErrNotExist(path string) *fileErr

func ErrNotManaged added in v0.3.0

func ErrNotManaged(path string) *fileErr
func ErrNotSymlink(path string) *fileErr

func ErrPermission

func ErrPermission(path string) *fileErr

func GetCreated added in v0.5.2

func GetCreated() string

func GetIgnore added in v0.5.2

func GetIgnore() []string

func GetList added in v0.5.2

func GetList() string

func GetPkgList added in v0.5.2

func GetPkgList() string

func GetRepoDir added in v0.5.2

func GetRepoDir() string

Types

This section is empty.

Jump to

Keyboard shortcuts

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