Added a empty func to push command
This commit is contained in:
parent
ad9be93775
commit
bc69efbaef
1 changed files with 8 additions and 0 deletions
|
|
@ -26,3 +26,11 @@ func NewPushCommand() *cli.Command {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func PushPackage(folderPath string){
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue