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:
5
mt4/doc.go
Normal file
5
mt4/doc.go
Normal 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
|
Reference in New Issue
Block a user