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

7 lines
89 B
Go
Raw Normal View History

2026-02-25 20:10:41 +08:00
package tool
func Karmaforge[T any](params ...any) *T {
var result T
return &result
}