cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

Change golint import path #690

Closed zimnx closed 6 years ago

zimnx commented 6 years ago

Because of recent changes in golint repository, it's enforced that golint package must be imported from golang.org/x/lint/golint. This commit changes dev_setup script to pull proper version