So Here's a copy of my current program:
http://play.golang.org/p/PmQz_bOPz0It's not finished and it requires some other files, so don't try running it, but you should be able to find the context.
Lines 310 through 347 should help you. You can ignore most of what's in there.
You need to import package "strconv"
The trick is using "make" to make a slice of float64 values for your variable, using a for-loop, and cycling through the slice appropriately (which was difficult to get the syntax down correctly), and then using "strconv.ParseFloat" correctly with appropriate syntax.
It really came down to me not understanding Go's syntax well enough to implement it. It took a number of tries.
On Tuesday, June 26, 2012 2:24:11 PM UTC-5, snamber wrote:
Hi Steven,
could you please post your solution!? I've been running into the same problem and would appreciate any hints and any knowledge that you found very much.
Thanks,
snamber