Commit Graph

23 Commits (40c3d9948756a5d0af169b876ba56c891c01f91a)

Author SHA1 Message Date
Curtis Vermeeren b1a5c36797 Create an article of error handling with Go (#33682) 2019-07-04 13:07:47 -05:00
Randell Dawson 0a1eeea424 fix(guide) Replace invalid prism code block names (#35961)
* fix: replace sh with shell

fix replace terminal with shell

fix replace node with js

fix replace output with shell

fix replace cs with csharp

fix replace c++ with cpp

fix replace c# with csharp

fix replace javasctipt with js

fix replace syntax  with js

fix replace unix with shell

fix replace linux with shell

fix replace java 8 with java

fix replace swift4 with swift

fix replace react.js with jsx

fix replace javascriot with js

fix replace javacsript with js

fix replace c++ -  with cpp

fix: corrected various typos

fix: replace Algorithm with nothing

fix: replace xaml with xml

fix: replace solidity with nothing

fix: replace c++ with cpp

fix: replace txt with shell

fix: replace code with json and css

fix: replace console with shell
2019-05-15 19:08:19 +02:00
Lipis e84ae45008 Javascript -> JavaScript (English) (#35183)
* Javascript -> JavaScript (English)

* Update technical documentation page for required change

* Update use-class-syntax-to-define-a-constructor-function.english.md

* Update left-factorials.md
2019-03-28 14:05:41 +05:30
Ekin Eryilmaz 0c86a5ada2 Minor punctuation fix (#27971) 2019-01-19 18:30:38 -06:00
Shashank Goyal 03d8721155 Fixed the sample code for naked return (#29001)
Wrong function name and wrong variable name
2019-01-19 18:27:09 -06:00
Shashank Goyal bbb2046310 Fixed grammatical mistake (#28995) 2019-01-19 18:17:44 -06:00
seanjs 8f7f79a1bf Realign a wrong indentation. (#28425) 2019-01-19 18:11:32 -06:00
Curtis Vermeeren 71a75386c1 Create index.md (#25957) 2018-12-08 08:44:09 -06:00
Thomas Pan 7686deef0a Adding content to a simple go webserver (#23002)
Adding some resources related to starting a first go webserver, semantic improvements and minor typos.
2018-11-29 17:06:24 -07:00
Stephen d55024c82a Added the correct word on line 31. (#31824)
* Added the correct word on line 31.

It said "One of does files" instead of "One of those files".

* fix: corrected grammar
2018-11-23 16:24:34 -08:00
pranavyadav77 ade502b49b Update index.md (#25445) 2018-11-23 16:24:01 -08:00
Rachita Bhagchandani 27356882de Updated goroutines guide (#22176)
* Updated goroutines guide

Added examples and resources

* Fixed formatting of code blocks and reverted More Information links
2018-11-18 18:55:54 -07:00
Andres bc09a7b179 Fenced in code blocks for Syntax Highlighting (#23698) 2018-11-17 15:31:10 +05:30
Rachita Bhagchandani d5b0e0dba9 Added content on Go Structs (#21425) 2018-11-12 07:55:35 -08:00
Curtis Vermeeren 68340dcb6b Added a do-while-loop example (#21294) 2018-11-09 15:24:33 +00:00
S.Hale 3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
shabnamNajafian 13d423e94e Update index.md (#22323)
* Update index.md

Add a short description for slices

* Removed stub
2018-11-06 13:29:16 -05:00
shabnamNajafian 4740b1fcc6 Update index.md (#22310)
* Update index.md

Add a short description for struct

* Removed stub
2018-11-06 06:36:49 -05:00
shabnamNajafian 5d0546a63e Update index.md (#22315)
* Update index.md

Add a description for channel

* removed stub info
2018-11-04 13:17:40 -08:00
Nadir Fayazov e48814fd15 feat(guides): add example to goroutines (#20695) 2018-11-03 17:23:13 -07:00
rustpit 7b2afb246d Text contains wrong function name (#20906)
Code block shows function name `sum`, but text incorrectly refers to it as `add`.
2018-10-22 19:17:04 -06:00
Zain Patel 38294c5ce1 Correct typos in Windows installation guide for Go (#19991)
"Windodows" -> "Windows" in two occurrences and "ok" -> "okay" for stylistic reasons.
2018-10-22 10:58:39 -06:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30