Sign in
go
/
go
/
02e69c4b536a46f2aef4aa127092fa167ada296e
/
doc
/
effective_go.html
0e1da61
doc/effective_go.html: add missing newline
by Michael Vetter
· 10 years ago
220a6de
build: adjustments for move from src/pkg to src
by Russ Cox
· 11 years ago
43ad89d
doc: drop scheme from links that are known to support HTTPS
by Andrew Gerrand
· 11 years ago
1476686
doc/effective_go.html: a little more about errors
by Rob Pike
· 11 years ago
2e1ddeb
doc: replace absolute links to golang.org with relative links
by Dmitriy Vyukov
· 11 years ago
f8f34c3
doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b is addressable.
by Shenghou Ma
· 11 years ago
132e816
doc: allow buffered channel as semaphore without initialization
by Russ Cox
· 11 years ago
0c84156
doc/effective_go.html: fix typo
by Rob Pike
· 11 years ago
592415d
effective_go: move 'Type switch' section into 'Control structures' section.
by Rob Pike
· 11 years ago
1e67453
doc: replace "private" with "unexported" in Effective Go.
by David Symonds
· 11 years ago
de4ca13
doc: fix typo in Effective Go
by Josh Bleecher Snyder
· 11 years ago
b349477
doc/effective_go.html: close some tags.
by Oling Cat
· 11 years ago
244014e
doc/effective_go.html: fix code example Fixes #6595.
by Shenghou Ma
· 11 years ago
7f168f9
doc/effective_go.html: fix unescaped less-than character
by Rob Pike
· 11 years ago
beca0e1
doc/effective_go.html: fix a couple of cosmetic issues
by Rob Pike
· 11 years ago
48ba6fe
doc: move spec and memory model back to /ref/
by Andrew Gerrand
· 11 years ago
d38ed2a
doc/effective_go: fix server example that shares var between goroutines
by Rob Pike
· 11 years ago
1f7c8a9
doc: update links to spec and memory model
by Andrew Gerrand
· 11 years ago
2a5dcfa
effective_go: add a discussion of labeled break and continue Fixes #5725.
by Rob Pike
· 12 years ago
38a77ff
doc/effective_go.html: remove spurious word
by Rob Pike
· 12 years ago
d26d5e64
effective_go.html: make snippets look formatted.
by Rémy Oudompheng
· 12 years ago
deee03f
doc/effective_go: stamp out stray GOROOT reference
by Dave Cheney
· 12 years ago
20c524c
effective_go.html: Fix two links
by Brian G. Merrell
· 12 years ago
2f326da
effective_go.html: be more accepting in the guidelines for interface names
by Rob Pike
· 12 years ago
48c4a87
doc: fix formatting in effective go code snippet
by Andrew Gerrand
· 12 years ago
ed19ab4
doc/effective_go.html: fix syntax error in code example Fixes #5333.
by Shenghou Ma
· 12 years ago
994c486
doc: fix typo in Effective Go
by Andrew Gerrand
· 12 years ago
f29013d
doc/effective_go: another doubled word It's clear that that should never happen.
by Rob Pike
· 12 years ago
86cd1d9
doc/effective_go.html: fix typo Fixes #5296.
by Shenghou Ma
· 12 years ago
c1786a9
doc: fix typo in effective_go.html
by Elias Naur
· 12 years ago
9dfcfb9
effective_go.html: fix semaphore example
by Rob Pike
· 12 years ago
33e8ca4
effective_go.html: add a section on type assertions
by Rob Pike
· 12 years ago
9e329a0
effective_go.html: move and rework the blank identifier section
by Rob Pike
· 12 years ago
45a3b37
doc/effective_go.html: unify and expand the discussion of Sprintf and String
by Rob Pike
· 12 years ago
5f07125
effective_go.html: round 3 of minor edits.
by Rob Pike
· 12 years ago
b3915112
doc/effective_go.html: update slices and maps.
by Rob Pike
· 12 years ago
6bfec72
doc/effective_go.html: minor updates, part 1
by Rob Pike
· 12 years ago
fbec834
doc/effective_go.html: use correct name in Interface Checks section Fixes #4897.
by Rob Pike
· 12 years ago
4101469
doc: adjust indentation in Effective Go commentary example.
by David Symonds
· 12 years ago
f8284b6
doc/effective_go.html: add a section about the blank identifier
by Russ Cox
· 12 years ago
c8c8ab0
doc: fix effective_go: s/byte array/byte slice/.
by Nigel Tao
· 12 years ago
3e2a888
doc/effective_go: don't use ALL_CAPS for variable names.
by Nigel Tao
· 12 years ago
b602c3d
all: clear execute bit
by Mikio Hara
· 12 years ago
0cd0c3e8
effective_go: s/usr/home/ in example
by Rob Pike
· 13 years ago
e93891f
doc/effective_go: Closed some tags; removed extra spaces.
by Oling Cat
· 13 years ago
f3fc009
effective_go: use html/template instead of text/template
by Rob Pike
· 13 years ago
5b7562d
doc/progs: use test/run.go for testing on Windows
by Shenghou Ma
· 13 years ago
08f919f
doc/effective_go.html: fixed the Request channel parameter
by Jongmin Kim
· 13 years ago
cb871ce
doc/effective_go.html: Add missing '...' for fmt.Sprintf()
by Aaron Kemp
· 13 years ago
4074795
effective_go: cleanups and fixes
by Rob Pike
· 13 years ago
b8b308d
doc/effective_go.html: undo local font change
by Robert Griesemer
· 13 years ago
0532f4d
doc/effective_go: minor corrections
by Shenghou Ma
· 13 years ago
e5102b3
doc: remove reference to deleted os.ENOSPC
by Brad Fitzpatrick
· 13 years ago
e5cc09a
doc: use time.Duration in Effective Go.
by David Symonds
· 13 years ago
a40065a
cmd/godoc: add support for serving templates
by Russ Cox
· 13 years ago
e8d1852
doc: update Effective Go init section
by Russ Cox
· 13 years ago
a22b0f8
doc: add command docs page, canonicalize reference paths
by Andrew Gerrand
· 13 years ago
4d7017d
doc/effective_go: minor fix
by Shenghou Ma
· 13 years ago
c50074e
doc: add a bunch of missing <p> tags
by Stefan Nilsson
· 13 years ago
7201b0c
tutorial: delete Instead we'll point people at the Tour and beef up code.html.
by Rob Pike
· 13 years ago
14efdea
effective_go: use new map deletion syntax
by Rob Pike
· 13 years ago
2783691
docs: replace references to gofix etc. with tool invocations
by Rob Pike
· 13 years ago
7cb21a7
godoc: specify HTML page metadata with a JSON blob
by Andrew Gerrand
· 13 years ago
a03c519
effective_go: provide reference to runtime.NumCPU()
by Dmitriy Vyukov
· 13 years ago
b7f44e97
doc: float -> float64 in Effective Go
by Jeff R. Allen
· 13 years ago
5353e1e
doc: trim spaces from code snippets
by Andrew Gerrand
· 13 years ago
a41006f
effective_go: redeclaration
by Rob Pike
· 13 years ago
1ddedba
tmpltohtml: put a DO NOT EDIT mark automatically in the output
by Rob Pike
· 13 years ago
d1324d8
effective_go: remove unused variable from a couple of examples Fixes #2481.
by Rob Pike
· 13 years ago
bb66164
effective_go: a little more about comma ok and type assertion Fixes #2416.
by Rob Pike
· 13 years ago
a9aef26
effective_go: fix up the description of cipher blocks and streams
by Rob Pike
· 13 years ago
6ab6c49
renaming_1: hand-edited files for go 1 renaming
by Rob Pike
· 13 years ago
eb1717e
all: rename os.EOF to io.EOF in various non-code contexts
by Vincent Vanackere
· 13 years ago
68050ac
tutorial,effective_go: prepare for error change
by Rob Pike
· 13 years ago
029c9bc
Effective Go: IntArray -> IntSlice Fixes #2336.
by Rob Pike
· 13 years ago
6731d47
effective go: fix erroneous quoting of ampersands that cropped up
by Rob Pike
· 14 years ago
18b21c7
effective go: extract and test a couple more examples.
by Rob Pike
· 14 years ago
ebf2b92
effective_go: fix brace quotes.
by Rob Pike
· 14 years ago
d1a3eda
effective_go: convert to use tmpltohtml.
by Rob Pike
· 14 years ago
73b7afb
template: delete old template code.
by Rob Pike
· 14 years ago
70f6133
doc: fix typo in Effective Go
by Andrew Gerrand
· 14 years ago
4c63129
effective go: tweak the words about semicolons, parens in control structures,
by Rob Pike
· 14 years ago
6be0bdf
Effective Go: supplied missing type in variadic function example.
by Ben Lynn
· 14 years ago
ca91ce2
doc/effective_go: add a note about prefixing error strings with their
by Nigel Tao
· 14 years ago
e3d2a29
doc/effective_go.html: replace tab with spaces.
by Rob Pike
· 14 years ago
feb9a14
doc: mention go/printer instead of container/vector in effective go
by Andrew Gerrand
· 14 years ago
46f482a
docs: remove some prose-unworthy empty parentheses.
by Rob Pike
· 14 years ago
89c59bc
effective go: explain about values/pointers in String() example
by Rob Pike
· 14 years ago
121b428
effective go: update to new Open signature. Fixes #1788.
by Rob Pike
· 14 years ago
6a186d3
src/pkg: make package doc comments consistently start with "Package foo".
by Nigel Tao
· 14 years ago
9e2fbe1
Effective Go: some small cleanups.
by Rob Pike
· 14 years ago
6095ff3
Effective Go: stress that comments are uninterpreted text
by Rob Pike
· 14 years ago
fb9e37c
template: reverse order of arguments to Execute
by Rob Pike
· 14 years ago
76f3228
go spec, effective go: cleanups
by Robert Griesemer
· 14 years ago
bd4e49f
Effective Go: fix typo
by Robert Griesemer
· 14 years ago
eea18d9
log: rename Exit* to Fatal*
by Rob Pike
· 14 years ago
61978aa
effective go: remove non-blocking ops in leaky bucket example
by Rob Pike
· 14 years ago
80e25fc
docs: float->float64 plus a couple of other tweaks.
by Rob Pike
· 14 years ago
29d0f02
effective go: explain the effect of repanicking better.
by Rob Pike
· 14 years ago
bf453eb
doc: update Effective Go for template API change.
by Nigel Tao
· 14 years ago
Next »