Commit graph

55 commits

Author SHA1 Message Date
Lasse Martin Jakobsen 10f2accf24 added suggestions from issue #1 2019-07-11 10:15:10 +02:00
Aleksandr H 4fb8a38c95
Fix typo: each others' should be each other's 2019-07-02 21:35:05 -04:00
Aleksandr H 125fc47b3b
Fix typo and clean up wording under Variable Scope 2019-07-02 21:28:30 -04:00
Lasse Martin Jakobsen efe7d709b3
Typo fix 2019-07-02 16:14:41 +02:00
Jesus Dugarte b1abbd0cdf
Update README.md 2019-07-01 13:01:33 -04:00
Aleksandr H f7bc37da6d
Accept suggestion: Clarify writing on generics and interface{}
Co-Authored-By: Lasse Martin Jakobsen <lmj@corti.ai>
2019-07-01 09:15:37 -04:00
Aleksandr H e9066232cd
Replace "hidden" with "contained"
Per Pungyeon's suggestion
2019-07-01 09:03:37 -04:00
Aleksandr H a24cd89e5c
Merge branch 'master' into final-edits 2019-07-01 09:00:20 -04:00
Aleksandr H 0d8bea3073
Accept suggestion: replace "&mdash;ones" with " that"
Co-Authored-By: Lasse Martin Jakobsen <lmj@corti.ai>
2019-07-01 08:57:49 -04:00
Aleksandr H a736c49af1
Merge branch 'master' into master 2019-07-01 08:56:12 -04:00
Aleksandr H 5ecca2ca95
Accept suggestion: replace "that point" with "pointing"
Co-Authored-By: Lasse Martin Jakobsen <lmj@corti.ai>
2019-07-01 08:52:18 -04:00
Lasse Martin Jakobsen ed66405676
Merge pull request #14 from seaskyways/patch-1
Update README.md
2019-07-01 07:17:30 +02:00
Lasse Martin Jakobsen 9093cf6492
Merge pull request #19 from jdugarte/patch-1
Update README.md
2019-07-01 07:14:29 +02:00
Lasse Martin Jakobsen aef58c4d06
Merge pull request #17 from hartzell/patch-2
Typo: ErrInsufficientPrivliges -> ErrInsufficientPrivileges
2019-07-01 07:10:13 +02:00
Lasse Martin Jakobsen df41cac4a1
Merge pull request #18 from hartzell/typos
Typos and formatting fixes:
2019-07-01 07:09:08 +02:00
Aleksandr Hovhannisyan f159685f10 Edit rest of document 2019-06-30 09:08:33 -04:00
Jesus Dugarte b9509f6a94
Update README.md 2019-06-29 23:31:17 -04:00
hartzell ce330d2cbb Typos and formatting fixes:
- not -> note
- an -> and
- fixed indentation in code example by running it through `gofmt`
2019-06-29 09:26:46 -07:00
George Hartzell 759fbbae0f
Typo: ErrInsufficientPrivliges -> ErrInsufficientPrivileges
The compiler would have caught this....
2019-06-29 09:08:38 -07:00
seaskyways 6ee2e5bef7
Update README.md
Missing `err.errtype` when returning `Error`
2019-06-28 12:17:50 +03:00
Konstantin Chukhlomin aa3d80f2eb
Fixed #Naming-Conventions anchor link 2019-06-27 14:30:26 -04:00
Aleksandr H f81827672d
Correct minor verb tense error 2019-06-27 07:54:19 -04:00
AleksandrHovhannisyan 21667dcfa7 Clean up minor parts of the writing 2019-06-26 17:53:43 -04:00
AleksandrHovhannisyan 0616cf6ae5 Edit everything up until empty interface 2019-06-26 16:21:09 -04:00
AleksandrHovhannisyan f5e46d1349 Replace 'Option struct' with 'QueueOptions struct' 2019-06-26 14:24:51 -04:00
AleksandrHovhannisyan 3ffc571622 Edit up until Closures are Function Pointers 2019-06-26 10:40:15 -04:00
Lasse Martin Jakobsen baaaa4e6cc
Merge pull request #11 from AleksandrHovhannisyan/master
Edit README up until Clean Go. Fix miscellaneous issues.
2019-06-26 08:48:10 +02:00
Aleksandr Hovhannisyan 1ade62d6fd Incorporate remaining suggestions 2019-06-25 16:26:18 -04:00
Aleksandr H ce01dade53
Accept suggestion: replace "because" with "as"
Co-Authored-By: Lasse Martin Jakobsen <lmj@corti.ai>
2019-06-25 16:03:53 -04:00
Aleksandr Hovhannisyan 2bc154d3b6 Move RabbitMQ link to where it's first referenced 2019-06-24 11:17:09 -04:00
Aleksandr Hovhannisyan eba4b5f6e8 Fix other miscellaneous issues 2019-06-24 11:15:45 -04:00
Aleksandr Hovhannisyan 4bdd27348a Fix broken Return Values link in TOC 2019-06-24 10:52:43 -04:00
Aleksandr Hovhannisyan 3be7c3d1a3 Edit writing until Clean Go 2019-06-24 10:51:17 -04:00
Hanjun Kim 5a56d4ee15
fix typo in page links 2019-06-24 23:49:11 +09:00
Aleksandr Hovhannisyan b1f24b762d Edit writing until Variable Scope 2019-06-24 08:58:49 -04:00
Aleksandr Hovhannisyan 0ecc09f6cf Clarify wording in comments section 2019-06-24 08:06:57 -04:00
Aleksandr Hovhannisyan 24e0941a65 Standardize formatting for all quotes 2019-06-24 08:02:45 -04:00
Lasse Martin Jakobsen 91408d1ed8
Merge pull request #7 from prestonvanloon/patch-1
Rename worker_id to workerID
2019-06-24 10:13:44 +02:00
Aleksandr H 02e582eac4
Correct minor spelling mistake 2019-06-23 13:10:27 -04:00
Aleksandr Hovhannisyan 0801d31bf2 Clean up quote formatting 2019-06-23 13:05:36 -04:00
Aleksandr Hovhannisyan e6ef95e391 Edit README up until Function Naming 2019-06-23 12:44:55 -04:00
Aleksandr Hovhannisyan 672aecd78d Edit README up until Naming Conventions 2019-06-23 12:13:59 -04:00
Preston Van Loon fa4edd091d
Update README.md 2019-06-23 11:25:12 -04:00
Lasse Martin Jakobsen 18fa313402
Merge branch 'master' into master 2019-06-21 19:13:26 +02:00
Lasse Martin Jakobsen f6f8967493 replaced <center> to <p align=center> in hope that github can format this 2019-06-21 19:06:59 +02:00
David Pennington f94108f643
Fixed function name in beer example 2019-06-21 12:03:12 -05:00
David Pennington 4bb5374b44
Change quotes to use markdown >
Fix display issues on github
2019-06-21 11:57:51 -05:00
Giau Tran Minh 1cdd063d0b
Update README.md 2019-06-18 00:11:05 +07:00
Giau Tran Minh 8b4ba7fd43
Fix typo in Closures example 2019-06-18 00:09:42 +07:00
Lasse Martin Jakobsen 2f692cbd47 change getFileExtension to fileExtension + more fixed spelling errors 2019-06-16 20:59:26 +02:00