Skip to content

Commit

Permalink
Sort imports in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Mar 20, 2020
1 parent 00e1f94 commit 6da2ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -20,10 +20,11 @@ go get github.com/casbin/beego-orm-adapter/v2
package main

import (
"log"

beegoormadapter "github.com/casbin/beego-orm-adapter"
"github.com/casbin/casbin/v2"
_ "github.com/go-sql-driver/mysql"
"log"
)

func main() {
Expand Down

0 comments on commit 6da2ff6

Please sign in to comment.