package main import ( "fmt" embedtest "git.icomputeconsulting.com/bminer/go-embed-test" ) func main() { fmt.Print(embedtest.Embed()) }