mirror of
https://github.com/imjasonh/version
synced 2026-07-06 22:12:27 +00:00
11 lines
109 B
Go
11 lines
109 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
|
|
"github.com/imjasonh/version"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(version.Get())
|
|
}
|