[go-nuts] Re: Importing local package

2018-10-09 Thread D Whelp
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 >>

Re: [go-nuts] Importing local package

2018-10-09 Thread D Whelp
did that importing `dojo/cmd/cli` worked like a champ. Thank you so much for reaching out! On Tuesday, October 9, 2018 at 1:23:22 PM UTC-5, Justin Israel wrote: > > > > On Wed, Oct 10, 2018, 5:49 AM D Whelp > > wrote: > >> Hello all, >> >> Super new to Gola

[go-nuts] Importing local package

2018-10-09 Thread D Whelp
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