mirror of https://github.com/cbeuw/Cloak
Empty placeholder for admin functions under andorid
This commit is contained in:
parent
310ce1643a
commit
d1149f9211
|
|
@ -0,0 +1,9 @@
|
||||||
|
//build android
|
||||||
|
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "github.com/cbeuw/Cloak/internal/client"
|
||||||
|
|
||||||
|
func adminPrompt(sta *client.State) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue