alfred/pkg/stringx/string.go
2026-03-28 19:27:32 +08:00

6 lines
71 B
Go

package stringx
func NewStrPoint(val string) *string {
return &val
}