mirror of https://github.com/shunfei/cronsun
13 lines
147 B
Go
13 lines
147 B
Go
![]() |
package cronsun
|
||
![]() |
|
||
|
import (
|
||
|
"fmt"
|
||
|
"runtime"
|
||
|
)
|
||
|
|
||
|
const Binary = "v0.1.0"
|
||
|
|
||
|
var (
|
||
|
Version = fmt.Sprintf("%s (build %s)", Binary, runtime.Version())
|
||
|
)
|