From beee679dfbdeadc61af1705b860283875a9fd696 Mon Sep 17 00:00:00 2001 From: bep Date: Mon, 25 May 2015 13:10:26 +0200 Subject: Unexport filepath/path bridge types They are of no use outside the helpers package. See #1160 --- helpers/path_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/path_test.go') diff --git a/helpers/path_test.go b/helpers/path_test.go index 356fb4c91..c9b4beac1 100644 --- a/helpers/path_test.go +++ b/helpers/path_test.go @@ -535,7 +535,7 @@ func TestFileAndExt(t *testing.T) { } for i, d := range data { - file, ext := FileAndExt(filepath.FromSlash(d.input), filepathBridge) + file, ext := FileAndExt(filepath.FromSlash(d.input), fpb) if d.expectedFile != file { t.Errorf("Test %d failed. Expected filename %q got %q.", i, d.expectedFile, file) } -- cgit v1.2.3