diff options
author | Joe <rbo@gmx.us> | 2023-12-18 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-18 20:20:20 +0100 |
commit | d73397da87e0d33ca9509e9120e6289d41e95499 (patch) | |
tree | 4a0b9f8e34fefaf9cab50e6f624699aaf2c27e60 /c_hardflip.go | |
parent | cool ui (diff) | |
download | hardflip-d73397da87e0d33ca9509e9120e6289d41e95499.tar.gz hardflip-d73397da87e0d33ca9509e9120e6289d41e95499.tar.bz2 hardflip-d73397da87e0d33ca9509e9120e6289d41e95499.tar.xz hardflip-d73397da87e0d33ca9509e9120e6289d41e95499.tar.zst hardflip-d73397da87e0d33ca9509e9120e6289d41e95499.zip |
added LICENSE
Diffstat (limited to '')
-rw-r--r-- | c_hardflip.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index ed4581a..07e6112 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -48,10 +48,10 @@ package main func main() { - // var data_dir string + var data_dir string - // data_dir = c_get_data_dir() - // lhost := c_load_data_dir(data_dir) - // display_servers(lhost) - i_ui() + data_dir = c_get_data_dir() + lhost := c_load_data_dir(data_dir) + // c_display_servers(lhost) + i_ui(lhost) } |