diff --git a/do.go b/do.go index 6c678d6..61a7061 100644 --- a/do.go +++ b/do.go @@ -5,7 +5,7 @@ import ( "fmt" ) -func (c *Client) Action(action Action) error { +func (c *Client) DoAction(action Action) error { // print request and response to console: // // io.Copy(os.Stdout, asJsonReader(action))