https://feedback.corp.google.com/#/Report/877875712
Description:
// missing high index implies len(s)
fmt.Println("p[4:] ==", p[4:])
should be changed to
// missing high index implies len(p)
fmt.Println("p[4:] ==", p[4:])
UI language: en
Detected language: en
Original issue reported on code.google.com by feedback...@gmail.com on 27 Jul 2013 at 3:41
Original issue reported on code.google.com by
feedback...@gmail.com
on 27 Jul 2013 at 3:41