@@ -0,0 +1,11 @@
package main
import (
"net/http"
"k8s-example/hello"
)
func main() {
http.HandleFunc("/hello", hello.HelloHandler)
http.ListenAndServe(":8800", nil)
}
The note is not visible to the blocked user.