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.