in goDevContainer/main.go [10:13]
func handle(w http.ResponseWriter, r *http.Request) { os := runtime.GOOS fmt.Fprintf(w, "Hello World from [%s] container!\n", os) }