summaryrefslogtreecommitdiffhomepage
path: root/go.html.markdown
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsAdam2013-09-08-4/+5
|\
| * Added links to source and package documentation.Matthew Wyatt2013-09-04-4/+5
| | | | | | | | Also reformatted line lengths to accommdate links.
* | Some fixesAdam2013-09-08-1/+1
|/
* Merge pull request #300 from JensRantil/parentheses-fixAdam Bard2013-09-04-1/+1
|\ | | | | parens => parentheses
| * parens => parenthesesJens Rantil2013-09-04-1/+1
| |
* | Merge pull request #305 from mrshu/masterAdam Bard2013-09-04-1/+1
|\ \ | | | | | | chan chan string -> channel of string channels
| * | chan chan string -> channel of string channelsMarek Šuppa2013-09-04-1/+1
| |/
* | Merge pull request #307 from NKCSS/masterAdam Bard2013-09-04-2/+2
|\ \ | | | | | | Changed Print function to show the variable type
| * | Changed Print function to show the variable typeNKCSS2013-09-04-2/+2
| |/ | | | | | | | | This is to follow the way the string value is presented, and the format string is written (... is a ... infers a stype specification)
* / Corrected comment: utf-8 → unicodeHarry Jeffery2013-09-04-1/+1
|/ | | 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.
* Piddly thingsAdam2013-08-13-177/+177
|
* slashed commentsSonia Keys2013-08-13-160/+38
|
* Go first draftSonia Keys2013-08-13-0/+423