aboutsummaryrefslogtreecommitdiffstats
path: root/c_hardflip.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-02 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-02 20:20:20 +0100
commit48e8b38fa98395b8b26baa974fe446c4f0d8d34e (patch)
tree09011d6d02ae9f3b0d731f02d90477da35805bac /c_hardflip.go
parentlicensing stuff (diff)
downloadhardflip-48e8b38fa98395b8b26baa974fe446c4f0d8d34e.tar.gz
hardflip-48e8b38fa98395b8b26baa974fe446c4f0d8d34e.tar.bz2
hardflip-48e8b38fa98395b8b26baa974fe446c4f0d8d34e.tar.xz
hardflip-48e8b38fa98395b8b26baa974fe446c4f0d8d34e.tar.zst
hardflip-48e8b38fa98395b8b26baa974fe446c4f0d8d34e.zip
building
Diffstat (limited to '')
-rw-r--r--c_hardflip.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/c_hardflip.go b/c_hardflip.go
index 8103f49..aea573b 100644
--- a/c_hardflip.go
+++ b/c_hardflip.go
@@ -51,7 +51,7 @@
package main
-import "fmt"
+// import "fmt"
// the main data structure, holds up everything important
type HardData struct {
@@ -89,6 +89,5 @@ func main() {
// }
// }
- return
i_ui(&data)
}