Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = Recursively
Default :
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Ctxt *build.Context MatchPkg func(this, other string) bool WriteFile func(path string, b []byte) error MkdirAll func(path string) error MoveFile func(src, dst string) error }
Context :
func (*Context) OpenFile ¶
func (ctxt *Context) OpenFile(path string) (io.ReadCloser, error)
OpenFile :
type ImportMode ¶
type ImportMode = build.ImportMode
type OriginalContext ¶
Click to show internal directories.
Click to hide internal directories.