Skip to content

Commit

Permalink
go-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
BPing committed Oct 21, 2017
1 parent bfd20e5 commit 64688ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go:
install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get github.com/BPing/Golib/producer_consumer
- go get github.com/BPing/go-toolkit/producer_consumer

script:
- go build github.com/BPing/qcloud-im-callback
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ func main(){
https://godoc.org/github.com/BPing/qcloud-im-callback [![GoDoc](https://godoc.org/github.com/BPing/qcloud-im-callback?status.svg)](https://godoc.org/github.com/BPing/qcloud-im-callback)

# 依赖包
github.com/BPing/Golib/producer_consumer
github.com/BPing/go-toolkit/producer_consumer
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"sync"

"encoding/json"
"github.com/BPing/Golib/producer_consumer"
"github.com/BPing/go-toolkit/producer_consumer"
)

// 具体事件处理程序
Expand Down

0 comments on commit 64688ed

Please sign in to comment.