mirror of
https://github.com/vacp2p/dasy.git
synced 2026-01-08 22:37:59 -05:00
16 lines
282 B
Go
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
|
|
//}
|