Sin descripción

Luis Figueiredo f3778a6902 Improved readme hace 7 años
README.md f3778a6902 Improved readme hace 7 años
main.go 037919b8e4 Initial hace 7 años

README.md

folder2go

Embed a directory into a go package

Usage:

go get dev.hexasoftware.com/stdio/folder2go

folder2go /path generated
import (
	"mypkg/generated"
	"fmt"
)

func main() {
	fmt.Printf("%s",string(generated.Data["file.txt"]	))
}