diff options
| author | bndw <ben@bdw.to> | 2026-02-16 10:58:11 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-16 10:58:11 -0800 |
| commit | 4b7dfe1e7764d8424b1be935c7fea09a102382e8 (patch) | |
| tree | bd80dc38b0c3d9e4332b9f5df25c17fb4943ea64 /examples/basic | |
| parent | 7a5d5a53e5d6878f38382c4d35f644e088d318d2 (diff) | |
fix: cleanup bench
Diffstat (limited to 'examples/basic')
| -rw-r--r-- | examples/basic/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/main.go b/examples/basic/main.go index 1a4061a..47092ef 100644 --- a/examples/basic/main.go +++ b/examples/basic/main.go | |||
| @@ -6,7 +6,7 @@ import ( | |||
| 6 | "os" | 6 | "os" |
| 7 | "time" | 7 | "time" |
| 8 | 8 | ||
| 9 | "northwest.io/nostr" | 9 | "code.northwest.io/nostr" |
| 10 | ) | 10 | ) |
| 11 | 11 | ||
| 12 | // Example_basic demonstrates basic usage of the nostr library. | 12 | // Example_basic demonstrates basic usage of the nostr library. |
