diff options
author | Emile <hanemile@protonmail.com> | 2020-02-22 13:22:34 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-02-22 13:22:34 +0100 |
commit | 8a91b269a2abc96d80f2ebe013033ec964e0511e (patch) | |
tree | df346642ef3c0f598e6e12cf9b0247caeb39eb65 | |
parent | 3cf8c1d8f9f18ab0b3fcd4992d064610946e2879 (diff) |
go mod
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..0d1a74d --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.darknebu.la/emile/genetic_r2_bots + +go 1.13 |