land/cmd/land/stdout_test.go

12 lines
136 B
Go
Raw Normal View History

2018-06-18 00:38:05 +00:00
package main
import (
"testing"
"github.com/spf13/afero"
)
func TestStdFDIsAferoFile(t *testing.T) {
var _ afero.File = stdFD{}
}