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

Issue 13441049: code review 13441049: go-tour/gotour: fix flag handling (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by r
Modified:
10 years, 8 months ago
Reviewers:
adg
CC:
adg, golang-dev
Visibility:
Public.

Description

go-tour/gotour: fix flag handling - change the flag name to "article" - give it the correct default (it had none, and then was programatically defaulted) - try the name, then the name in the root (before, only the default was looked for in the root)

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -7 lines) Patch
M gotour/local.go View 1 1 chunk +1 line, -1 line 0 comments Download
M gotour/tour.go View 2 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 3
r
Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go-tour
10 years, 8 months ago (2013-09-10 01:42:09 UTC) #1
adg
LGTM
10 years, 8 months ago (2013-09-10 01:46:23 UTC) #2
r
10 years, 8 months ago (2013-09-10 01:50:29 UTC) #3
*** Submitted as https://code.google.com/p/go-tour/source/detail?r=c81778ad943c
***

go-tour/gotour: fix flag handling
- change the flag name to "article"
- give it the correct default
        (it had none, and then was programatically defaulted)
- try the name, then the name in the root
        (before, only the default was looked for in the root)

R=adg
CC=golang-dev
https://codereview.appspot.com/13441049
Sign in to reply to this message.

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