simple-go-action/post/post.go

8 lines
85 B
Go
Raw Normal View History

2023-04-17 13:52:29 +08:00
package main
import "fmt"
func main() {
fmt.Println("Post of Simple Go Action")
}