File: libname.patch

package info (click to toggle)
golang-gopkg-editorconfig-editorconfig-core-go.v1 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112 kB
  • sloc: makefile: 3
file content (12 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Correcting package paths.
--- a/editorconfig_test.go
+++ b/editorconfig_test.go
@@ -5,7 +5,7 @@
 	"path/filepath"
 	"testing"
 
-	"gopkg.in/stretchr/testify.v1/assert"
+	"github.com/stretchr/testify/assert"
 )
 
 const (