From ccd39d4f885d00b03c38958c59162c607b9df7b7 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 6 Jan 2025 15:01:52 +0600 Subject: [PATCH] Create go sub module Signed-off-by: Tamal Saha --- files/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 files/go.mod diff --git a/files/go.mod b/files/go.mod new file mode 100644 index 00000000..20d97650 --- /dev/null +++ b/files/go.mod @@ -0,0 +1,3 @@ +module github.com/appscode/static-assets/files + +go 1.23.4