Package: golang-github-masterzen-xmlpath / 0.0~git20140218.13f4951-4

fix-tests.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix import for tests
Author: Daniel Stender <stender@debian.org>
Forwarded: not-needed

--- a/all_test.go
+++ b/all_test.go
@@ -4,7 +4,7 @@
 	"bytes"
 	"encoding/xml"
 	. "launchpad.net/gocheck"
-	"launchpad.net/xmlpath"
+	"github.com/masterzen/xmlpath"
 	"testing"
 )