Skip to content

Commit cdb61b2

Browse files
committed
Update mage.go
1 parent 5536b33 commit cdb61b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

magefile.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ var launcherBrandingName, _ = sh.Output("go", "run", "cmd/echo_field/main.go", "
3333

3434
var launcherVersion = version()
3535
var binaryExt = ext()
36-
var gitDesc
36+
//var gitDesc
3737

3838
// Version is latest tag corresponding to version regex
3939
var versionPattern = regexp.MustCompile(`^v[0-9]+\.[0-9]+\.[0-9]+$`)
4040
func version() string {
41-
42-
versionPattern.MatchString()
41+
return ""
42+
// versionPattern.MatchString()
4343
}
4444

4545
func ext() string {
@@ -50,7 +50,7 @@ func ext() string {
5050
}
5151
}
5252

53-
func
53+
//func
5454

5555
func init() {
5656
timestamp := time.Now().Format(time.RFC3339)

0 commit comments

Comments
 (0)