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

Add package documentation

This commit is contained in:
2025-06-05 02:38:50 +04:00
parent b139fd5838
commit 67ea5c1c87
4 changed files with 14 additions and 0 deletions

5
mt4/doc.go Normal file
View File

@ -0,0 +1,5 @@
// Package mt4 provides a lightweight client for MetaTrader 4 servers.
//
// It establishes a TCP connection, sends commands, and returns the decoded
// server response.
package mt4