Descriptioncmd/gofmt: fix gofmt -s for 3-index slices
3-index slices of the form s[:len(s):len(s)]
cannot be simplified to s[::len(s)].
Patch Set 1 #Patch Set 2 : diff -r 5f017e1d0129 https://code.google.com/p/go/ #Patch Set 3 : diff -r 5f017e1d0129 https://code.google.com/p/go/ #Patch Set 4 : diff -r 5f017e1d0129 https://code.google.com/p/go/ #
MessagesTotal messages: 3
|