Skip to content

Latest commit

 

History

History
33 lines (32 loc) · 423 Bytes

README.md

File metadata and controls

33 lines (32 loc) · 423 Bytes

basego

Fast startup of golang project.

include

  • 日志
  • 数据库连接
    • mysql
    • sqlite3
    • leveldb
    • redis
  • http服务启动
  • rpc服务
    • grpc
  • 解析配置文件
    • json
    • yaml
    • toml
    • ini
    • conf
  • pprof
  • 跨域middleware
  • 链路追踪
  • crontab
  • 消息队列
    • kafka
    • nsq
  • http客户端
  • 工具
    • ping
    • cmd
    • 随机数
    • uuid
  • 命令行