[go-nuts] Re: Go Programming Language Course

2018-02-24 Thread bnixon67
As an alternate to Linux VMs, is it possible to install the Windows Subsystem on the Windows 10 lab machines? What IDE, if any, do you plan to use and how complex are the programs? Do you need to worry about C integration, cross-compi

[go-nuts] [ANN] gopig

2017-10-15 Thread bnixon67
Here's an implementation of the "pig" dice game that I wrote in go to learn the language. Nothing exciting, but I thought others who are just starting might be interested. https://github.com/bnixon67/gopig -- You received this message because you are subscribed to the Google

[go-nuts] Re: go on Windows 10 from the bash shell (and the cmd shell)

2017-10-11 Thread bnixon67
Did you install the Windows or Linux go binary distribution? Sounds like you might have installed the Window distribution and running it in bash? I installed the Linux go distribution and it worked just fine. I think I created a symlink from /usr/local/go/bin/go to /usr/local/bin/go, or you ca