Commit 12621777 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 485a2cfc
......@@ -43,7 +43,9 @@ import (
type PyData []byte
// xoid verifies and extracts oid from unpickled value.
// XXX place?
//
// XXX +zobdpickle.binary support
// XXX -> shared place
func xoid(x interface{}) (Oid, error) {
s, ok := x.(string)
if !ok {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment