## golang/go — weekly.2012-03-22…weekly.2012-03-27

_65 commits._

### Features
- **misc/dist: support upload only (no build)** (70a8948)
- **C: add Ben Fried, Googler** (b485629)
- **doc: add JSON-RPC: a tale of interfaces article** (a786fe8)
- **doc: add doc/articles/index.html** (1144128)
- **doc: add Terms of Service** (d299122)
- **misc/dist: add -wxs flag to provide custom installer.wxs file** (bfdc45a)
- **run.bash: set -e in new codewalk block** (072646c)
- **cmd/go: add missing error check** (c26b504)
- **doc/go1: add mention of packaged releases** (c5f695e)
- **doc/reference-cmd.html: new introduction** (b730464)
- **os: add missing byte to FileMode buffer** (2dfcbd0)

### Fixes
- **misc/dist: it sucks hwhen you forget to fix typos** (81dbec1)
- **go/build: fix import check** (6718627)
- **cmd/go: fix two bugs** (6b09295)
- **cmd/dist: fix detection of go1 version** (901ee5c)
- **misc/emacs: fix overindentation caused by mis-parsing lines ending with special chars** (bf9620e)
- **doc: fix concurrency patterns rawhtml generation** (603a44c)
- **misc/goplay: fix error on IE8.** (a3b86e9)
- **cmd/godoc: fix app engine version** (fd9c206)
- **codewalk/sharemem.xml: fix references to files** (ae8d8ab)
- **text/template: fix typo in package comment** (43ad726)
- **doc/articles/image_draw.html: fix circle example** (fc9f65a)

### Backend
- **weekly.2012-03-27** (3895b50)
- **doc: added The Go image package article** (18f1a71)
- **path/filepath: correct comment in EvalSymlinks** (48a2c50)
- **doc: link to Go Project Dashboard from package list** (16fd9fd)
- **cmd/godoc: use virtual filesystem to implement -templates flag** (d71d11f)
- **runtime: work around false negative in deadlock detection** (5eb007d)
- **cmd/go: respect $GOBIN always** (9d7076b)
- **doc: use relative links in Laws of Reflection article** (14da529)
- **doc: use relative links in draw package article** (cafc2b6)
- **doc: update wiki tutorial templates, and template discussion** (d98507f)
- **path/filepath: use windows GetShortPathName api to force GetLongPathName to do its work** (7a39654)
- **cmd/go: update for go1 tag format** (d6c9af6)
- **doc: update licensing text one more time** (c748689)
- **net: ignore ECONNABORTED from syscall.Accept** (a63c37b)
- **undo CL 5844051 / 5d0322034aa8** (4c2614c)
- **cmd/go: copy tag_test.go from goinstall** (a3498f4)
- **runtime: restore deadlock detection in the simplest case.** (84bb254)
- **doc: move /ref/cmd to /doc/cmd** (8d5b324)
- **doc: update footer text** (308cc10)
- **path/filepath: convert drive letter to upper case in windows EvalSymlinks** (cf13bd3)
- **doc: remove cov and prof from /ref/cmd** (9031f95)
- **cmd/godoc: canonicalize custom path redirects** (849ad2d)
- **doc: move gdb doc back to /doc/ and de-emphasize on references page** (98155bd)
- **doc: describe the Windows MSI installer as experimental** (1b89d51)
- **misc/dist: don't ship codereview either** (0c58eff)
- **misc/dist: don't include old python dashboard in releases** (9b6555c)
- **exp/types: generalized GCImporter API.** (5390722)
- **doc: Change id of footer** (f4ec146)
- **cmd/go: explain versions better** (6421bde)
- **windows: install fixes** (f4fc889)
- **run.bash: compile the codewalks** (6492cac)
- **godoc: make 'Overview' section collapsable** (0b762d9)
- **doc: make installation instructions more skim-friendly** (ce06e15)
- **cmd/go: allow underscores in tool name** (3044048)
- **go/build: cgoEnabled is not known to cmd/dist anymore** (d1f6e27)
- **doc/reference-cmd: use vet as example, not fmt** (7b8f8bf)
- **effective_go: cleanups and fixes** (4074795)
- **docs/articles/wiki: minor fixes** (73b5eb3)
- **doc/reference-cmd: doc/fmt can be invoked by cmd/go but also available as independent command** (54a2e63)
- **crypto/tls: don't select ECC ciphersuites with no mutual curve.** (1d8ec87)
- **doc/articles/defer_panic_recover.html: minor tweaks** (76cf6ba)
- **path/filepath: windows drive letter cannot be a digit** (f39ff80)
- **tag weekly.2012-03-22** (d420be5)

_Recap by [Repo Wrapped](https://repowrapped.com/gh/golang/go?utm_source=github-action)._