pms/server/plugin/organization/utils/pointer.go

6 lines
69 B
Go

package utils
func GetBoolPointer(t bool) *bool {
return &t
}