This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
mirror of
https://github.com/status-im/status-go.git
Watch
2
Star
0
Fork
You've already forked status-go
0
Code
Issues
Projects
Releases
Wiki
Activity
575a421786
status-go
/
vendor
/
github.com
/
anacrolix
/
missinggo
/
openflags.go
8 lines
93 B
Go
Raw
Blame
History
package
missinggo
import
(
"os"
)
const
O_ACCMODE
=
os
.
O_RDONLY
|
os
.
O_WRONLY
|
os
.
O_RDWR
Reference in New Issue
View Git Blame
Copy Permalink