Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go kosu/rpc docs #176

Merged
merged 15 commits into from Aug 1, 2019

go-kosu: rename rpc doc template

  • Loading branch information
gchaincl committed Jul 23, 2019
commit 883a48f7e778870f317b0f55bca5eb6cb462ee54
@@ -56,7 +56,7 @@ func main() {
pkgDocs.Types = append(pkgDocs.Types, typeDocs)
}

t, err := template.New("template.md").ParseFiles("./template.md")
t, err := template.New("template.md").ParseFiles("./template.md.tpl")
if err != nil {
panic(err)
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.