diff options
author | GrailFinder <wohilas@gmail.com> | 2023-02-12 09:55:01 +0300 |
---|---|---|
committer | GrailFinder <wohilas@gmail.com> | 2023-02-12 09:55:01 +0300 |
commit | c3ee8c6c88e6f879c7dce7316629e1fe18f08c71 (patch) | |
tree | 8b93554873b20863f42ce95fd3f45f85fe33bdc1 /go.mod | |
parent | 298f2c832081366fed9b4d683ba665c9d7b9d150 (diff) |
Feat: add support for directory arg
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module prep-dataset + +go 1.20 |