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 googling that `cli.QueryESXi()` fixed my issue. Super noob mistake on my part. I apologize for wasting the communities time on something so trivial and appreciate the responses. Thanks!
On Tuesday, October 9, 2018 at 1:21:38 PM UTC-5, Constantin Konstantinidis wrote: > > 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 working through. I can >> import my models using `import ("/dojo/pkg/models")` in main.go just fine. >> Now I am trying to build a `cli` package and I cannot import it. Every >> time I do, I cannot use the function `QueryESXi()` that is in my esxi.go >> Attached is my layout. I have tried "./cmd/cli" and "dojo/cmd/cli"... but >> none are working. What am I missing? Thanks in advance. >> >> >> -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.