ango icon indicating copy to clipboard operation
ango copied to clipboard

ango is a tool that generates a protocol for communication between Go and AngularJS over http/websockets.

Results 5 ango issues
Sort by recently updated
recently updated
newest added

It would be useful to provide mock implementations for Go and especially Javascript (which lacks good autocompletion or compilation-time warnings about missing handlers). The files could be part of generated...

The current parser is very simple and does not fully implement the ango syntax. e.g.: ``` type foo struct { field map[string]int // not supported } ``` The parser package...