0
mirror of https://github.com/valentineus/go-metatrader4.git synced 2025-07-08 09:50:27 +03:00

Add package documentation

This commit is contained in:
2025-06-05 02:38:50 +04:00
parent b139fd5838
commit 67ea5c1c87
4 changed files with 14 additions and 0 deletions

2
internal/proto/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package proto provides helpers for encoding requests and decoding responses.
package proto