github.com/Schaudge/grailbase@v0.0.0-20240223061707-44c758a471c0/ioctx/spliceio/spliceio_test.go (about)

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