github.com/grailbio/base@v0.0.11/ioctx/spliceio/spliceio_test.go (about) 1 package spliceio_test 2 3 import ( 4 "github.com/grailbio/base/file/fsnodefuse" 5 "github.com/grailbio/base/ioctx/spliceio" 6 ) 7 8 // Check this here to avoid circular package dependency with fsnodefuse. 9 var _ fsnodefuse.Writable = (*spliceio.OSFile)(nil)