index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
effective_go.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: adjustments for move from src/pkg to src
Russ Cox
2014-09-08
1
-2
/
+2
*
doc: drop scheme from links that are known to support HTTPS
Andrew Gerrand
2014-07-25
1
-4
/
+4
*
doc/effective_go.html: a little more about errors
Rob Pike
2014-05-14
1
-3
/
+17
*
doc: replace absolute links to golang.org with relative links
Dmitriy Vyukov
2014-05-07
1
-2
/
+2
*
doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b i...
Shenghou Ma
2014-04-17
1
-3
/
+15
*
doc: allow buffered channel as semaphore without initialization
Russ Cox
2014-03-24
1
-24
/
+16
*
doc/effective_go.html: fix typo
Rob Pike
2014-03-21
1
-3
/
+4
*
effective_go: move 'Type switch' section into 'Control structures' section.
Rob Pike
2014-01-23
1
-1
/
+1
*
doc: replace "private" with "unexported" in Effective Go.
David Symonds
2014-01-17
1
-1
/
+1
*
doc: fix typo in Effective Go
Josh Bleecher Snyder
2013-12-20
1
-1
/
+1
*
doc/effective_go.html: close some tags.
Oling Cat
2013-12-11
1
-0
/
+4
*
doc/effective_go.html: fix code example
Shenghou Ma
2013-10-15
1
-0
/
+1
*
doc/effective_go.html: fix unescaped less-than character
Rob Pike
2013-10-11
1
-1
/
+1
*
doc/effective_go.html: fix a couple of cosmetic issues
Rob Pike
2013-10-10
1
-4
/
+4
*
doc: move spec and memory model back to /ref/
Andrew Gerrand
2013-10-04
1
-3
/
+3
*
doc/effective_go: fix server example that shares var between goroutines
Rob Pike
2013-10-02
1
-1
/
+57
*
doc: update links to spec and memory model
Andrew Gerrand
2013-09-27
1
-3
/
+3
*
effective_go: add a discussion of labeled break and continue
Rob Pike
2013-09-17
1
-1
/
+42
*
doc/effective_go.html: remove spurious word
Rob Pike
2013-08-05
1
-1
/
+1
*
effective_go.html: make snippets look formatted.
R?my Oudompheng
2013-07-29
1
-4
/
+4
*
doc/effective_go: stamp out stray GOROOT reference
Dave Cheney
2013-07-17
1
-5
/
+5
*
effective_go.html: Fix two links
Brian G. Merrell
2013-05-27
1
-2
/
+2
*
effective_go.html: be more accepting in the guidelines for interface names
Rob Pike
2013-05-07
1
-2
/
+4
*
doc: fix formatting in effective go code snippet
Andrew Gerrand
2013-05-03
1
-1
/
+1
*
doc/effective_go.html: fix syntax error in code example
Shenghou Ma
2013-04-24
1
-1
/
+1
*
doc: fix typo in Effective Go
Andrew Gerrand
2013-04-22
1
-1
/
+1
*
doc/effective_go: another doubled word
Rob Pike
2013-04-16
1
-1
/
+1
*
doc/effective_go.html: fix typo
Shenghou Ma
2013-04-17
1
-1
/
+1
*
doc: fix typo in effective_go.html
Elias Naur
2013-03-29
1
-1
/
+1
*
effective_go.html: fix semaphore example
Rob Pike
2013-03-12
1
-8
/
+46
*
effective_go.html: add a section on type assertions
Rob Pike
2013-03-08
1
-6
/
+88
*
effective_go.html: move and rework the blank identifier section
Rob Pike
2013-03-08
1
-154
/
+197
*
doc/effective_go.html: unify and expand the discussion of Sprintf and String
Rob Pike
2013-03-06
1
-13
/
+46
*
effective_go.html: round 3 of minor edits.
Rob Pike
2013-03-06
1
-35
/
+61
*
doc/effective_go.html: update slices and maps.
Rob Pike
2013-03-05
1
-16
/
+88
*
doc/effective_go.html: minor updates, part 1
Rob Pike
2013-02-28
1
-32
/
+82
*
doc/effective_go.html: use correct name in Interface Checks section
Rob Pike
2013-02-27
1
-2
/
+1
*
doc: adjust indentation in Effective Go commentary example.
David Symonds
2013-02-13
1
-3
/
+2
*
doc/effective_go.html: add a section about the blank identifier
Russ Cox
2013-01-22
1
-0
/
+150
*
doc: fix effective_go: s/byte array/byte slice/.
Nigel Tao
2013-01-19
1
-13
/
+13
*
doc/effective_go: don't use ALL_CAPS for variable names.
Nigel Tao
2012-11-08
1
-10
/
+10
*
all: clear execute bit
Mikio Hara
2012-11-01
1
-0
/
+0
*
effective_go: s/usr/home/ in example
Rob Pike
2012-09-23
1
-1
/
+1
*
doc/effective_go: Closed some tags; removed extra spaces.
Oling Cat
2012-09-18
1
-3
/
+17
*
effective_go: use html/template instead of text/template
Rob Pike
2012-09-13
1
-7
/
+8
*
doc/progs: use test/run.go for testing on Windows
Shenghou Ma
2012-09-03
1
-1
/
+1
*
doc/effective_go.html: fixed the Request channel parameter
Jongmin Kim
2012-04-13
1
-1
/
+1
*
doc/effective_go.html: Add missing '...' for fmt.Sprintf()
Aaron Kemp
2012-03-30
1
-1
/
+1
*
effective_go: cleanups and fixes
Rob Pike
2012-03-25
1
-13
/
+39
*
doc/effective_go.html: undo local font change
Robert Griesemer
2012-03-21
1
-1
/
+1
[next]