wasm-nats-stream-client/task.go

12 lines
104 B
Go
Raw Normal View History

2025-01-04 22:58:45 +00:00
package main
import (
)
func exec_task(arg string) string{
response := "" + arg
return response
}