aboutsummaryrefslogtreecommitdiff
path: root/mt4/doc.go
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-05 01:39:45 +0300
committerGitHub <noreply@github.com>2025-06-05 01:39:45 +0300
commit3b579b3bab9a91338ee5821edf9dcd852b105fe9 (patch)
tree3aa5f1364397f968f7face32d11c135cb3cf227e /mt4/doc.go
parentb139fd5838a94c982caf5376486fdba89f68bea8 (diff)
parent67ea5c1c87afd440bad06c153d951e3a62113c68 (diff)
downloadgo-metatrader4-3b579b3bab9a91338ee5821edf9dcd852b105fe9.tar.xz
go-metatrader4-3b579b3bab9a91338ee5821edf9dcd852b105fe9.zip
Merge pull request #7 from valentineus/codex/prepare-documentation-for-methods-and-types
Improve 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