]> Cypherpunks repositories - gostls13.git/commit
doc: update FAQ on binary sizes
authorAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 30 Apr 2018 10:30:58 +0000 (12:30 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 30 Apr 2018 16:11:15 +0000 (16:11 +0000)
commit0cdf2ec81a07e8d8303e24aab49df137b355fa3b
tree4872d59b1c7747403d0f1263d051680a8683fff2
parent48bfc8db51557210a0c6c38566185b1c376c374d
doc: update FAQ on binary sizes

In the binary sizes FAQ, the approximate size of a Go hello world
binary was said to be 1.5MB (it was about 1.6MB on go1.7 on
linux/amd64). Sadly, this is no longer true. A Go1.10 hello world is
2.0MB, and in 1.11 it'll be about 2.5MB.

Just say "a couple megabytes" to stop this dance.

Change-Id: Ib4dc13a47ccd51327c1a9d90d4116f79597513a4
Reviewed-on: https://go-review.googlesource.com/110069
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go_faq.html