package main import ( "testing" "github.com/spf13/afero" ) func TestStdFDIsAferoFile(t *testing.T) { var _ afero.File = stdFD{} }