From ecb4dbe2c4d399389fb6364e3a0bd51544424634 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 23 Apr 2023 19:53:08 +0200 Subject: [PATCH] Imports --- serial/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/serial/main.go b/serial/main.go index 3157fbf..8c1311c 100644 --- a/serial/main.go +++ b/serial/main.go @@ -1,15 +1,15 @@ package main import ( - "bytes" - "encoding/binary" - "flag" "fmt" "log" "net" + "flag" + "bytes" "strconv" "net/http" "math/rand" + "encoding/binary" "github.com/gorilla/mux" )