mirror of
https://github.com/golang/go
synced 2024-11-24 09:10:24 -07:00
6e3e380923
The allowed conversions before and after are: type Tstring string type Tbyte []byte type Trune []rune string <-> string // ok string <-> []byte // ok string <-> []rune // ok string <-> Tstring // ok string <-> Tbyte // was illegal, now ok string <-> Trune // was illegal, now ok Tstring <-> string // ok Tstring <-> []byte // ok Tstring <-> []rune // ok Tstring <-> Tstring // ok Tstring <-> Tbyte // was illegal, now ok Tstring <-> Trune // was illegal, now ok Update spec, compiler, tests. Use in a few packages. We agreed on this a few months ago but never implemented it. Fixes #1707. R=golang-dev, gri, r CC=golang-dev https://golang.org/cl/5421057 |
||
---|---|---|
.. | ||
codelab/wiki | ||
codewalk | ||
devel | ||
gopher | ||
play | ||
progs | ||
talks | ||
all.css | ||
button_background.png | ||
code.html | ||
codereview_with_mq.html | ||
community.html | ||
contrib.html | ||
contribute.html | ||
debugging_with_gdb.html | ||
docs.html | ||
effective_go.html | ||
effective_go.tmpl | ||
ExpressivenessOfGo.pdf | ||
frontpage.css | ||
gccgo_contribute.html | ||
gccgo_install.html | ||
go_faq.html | ||
go_for_cpp_programmers.html | ||
go_mem.html | ||
go_spec.html | ||
go_tutorial.html | ||
go_tutorial.tmpl | ||
go-logo-black.png | ||
go-logo-blue.png | ||
go-logo-white.png | ||
GoCourseDay1.pdf | ||
GoCourseDay2.pdf | ||
GoCourseDay3.pdf | ||
godocs.js | ||
ie.css | ||
install.html | ||
logo-153x55.png | ||
logo.png | ||
Makefile | ||
makehtml | ||
play_overlay.png | ||
playground.html | ||
popups.js | ||
root.html | ||
sieve.gif | ||
tmpltohtml.go | ||
video-001.png | ||
video-002.png | ||
video-003.png | ||
video-004.png | ||
video-005.jpg |