From 2b5b32572252c4603b35b97003a051f1f9eb5636 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Fri, 9 Apr 2021 14:51:46 +0300 Subject: [PATCH] Add doc for cli package --- main.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/main.go b/main.go index b081d8c05..019278b7f 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,11 @@ +// mtg is just a command-line application that starts a proxy. +// +// Application logic is how to read a config and configure mtglib.Proxy. +// So, probably you need to read the documentation for mtglib package +// first. +// +// mtglib is a core of the application. The rest of the packages provide +// some default implementations for the interfaces, defined in mtglib. package main import (