This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
han2015
/
tank
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
蓝眼网盘定制版
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95
Commits
1
Branch
0
Tags
38 MiB
Tree:
1453d1a84b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1453d1a84b'
${ noResults }
tank
/
rest
/
base_dao.go
13 lines
102 B
Raw
Normal View
History
init the project
8 years ago
package
rest
import
(
_
"github.com/jinzhu/gorm/dialects/mysql"
)
type
BaseDao
struct
{
Bean
}