INNER CODE UNIT · Go

main

apache/apisix · ci/pod/openfunction/function-example/test-uri/cmd/main.go:27

func main() {
	http.HandleFunc("/", hello.HelloWorld)
	log.Fatal(http.ListenAndServe(":8080", nil))
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…