Skip to content

Commit efcd2bf

Browse files
authored
docs: fix postgres sample code (#50)
Signed-off-by: Abaw Chen <abaw.chen@gmail.com>
1 parent eadfe04 commit efcd2bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import (
7070
"github.com/casbin/casbin/v2"
7171
_ "github.com/lib/pq"
7272

73-
"github.com/casbin/xorm-adapter"
73+
"github.com/casbin/xorm-adapter/v2"
7474
)
7575

7676
func main() {

0 commit comments

Comments
 (0)