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: add rpcdocs Makefile target

  • Loading branch information
gchaincl committed Jul 30, 2019
commit be95b9037064a4498e11d7d5ab973d5b143246ad
@@ -32,3 +32,6 @@ gen:
go generate ./...

ci: lint test

rpcdocs:
cd ./rpc/doctool && go run main.go ../

This file was deleted.

@@ -56,7 +56,7 @@ func main() {
pkgDocs.Types = append(pkgDocs.Types, typeDocs)
}

t, err := template.New("template.md").ParseFiles("./template.md.tpl")
t, err := template.New("template.md.tpl").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.