summaryrefslogtreecommitdiffhomepage
path: root/go.html.markdown
Commit message (Collapse)AuthorAgeLines
...
* Hopefully slight language improvement over orig.Sam Zaydel2014-06-23-3/+3
|
* Slight language change per pull req. commentSam Zaydel2014-06-22-3/+3
|
* Fixed `on` to `in` in comment.Sam Zaydel2014-06-22-1/+1
|
* Should have more detail about named return values.Sam Zaydel2014-06-22-0/+10
| | | There was not a section about named return values, and it feels like it is a valuable and important enough thing to learn early on. If nothing else, when looking at someone else's code this may be a point of confusion.
* [go/en] add range index explication, and new learn sourceJose Donizetti2014-05-11-0/+3
|
* Fix Go tutorial, especially ru translationQumeric2014-04-16-9/+7
|
* added defer exampleQuint Guvernator2014-02-02-0/+13
| | | | | decided not to use file i/o as an example because external file access is rare in other tutorials.
* [go/en] Fix veriadic function bug; format and clarify comments.Jesse Johnson2014-01-30-71/+75
|
* - add variadic function exampleC. Bess2014-01-24-1/+15
|
* 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