mirror of https://github.com/gobeam/stringy.git
6 lines
70 B
Go
6 lines
70 B
Go
|
package string_manipulation
|
||
|
|
||
|
const (
|
||
|
First = "first"
|
||
|
Last = "last"
|
||
|
)
|