Remove test function

This commit is contained in:
@s.roertgen 2025-04-25 13:31:12 +02:00
parent 31e0f96164
commit b54dd7900f

View file

@ -352,7 +352,3 @@ func StringifiedJSONToNostrEvent(jsonString string) (nostr.Event, error) {
return event, nil
}
func Hello(name string) (string, error) {
resp := "Hello " + name + " nice to meet you"
return resp, nil
}