Commit Graph

16 Commits

Author SHA1 Message Date
Quint Guvernator
ded11e254f added defer example
decided not to use file i/o as an example because external file access
is rare in other tutorials.
2014-02-02 15:11:15 -05:00
Jesse Johnson
2655b4d056 [go/en] Fix veriadic function bug; format and clarify comments. 2014-01-30 18:50:05 -05:00
C. Bess
863194a89a - add variadic function example 2014-01-24 15:30:15 -06:00
Adam
6172fee1a4 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2013-09-08 21:52:54 -07:00
Adam
a933d419e0 Some fixes 2013-09-08 21:52:47 -07:00
Matthew Wyatt
febe5f4994 Added links to source and package documentation.
Also reformatted line lengths to accommdate links.
2013-09-04 20:46:45 -07:00
Adam Bard
bf15cd5aa4 Merge pull request #300 from JensRantil/parentheses-fix
parens => parentheses
2013-09-04 09:27:11 -07:00
Adam Bard
7694dddf06 Merge pull request #305 from mrshu/master
chan chan string -> channel of string channels
2013-09-04 09:07:42 -07:00
Adam Bard
a9880277b2 Merge pull request #307 from NKCSS/master
Changed Print function to show the variable type
2013-09-04 09:06:37 -07:00
Harry Jeffery
078f6bbc9d Corrected comment: utf-8 → unicode
Runes hold the raw unicode code point, not utf-8. Storing utf-8 inside of a uint32 would be highly inefficient. Runes are essentially utf-32.
2013-09-04 13:39:02 +01:00
NKCSS
284f1ea407 Changed Print function to show the variable type
This is to follow the way the string value is presented, and the format
string is written (... is a ... infers a stype specification)
2013-09-04 11:52:57 +02:00
Marek Šuppa
abb903caba chan chan string -> channel of string channels 2013-09-04 11:30:50 +02:00
Jens Rantil
dde956286a parens => parentheses 2013-09-04 09:37:26 +02:00
Adam
4d705abd99 Piddly things 2013-08-13 19:59:19 -07:00
Sonia Keys
a73d5c83c1 slashed comments 2013-08-13 17:12:54 -04:00
Sonia Keys
de6069d3d6 Go first draft 2013-08-13 13:52:13 -04:00