Skip to content

Commit

Permalink
fix(adapter): gf2
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
spaceship authored and spaceship committed Aug 23, 2022
1 parent 9f3b450 commit f9f684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/frameworks/gf2/gf.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package gf

import (
// add gf adapter
_ "github.com/GoAdminGroup/go-admin/adapter/gf"
_ "github.com/GoAdminGroup/go-admin/adapter/gf2"
// add mysql driver
_ "github.com/GoAdminGroup/go-admin/modules/db/drivers/mysql"
// add postgresql driver
Expand Down

0 comments on commit f9f684e

Please sign in to comment.