File: test_fix.patch

package info (click to toggle)
golang-gopkg-alexcesaro-statsd.v1 0.0~git20160306.0.c289775-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • ctags: 110
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: golang-gopkg-alexcesaro-statsd.v1/examples_test.go
===================================================================
--- golang-gopkg-alexcesaro-statsd.v1.orig/examples_test.go
+++ golang-gopkg-alexcesaro-statsd.v1/examples_test.go
@@ -6,7 +6,7 @@ import (
 	"runtime"
 	"time"
 
-	"github.com/alexcesaro/statsd"
+	"gopkg.in/alexcesaro/statsd.v1"
 )
 
 func Example() {