Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(175)

Issue 8247044: code review 8247044: doc: simplify How to write Go code article (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by adg
Modified:
12 years, 3 months ago
Reviewers:
alco
CC:
dave_cheney.net, gburd, r, golang-dev
Visibility:
Public.

Description

doc: simplify How to write Go code article This version just tells you what to do, rather than trying to teach you how it all works. Should be much better for newcomers.

Patch Set 1 #

Total comments: 11

Patch Set 2 : diff -r b7ed25ce879b https://code.google.com/p/go #

Patch Set 3 : diff -r b7ed25ce879b https://code.google.com/p/go #

Total comments: 24

Patch Set 4 : diff -r b7ed25ce879b https://code.google.com/p/go #

Total comments: 6

Patch Set 5 : diff -r 08977bd0dda2 https://code.google.com/p/go #

Total comments: 35

Patch Set 6 : diff -r 08977bd0dda2 https://code.google.com/p/go #

Patch Set 7 : diff -r 08977bd0dda2 https://code.google.com/p/go #

Total comments: 1

Patch Set 8 : diff -r aa1ff597baa5 https://code.google.com/p/go #

Total comments: 22

Patch Set 9 : diff -r 1185274e7e6c https://code.google.com/p/go #

Patch Set 10 : diff -r 443e4e9d1a0d https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+368 lines, -279 lines) Patch
M doc/code.html View 1 2 3 4 5 6 7 8 9 chunks +368 lines, -279 lines 0 comments Download

Messages

Total messages: 27
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
12 years, 3 months ago (2013-04-02 04:20:19 UTC) #1
dave_cheney.net
Thanks Andrew, this is a big improvement. https://codereview.appspot.com/8247044/diff/1/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/1/doc/code.html#newcode45 doc/code.html:45: accordingly. Your ...
12 years, 3 months ago (2013-04-02 04:37:29 UTC) #2
adg
https://codereview.appspot.com/8247044/diff/1/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/1/doc/code.html#newcode45 doc/code.html:45: accordingly. Your workspace can be located wherever you like, ...
12 years, 3 months ago (2013-04-02 06:11:56 UTC) #3
gburd
Should the document mention that you can $ cd $GOPATH/src/example.com/hello $ go test $ go ...
12 years, 3 months ago (2013-04-02 06:22:00 UTC) #4
adg
On 2 April 2013 17:22, <gary.burd@gmail.com> wrote: > Should the document mention that you can ...
12 years, 3 months ago (2013-04-02 06:47:22 UTC) #5
adg
12 years, 3 months ago (2013-04-02 11:08:12 UTC) #6
alco
https://codereview.appspot.com/8247044/diff/10001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/10001/doc/code.html#newcode28 doc/code.html:28: Go code must be be kept inside a workspace. ...
12 years, 3 months ago (2013-04-02 12:02:30 UTC) #7
r
https://codereview.appspot.com/8247044/diff/10001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/10001/doc/code.html#newcode51 doc/code.html:51: $ export GOPATH=$HOME/gocode 'gocode' is a new name in ...
12 years, 3 months ago (2013-04-02 13:47:14 UTC) #8
adg
https://codereview.appspot.com/8247044/diff/10001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/10001/doc/code.html#newcode28 doc/code.html:28: Go code must be be kept inside a workspace. ...
12 years, 3 months ago (2013-04-03 03:21:08 UTC) #9
adg
Hello dave@cheney.net, gary.burd@gmail.com, alcosholik@gmail.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 3 months ago (2013-04-03 03:21:16 UTC) #10
r
https://codereview.appspot.com/8247044/diff/18001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/18001/doc/code.html#newcode15 doc/code.html:15: way. Please read this document carefully. It explains the ...
12 years, 3 months ago (2013-04-03 04:56:20 UTC) #11
adg
https://codereview.appspot.com/8247044/diff/18001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/18001/doc/code.html#newcode15 doc/code.html:15: way. Please read this document carefully. On 2013/04/03 04:56:21, ...
12 years, 3 months ago (2013-04-03 05:54:18 UTC) #12
adg
Hello dave@cheney.net, gary.burd@gmail.com, alcosholik@gmail.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 3 months ago (2013-04-03 05:54:32 UTC) #13
r
getting close. i'll take another look tomorrow https://codereview.appspot.com/8247044/diff/26001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/26001/doc/code.html#newcode136 doc/code.html:136: publish it ...
12 years, 3 months ago (2013-04-03 06:21:40 UTC) #14
adg
https://codereview.appspot.com/8247044/diff/26001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/26001/doc/code.html#newcode136 doc/code.html:136: publish it someday. In practice, you can choose an ...
12 years, 3 months ago (2013-04-03 06:46:57 UTC) #15
adg
Hello dave@cheney.net, gary.burd@gmail.com, alcosholik@gmail.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 3 months ago (2013-04-03 06:47:18 UTC) #16
alco
A few more corrections https://codereview.appspot.com/8247044/diff/26001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/26001/doc/code.html#newcode32 doc/code.html:32: binaries and compiled package files. ...
12 years, 3 months ago (2013-04-03 07:37:21 UTC) #17
adg
Thanks, this is really valuable feedback. https://codereview.appspot.com/8247044/diff/26001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/26001/doc/code.html#newcode32 doc/code.html:32: binaries and compiled ...
12 years, 3 months ago (2013-04-03 09:16:09 UTC) #18
adg
Hello dave@cheney.net, gary.burd@gmail.com, alcosholik@gmail.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 3 months ago (2013-04-03 09:16:27 UTC) #19
alco
https://codereview.appspot.com/8247044/diff/26001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/26001/doc/code.html#newcode297 doc/code.html:297: these commands produce no output then they have executed ...
12 years, 3 months ago (2013-04-03 09:36:35 UTC) #20
adg
https://codereview.appspot.com/8247044/diff/26001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/26001/doc/code.html#newcode297 doc/code.html:297: these commands produce no output then they have executed ...
12 years, 3 months ago (2013-04-03 10:30:26 UTC) #21
r
https://codereview.appspot.com/8247044/diff/42001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/42001/doc/code.html#newcode47 doc/code.html:47: The <code>go</code> tool builds source packages and installs the ...
12 years, 3 months ago (2013-04-03 20:53:07 UTC) #22
adg
PTAL https://codereview.appspot.com/8247044/diff/42001/doc/code.html File doc/code.html (right): https://codereview.appspot.com/8247044/diff/42001/doc/code.html#newcode47 doc/code.html:47: The <code>go</code> tool builds source packages and installs ...
12 years, 3 months ago (2013-04-03 21:05:40 UTC) #23
r
LGTM nice work
12 years, 3 months ago (2013-04-03 21:12:23 UTC) #24
adg
*** Submitted as https://code.google.com/p/go/source/detail?r=b36a8b649018 *** doc: simplify How to write Go code article This version ...
12 years, 3 months ago (2013-04-03 21:19:39 UTC) #25
adg
On 4 April 2013 08:12, <r@golang.org> wrote: > LGTM nice work > Thanks for the ...
12 years, 3 months ago (2013-04-03 21:20:22 UTC) #26
alco
12 years, 3 months ago (2013-04-03 21:43:59 UTC) #27
Message was sent while issue was closed.
On 2013/04/03 21:20:22, adg wrote:
> On 4 April 2013 08:12, <mailto:r@golang.org> wrote:
> 
> > LGTM nice work
> >
> 
> Thanks for the comments Rob, Alexei, Dave, and Gary. I think the doc is
> much better now.

Great job!
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b