Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

gobestpractice

golang 项目最佳实践。提供基本问题的建议写法,让大家能够专注于业务代码的实现。

编码规范参见 Golang编码规范.md

Finished

  • 配置文件读取(conf, 配置文件默认是项目根目录下的app.conf,yaml格式) -- github.com/sirupsen/logrus
  • 日志处理(log,依赖conf) -- github.com/jinzhu/configor
  • JSON Parser(parser/json) -- github.com/tidwall/gjson
  • YAML Parser(parser/yaml) -- gopkg.in/yaml.v2

TODO

  1. Parser

    1. XML
  2. DATABASE

    1. ORM
    2. HBase
    3. Redis
  3. RPC

  4. HTTP

  5. Test & Mock

  6. MessageQueue

About

golang best practice. Golang 最佳实践。

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.