Skip to content

Commit 0672217

Browse files
authored
Update main.go
1 parent 90fb051 commit 0672217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
func main() {
13-
router := mux.NewRouter()
13+
router := mux.NewRouter()
1414

1515

1616
router.HandleFunc("/products", handlers.GetAllProducts).Methods("GET")

0 commit comments

Comments
 (0)