aboutsummaryrefslogtreecommitdiff
path: root/mt4/doc.go
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-05 01:38:50 +0300
committerValentin Popov <valentin@popov.link>2025-06-05 01:38:50 +0300
commit67ea5c1c87afd440bad06c153d951e3a62113c68 (patch)
tree3aa5f1364397f968f7face32d11c135cb3cf227e /mt4/doc.go
parentb139fd5838a94c982caf5376486fdba89f68bea8 (diff)
downloadgo-metatrader4-67ea5c1c87afd440bad06c153d951e3a62113c68.tar.xz
go-metatrader4-67ea5c1c87afd440bad06c153d951e3a62113c68.zip
Add package documentation
Diffstat (limited to 'mt4/doc.go')
-rw-r--r--mt4/doc.go5
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