# HG changeset patch # User Sean E. Russell # Date 1435868573 14400 # Thu Jul 02 16:22:53 2015 -0400 # Node ID 23f4f44206ea9ad444a7acce9fab39ea3215be85 # Parent 8405dda1d9be320b636fb6b7b29a2112620574e2 Update readme to mention Yvasiyarov's Swagger project. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ Sashay ====== -NOTE: Sashay development has been on hold for a while due to affairs of state. +**NOTE:** Sashay development has been on hold for a while due to affairs of state. In the meantime, [go-swagger](https://github.com/casualjim/go-swagger) has -surfaced, supporting Swagger 2.0. As it will be a while before I can get back -to Sashay and update it for 2.0, and as Sashay's always been incomplete (w.r.t. -access control, especially), I recommend that you review go-swagger for -suitability if you need Swagger 2.0, rather than holding your breath for Sashay. +surfaced, supporting Swagger 2.0. I've also been getting a lot of use out +of [swagger](https://github.com/yvasiyarov/swagger), which provides the other +end of the rope by generating a Swagger spec from code and providing a web +interface. I recommend that you review these tools if you need Swagger 2.0 +rather than holding your breath for me to update Sashay to 2.0. + +--- Sashay is a code generator for the Go programming language. The purpose of Sashay is to make writing programs that interact with RESTful services easier by