diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-08 08:46:16 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-08 08:46:16 +0000 |
commit | 23dae20a546b51d0c87f95289f31966c48cafafa (patch) | |
tree | a94743535377627af8f8d4e7d7e15f8cde24c94e /decision_tree/go.mod | |
parent | poetry (diff) | |
download | seer-master.tar.gz seer-master.zip |
Diffstat (limited to 'decision_tree/go.mod')
-rw-r--r-- | decision_tree/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/decision_tree/go.mod b/decision_tree/go.mod new file mode 100644 index 0000000..0ffdf1b --- /dev/null +++ b/decision_tree/go.mod @@ -0,0 +1,3 @@ +module decision_tree + +go 1.18 |