summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-08 12:00:04 -0400
committerdemo <demo@antix1>2026-05-08 12:00:04 -0400
commit89841980a55e809778e3f1af778b8962cd540aa0 (patch)
tree31e15f6814d6688816f0e4c9287517b4fd13a833 /cmd
parent7bea96d5d39c387c77540009139e5000720fb6fc (diff)
feat: make printed link format slightly more verbose
Diffstat (limited to 'cmd')
-rw-r--r--cmd/localclient/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/localclient/main.go b/cmd/localclient/main.go
index e65e49f..578a786 100644
--- a/cmd/localclient/main.go
+++ b/cmd/localclient/main.go
@@ -41,5 +41,5 @@ func main() {
log.Fatal(err)
}
- fmt.Println(links)
+ fmt.Printf("%+v\n", links)
}