mirror of
https://github.com/edufeed-org/eventstore.git
synced 2025-12-07 23:34:32 +00:00
Remove test function
This commit is contained in:
parent
31e0f96164
commit
b54dd7900f
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue