尝试
This commit is contained in:
6
srv/cmd/tool/cfg.go
Normal file
6
srv/cmd/tool/cfg.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package tool
|
||||
|
||||
func Karmaforge[T any](params ...any) *T {
|
||||
var result T
|
||||
return &result
|
||||
}
|
||||
Reference in New Issue
Block a user