I hereby claim:
- I am givanov on github.
- I am givanovdns (https://keybase.io/givanovdns) on keybase.
- I have a public key ASCuCOc5dI-QNWdP5Re3LmxM06yv6VqgYdQk_0UE-2CMNQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"net/http" | |
) | |
func main() { | |
go func() { | |
http.ListenAndServe(":8001", &fooHandler{}) | |
}() |