Go实战--golang中使用echo框架、MongoDB、JWT搭建REST API(labstack/echo、gopkg.in/mgo.v2、dgrijalva/jwt-go)
生命不止,继续gogogo!!!之前介绍过golang中restfulapi的博客,是使用redis作为持久化,httprouter作为框架:Go实战–通过httprouter和redis框架搭建restfulapi服务(github.com/julienschmidt/httprouter)今天,继续echo框架,这次加入mongodb作为持久化存储,使用jwt进行验证,来搭建一套restapi