openflags.go 93 B

1234567
  1. package missinggo
  2. import (
  3. "os"
  4. )
  5. const O_ACCMODE = os.O_RDONLY | os.O_WRONLY | os.O_RDWR