Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go/printer: think about format for chained calls #5351

Open
gopherbot opened this issue Apr 24, 2013 · 5 comments
Open

go/printer: think about format for chained calls #5351

gopherbot opened this issue Apr 24, 2013 · 5 comments
Labels
Milestone

Comments

@gopherbot
Copy link

by tshaked@google.com:

var ss = s.NewConfig().
    User("t").
    DataLayout(
    sssssss.NewDataLayout().
        BaseDir("/c").
        StartDate("2013-01-01").
        Sh(
        s.PN{
            P: 1,
            N: 10}).
        H(7).
        Hon(0.01))
@cznic
Copy link
Contributor

cznic commented Apr 25, 2013

Comment 1:

What is the proposed formatting?

@griesemer
Copy link
Contributor

Comment 2:

This issue is a reminder for me to look at some formatting issues when chaining method
calls. No proposals have been made.

Owner changed to @griesemer.

Status changed to Thinking.

@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 3:

Labels changed: added priority-someday, removed priority-triage.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 5:

Labels changed: added repo-main.

@rsc
Copy link
Contributor

rsc commented Mar 3, 2014

Comment 6:

Adding Release=None to all Priority=Someday bugs.

Labels changed: added release-none.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants