summaryrefslogtreecommitdiff
path: root/daemon_darwin.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-03 04:49:35 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-03 14:55:10 +0200
commit258a9223b9ab18a973c44b238e029a0dc5640102 (patch)
tree5207280a53e690ed09777adabee95d586ac85393 /daemon_darwin.go
parent168ef61a638e4875b260edbc51551bae0dc34ac3 (diff)
downloadwireguard-go-258a9223b9ab18a973c44b238e029a0dc5640102.tar.gz
wireguard-go-258a9223b9ab18a973c44b238e029a0dc5640102.zip
Start to dust off Darwin
Diffstat (limited to 'daemon_darwin.go')
-rw-r--r--daemon_darwin.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/daemon_darwin.go b/daemon_darwin.go
deleted file mode 100644
index 913af0e..0000000
--- a/daemon_darwin.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package main
-
-import (
- "errors"
-)
-
-func Daemonize() error {
- return errors.New("Not implemented on OSX")
-}