kubo/net/message
Brian Tiger Chow 4c95eb15b2 refactor(net:message) add NetMessage interface
* Design Goal: reduce coupling
* NB: Slices hold references to an underlying array, and if you assign
  one slice to another, both refer to the same array. If a function
  takes a slice argument, changes it makes to the elements of the slice
  will be visible to the caller, analogous to passing a pointer to the
  underlying array.
2014-09-12 17:58:12 -07:00
..
message.go refactor(net:message) add NetMessage interface 2014-09-12 17:58:12 -07:00