1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-03-02 04:53:15 +03:00
2020-11-25 19:01:53 +08:00

12 lines
124 B
Go

package internet
import (
"os"
)
// FileLocker is UDS access lock
type FileLocker struct {
path string
file *os.File
}