mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-03 00:41:55 +03:00
Add doc for cli package
This commit is contained in:
@@ -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
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user