vitess.io/vitess@v0.16.2/resources/embed.go (about) 1 package resources 2 3 import _ "embed" 4 5 //go:embed bin/gh-ost 6 var GhostBinary []byte