codies/helpers.go

6 lines
62 B
Go
Raw Normal View History

2020-05-25 05:18:35 +00:00
package main
func stringPtr(s string) *string {
return &s
}