func os.Create
9 uses
os (current package)
file.go#L326: func Create(name string) (*File, error) {
gotest.tools/v3/internal/source
update.go#L128: fh, err := os.Create(filename)
testing
cover.go#L84: f, err = os.Create(toOutputDir(*coverProfile))
testing.go#L1860: f, err := os.Create(toOutputDir(*cpuProfile))
testing.go#L1873: f, err := os.Create(toOutputDir(*traceFile))
testing.go#L1901: f, err = os.Create(*testlog)
testing.go#L1952: f, err := os.Create(toOutputDir(*memProfile))
testing.go#L1965: f, err := os.Create(toOutputDir(*blockProfile))
testing.go#L1977: f, err := os.Create(toOutputDir(*mutexProfile))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)