summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-09-11 20:25:31 +0200
committerxengineering <me@xengineering.eu>2024-09-11 20:25:54 +0200
commit54029aac92f17ec87d3ef0bb73fcdac271b209c9 (patch)
treee73a23c9c556485102efa1212bf24a908359a3ba /main.go
parent08150821fdb8fd1af23d84e661e61983a16a36b5 (diff)
downloadceres-54029aac92f17ec87d3ef0bb73fcdac271b209c9.tar
ceres-54029aac92f17ec87d3ef0bb73fcdac271b209c9.tar.zst
ceres-54029aac92f17ec87d3ef0bb73fcdac271b209c9.zip
Apply go fmt to all source files
This applies default Go code style recommendations.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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"
)