feat: scaffold dirs with a noop miro init command
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package miro
|
||||
|
||||
// Init is the current no-op initializer placeholder.
|
||||
func Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user