Skip to content

Commit

Permalink
fix: update readme to match example code
Browse files Browse the repository at this point in the history
  • Loading branch information
TJM committed Apr 1, 2021
1 parent cf37429 commit 4bce889
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,8 @@ func main() {
package main

import (
gormsessions "github.com/gin-contrib/sessions/gorm"

"github.com/gin-contrib/sessions"
gormsessions "github.com/gin-contrib/sessions/gorm"
"github.com/gin-gonic/gin"
"gorm.io/driver/sqlite"
"gorm.io/gorm"
Expand Down Expand Up @@ -333,7 +332,6 @@ func main() {
})
r.Run(":8000")
}

```

### memstore
Expand Down

0 comments on commit 4bce889

Please sign in to comment.