Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
func GetDependencyList ¶
func GetDependencyList() []string
func GetGoPackageName ¶
returns a go package packagepb/subpackagepb;subpackagepb
func MkdirRelative ¶
func MkdirRelative(subdir string)
func ScanForStringPosition ¶
Types ¶
type Dependency ¶
type Dependency struct { Kind DependencyKind Path string DependencyPath string Repository string Version string Original string }
func ParseDependency ¶
func ParseDependency(dep string) Dependency
type DependencyKind ¶
type DependencyKind int
const ( UNKNOWN DependencyKind = iota GIT FILESYSTEM )
Click to show internal directories.
Click to hide internal directories.