Skip to content

Commit

Permalink
reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
nlatham1999 committed Oct 11, 2021
1 parent aead5ea commit aa5c43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"time"

"github.com/nlatham1999/cors"
"github.com/gin-contrib/cors"
"github.com/gin-gonic/gin"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nlatham1999/cors
module github.com/gin-contrib/cors

go 1.13

Expand Down

0 comments on commit aa5c43d

Please sign in to comment.