I really like IDEA for developing.
I worked on a golang project and I organised my code into separate package
s
The project built without problem in console (go build
).
But, in IDEA I got this error:
$GOPATH/go.mod exists but should not
The solution is,
after the module support is turned on (IDEA/preferences/languages/go
/Go modules
: checkbox), it cannot exist with GOPATH
, so just remove the project from GOPATH at IDEA/preferences/languages/go/GOPATH
First, create a Samba share on the easiest way. For example, mine: [macbook-pro-14] path =…
I use this and I experiened like this: The branch name is shortened and can't…
For reusage: docker run -d \-p 8200:8200 \--restart=on-failure:3 \--name minidlna \-v /opt/minidlna/cache:/minidlna/cache \-v /mnt/data/series:/media/series \-v…
On my host the ipv6 is disabled. I had to start a docker image, which…
I have a Conbee II Zigbee receiver. After a restart the USB passthrought stopped working…
Requirements: Installed Deconz software. Downloadable, here: http://deconz.dresden-elektronik.de/ubuntu/stable/ Download the lates firmware from here: http://deconz.dresden-elektronik.de/deconz-firmware/?C=M;O=D (deCONZ_ConBeeII_0x)…
This website uses cookies.