mirror of
https://github.com/cbeuw/Cloak.git
synced 2024-11-11 13:11:03 +00:00
10 lines
138 B
Go
10 lines
138 B
Go
|
//build android
|
||
|
|
||
|
package main
|
||
|
|
||
|
import "github.com/cbeuw/Cloak/internal/client"
|
||
|
|
||
|
func adminPrompt(sta *client.State) error {
|
||
|
return nil
|
||
|
}
|