package main import ( "fmt" "gowinter/internal" ) func main() { fmt.Println("Welcome to rise field!!") internal.Run() }