Documentation ¶ Index ¶ func Unmarshal(data []byte, dst encoding.Builder) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Unmarshal ¶ func Unmarshal(data []byte, dst encoding.Builder) error Unmarshal parses the GraphML-encoded data and stores the result in dst. If the number of graphs encoded in data is not one, dst will hold the first graph in data. Types ¶ This section is empty. Source Files ¶ View all Source files decode.go Click to show internal directories. Click to hide internal directories.