diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-05 01:38:50 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-05 01:38:50 +0300 |
commit | 67ea5c1c87afd440bad06c153d951e3a62113c68 (patch) | |
tree | 3aa5f1364397f968f7face32d11c135cb3cf227e /internal/proto | |
parent | b139fd5838a94c982caf5376486fdba89f68bea8 (diff) | |
download | go-metatrader4-67ea5c1c87afd440bad06c153d951e3a62113c68.tar.xz go-metatrader4-67ea5c1c87afd440bad06c153d951e3a62113c68.zip |
Add package documentation
Diffstat (limited to 'internal/proto')
-rw-r--r-- | internal/proto/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/proto/doc.go b/internal/proto/doc.go new file mode 100644 index 0000000..37b4442 --- /dev/null +++ b/internal/proto/doc.go @@ -0,0 +1,2 @@ +// Package proto provides helpers for encoding requests and decoding responses. +package proto |