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

[BL-212] remove legacy code #675

Closed p-kozlowski closed 6 years ago

p-kozlowski commented 6 years ago

This PR removes parts of Gohan that are deemed obsolete. Changes are split in commits, so I suggest reviewing one-by-one.

WARNING: this PR breaks backward compatibility. If you need the removed functionalities, please use the v1.0.0 tag.

FYI @nati