Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 750 Bytes

README_ZH.md

File metadata and controls

35 lines (22 loc) · 750 Bytes

TICK FRAMEWORK Build Status Sourcegraph

tick-framework 可以帮你快速构建Go应用.

English

特性

  • 模块化
  • 依赖注入
  • 生命周期管理
  • 路由管理

模块

  • 配置
  • 日志
  • 数据库
  • 缓存
  • 队列

Installation

使用最新版本:

go get github.com/ltick/tick-framework

希望保持更新请使用-u参数:

go get -u github.com/ltick/tick-framework

Getting Started

Loading from data sources