DON'T USE IT IN THE PRODUCTION ENVIRONMENT!
this will cause your programe unstable.
请确保你的类型与结构体名是存在的,否则会panic
Please make sure the type of value is correct, or it will panic
CustomInG[uint64]("goid")
SetCustomInG[uint64]("goid", 123456)
Check wthether it's affected or not
fmt.Println(CustomInG[uint64]("goid"))
CustomInM[int64]("id")
SetCustomInM[int64]("id", 123456)
Check wthether it's affected or not
CustomInM[int64]("id")
CustomInM[int32]("id")
SetCustomInP[int32]("id", 1)
Check wthether it's affected or not
CustomInP[int32]("id")