diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-05 01:38:50 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-05 01:38:50 +0300 |
commit | 67ea5c1c87afd440bad06c153d951e3a62113c68 (patch) | |
tree | 3aa5f1364397f968f7face32d11c135cb3cf227e /mt4 | |
parent | b139fd5838a94c982caf5376486fdba89f68bea8 (diff) | |
download | go-metatrader4-67ea5c1c87afd440bad06c153d951e3a62113c68.tar.xz go-metatrader4-67ea5c1c87afd440bad06c153d951e3a62113c68.zip |
Add package documentation
Diffstat (limited to 'mt4')
-rw-r--r-- | mt4/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mt4/doc.go b/mt4/doc.go new file mode 100644 index 0000000..73a985c --- /dev/null +++ b/mt4/doc.go @@ -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 |