yangjinhe / gmc

GMC is a powerful and flexible golang web and api development framework. GMC goal is high performance and write less code to do more things.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GMC Web & API Framework

Actions Status codecov Go Report API Reference LICENSE

GMC is a smart and flexible golang web and api development framework. GMC goal is high performance, good productivity and write less code to do more things.

Contents

USER GUIDE使用指南

Attention

this project is undergoing development, will be changed frequently.

Pull Request

PR is welcomed, but you should keep well code specification, such as : comment, testing, benchmark, example.

A package must be include the fllowing files:

xxx is package name.

File Description
xxx.go main file
xxx_test.go testing file, code coverage must be than 90%
example_test.go each public function example code
benchmark_test.go benchmark testing file
doc.go description of package
README.md testing and benchmarkresult must be include

You can reference the package sync/gpool to get more information about code specification.

About

GMC is a powerful and flexible golang web and api development framework. GMC goal is high performance and write less code to do more things.

License:MIT License


Languages

Language:Go 100.0%Language:HTML 0.0%