From bc69efbaefd7318f85f2f198ba4315df93a79aae Mon Sep 17 00:00:00 2001 From: netbenix Date: Sat, 20 Nov 2021 19:41:41 +0100 Subject: [PATCH] Added a empty func to push command --- Commands/PushCommand.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Commands/PushCommand.go b/Commands/PushCommand.go index 2b2d46b..22c3e9d 100644 --- a/Commands/PushCommand.go +++ b/Commands/PushCommand.go @@ -26,3 +26,11 @@ func NewPushCommand() *cli.Command { }, } } + + +func PushPackage(folderPath string){ + + + + +}