create templete

This commit is contained in:
sianao 2025-02-28 21:00:11 +08:00
parent f3b8d1d300
commit 5cdf61cd00
3 changed files with 8 additions and 0 deletions

0
README.md Normal file
View File

5
cmd/main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main() {
}

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/sianao/flores
go 1.23.4