mirror of
https://github.com/taigrr/crocgui
synced 2025-01-18 04:03:16 -08:00
10 lines
120 B
Go
10 lines
120 B
Go
// +build !android
|
|
|
|
package main
|
|
|
|
const DEFAULT_DOWNLOAD_DIR = "."
|
|
|
|
func fixpath(fpath string) string {
|
|
return fpath
|
|
}
|