aboutsummaryrefslogtreecommitdiff
path: root/mt4/doc.go
diff options
context:
space:
mode:
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