Exemplo n.º 1
0
Arquivo: types.go Projeto: timtadh/sfp
func SerializeSubGraph(sg *subgraph.SubGraph) []byte {
	return sg.Serialize()
}