[go-nuts] Need help with go modules

2020-05-04 Thread web user
I have a personal project using GOPATH But recently, I wanted to use go-redis for a project and v7 forces you to use go mod. So I figured, I'd migrate the account over to go mod. But I'm stuck. My directory structure is: ~HOME/src/myrepo ~HOME/src/myrepo/cmd/cmd1 ~HOME/src/myrepo/commong ~HO

Re: [go-nuts] calling go functions from c

2016-10-01 Thread web user
On a side not. The functions I call will from c into go will be called very frequently and the overhead of a callback from c might become an issue. I've heard that overhead can be as high as 200ns. Couple of questions: 1. Is the overhead not there when using gccgo? 2. What is the current state of