diff --git a/src/yggdrasil/awdl.go b/src/mobile/awdl.go similarity index 98% rename from src/yggdrasil/awdl.go rename to src/mobile/awdl.go index 5e8cce16..4fb43867 100644 --- a/src/yggdrasil/awdl.go +++ b/src/mobile/awdl.go @@ -1,4 +1,5 @@ -package yggdrasil +/* +package mobile import ( "errors" @@ -104,3 +105,4 @@ func (a *awdl) shutdown(identity string) error { } return errors.New("Interface not found or already closed") } +*/