Files
Crimson-Gatekeeper/srv/cmd/tool/cfg.go

10 lines
248 B
Go
Raw Normal View History

2026-02-25 20:10:41 +08:00
package tool
2026-02-26 11:37:56 +08:00
// Karmaforge 因果熔炉
// 这个函数会被引用,并且最终被代码生成所重写
2026-02-25 20:10:41 +08:00
func Karmaforge[T any](params ...any) *T {
2026-02-26 11:37:56 +08:00
panic("在使用因果熔炉之前,需要执行仪式")
// var result T
// return &result
2026-02-25 20:10:41 +08:00
}