summaryrefslogtreecommitdiffhomepage
path: root/go.html.markdown
Commit message (Expand)AuthorAgeLines
* [go] added practical examples for the underscore (#2414)Leonid Shevtsov2016-10-31-0/+14
* Updated closureCarl2016-06-04-1/+2
* correct minor grammar and formatting to improve readabilityRobert Brown2015-10-24-1/+2
* Added Go Mobile informationRomin Irani2015-10-14-0/+2
* Added suggested changesClayton Walker2015-10-08-2/+2
* Added more to further readingClayton Walker2015-10-07-0/+2
* Minor Typos, increased readabilityClayton Walker2015-10-06-3/+4
* FallthroughSamuel Marks2015-04-23-0/+4
* Fixed grammar, added explanation of function signature and argumentsSamuel Marks2015-04-22-2/+6
* Add default case to switch statement in GoKev Choi2015-04-20-0/+2
* [go] Fix no new variables on left side of :=kb2014-09-22-2/+2
* Fix "initialized" typo.Levi Bostian2014-09-05-1/+1
* Merge pull request #703 from jcbohin/go-en-confusing_array_initialization-#257Levi Bostian2014-09-05-1/+2
|\
| * Fixing missing space and dot.Jean-Christophe Bohin2014-08-07-1/+1
| * Array initialization disambiguation - fixes #257Jean-Christophe Bohin2014-08-04-1/+2
* | EDOUBLEDSPACENami-Doc2014-09-05-23/+23
* | Minor language change fixing mixed use of array and slice, where only slice i...Sam Zaydel2014-08-19-3/+3
* | Fixed indentation error created in previous commit.Sam Zaydel2014-08-19-3/+3
* | In golang slices are dynamic, so a mention of append() for slice updates seem...Sam Zaydel2014-08-19-0/+14
* | Corrected the statement that rune is an alias for uint32 to say int32James Baxter2014-08-19-1/+1
* | Merge pull request #707 from jcbohin/patch-1Nami-Doc2014-08-08-0/+2
|\ \
| * | Adding a direct link to play.golang.orgJean-Christophe Bohin2014-08-07-1/+1
| * | Adding Go playground link with code - fixes #318Jean-Christophe Bohin2014-08-05-0/+2
| |/
* | Fixed styleJean-Christophe Bohin2014-08-07-2/+2
* | [go/en] add an example for range - fixes #351Jean-Christophe Bohin2014-08-04-0/+8
|/
* fix import of io/ioutil, run gofmtHey Alexej2014-07-16-224/+225
* Merge pull request #671 from szaydel/masterLevi Bostian2014-07-10-0/+10
|\
| * Forgot to add `=>` to comment line.Sam Zaydel2014-07-10-1/+1
| * Small change to inline literal functions comments.Sam Zaydel2014-07-10-1/+2
| * Go inline function literals as arguments to other functions or function liter...Sam Zaydel2014-07-09-0/+9
* | Remove duplication of function factory examplePete Hamilton2014-07-05-7/+0
* | Merge pull request #663 from vvo/patch-2Levi Bostian2014-07-02-2/+16
|\ \
| * | feat(webserver request): add a http.Get exampleVincent Voyer2014-07-02-2/+16
| |/
* / fix(go func factory): fix func factory exampleVincent Voyer2014-07-02-4/+14
|/
* Learn function decorators with GoSam Zaydel2014-06-29-2/+17
* 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
* [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
* [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
* | Some fixesAdam2013-09-08-1/+1
|/
* Merge pull request #300 from JensRantil/parentheses-fixAdam Bard2013-09-04-1/+1
|\
| * parens => parenthesesJens Rantil2013-09-04-1/+1
* | Merge pull request #305 from mrshu/masterAdam Bard2013-09-04-1/+1
|\ \