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 | ff46232876da57297d6f8b46e311fcd0f659b5cf (patch) | |
tree | 300b49d4c3ba84d1a7ac8e0a06ba68563c03395d /c_hardflip.go | |
parent | added LICENSE (diff) | |
download | hardflip-ff46232876da57297d6f8b46e311fcd0f659b5cf.tar.gz hardflip-ff46232876da57297d6f8b46e311fcd0f659b5cf.tar.bz2 hardflip-ff46232876da57297d6f8b46e311fcd0f659b5cf.tar.xz hardflip-ff46232876da57297d6f8b46e311fcd0f659b5cf.tar.zst hardflip-ff46232876da57297d6f8b46e311fcd0f659b5cf.zip |
up
Diffstat (limited to '')
-rw-r--r-- | c_hardflip.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index 07e6112..93a179b 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -52,6 +52,5 @@ func main() { data_dir = c_get_data_dir() lhost := c_load_data_dir(data_dir) - // c_display_servers(lhost) i_ui(lhost) } |