Robert Muench

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Robert Muench commented, -
Robert Muench created a post, AnsweredImplement interface => not working for embedded interface
How can I generate code to implement detail embedded tea.Model interface? The interface is not known... -
Robert Muench commented, -
Robert Muench created a post, AnsweredDebug DLL
We 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... -
Robert Muench created a post, 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... -
Robert Muench created a post, -
Robert Muench commented, -
Robert Muench created a post, 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. -
-
Robert Muench created a post, 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...