File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# statsd
2
- [ ![ Build Status] ( https://travis-ci.org/alexcesaro/statsd.svg?branch=v1 )] ( https://travis-ci.org/alexcesaro/statsd ) [ ![ Code Coverage] ( http://gocover.io/_badge/gopkg.in/alexcesaro/statsd.v1 )] ( http://gocover.io/gopkg.in/alexcesaro/statsd.v1 ) [ ![ Documentation] ( https://godoc.org/gopkg.in/alexcesaro/statsd.v1 ?status.svg )] ( https://godoc.org/gopkg.in/alexcesaro/statsd.v1 )
2
+ [ ![ Build Status] ( https://travis-ci.org/alexcesaro/statsd.svg?branch=v2 )] ( https://travis-ci.org/alexcesaro/statsd ) [ ![ Code Coverage] ( http://gocover.io/_badge/gopkg.in/alexcesaro/statsd.v2 )] ( http://gocover.io/gopkg.in/alexcesaro/statsd.v2 ) [ ![ Documentation] ( https://godoc.org/gopkg.in/alexcesaro/statsd.v2 ?status.svg )] ( https://godoc.org/gopkg.in/alexcesaro/statsd.v2 )
3
3
4
4
## Introduction
5
5
@@ -22,17 +22,17 @@ with other Go StatsD clients.
22
22
23
23
## Documentation
24
24
25
- https://godoc.org/gopkg.in/alexcesaro/statsd.v1
25
+ https://godoc.org/gopkg.in/alexcesaro/statsd.v2
26
26
27
27
28
28
## Download
29
29
30
- go get gopkg.in/alexcesaro/statsd.v1
30
+ go get gopkg.in/alexcesaro/statsd.v2
31
31
32
32
33
33
## Example
34
34
35
- See the [ examples in the documentation] ( https://godoc.org/gopkg.in/alexcesaro/statsd.v1 #example-package ) .
35
+ See the [ examples in the documentation] ( https://godoc.org/gopkg.in/alexcesaro/statsd.v2 #example-package ) .
36
36
37
37
38
38
## License
Original file line number Diff line number Diff line change 5
5
"runtime"
6
6
"time"
7
7
8
- "github.com /alexcesaro/statsd"
8
+ "gopkg.in /alexcesaro/statsd.v2 "
9
9
)
10
10
11
11
var (
You can’t perform that action at this time.
0 commit comments