2025-04-15 20:49:32 +08:00

9 lines
106 B
Go

package main
import "SafelineAPI/internal/app/config"
func main() {
var c config.Config
c.Default()
}