fix FilePath documentation in README.md

This commit is contained in:
Brad Rydzewski
2017-04-10 16:45:51 +02:00
committed by Jacob McCann
parent 4cc453ba67
commit 18a556e192
4 changed files with 58 additions and 16 deletions

View File

@@ -1316,7 +1316,7 @@ func TestFlagFromFile(t *testing.T) {
{"file-does-not-exist", "APP_BAR", ""},
{"file-does-not-exist", "APP_FOO", "123"},
{"file-does-not-exist", "APP_FOO,APP_BAR", "123"},
{temp.Name(), "APP_FOO", "123"},
{temp.Name(), "APP_FOO", "abc"},
{temp.Name(), "APP_BAR", "abc"},
}