Sample go project
This commit is contained in:
parent
52559a3072
commit
de293b5f37
5 changed files with 38 additions and 1 deletions
7
pkg/util/util.go
Normal file
7
pkg/util/util.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package util
|
||||
|
||||
import fmt
|
||||
|
||||
func PrintVersion() {
|
||||
fmt.Println("v4.2.0")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue