Skip to content

Commit

Permalink
dev: update wechat qr
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Apr 17, 2018
1 parent ea6ae04 commit b3bee5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ Gateway以go1.8的plugin机制提供如下的扩展点
* filter
使用go1.8的plugin的机制,编写自定义插件,扩展gateway功能。[如何编写自定义filter](./docs/plugin.md)

# 交流方式-微信群
![](./images/qr.png)
# 交流方式-微信
![](./images/qr.jpg)
Binary file added images/qr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/qr.png
Binary file not shown.
4 changes: 2 additions & 2 deletions pkg/util/analysis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func TestAddTarget(t *testing.T) {
key := "key1"
key := uint64(1)
tw := goetty.NewTimeoutWheel(goetty.WithTickInterval(time.Millisecond * 10))
ans := NewAnalysis(tw)
ans.AddTarget(key, time.Millisecond*10)
Expand All @@ -29,7 +29,7 @@ func TestAddTarget(t *testing.T) {
}

func TestRemoveTarget(t *testing.T) {
key := "key1"
key := uint64(1)
tw := goetty.NewTimeoutWheel(goetty.WithTickInterval(time.Millisecond * 10))
ans := NewAnalysis(tw)
ans.AddTarget(key, time.Millisecond*10)
Expand Down

0 comments on commit b3bee5a

Please sign in to comment.