mirror of
https://github.com/golang/go
synced 2024-11-05 17:06:13 -07:00
ae8cc59455
This can be very helpful if you lay out each value's string representation like this: and // & andAnd // && or // | orOr // || Without the use of comments, it's impossible to use stringer with these names as the characters & and | cannot form valid identifiers in a Go program. Fixes #20483. Change-Id: I4d36c74059dd48ae3a5e09b70a429a75853ef179 Reviewed-on: https://go-review.googlesource.com/44076 Run-TryBot: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Rob Pike <r@golang.org> |
||
---|---|---|
.. | ||
testdata | ||
endtoend_test.go | ||
golden_test.go | ||
importer18.go | ||
importer19.go | ||
stringer.go | ||
util_test.go |