diff options
| author | s <[email protected]> | 2025-11-06 21:47:54 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-11-06 21:47:54 -0500 |
| commit | 27add8c96a7df242618e1ebcb8c7271661e21688 (patch) | |
| tree | 25b9b5837297a1edef7e08776f41ff2240628240 /cmd/x.go | |
| parent | adf3c2d3005b4dddcea32486ddd1ed58d7ab75b3 (diff) | |
| download | dborg-27add8c96a7df242618e1ebcb8c7271661e21688.tar.gz dborg-27add8c96a7df242618e1ebcb8c7271661e21688.zip | |
go fmt project
Diffstat (limited to 'cmd/x.go')
| -rw-r--r-- | cmd/x.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ) |
