Skip to content

Commit

Permalink
Updating renamed pressly import to go-chi (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahankhatch committed Dec 13, 2020
1 parent 8b4a00b commit f9bce55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chi/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"net/http"

"github.com/pressly/chi"
"github.com/go-chi/chi"
"github.com/rs/cors"
)

Expand Down

0 comments on commit f9bce55

Please sign in to comment.