6 lines
88 B
Go
6 lines
88 B
Go
|
package main
|
||
|
|
||
|
func SendToNostr(message string) {
|
||
|
// TODO send message to me on nostr
|
||
|
}
|