something is going on
This commit is contained in:
3
internal/bundler/bundler.go
Normal file
3
internal/bundler/bundler.go
Normal file
@ -0,0 +1,3 @@
|
||||
package bundler
|
||||
|
||||
func Build()
|
@ -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