Does anyone have any idea what it's looking for in...
# automation-api
g
Does anyone have any idea what it's looking for in those options, or if maybe there's some documentation I've missed on the subject?
r
g
Thanks! That's exactly what I'm trying to do. Looks like one issue is that I was using "golang" instead of "go" for the name; but even though I've fixed that, I'm still getting the nil pointer dereference problem.
It's very helpful to know that this at least should work.
r
where are you getting the nil deref? do you have a stack trace?
g
It's during the call to Up(), which doesn't produce detailed stack traces for me. But I haven't looked yet to see if there's a way to change that.
Looks like the deref issue isn't in the project config after all. I introduced a tiny change right before working on this that caused it.
Thanks again for the help!