Re: [go-nuts] Regarding os.Stdout

2017-03-01 Thread Konstantin Khomoutov
On Sun, 26 Feb 2017 16:53:48 -0800 (PST) Curtis Paul wrote: > I have the following code. > > How might I parse the os.Stdout data into a map? > > Basically I want to read audio interfaces and put them in some sort > of data structure. Can you elaborate on your approach a bit? The thing is, po

[go-nuts] Regarding os.Stdout

2017-02-26 Thread Curtis Paul
I have the following code. How might I parse the os.Stdout data into a map? Basically I want to read audio interfaces and put them in some sort of data structure. package main import ( "github.com/gordonklaus/portaudio" "os" "text/template" ) var tmpl = template.Must(template.New("").Parse( `