Files
dasy/client/util.go
Dean Eigenmann c2e58f0124 remove/protobuf-parent (#10)
* started removing

* updates

* fix

* please pass

* remove import
2019-10-22 11:08:57 +02:00

16 lines
282 B
Go

package client
//import "github.com/vacp2p/mvds/state"
//
//func bytesToMessageID(b []byte) state.MessageID {
// var id state.MessageID
// copy(id[:], b)
// return id
//}
//
//func bytesToGroupID(b []byte) state.GroupID {
// var id state.GroupID
// copy(id[:], b)
// return id
//}