docs: add changelog, rewrite internal section, add trusted by section

This commit is contained in:
Denis Isaev 2018-06-30 20:07:35 +03:00 committed by Isaev Denis
parent 35f9d8e5b9
commit 815d13148f
3 changed files with 229 additions and 61 deletions

View file

@ -16,7 +16,7 @@ import (
func main() {
const (
tmplPath = "README.md.tmpl"
tmplPath = "README.tmpl.md"
outPath = "README.md"
)