simple-go-action/post/post.go

8 lines
85 B
Go

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