Create new type and remove un-used code
Create Release & Upload Assets / Upload Assets To Gitea w/ goreleaser (push) Failing after 9s

This commit is contained in:
2025-01-12 19:37:53 -06:00
parent 03a47deade
commit 4a1dc609c7
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,11 +2,11 @@ package service
import (
"encoding/hex"
"git.anomalous.dev/57_Wolve/uberbringer/config"
fifo "github.com/foize/go.fifo"
"github.com/justinmichaelvieira/escpos"
"github.com/liamg/tml"
"net"
"uberbringer/config"
)
func newPrintJob(input DataStruct, queue *fifo.Queue) {