From e623cdb5170730aa18347b071ddbe250611ad42c Mon Sep 17 00:00:00 2001 From: tacheraSasi Date: Thu, 12 Dec 2024 02:02:24 +0300 Subject: [PATCH] update init --- toolkit/toolkit.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/toolkit/toolkit.go b/toolkit/toolkit.go index 88dab46..4cb9c1a 100644 --- a/toolkit/toolkit.go +++ b/toolkit/toolkit.go @@ -1,7 +1,13 @@ package toolkit +import "fmt" + var CLI_ARGS []string = []string{} func GetCliArgs()[]string{// Returns the CLI_ARGS return CLI_ARGS +} + +func Update(){ + fmt.Println("updating vint...") } \ No newline at end of file