func os.Create
9 uses
os (current package)
file.go#L379: func Create(name string) (*File, error) {
gotest.tools/v3/internal/source
update.go#L128: fh, err := os.Create(filename)
testing
cover.go#L92: f, err = os.Create(toOutputDir(*coverProfile))
testing.go#L2300: f, err := os.Create(toOutputDir(*cpuProfile))
testing.go#L2313: f, err := os.Create(toOutputDir(*traceFile))
testing.go#L2345: f, err = os.Create(*testlog)
testing.go#L2396: f, err := os.Create(toOutputDir(*memProfile))
testing.go#L2409: f, err := os.Create(toOutputDir(*blockProfile))
testing.go#L2421: f, err := os.Create(toOutputDir(*mutexProfile))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)