something is going on
This commit is contained in:
@ -4,6 +4,10 @@ type Client struct {}
|
||||
|
||||
func (cli *Client) Install () error {
|
||||
// Generate the package from templates
|
||||
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (cli *Client) Tempalte() error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user