Publish example usage

This commit is contained in:
Blake Miner 2022-04-18 11:25:21 -04:00
parent e44d286ab2
commit 8eae20297d
1 changed files with 11 additions and 0 deletions

11
example/main.go Normal file
View File

@ -0,0 +1,11 @@
package main
import (
"fmt"
embedtest "git.icomputeconsulting.com/bminer/go-embed-test"
)
func main() {
fmt.Print(embedtest.Embed())
}