aboutsummaryrefslogtreecommitdiff
path: root/tools/git-bootstrap/go.mod
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-18 14:49:16 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-18 14:50:55 -0700
commit16861d7609c5224795ce2fbeab4380bf65921283 (patch)
tree5584b03e9731c914b670d9a347b5201f0fb023bd /tools/git-bootstrap/go.mod
parentfeat(tools/ssh-key-to-forge): import a SSH key to a forge (diff)
downloadinfra-16861d7609c5224795ce2fbeab4380bf65921283.tar.gz
feat(tools/git-bootstrap): initialize a git repository with my defaults
This tool can be used to create a new git repository. It will create a README, add the license file, and a few other things I expect. Change-Id: I14123c8f5b7e2d23373a505a146d2c9f6c08615e Reviewed-on: https://cl.fcuny.net/c/world/+/450 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'tools/git-bootstrap/go.mod')
-rw-r--r--tools/git-bootstrap/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/git-bootstrap/go.mod b/tools/git-bootstrap/go.mod
new file mode 100644
index 0000000..11cfa6a
--- /dev/null
+++ b/tools/git-bootstrap/go.mod
@@ -0,0 +1,3 @@
+module golang.fcuny.net/git-bootstrap
+
+go 1.17