We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9718b commit 922a87dCopy full SHA for 922a87d
embed.go
@@ -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