@@ 0,0 1,19 @@
+Sashay
+======
+
+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
+automating the generation of boilerplate code.
+
+Sashay reads a [Swagger
+v1.2](https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md)
+specification and builds a library for interfacing with that Swagger service,
+including all defined data types and structures.
+
+Example
+-------
+
+ swagger http://petstore.swagger.wordnik.com/api/api-docs petstore
+
+will generate a Go library called "petstore" which can be imported and used to
+interact with the Swagger sample application.