185 Commits

Author SHA1 Message Date
Mark McGranaghan
ee8149219e Explain non-blocking sends 2018-02-09 14:47:28 -08:00
Mark McGranaghan
01a5f6de68 Use more idiomatic <int> * <const> for intervals 2018-02-09 14:16:57 -08:00
Mark McGranaghan
f31487b81a Rebuild for spelling fix 2018-02-01 18:00:01 -05:00
Mark McGranaghan
4797db6592 Rebuild for style fixes 2018-02-01 17:54:35 -05:00
Mark McGranaghan
c6f016430a Rebuild for switch changes 2018-02-01 17:30:13 -05:00
Mark McGranaghan
9ae40faa32 Rebuild for goroutines change 2018-02-01 17:26:27 -05:00
Mark McGranaghan
47be1a0ff8 Build updates 2018-02-01 16:35:20 -05:00
Mark McGranaghan
37740d6936 Underscore italics around links don't seem to work 2018-02-01 16:15:50 -05:00
Mark McGranaghan
1b53607cd5 Edits to for re: continue
Ref #122.
2016-12-27 13:31:00 -08:00
Mark McGranaghan
c0e0f725d2 Merge pull request #122 from mhutter/for-continue
Extended `for`: Added explanation of `continue`.
2016-12-27 13:29:18 -08:00
Mark McGranaghan
a334236cc3 Remove todos
We are not planning to address them at this point.
2016-12-27 12:54:04 -08:00
Mark McGranaghan
a3b3bff8cb Edits and generation for type switch update 2016-12-27 12:41:21 -08:00
Mark McGranaghan
c4b8ffdd62 Remove confusing comment about closed channels
Ref #108
2016-12-27 11:58:50 -08:00
Mark McGranaghan
cf6b1fe44a Rebuild for range changes 2016-12-27 10:44:26 -08:00
Mark McGranaghan
513eefcddc Clarify worker-pool example
Ref #131
2016-12-27 10:32:33 -08:00
Mark McGranaghan
6a58750728 Consistently use Sleep in state-management examples
Consistently use `time.Sleep`, instead of `runtime.Gosched`, to ensure all
goroutines can make progress. `Gosched` wasn't working in the playground
(ref #149).

Also stop trying to compare operation rates. This was tenuous given e.g. how
short the programs ran for, and with the `Sleep`s we now expect the rates to
be similar anyways.
2016-12-27 10:13:03 -08:00
Mark McGranaghan
94cba6875d Add some inline links to "previous examples"
Fixes #144.
2016-12-27 08:50:13 -08:00
Mark McGranaghan
0f88988564 Minor rendering updates for new Pygments 2016-12-27 08:28:55 -08:00
Mark McGranaghan
cca7879dce Add note about len and [] operating on bytes
Fixes #148.
2016-12-27 07:41:08 -08:00
Mark McGranaghan
e533ad365b Fix typo in string-functions 2016-12-27 07:20:27 -08:00
Mark McGranaghan
2cad6277f8 Regenerate for #132 2016-12-27 07:18:03 -08:00
Mark McGranaghan
ba1fb3a1ed Fix typo in command-line-flags
Closes #146.
2016-12-27 07:12:30 -08:00
Mark McGranaghan
aaa3f66fc6 Fix ToLower capitalization in string-functions
Closes #150.
2016-12-27 07:05:58 -08:00
Mark McGranaghan
c9672f5fd2 Regenerate for fix in #136 2016-06-05 14:32:10 -07:00
Mark McGranaghan
c2642ceaf8 Fix range commentary per #137 2016-06-05 14:28:57 -07:00
Manuel Hutter
e23cb95e59 Extended for: Added explanation of continue. 2016-01-22 15:05:12 +01:00
Mark McGranaghan
e9f43d3a09 Update favicon 2016-01-01 13:55:45 -08:00
Mark McGranaghan
2835629767 Rebuild to reflect meta change 2015-09-14 08:50:18 -07:00
Mark McGranaghan
3dc21b848c Avoid double-pointer in Unmarshal 2015-09-14 08:50:10 -07:00
Mark McGranaghan
93e2f08a6b Rebuild 2015-09-05 10:19:48 -07:00
Mark McGranaghan
a4d9d2f5db Use 1600ms to avoid racing 2015-08-29 17:12:44 -07:00
Richo Healey
f60da41f5b Update the random examples 2015-07-27 11:13:08 -07:00
Mark McGranaghan
8b66bf7fcb A square can't have different width and height 2015-04-19 08:26:26 -07:00
Mark McGranaghan
518a807773 Rebuild 2015-02-24 19:13:33 -08:00
Mark McGranaghan
6494e4478b Rebuild 2015-02-14 07:19:47 -08:00
Mark McGranaghan
7f27da9e7a Add missing word 2015-01-10 14:55:49 -08:00
Mark McGranaghan
310c3f641d Merge remote-tracking branch 'mathonsunday/master' 2015-01-10 14:54:20 -08:00
Mark McGranaghan
99e0ab00df Rebuild 2015-01-10 14:42:44 -08:00
Veronica Ray
ed962417b7 Response to PR feedback 2015-01-07 22:03:41 -08:00
mathonsunday
cb34420198 Added blank identifier explanation to maps 2015-01-06 21:22:07 -08:00
Mark McGranaghan
a2fe5f2db4 Fix interfaces typo 2014-12-13 14:19:07 -08:00
Mark McGranaghan
edf813b3d1 Rebuild 2014-05-11 17:17:46 -07:00
Mark McGranaghan
65473fc225 Rebuild 2014-05-11 14:31:26 -07:00
Mark McGranaghan
e282b246d8 Rebuild 2014-04-15 18:19:50 -07:00
Mark McGranaghan
915697101b More consistent use of layout vs format 2014-04-15 18:14:23 -07:00
Mark McGranaghan
a8ee83af78 Emphasize time constants
In most cases users will format and parse times using the constants
provided in package time. Show these first before getting into custom
example-based formats.
2014-04-15 18:09:28 -07:00
cara marie
1c13d744fd Corrected broken 'first example' link. 2014-04-08 20:31:47 -07:00
Mark McGranaghan
4f4b2169a3 Rebuild 2014-01-22 15:49:28 -08:00
Mark McGranaghan
82c163b156 Rebuild 2014-01-22 08:00:54 -08:00
Mark McGranaghan
cc39d32551 Rebuild 2014-01-19 11:12:23 -07:00