version/main.go
2025-04-20 01:50:18 +03:00

7 lines
83 B
Go

package version
import "fmt"
func main () {
fmt.Println("version is here")
}