Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

output comments #7

Merged
merged 1 commit into from
Jan 22, 2016
Merged

output comments #7

merged 1 commit into from
Jan 22, 2016

Conversation

koebi
Copy link
Contributor

@koebi koebi commented Jan 17, 2016

fixes #3

@Merovius
Copy link
Contributor

Wenn du -m benutzt, dann benutze double-quotes, keine single-quotes. Aber am Besten benutzt du einfach kein -m ;)


"github.com/jmoiron/sqlx"
"golang.org/x/sys/unix"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Für go1.3 kompatibilität müssen wir offenbar syscall benutzen: https://travis-ci.org/nnev/termine/jobs/102937802 und golang/go#9211

@Merovius
Copy link
Contributor

Das Meiste sind nits. Wenn du die commit-message editierst kannst du auch gleich squashen und einen commit draus machen statt ≥ 2 :)


package main

func TermWidth() (int, bool) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Benamse die return-parameter. Aus der Signatur+godoc-comment sollte klar sein, was die Funktion zu benutzen ist - in diesem Fall wäre z.B. "(width int, ok bool)" idiomatisch.

@Merovius
Copy link
Contributor

Ein paar nits, sonst LGTM. Ich überlasse dir ob du die nits fixen willst und dann mergen (das muss nicht nochmal reviewed werden imho), oder ob du einfach direkt mergen willst. :)

koebi added a commit that referenced this pull request Jan 22, 2016
yarpnarp command output comments

fixes #3
@koebi koebi merged commit 541828c into master Jan 22, 2016
@koebi koebi deleted the comment branch January 22, 2016 13:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[yarpnarp] Kommentare anzeigen
2 participants