Skip to content

Commit

Permalink
update init
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheraSasi committed Dec 11, 2024
1 parent fd6a800 commit e623cdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions toolkit/toolkit.go
Original file line number Diff line number Diff line change
@@ -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...")
}

0 comments on commit e623cdb

Please sign in to comment.