Browse Source

Update first example

pull/532/head
Marko Kunic 6 years ago committed by GitHub
parent
commit
0670ab84aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
README.md

@ -55,6 +55,7 @@ func main() {
r.HandleFunc("/products", ProductsHandler) r.HandleFunc("/products", ProductsHandler)
r.HandleFunc("/articles", ArticlesHandler) r.HandleFunc("/articles", ArticlesHandler)
http.Handle("/", r) http.Handle("/", r)
http.ListenAndServe(":8080", nil)
} }
``` ```

Loading…
Cancel
Save