const syscall.O_TRUNC

2 uses

	syscall (current package)
		zerrors_darwin_amd64.go#L746: 	O_TRUNC                           = 0x400

	os
		file.go#L81: 	O_TRUNC  int = syscall.O_TRUNC  // truncate regular writable file when opened.