Skip to content

Commit

Permalink
Add doc for cli package
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Apr 9, 2021
1 parent c536cbe commit 2b5b325
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 2b5b325

Please sign in to comment.