hiteshjoshi / gorest

Automatically exported from code.google.com/p/gorest
0 stars 0 forks source link

Enhancement for Endpoint declaration #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since the use of back-quotes allows for a multi-line string, could we have this 
more readable version:

...
    listApplications gorest.EndPoint  `
        method:"GET" 
        path:"/applications" 
        output:"string"` 
...

Current version (2012/11/07) does not parse this correctly.

Original issue reported on code.google.com by ernest.m...@gmail.com on 7 Nov 2012 at 12:15

GoogleCodeExporter commented 8 years ago
Starting work on this over the weekend.

Original comment by siyabong...@gmail.com on 13 Dec 2012 at 7:12

GoogleCodeExporter commented 8 years ago

Original comment by siyabong...@gmail.com on 14 Feb 2013 at 11:16

GoogleCodeExporter commented 8 years ago

Original comment by siyabong...@gmail.com on 14 Feb 2013 at 11:19