http://blog.golang.org/go-slices-usage-and-internals
A slice literal is declared just like an array literal, except you leave out the element count:
letters := []string{"a", "b", "c", "d"}
'Programming' 카테고리의 다른 글
C++에서 UTF-8 사용 (0) | 2016.02.06 |
---|---|
자바 디자인 패턴 5 - Singleton (0) | 2016.01.21 |
Dealing with encodings in Go (0) | 2016.01.20 |
Read and write Office documents from Clojure - docjure (0) | 2016.01.07 |
virtualenv를 사용하자 - 가상 개발환경 구축하기 (0) | 2016.01.07 |