0
mirror of https://github.com/valentineus/go-metatrader4.git synced 2025-07-07 17:30:28 +03:00

First version

This commit is contained in:
2025-06-04 12:08:19 +04:00
committed by GitHub
parent 76dc648f33
commit 7240595478
11 changed files with 444 additions and 1 deletions

4
go.mod
View File

@ -1,3 +1,5 @@
module github.com/valentineus/go-metatrader4
module go.popov.link/metatrader4
go 1.24.2
require golang.org/x/text v0.25.0