http: help

This commit is contained in:
Mitchell Hashimoto
2015-04-02 22:21:33 -07:00
parent 4dc1d6351f
commit ce9ed56be6
5 changed files with 106 additions and 1 deletions

6
api/help.go Normal file
View File

@@ -0,0 +1,6 @@
package api
// Help reads the help information for the given path.
func (c *Client) Help(path string) (string, error) {
return "", nil
}