func os.Create

8 uses

	os (current package)
		file.go#L399: func Create(name string) (*File, error) {

	gotest.tools/v3/internal/source
		update.go#L148: 	fh, err := os.Create(filename)

	testing
		testing.go#L2498: 		f, err := os.Create(toOutputDir(*cpuProfile))
		testing.go#L2511: 		f, err := os.Create(toOutputDir(*traceFile))
		testing.go#L2543: 			f, err = os.Create(*testlog)
		testing.go#L2594: 		f, err := os.Create(toOutputDir(*memProfile))
		testing.go#L2607: 		f, err := os.Create(toOutputDir(*blockProfile))
		testing.go#L2619: 		f, err := os.Create(toOutputDir(*mutexProfile))