github.com/Schaudge/grailbase@v0.0.0-20240223061707-44c758a471c0/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