Skip to content

Commit

Permalink
Remove unnecessary qiniupkg. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed May 15, 2018
1 parent f181af8 commit 1c33d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package core

import (
"errors"
"fmt"
"strings"
"time"

"github.com/samuel/go-zookeeper/zk"
"qiniupkg.com/x/errors.v7"
)

type Config struct {
Expand Down

0 comments on commit 1c33d63

Please sign in to comment.