mirror of
https://github.com/digineat/go-metatrader4.git
synced 2025-12-03 03:11:53 +04:00
-
MT4 Client Library v1.1.0 Stable
released this
2025-08-11 15:10:23 +04:00 | 12 commits to master since this releasev1.1.0: Minor Update (Repo Migration & Dependency Refresh)
This release is a small but important housekeeping update:
🔄 Changes
- Repository migrated from personal account to the official organization:
github.com/valentineus/go-metatrader4→github.com/digineat/go-metatrader4 - Updated import paths throughout the project to match the new repo location
- Dependencies refreshed to their latest compatible versions
📦 Install
go get github.com/digineat/go-metatrader4⚠️ Note: If you're upgrading from v1.0.0, make sure to update your import statements accordingly.
🧪 Quick Start (Updated)
import "github.com/digineat/go-metatrader4/mt4" // Your code remains the same otherwiseEverything else — API, behavior, and usage — remains unchanged.
Downloads
- Repository migrated from personal account to the official organization: