xmidt-org / wrp-go

go implementation of the Web Routing Protocol
Apache License 2.0
4 stars 7 forks source link

example has type mismatch #62

Closed ilawjr closed 2 years ago

ilawjr commented 3 years ago

https://github.com/xmidt-org/wrp-go/blob/b7661cba034f987991d86f972c89014f38cae2d7/messages.go#L130

The example given is: {"/boot-time":1542834188,"/last-reconnect-reason":"spanish inquisition"} It should be example: {"/boot-time":"1542834188","/last-reconnect-reason":"spanish inquisition"}