From 67ea5c1c87afd440bad06c153d951e3a62113c68 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Jun 2025 02:38:50 +0400 Subject: Add package documentation --- mt4/doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mt4/doc.go (limited to 'mt4/doc.go') 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 -- cgit v1.2.3