]> Cypherpunks repositories - gostls13.git/commit
make String work on Position values, to enable
authorRuss Cox <rsc@golang.org>
Wed, 16 Sep 2009 23:38:49 +0000 (16:38 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 16 Sep 2009 23:38:49 +0000 (16:38 -0700)
commit127368d220b77f2bfafa7a95cec9b1374f43aa97
treefb890d0c671313a8776103133cde89438baa1431
parentd5be41fc4e58995da5797022221d6b84b9894896
make String work on Position values, to enable

fmt.Printf("%s: %s\n", expr.Pos(), message);

R=gri
DELTA=15  (1 added, 3 deleted, 11 changed)
OCL=34706
CL=34708
src/pkg/go/token/token.go