7
vendor/github.com/anacrolix/missinggo/openflags.go
generated
vendored
Normal file
7
vendor/github.com/anacrolix/missinggo/openflags.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package missinggo
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
const O_ACCMODE = os.O_RDONLY | os.O_WRONLY | os.O_RDWR
|
||||
Reference in New Issue
Block a user