菲力 :meat_on_bone: 用于Go测试的小型临时文件实用程序。 建立在并受到Afero测试自身方式的极大启发。 通过以下方式安装: $ go get github.com/Flaque/filet 然后导入: import ( filet "github.com/Flaque/filet" ) 快速概述。 创建临时工 创建临时目录: func TestFoo(t *testing.T) { filet.TmpDir(t, "") // Creates a temporary dir with no parent directory filet.TmpDir(t,