Commit 12621777 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 485a2cfc
...@@ -43,7 +43,9 @@ import ( ...@@ -43,7 +43,9 @@ import (
type PyData []byte type PyData []byte
// xoid verifies and extracts oid from unpickled value. // xoid verifies and extracts oid from unpickled value.
// XXX place? //
// XXX +zobdpickle.binary support
// XXX -> shared place
func xoid(x interface{}) (Oid, error) { func xoid(x interface{}) (Oid, error) {
s, ok := x.(string) s, ok := x.(string)
if !ok { 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