go-embed-test/example/main.go

12 lines
141 B
Go
Raw Normal View History

2022-04-18 15:25:21 +00:00
package main
import (
"fmt"
embedtest "git.icomputeconsulting.com/bminer/go-embed-test"
)
func main() {
fmt.Print(embedtest.Embed())
}