Open wallclockbuilder opened 9 years ago
So please fix that. Thanks
Is this even doable? What does the documentation say?
Please cite the documentation.
Also please add a reference to any open source project who uses this in their godoc. A golang package will even be better.
Examples currently show this: fmt.Println(Capitalize("bare necessities"))
It should instead be exactly what is used in context: fmt.Println(gstrings.Capitalize("bare necessities"))