mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-15 08:37:11 +01:00
Update example.go
Fixed a typo and capitalised
This commit is contained in:
@@ -49,7 +49,7 @@ func main() {
|
||||
// create and publish events
|
||||
go func() {
|
||||
for {
|
||||
content := fmt.Sprintf("henlo world at time: %s", time.Now().String())
|
||||
content := fmt.Sprintf("Hello world at time: %s", time.Now().String())
|
||||
event, statuses, err := pool.PublishEvent(&nostr.Event{
|
||||
CreatedAt: time.Now(),
|
||||
Kind: nostr.KindTextNote,
|
||||
|
||||
Reference in New Issue
Block a user