geekai/api/go
2023-06-16 17:28:21 +08:00
..
core fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
handler feat: import iconfont styles, change password function is ready 2023-06-16 17:28:21 +08:00
logger refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
res refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
service refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
store refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
test fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
utils refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
.gitignore refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
config.sample.toml chore: update config sample file 2023-06-15 16:03:42 +08:00
fresh.conf refactor: V3 版本重构已基本完成 2023-06-15 09:41:30 +08:00
go.mod fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
go.sum fix: add lock map data structure, fixed bug for 'concurrent map writes' 2023-06-16 15:32:11 +08:00
main.go feat: import iconfont styles, change password function is ready 2023-06-16 17:28:21 +08:00
Makefile chore: update config sample file 2023-06-15 16:03:42 +08:00
README.md opt: automatic get the host for api and websocket from the 'location' var 2023-06-15 14:39:05 +08:00

chatgpt-plus-go

chatgpt-plus 后端 API Go 语言实现。技术选型采用 Gin + Mysql 架构,依赖注入使用的是 fx 框架ORM 采用的是 GORM 框架。