Robert Muench

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Implement interface => not working for embedded interface
AnsweredHow can I generate code to implement detail embedded tea.Model interface? The interface is not known... -
Created Debug DLL
AnsweredWe compile Go code into a DLL which is used from an interpreter. I want to debug the DLL but can't make it to attach to the running process. `gops` doesn't show anything, hence GoLand can't find an... -
Created Cross compile to Linux... Package (no binary) / Directory (binary)
I set the environment like this: But there is no binary generated. Where is the binary? When I set "Run kind" to directory it works... Maybe I don't understand what "Package" is used for... I'm c... -
Created How to show address of array element in debugger?
How can I show the memory address for element 0? -
Created I somehow managed to get Goland auto-compile my tests on change... how to turn it off? (Windows)
I really don't know how I turned it on or if it's the default behavior. -
Created testify / show differences / length of strings limited
The diff view for failed testify asserts is great. However, I have two longer strings I want to compare, but the diff view cuts the strings, and my difference is in the cut-off part. Is there a way... -
Created Vet command & module file with replace directive ==> Error: cannot find module providing package...
AnsweredWhen running the Vet command I get the following error: cannot find module providing package github.com/davecgh/go-spew/spew: working directory is not part of a module Since I had to fix the packag...