メモメモ composite literals

https://golang.org/doc/effective_go.html#composite_literals

メモメモ sieve

https://golang.org/ref/spec#An_example_package エラトステネスの篩 - Wikipedia

メモメモ type switches

https://golang.org/ref/spec#Type_switches could be rewritten:

メモメモ constants

https://golang.org/ref/spec#Constants http://en.wikipedia.org/wiki/IEEE_754-1985#Positive_and_negative_infinity

メモメモ FileServer

http://golang.org/pkg/net/http/#FileServer

メモメモ Serve

http://golang.org/pkg/net/http/#Serve

メモメモ ExecuteTemplate

http://golang.org/pkg/html/template/#Template.ExecuteTemplate

メモメモ template

http://golang.org/pkg/text/template/

メモメモ conversions

https://golang.org/ref/spec#Conversions

メモメモ json RawMessage

http://golang.org/pkg/encoding/json/#example_RawMessage http://golang.org/pkg/encoding/json/#example_Indent

メモメモ HMAC

HMAC - Wikipedia

メモメモ webwiki

http://golang.org/doc/articles/wiki/

メモメモ examples

Testable Examples in Go - The Go Blog

メモメモ context

Go Concurrency Patterns: Context - The Go Blog RPC - Wikipedia

メモメモ X.509

X.509 - Wikipedia メッセージ認証符号 - Wikipedia 冪剰余 - Wikipedia

メモメモ test

https://golang.org/doc/code.html#Testing

メモメモ pipelines | done

Go Concurrency Patterns: Pipelines and cancellation - The Go Blog http://golang.org/ref/spec#Receive_operator

メモメモ heap

http://golang.org/pkg/container/heap/ ヒープソート - Wikipedia 二分ヒープ - Wikipedia ランダウの記号 - Wikipedia 順序集合 - Wikipedia

メモメモ concurrency

Concurrency is not Parallelism

メモメモ http.HandlerFunc

http://golang.org/pkg/net/http/#HandlerFunc The http.HandlerFunc wrapper technique in #golang — Medium

メモメモ parallel

https://golang.org/doc/effective_go.html#parallel

メモメモ init

https://golang.org/doc/effective_go.html#initialization ヨタバイト - Wikipedia

メモメモ import / side effect

https://golang.org/doc/effective_go.html#blank_import http://golang.org/pkg/image/#Overview 副作用 (プログラム) - Wikipedia

メモメモ channel types

https://golang.org/ref/spec#Channel_types

メモメモ indexRune

http://golang.org/pkg/bytes/#IndexRune

メモメモ sync

https://golang.org/pkg/sync/

メモメモ image

The Go image package - The Go Blog RGB - Wikipedia CMYK - Wikipedia YCbCr ‐ 通信用語の基礎知識 アルファチャンネル - Wikipedia アルファブレンド - Wikipedia Base64 - Wikipedia

メモメモ array/slice/string

http://blog.golang.org/slices

メモメモ bufio Writer/

http://golang.org/pkg/bufio/#Writer http://golang.org/pkg/bufio/#Scanner

メモメモ logger

http://golang.org/pkg/log/#Logger