aboutsummaryrefslogtreecommitdiffstats
path: root/c_hardflip.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-18 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-18 20:20:20 +0100
commitbe8ef9217ff95dd3dfb756be1e1876ee5afc0423 (patch)
tree1fd66e3e9cf65855249dd1b8688b332bb81343c8 /c_hardflip.go
parentgojump (diff)
downloadhardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.tar.gz
hardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.tar.bz2
hardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.tar.xz
hardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.tar.zst
hardflip-be8ef9217ff95dd3dfb756be1e1876ee5afc0423.zip
cool ui
Diffstat (limited to '')
-rw-r--r--c_hardflip.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/c_hardflip.go b/c_hardflip.go
index 7ce995c..ed4581a 100644
--- a/c_hardflip.go
+++ b/c_hardflip.go
@@ -39,7 +39,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/c_hardflip.go
- * Fri, 15 Dec 2023 17:53:42 +0100
+ * Mon, 18 Dec 2023 16:56:07 +0100
* Joe
*
* the main
@@ -48,9 +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)
+ // data_dir = c_get_data_dir()
+ // lhost := c_load_data_dir(data_dir)
+ // display_servers(lhost)
+ i_ui()
}