diff options
| author | Paul Buetow <paul@buetow.org> | 2020-10-16 09:23:57 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2020-10-16 09:23:57 +0100 |
| commit | 66c129c089dee23b03d1bb7850cbd82113c63cdb (patch) | |
| tree | b2d430fcede863610ae46faa38b57198ba269f66 | |
| parent | 2f700943480cf9767bf5090feeac626af742c1c8 (diff) | |
add go.mod
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/snonux/algorithms + +go 1.14 |
