kitto86
Results
1
comments of
kitto86
I've started playing with **web** and I've seen that type of error when I did like this: ``` func main() { web.Get("/hello", hello) web.Run("0.0.0.0:9999") } func hello(val string) string {...