Documentation
¶
Index ¶
- func CopyContext(orig *build.Context) *build.Context
- func DuplicateStrings(a []string) []string
- func StringsAppend(a []string, val string) []string
- func StringsContains(a []string, val string) bool
- func StringsRemoveAll(a []string, val string) []string
- func StringsSame(a1, a2 []string) bool
- func TagsIntersect(m1, m2 map[string]bool) bool
- type Environ
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DuplicateStrings ¶
func StringsAppend ¶
func StringsContains ¶
func StringsRemoveAll ¶
func StringsSame ¶
StringsSame returns true if the string slices contain the same elements ignoring order.
func TagsIntersect ¶
Types ¶
type Environ ¶
type Environ struct {
// contains filtered or unexported fields
}
func NewEnviron ¶
func NewEnviron() *Environ
Click to show internal directories.
Click to hide internal directories.