feat: init project

This commit is contained in:
yanghao05
2025-08-05 17:26:59 +08:00
parent c5d621ad03
commit e034a2e54e
30 changed files with 5159 additions and 0 deletions

10
main.go Normal file
View File

@@ -0,0 +1,10 @@
/*
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
*/
package main
import "github.com/rogeecn/database_render/cmd"
func main() {
cmd.Execute()
}