Skip to content

Instantly share code, notes, and snippets.

View mitsugu's full-sized avatar

mitsugu oyama mitsugu

View GitHub Profile
@mitsugu
mitsugu / getkind.go
Created July 11, 2024 12:59
Nostr リレーサーバーから指定された kind のデータを取得するサンプル。
package main
import (
"context"
"fmt"
"log"
"time"
"github.com/nbd-wtf/go-nostr"
)