diff --git a/hello_server.go b/hello_server.go index df038fdc..073d767a 100644 --- a/hello_server.go +++ b/hello_server.go @@ -27,7 +27,7 @@ func CreateGreeting(name string) string { } func main() { - // Create Server and Route Handlers + // Create Server and Route Handlers Added comment stuff r := mux.NewRouter() r.HandleFunc("/", handler)