remove todos

This commit is contained in:
Mark McGranaghan 2012-10-30 17:56:52 -07:00
parent 789ce4af28
commit af5f06f263

View File

@ -74,6 +74,3 @@ func main() {
out := r.ReplaceAllFunc(in, bytes.ToUpper)
fmt.Println(string(out))
}
// todo: Find(All)?(String)?(Submatch)?(Index)?
// todo: Examples of regular expressions in #golang: https://gobyexample.com/regular-expressions One of the best areas for a "by example" approach IMO.