[go-nuts] Re: Importing local package

2018-10-09 Thread D Whelp
Forgive my ignorance, I am working from MacOS but realized my mistake about 20 min after I had submitted the issue I was having. The import wasnt really the issue, it was my usage of the QueryESXi function. I was trying to call it directly but figured out after a few hours of frustration and

[go-nuts] Re: Importing local package

2018-10-09 Thread hackmethod15
Forgive my ignorance, I am working from MacOS but realized my mistake about 20 min after I had submitted the issue I was having. The import wasnt really the issue, it was my usage of the QueryESXi function. I was trying to call it directly but figured out after a few hours of frustration and

[go-nuts] Re: Importing local package

2018-10-09 Thread Constantin Konstantinidis
I don't see clearly which OS you run on, but "../cli" should work if you run locally. On Tuesday, October 9, 2018 at 6:49:20 PM UTC+2, D Whelp wrote: > > Hello all, > > Super new to Golang, loving the hell out of it, but I am running into a > small issue. I have a small application that I am w