func golang.org/x/sys/unix.Open
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L39: return Open(path, O_CREAT|O_WRONLY|O_TRUNC, mode)
syscall_linux.go#L108: func Open(path string, mode int, perm uint32) (fd int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)