From d6971f6d7a03142ea6e391d7c37532b3aa4792e7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 21 Feb 2023 12:55:28 -0800 Subject: feat(templates/go): add flake template for go projects --- templates/go/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/go/go.mod (limited to 'templates/go/go.mod') diff --git a/templates/go/go.mod b/templates/go/go.mod new file mode 100644 index 0000000..736d11c --- /dev/null +++ b/templates/go/go.mod @@ -0,0 +1,3 @@ +module go.fcuny.net/changeme + +go 1.18 -- cgit 1.4.1