diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-28 18:18:39 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-28 18:46:42 -0500 |
| commit | d7eec191b9b48a52fbca9b6a90357da0e36680ba (patch) | |
| tree | 10c57675415bf8899ec1898180046ceb0e99b6bb /go/go.mod | |
| parent | d0ad22b295eae397f39de3a9542ade6320a0591b (diff) | |
| download | dotfiles-0.0.1.tar.gz dotfiles-0.0.1.tar.xz | |
Add a couple of tiny little go utilitiesv0.0.1
Diffstat (limited to 'go/go.mod')
| -rw-r--r-- | go/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/go/go.mod b/go/go.mod new file mode 100644 index 0000000..55a923a --- /dev/null +++ b/go/go.mod @@ -0,0 +1,3 @@ +module riedstra.dev/mitch/dotfiles/go + +go 1.19 |
