@ -2,6 +2,10 @@ package main
import "fmt"
const (
version = "v0.1.0"
)
func main() {
fmt.Println("Hello, Go!")
}