diff options
Diffstat (limited to 'c_hardflip.go')
-rw-r--r-- | c_hardflip.go | 3 |
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) } |