diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-03 23:07:08 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-03 23:07:08 +0300 |
commit | 76dc648f33a9f96e68d5c9000032c2b986bd5a3d (patch) | |
tree | 98d12b66ec49010594e360dd2a02385978feddd9 /go.mod | |
parent | 1dfbf8e7b39cc91aa2589b386c615f750e3b4a13 (diff) | |
download | go-metatrader4-76dc648f33a9f96e68d5c9000032c2b986bd5a3d.tar.xz go-metatrader4-76dc648f33a9f96e68d5c9000032c2b986bd5a3d.zip |
Init Go Project
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/valentineus/go-metatrader4 + +go 1.24.2 |