From 54029aac92f17ec87d3ef0bb73fcdac271b209c9 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 11 Sep 2024 20:25:31 +0200 Subject: Apply go fmt to all source files This applies default Go code style recommendations. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index b77c803..f744206 100644 --- a/main.go +++ b/main.go @@ -6,8 +6,8 @@ import ( "log" "os" "os/signal" - "syscall" "path/filepath" + "syscall" "xengineering.eu/ceres/model" ) -- cgit v1.2.3-70-g09d2