wasm-nats-stream-client/task.go
2025-01-04 23:58:45 +01:00

12 lines
104 B
Go

package main
import (
)
func exec_task(arg string) string{
response := "" + arg
return response
}