aboutsummaryrefslogtreecommitdiffstats
path: root/c_josh.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
commit91d8524629f76f3a363615300159ff474ed6e39b (patch)
treedf5c1d0fe4fa8a733941c60fc66655356ae8b25d /c_josh.go
parentup (diff)
downloadhardflip-91d8524629f76f3a363615300159ff474ed6e39b.tar.gz
hardflip-91d8524629f76f3a363615300159ff474ed6e39b.tar.bz2
hardflip-91d8524629f76f3a363615300159ff474ed6e39b.tar.xz
hardflip-91d8524629f76f3a363615300159ff474ed6e39b.tar.zst
hardflip-91d8524629f76f3a363615300159ff474ed6e39b.zip
up
Diffstat (limited to '')
-rw-r--r--c_josh.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/c_josh.go b/c_josh.go
index 451f837..ad61793 100644
--- a/c_josh.go
+++ b/c_josh.go
@@ -48,12 +48,11 @@
package main
import (
- "fmt"
)
func main() {
var data_dir string
data_dir = c_get_data_dir()
- fmt.Println("data dir: ", data_dir)
+ c_show_files(data_dir)
}