github.com/grailbio/base@v0.0.11/file/filebench/embed_bazel.go (about)

     1  //go:build bazel
     2  
     3  package filebench
     4  
     5  import _ "embed"
     6  
     7  //go:embed s3fuse_binary
     8  var s3FUSEBinary []byte