wasm-nats-producer-client/task.go
2025-01-06 16:46:19 +01:00

12 lines
104 B
Go

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