Format imports

This commit is contained in:
Milan Nikolic
2019-10-06 16:13:16 +02:00
parent cb2f566154
commit cc5d3ad202
3 changed files with 3 additions and 6 deletions

View File

@@ -10,10 +10,9 @@ import (
"image/draw" "image/draw"
"time" "time"
"github.com/pbnjay/pixfont"
"github.com/disintegration/imaging" "github.com/disintegration/imaging"
"github.com/gen2brain/go-opencv/opencv" "github.com/gen2brain/go-opencv/opencv"
"github.com/pbnjay/pixfont"
) )
// Camera represents camera. // Camera represents camera.

View File

@@ -10,9 +10,8 @@ import (
"image/draw" "image/draw"
"time" "time"
"github.com/pbnjay/pixfont"
"github.com/disintegration/imaging" "github.com/disintegration/imaging"
"github.com/pbnjay/pixfont"
"gocv.io/x/gocv" "gocv.io/x/gocv"
) )

View File

@@ -13,9 +13,8 @@ import (
"time" "time"
"unsafe" "unsafe"
"github.com/pbnjay/pixfont"
"github.com/disintegration/imaging" "github.com/disintegration/imaging"
"github.com/pbnjay/pixfont"
) )
// Camera represents camera. // Camera represents camera.