forked from joejulian/gio
cmd/gio: drop appDir function
It's not worth its weight. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -158,11 +158,6 @@ func copyFile(dst, src string) (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
func appDir() (string, error) {
|
||||
cmd := exec.Command("go", "list", "-f", "{{.Dir}}", "gioui.org/ui/app")
|
||||
return runCmd(cmd)
|
||||
}
|
||||
|
||||
type arch struct {
|
||||
iosArch string
|
||||
jniArch string
|
||||
|
||||
Reference in New Issue
Block a user