mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-19 13:31:02 +01:00
added
This commit is contained in:
11
vendor/github.com/glycerine/zygomys/zygo/version.go
generated
vendored
Normal file
11
vendor/github.com/glycerine/zygomys/zygo/version.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package zygo
|
||||
|
||||
import "fmt"
|
||||
|
||||
// version information. See Makefile and gitcommit.go for update/init.
|
||||
var GITLASTTAG string
|
||||
var GITLASTCOMMIT string
|
||||
|
||||
func Version() string {
|
||||
return fmt.Sprintf("%s/%s", GITLASTTAG, GITLASTCOMMIT)
|
||||
}
|
||||
Reference in New Issue
Block a user