Versions in this module Expand all Collapse all v1 v1.2.1 Mar 21, 2017 v1.2.0 Mar 21, 2017 Changes in this version + const TagsFlagDoc + func AllPackages(ctxt *build.Context) []string + func ContainingPackage(ctxt *build.Context, dir, filename string) (*build.Package, error) + func ExpandPatterns(ctxt *build.Context, patterns []string) map[string]bool + func FakeContext(pkgs map[string]map[string]string) *build.Context + func FileExists(ctxt *build.Context, path string) bool + func ForEachPackage(ctxt *build.Context, found func(importPath string, err error)) + func IsAbsPath(ctxt *build.Context, path string) bool + func IsDir(ctxt *build.Context, path string) bool + func JoinPath(ctxt *build.Context, path ...string) string + func OpenFile(ctxt *build.Context, path string) (io.ReadCloser, error) + func OverlayContext(orig *build.Context, overlay map[string][]byte) *build.Context + func ParseFile(fset *token.FileSet, ctxt *build.Context, displayPath func(string) string, ...) (*ast.File, error) + func ParseOverlayArchive(archive io.Reader) (map[string][]byte, error) + func ReadDir(ctxt *build.Context, path string) ([]os.FileInfo, error) + func SplitPathList(ctxt *build.Context, s string) []string + type TagsFlag []string + func (v *TagsFlag) Get() interface{} + func (v *TagsFlag) Set(s string) error + func (v *TagsFlag) String() string