simple-go-action/post/post.go
2023-04-17 13:52:29 +08:00

8 lines
85 B
Go

package main
import "fmt"
func main() {
fmt.Println("Post of Simple Go Action")
}