From 4b9718bfef0b3f8072e4db09b91df610a74776ce Mon Sep 17 00:00:00 2001 From: "Vojtech Vitek (golang.cz)" Date: Thu, 25 Apr 2024 18:20:22 +0200 Subject: [PATCH] Expose as a Go module with //go:embed FS (#4) --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..65baa9a --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/webrpc/gen-dart + +go 1.16