Files
gotify/pre/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
84 B
Go

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