mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-08-19 13:14:09 +02:00
Align with go library layout
This commit is contained in:
9
daemon_darwin.go
Normal file
9
daemon_darwin.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
func Daemonize() error {
|
||||
return errors.New("Not implemented on OSX")
|
||||
}
|
Reference in New Issue
Block a user