On Mon, May 4, 2020 at 8:15 PM 洪嘉鴻 <max123...@gmail.com> wrote:

> I've downloaded from git clone.
> However, there was a message that displayed "use of internal package
> github.com/robaho/go-trader/internal/exchange not allowed" with "algo.go".
> I'm sure that there does a file "exchange" in the directory.
> Therefore, I have no idea what causes the problem and how to edit.
>

 There is no way that "git clone" produced that error message. You need to
tell us what command you ran that resulted in that error. However, I
suspect you ran "go build" or something similar. My suggestion to run "git
clone" was predicated on you wanting to just review the source code; not
build it. If you want to be able to build it, and import it into other
projects, then you need to figure out why "go get" doesn't work on your
system.

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CABx2%3DD92kYLoTOJTRLkPpU8dFPwO7_1hP6n564%2BpUOHvvPzehQ%40mail.gmail.com.

Reply via email to