On May 3, 2020, at 11:06 PM, 洪嘉鴻 <max1...@gmail.com> wrote:
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/3aaf75d8-d992-4612-91c4-ae73094f8157%40googlegroups.com.
Look at github.com/robaho/go-traderIt has a nice example of using gcuiOn May 3, 2020, at 11:06 PM, 洪嘉鴻 <max1...@gmail.com> wrote:
I see.--Actually I only want to make a simple application.The application is about segmenting two text-boxes for input and output.I've tried this and it seems good, except for the complicated example such as "demo".(The terminal emulator on Windows really mess "demo" up.)However, it seems that there is not any functions to scan input with "termui".The answer I found from this could't solve the problem because the the type "Attribute" and "TextBuilder" are undefined within "input.go".I've just asked the author.Besides, I've also tried Tcell.However, there is not more examples for learning.Did you find any examples and could you offer the link?Thanks for your replying.Max
Jason E. Aten於 2020年5月4日星期一 UTC+8上午9時45分57秒寫道:You didn't take my meaning. The reason the examples don't work on Windows is because the terminal emulator on Windows is messing them up.https://github.com/gdamore/proxima5 is an example. Tcell is cross platform.
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 golan...@googlegroups.com.
I tried to get and install the package.However, when I use "go get github.com/robaho/go-trader", it displayed "package github.com/robaho/go-trader: no Go files in "$GOPATH\src\github.com\robaho\go-trader".I use 1.12.9 of go version on Windows 10.Is the version that I used not suitable?
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/51c049be-bdd3-468b-9d2a-ec307698fd9b%40googlegroups.com.
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.
To unsubscribe from this group and stop receiving emails from it, send an email to golan...@googlegroups.com.