I'm tinkering with gofmt. I've been able to work with gofmt tests, but I 
don't understand the `printer.go` tests.
The modifications I want to tinker with are in `printer.go`, but the gofmt 
tests I write seem to compile a different unmodified version of printer.go 
than the one I checked out.

The problem must be package related, because my gofmt tests see my changes 
in the gofmt source, but those same tests don't see my changes in the 
printer source.

An alternative solution to my problem would be to understand the printer 
tests.

I've done a little research to resolve this myself:
https://groups.google.com/forum/#!searchin/golang-nuts/gofmt|sort:relevance/golang-nuts/JBvEoyPJlL0/0QVENRS78r0J
https://groups.google.com/forum/#!searchin/golang-nuts/gofmt|sort:relevance/golang-nuts/5RlC11J7XNE/CIMI7yySfkwJ

Florin was unable to get a spec and was later unable to work on the project 
(according to a small chat we had), and gri (author of gofmt) answering 
this for me would be my best bet, but I can't see any info relevant to my 
question in his post.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to