iron-js / tick-framework

tick framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TICK FRAMEWORK Build Status Sourcegraph

Package tick-framework help you build your Go application extremely fast.

简体中文

Feature

  • Module
  • Life Cycle
  • Dependency Injection
  • Routing

Module

  • Config
  • Logger
  • Database
  • Cache
  • Queue
  • Filesystem

Installation

To use with latest changes:

go get github.com/ltick/tick-framework

Please add -u flag to update in the future.

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

Getting Started

Loading from data sources

About

tick framework

License:Apache License 2.0


Languages

Language:Go 100.0%