1
0
mirror of https://github.com/taigrr/crocgui synced 2025-01-18 04:03:16 -08:00
crocgui/platforms-all.go
2021-02-13 18:59:14 -06:00

10 lines
120 B
Go

// +build !android
package main
const DEFAULT_DOWNLOAD_DIR = "."
func fixpath(fpath string) string {
return fpath
}