repositorypackage
0.0.0-20241007153534-024ff76adb67
Repository: https://github.com/sanzhang007/webgin.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
gin 写的简单网站
用于展示爬取的节点节点
models 数据库
core 连接数据库
// 修改为你的配置
cmd := "root:123456@tcp(127.0.0.1:3306)/test?charset=utf8mb4&parseTime=True&loc=Local"
//改为自己的配置 root:123456对应用户和密码 test对应数据库名
//sql语句创建 数据库 create database datebasename