From 1984274b54205392f3fab4428a4782fc0a70ff30 Mon Sep 17 00:00:00 2001 From: Ho-Sheng Hsiao Date: Mon, 30 Mar 2015 22:53:26 -0700 Subject: [PATCH] [DOC] Added README.md for generating assets --- assets/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 assets/README.md diff --git a/assets/README.md b/assets/README.md new file mode 100644 index 000000000..b22d645dc --- /dev/null +++ b/assets/README.md @@ -0,0 +1,13 @@ +# Assets loaded in with IPFS + +## Generating docs + +Do not edit the .go files directly. + +Instead, edit the source files and use `go2doc` from within the +assets directory: + +``` +go get github.com/whyrusleeping/doc2go +go generate +```