mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-15 20:08:30 +00:00
encoding/base64 is stdlib, re-ordered
This commit is contained in:
@@ -2,10 +2,10 @@ package handlers
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/base64"
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"encoding/base64"
|
||||
"golang.org/x/net/websocket"
|
||||
|
||||
"github.com/gen2brain/cam2ip/image"
|
||||
|
||||
Reference in New Issue
Block a user