예제 #1
0
파일: types.go 프로젝트: timtadh/sfp
func SerializeSubGraph(sg *subgraph.SubGraph) []byte {
	return sg.Serialize()
}