mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-16 13:41:24 +08: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