summaryrefslogtreecommitdiffstats
path: root/example_test.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-16 10:58:11 -0800
committerbndw <ben@bdw.to>2026-02-16 10:58:11 -0800
commit4b7dfe1e7764d8424b1be935c7fea09a102382e8 (patch)
treebd80dc38b0c3d9e4332b9f5df25c17fb4943ea64 /example_test.go
parent7a5d5a53e5d6878f38382c4d35f644e088d318d2 (diff)
fix: cleanup bench
Diffstat (limited to 'example_test.go')
-rw-r--r--example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_test.go b/example_test.go
index 6d10ced..9a2aab1 100644
--- a/example_test.go
+++ b/example_test.go
@@ -5,7 +5,7 @@ import (
5 "fmt" 5 "fmt"
6 "time" 6 "time"
7 7
8 "northwest.io/nostr" 8 "code.northwest.io/nostr"
9) 9)
10 10
11// Example_basic demonstrates basic usage of the nostr library. 11// Example_basic demonstrates basic usage of the nostr library.