提交 5d74bc49 作者: Jeromy Johnson

Merge pull request #2717 from djdv/typo-file

Fix typo in files command error message
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
) )
var ( var (
ErrNotDirectory = errors.New("Couln't call NextFile(), this isn't a directory") ErrNotDirectory = errors.New("Couldn't call NextFile(), this isn't a directory")
ErrNotReader = errors.New("This file is a directory, can't use Reader functions") ErrNotReader = errors.New("This file is a directory, can't use Reader functions")
) )
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论