Files
gotify/post/main.go
fghwett ea9148395c
Some checks failed
代码更新通知 / update-server (push) Failing after 0s
first version
2024-12-18 11:23:01 +08:00

8 lines
85 B
Go

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