This commit is contained in:
何晨 2017-12-06 21:58:25 +08:00 committed by Lunny Xiao
parent 7ba98d23bc
commit 589eefd4f4
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,11 @@
package core
import (
"bytes"
"encoding/gob"
"errors"
"fmt"
"time"
"bytes"
"encoding/gob"
)
const (
@ -55,7 +55,6 @@ func encodeIds(ids []PK) (string, error) {
return buf.String(), err
}
func decodeIds(s string) ([]PK, error) {
pks := make([]PK, 0)