wallclockbuilder / stringutil

Ruby's string manipulation convenience functions for Golang
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Examples are not context specific. #35

Open wallclockbuilder opened 9 years ago

wallclockbuilder commented 9 years ago

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"))

wallclockbuilder commented 9 years ago

So please fix that. Thanks

wallclockbuilder commented 9 years ago

Is this even doable? What does the documentation say?

wallclockbuilder commented 9 years ago

Please cite the documentation.

wallclockbuilder commented 9 years ago

Also please add a reference to any open source project who uses this in their godoc. A golang package will even be better.