diff --git a/examples/2048/2048/tile.go b/examples/2048/2048/tile.go index 35cd3bdd4..3a101e678 100644 --- a/examples/2048/2048/tile.go +++ b/examples/2048/2048/tile.go @@ -18,7 +18,6 @@ package twenty48 import ( "errors" - "fmt" "image/color" "math/rand" "sort"