6 lines
71 B
Go
6 lines
71 B
Go
package stringx
|
|
|
|
func NewStrPoint(val string) *string {
|
|
return &val
|
|
}
|