Skip to content

Commit 922a87d

Browse files
authored
Embed templates into Go module (#5)
1 parent 4b9718b commit 922a87d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

embed.go

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package dart
2+
3+
import "embed"
4+
5+
//go:embed *.go.tmpl
6+
var FS embed.FS

0 commit comments

Comments
 (0)