miekg / gobook

A complete introduction into Go, superseded by https://github.com/miekg/learninggo
https://miek.nl/go
874 stars 96 forks source link

issue fixed: the cap of a slice #7

Closed mikespook closed 12 years ago

mikespook commented 12 years ago

Make a slice from an array, the cap of this slice should be equal to the cap of that array.

Look here : http://play.golang.org/p/H-OdvnTQ3V

miekg commented 12 years ago

I trust you, so pulled