- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BuildTags (0.17 sec)
-
src/cmd/api/main_test.go
ctags := map[string]bool{ context.GOOS: true, context.GOARCH: true, } if context.CgoEnabled { ctags["cgo"] = true } for _, tag := range context.BuildTags { ctags[tag] = true } // TODO: ReleaseTags (need to load default) key := dir // explicit on GOOS and GOARCH as global cache will use "all" cached packages for
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 04 18:16:59 UTC 2024 - 31.4K bytes - Viewed (0) -
api/go1.txt
pkg go/build, method (*Context) SrcDirs() []string pkg go/build, method (*NoGoError) Error() string pkg go/build, method (*Package) IsCommand() bool pkg go/build, type Context struct pkg go/build, type Context struct, BuildTags []string pkg go/build, type Context struct, CgoEnabled bool pkg go/build, type Context struct, Compiler string pkg go/build, type Context struct, GOARCH string pkg go/build, type Context struct, GOOS string
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)