Commit Graph

4 Commits

Author SHA1 Message Date
cdle 25559e3fa8 update 2021-09-26 17:41:32 +08:00
zc 9817bd1d79 bugfix: wrong blocking use
`gin.Run` is already blocked, there is no need to `select{}` to block the process. If the api service is stopped, the program will not end normally due to `select{}`.
2021-09-22 09:30:43 +08:00
cdle 3609daf720 update 2021-09-20 17:10:46 +08:00
cdle 4ed9cdb8e8 update 2021-08-31 20:52:35 +08:00