From ced1e404bd762abb114321334a3812805dee7059 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 11 Feb 2023 18:19:30 +0100 Subject: Apply go fmt *.go This auto-applies the recommended Go codestyle. --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index c1e0571..bdea383 100644 --- a/main.go +++ b/main.go @@ -1,11 +1,10 @@ - package main import ( + "database/sql" "log" "os" "os/signal" - "database/sql" "syscall" ) -- cgit v1.2.3-70-g09d2