Publish example usage
This commit is contained in:
parent
e44d286ab2
commit
8eae20297d
11
example/main.go
Normal file
11
example/main.go
Normal file
@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
embedtest "git.icomputeconsulting.com/bminer/go-embed-test"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Print(embedtest.Embed())
|
||||
}
|
Loading…
Reference in New Issue
Block a user