]> Cypherpunks repositories - gostls13.git/commit
exp/norm: LastBoundary is used in preparation for an append operation. It seems
authorMarcel van Lohuizen <mpvl@golang.org>
Wed, 5 Oct 2011 21:36:02 +0000 (14:36 -0700)
committerMarcel van Lohuizen <mpvl@golang.org>
Wed, 5 Oct 2011 21:36:02 +0000 (14:36 -0700)
commit9a8da9d4999f53fa4487cf3e36c3e5bc59fd6fee
treedcb8e215ea37539e2846b11690adf4b08c09fabb
parentcb65463edbcfc4c44f9b27277d87958cc2cda681
exp/norm: LastBoundary is used in preparation for an append operation. It seems
therefore unlikely that there is a good use for its string version
LastBoundaryInString. Yet, the implemenation of this method would complicate
things a bit as it would require the introduction for another interface and
some duplication of code. Removing it seems a better choice.

R=r
CC=golang-dev
https://golang.org/cl/5182044
src/pkg/exp/norm/normalize.go