Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

fix(fleetctl): write directly os.Stdout instead of tabwriter #530

Merged
merged 1 commit into from
Jun 11, 2014

Conversation

bcwaldon
Copy link
Contributor

@bcwaldon bcwaldon commented Jun 7, 2014

  1. Using tabwriter here is unnecessary, and was probably a mistake from the beginning
  2. This removes concurrent access to tabwriter.Writer, which is apparently not threadsafe

@jonboulle
Copy link
Contributor

lgtm

bcwaldon added a commit that referenced this pull request Jun 11, 2014
fix(fleetctl): write directly os.Stdout instead of tabwriter
@bcwaldon bcwaldon merged commit ddc39c8 into coreos:master Jun 11, 2014
@bcwaldon bcwaldon deleted the write-to-stdout branch June 11, 2014 17:31
@bcwaldon bcwaldon added this to the v0.5.1 milestone Jun 23, 2014
@bcwaldon bcwaldon added the bug label Jun 23, 2014
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.

2 participants