stringy/message.go

6 lines
70 B
Go

package string_manipulation
const (
First = "first"
Last = "last"
)