go-swagger

Posted by 夏泽民

https://github.com/go-swagger/go-swagger https://legacy.gitbook.com/book/huangwenchao/swagger/details



easy-mock

Posted by 夏泽民

https://github.com/easy-mock/easy-mock



Swagger

Posted by 夏泽民

https://github.com/swagger-api/swagger-editor https://github.com/swagger-api/swagger-ui



simplejson json.Decoder vs json.Unmarshal

Posted by 夏泽民

1,golang自带的json解析库encoding/json提供了json字符串到json对象的相互转换,在json字符串比较简单的情况下还是挺好用的,但是当json字符串比较复杂或者嵌套比较多的时候,就显得力不从心了,不可能用encoding/json那种为每个嵌套字段定义一个struct类型的方式,这时候使用simplejson库能够很方便的解析。



travis ci

Posted by 夏泽民

ravis CI 提供的是持续集成服务(Continuous Integration,简称 CI)。它绑定 Github 上面的项目,只要有新的代码,就会自动抓取。然后,提供一个运行环境,执行测试,完成构建,还能部署到服务器。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required