Codebase list golang-github-anacrolix-missinggo / HEAD openflags.go
HEAD

Tree @HEAD (Download .tar.gz)

openflags.go @HEADraw · history · blame

1
2
3
4
5
6
7
package missinggo

import (
	"os"
)

const O_ACCMODE = os.O_RDONLY | os.O_WRONLY | os.O_RDWR