Reformat code with linter

This commit is contained in:
Endre Simo
2018-04-13 21:27:39 +03:00
parent 9c1074a8f2
commit 88f7f5e41b

View File

@@ -4,13 +4,14 @@ import (
"fmt"
"image"
"image/color"
"image/draw"
_ "image/jpeg"
"image/png"
_ "image/png"
"image/draw"
"math"
"os"
"time"
"go4.org/sort"
)