All checks were successful
Test Go Action / use-go-action (push) Successful in 7s
12 lines
126 B
Go
12 lines
126 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
"gowinter/internal"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println("Welcome to rise field!!")
|
|
internal.Run()
|
|
}
|