chore: renew github flow

This commit is contained in:
deepzz0
2021-04-29 10:44:43 +08:00
parent a2769f0913
commit 1c955769f4
8 changed files with 62 additions and 53 deletions

8
cmd/backup/main.go Normal file
View File

@@ -0,0 +1,8 @@
// Package main provides ...
package main
import "fmt"
func main() {
fmt.Println("hello world!")
}