diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 00:05:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 00:05:54 -0600 |
| commit | 3ea3dd10db0e728240fc659bdd33c622d33e46b4 (patch) | |
| tree | 5bf7a6058db46c08e8e074380f05cadf02f9aef5 /Makefile | |
initial commitv0.0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..186078d --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +redomod: + rm -f go.* + GO111MODULE= go mod init + GO111MODULE= go mod tidy |
