mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-15 11:58:33 +00:00
Format imports
This commit is contained in:
@@ -10,10 +10,9 @@ import (
|
||||
"image/draw"
|
||||
"time"
|
||||
|
||||
"github.com/pbnjay/pixfont"
|
||||
|
||||
"github.com/disintegration/imaging"
|
||||
"github.com/gen2brain/go-opencv/opencv"
|
||||
"github.com/pbnjay/pixfont"
|
||||
)
|
||||
|
||||
// Camera represents camera.
|
||||
|
||||
@@ -10,9 +10,8 @@ import (
|
||||
"image/draw"
|
||||
"time"
|
||||
|
||||
"github.com/pbnjay/pixfont"
|
||||
|
||||
"github.com/disintegration/imaging"
|
||||
"github.com/pbnjay/pixfont"
|
||||
"gocv.io/x/gocv"
|
||||
)
|
||||
|
||||
|
||||
@@ -13,9 +13,8 @@ import (
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
"github.com/pbnjay/pixfont"
|
||||
|
||||
"github.com/disintegration/imaging"
|
||||
"github.com/pbnjay/pixfont"
|
||||
)
|
||||
|
||||
// Camera represents camera.
|
||||
|
||||
Reference in New Issue
Block a user