We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fb051 commit 0672217Copy full SHA for 0672217
cmd/main.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
func main() {
13
- router := mux.NewRouter()
+ router := mux.NewRouter()
14
15
16
router.HandleFunc("/products", handlers.GetAllProducts).Methods("GET")
0 commit comments