在已知長度情況下優化 slice 的性能

Nic Lin at 
golang 在用 slice 時要注意,如果先給大小的話可以避免動態的多次 allocate 多的 memory,然後讓底層產生多個 slice 假設從 SQL 拿出來的資料已經知道其長度,再塞資料到 slice……