laravel go:Laravel Golang 源码
Laravel Go Laravel的Golang开源框架,包含了GORM,Echo等,当前配置里的APP_POLICE_URL为企业微信机器人地址 数据表依赖 # 演示 CREATE TABLE `demos` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL DEFAULT '' COMMENT '标题', `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=Inno
文件列表
laravel-go-master.zip
(预估有个24文件)
laravel-go-master
bootstrap
api
server.go
647B
go.mod
480B
.env.example
396B
pkg
http
http.go
2KB
orm
暂无评论