diff options
author | Joe <rbo@gmx.us> | 2024-01-10 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-10 20:20:20 +0100 |
commit | 57d51f7de31da84b0aeece71d07fdabc25019968 (patch) | |
tree | dfc2134697009cb8cd4d7edb3bc1ed29877036ae /c_hardflip.go | |
parent | folding ye (diff) | |
download | hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.gz hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.bz2 hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.xz hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.tar.zst hardflip-57d51f7de31da84b0aeece71d07fdabc25019968.zip |
cleanup
Diffstat (limited to '')
-rw-r--r-- | c_hardflip.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index ed7c848..c36cd3e 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_hardflip.go - * Wed Jan 10 11:03:24 2024 + * Wed Jan 10 16:36:35 2024 * Joe * * the main @@ -51,8 +51,6 @@ package main -// import "fmt" - // the main data structure, holds up everything important type HardData struct { litems *ItemsList |