diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-09-23 14:30:13 -0400 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-09-23 14:30:13 -0400 |
commit | 5c1812e7f328c77f07265fd88bc02bee456a2024 (patch) | |
tree | e0b5e03f94fa7e174c6fdf0a6f4fa83b81dc858c | |
download | Atlas-5c1812e7f328c77f07265fd88bc02bee456a2024.tar.gz Atlas-5c1812e7f328c77f07265fd88bc02bee456a2024.zip |
atlas: Initial commit
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/pg9182/atlas + +go 1.19 |