summaryrefslogtreecommitdiffhomepage
path: root/go.html.markdown
Commit message (Collapse)AuthorAgeLines
* Update go.html.markdown (#4971)Mohammed Zohil PK2024-06-05-1/+1
| | | | The Go wiki on GitHub has moved to go.dev The old link was broken, Updating the link ensures doc remains accurate and helpful.
* [go/en] missing map keys (#4413)Mi-Br2024-05-17-0/+7
|
* [go/en] update for modern go (#4678)Sean Liao2024-05-14-30/+35
|
* Update Go official site links from golang.org -> go.dev (#4871)Kelli Rockwell2024-04-01-6/+6
|
* [go/en]: Clarify comment related to the append function in slices. (#4780)Ricardo Islas Ruiz2024-02-25-1/+1
|
* Update go.html.markdown (#4838)qlikwer2024-02-12-1/+1
| | | corrected an error in the number pi
* Update go.html.markdown with simpler wording (#4829)Muhammad Rafay Nadeem2024-01-26-1/+1
|
* Fix go math library alias (#4702)Tavis2023-08-25-1/+1
| | | Fix go math library alias
* fix:typozjzj19962023-01-11-1/+1
|
* Update go.html.markdownrichard2022-08-02-1/+1
| | | correcting a tiny mistake
* [go/en] Fix link to Golang University 301 playlist (#4317)Adam Chalkley2022-03-04-1/+1
| | | Co-authored-by: Adam Chalkley <atc0005@users.noreply.github.com>
* [go/en] render bullet points correctly (#4294)Mayur Dave2022-01-03-3/+4
|
* Update go.html.markdown (#4284)Connor Morrison2021-12-09-1/+1
|
* Update documentation for expensiveComputation() (#4269)tsasser052021-11-27-0/+1
| | | Added comment for clarity
* Fix typo in build tag descriptionBen Davis2020-12-03-1/+1
|
* Remove links/source mentionJohn Arundel2020-02-27-2/+2
|
* Update go.html.markdownJohn Arundel2020-02-26-1/+1
| | | Remove link in body
* Fix playlist linkJohn Arundel2020-02-25-1/+1
|
* Add Golang University playlist linksJohn Arundel2020-02-23-1/+7
|
* Merge pull request #3849 from petrroll/patch-2Divay Prakash2020-02-09-0/+10
|\ | | | | [go/en] Add value/reference semantics information for arr/slices.
| * [go/en] Add value/reference semantics information for arr/slices.Petr Houška2020-02-08-0/+10
| |
* | [go/en] Clarify safety of local variable address taking.Petr Houška2020-02-08-1/+2
|/
* go/en: add type switch and multiple casesMichael Graf2020-01-30-1/+15
|
* add go build tagsFlo2019-10-22-0/+6
|
* Fix defer wording, closes #2673Divay Prakash2018-10-09-1/+2
|
* clear up wordingi2018-07-06-6/+6
|
* [go/en] Small typoIlya2018-02-15-1/+1
| | | Small typo in command line commad
* Fix typo in Go commentAlexsander Akers2017-08-04-1/+1
|
* fix #2700ven2017-07-04-4/+4
|
* more clear explanation for interface (#2779)gondo2017-07-02-1/+1
| | | more clear explanation why interface is consider defined without specifically declaring it (like in other languages `pair implement Stringer`)
* [go] added practical examples for the underscore (#2414)Leonid Shevtsov2016-10-31-0/+14
| | | | | | | | | | * go: added practical examples for the underscore * Example of using underscore to discard the error * Example of using underscore to loop over values of a slice * Incidentally, example of writing to a file * go: Adjust justification for ignoring error value
* Updated closureCarl2016-06-04-1/+2
| | | Corrected closure example that referenced assigning x to e^10, which does not happen in this iteration. Set x to a value large enough to make the comments hold true.
* 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
| | | | | | | | | | Cannot short declaration twice without at least one new var. Also changing type from string to slice. $ go run learnxiny.go # command-line-arguments ./learnxiny.go:83: no new variables on left side of := ./learnxiny.go:83: cannot use []int literal (type []int) as type string in assignment ./learnxiny.go:84: first argument to append must be slice; have string ./learnxiny.go:90: first argument to append must be slice; have string
* 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
|\ | | | | [go/en] Array initialization disambiguation - fixes #257
| * Fixing missing space and dot.Jean-Christophe Bohin2014-08-07-1/+1
| |
| * Array initialization disambiguation - fixes #257Jean-Christophe Bohin2014-08-04-1/+2
| | | | | | simply added proposed comment, which seems fine
* | EDOUBLEDSPACENami-Doc2014-09-05-23/+23
| | | | | | My *fake* ocd kicked in
* | Minor language change fixing mixed use of array and slice, where only slice ↵Sam Zaydel2014-08-19-3/+3
| | | | | | | | is correct.
* | 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 ↵Sam Zaydel2014-08-19-0/+14
| | | | | | | | seems to be appropriate.
* | Corrected the statement that rune is an alias for uint32 to say int32James Baxter2014-08-19-1/+1
| |