first version
Some checks failed
代码更新通知 / update-server (push) Failing after 0s

This commit is contained in:
2024-12-18 11:23:01 +08:00
commit ea9148395c
9 changed files with 87 additions and 0 deletions

7
post/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Post of Simple Go Action")
}