examples/2048: Bug fix: unneeded imports

This commit is contained in:
Hajime Hoshi 2017-06-04 18:03:12 +09:00
parent 8285950100
commit 242565d629

View File

@ -18,7 +18,6 @@ package twenty48
import ( import (
"errors" "errors"
"fmt"
"image/color" "image/color"
"math/rand" "math/rand"
"sort" "sort"