Comment out AWDL (doesn't work in iOS properly) and move out of main package

This commit is contained in:
Neil Alexander 2019-04-01 20:12:39 +01:00
parent 350b51cabb
commit 90feae6a7d
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -1,4 +1,5 @@
package yggdrasil /*
package mobile
import ( import (
"errors" "errors"
@ -104,3 +105,4 @@ func (a *awdl) shutdown(identity string) error {
} }
return errors.New("Interface not found or already closed") return errors.New("Interface not found or already closed")
} }
*/