go-embed-test/example/main.go

12 lines
141 B
Go

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