mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-17 21:32:56 +01:00
Update example.go
Fixed a typo and capitalised
This commit is contained in:
parent
fe01c9474b
commit
cdc9b61db1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user