diff options
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 |