diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-02-21 12:55:28 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-02-21 12:59:13 -0800 |
| commit | d6971f6d7a03142ea6e391d7c37532b3aa4792e7 (patch) | |
| tree | f60d9d3fcdd37075bc81b9a1116afa7ce74d286d /templates/go/go.mod | |
| parent | feat(home/fish): move fish's code to external files (diff) | |
| download | infra-d6971f6d7a03142ea6e391d7c37532b3aa4792e7.tar.gz | |
feat(templates/go): add flake template for go projects
Diffstat (limited to 'templates/go/go.mod')
| -rw-r--r-- | templates/go/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
