package vfs import "os" const ( O_RDONLY = os.O_RDONLY O_WRONLY = os.O_WRONLY O_CREATE = os.O_CREATE O_EXCL = os.O_EXCL )