summaryrefslogtreecommitdiffstats
path: root/cmd/x.go
diff options
context:
space:
mode:
authors <[email protected]>2025-11-06 21:47:54 -0500
committers <[email protected]>2025-11-06 21:47:54 -0500
commit27add8c96a7df242618e1ebcb8c7271661e21688 (patch)
tree25b9b5837297a1edef7e08776f41ff2240628240 /cmd/x.go
parentadf3c2d3005b4dddcea32486ddd1ed58d7ab75b3 (diff)
downloaddborg-27add8c96a7df242618e1ebcb8c7271661e21688.tar.gz
dborg-27add8c96a7df242618e1ebcb8c7271661e21688.zip
go fmt project
Diffstat (limited to 'cmd/x.go')
-rw-r--r--cmd/x.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/x.go b/cmd/x.go
index 8cf1e36..eeac07f 100644
--- a/cmd/x.go
+++ b/cmd/x.go
@@ -1,10 +1,10 @@
package cmd
import (
- "git.db.org.ai/dborg/internal/client"
- "git.db.org.ai/dborg/internal/config"
"encoding/json"
"fmt"
+ "git.db.org.ai/dborg/internal/client"
+ "git.db.org.ai/dborg/internal/config"
"github.com/spf13/cobra"
)