Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- github
- ubuntu
- 단축키
- intent
- goland
- 안드로이드
- Jenknis
- service
- 데이터
- insert
- mysql
- Java
- 알고리즘
- 17837
- 두 동전
- 프로그래머스
- git
- data
- activity
- spring
- 큐빙
- Algorithm
- vscode
- Android
- broadcastreceiver
- IntelliJ
- 데이터전달
- 16197
- 백준
- 제어반전
Archives
- Today
- Total
목록goland (2)
해보자
[Goland] go module을 등록했지만 indirect되는 문제
1. goland > preference 실행 2.Go > Go Modules > Enable Go modules integration을 체크..
Go
2022. 9. 7. 00:26
[Goland] cannot find the delve executable for drawing/amd64
MacOS M1에서 goland의 디버깅이 되지 않는 문제가 있었다. ㅠㅡㅠ 1. go version `arm`으로 설치 2. goland Apple sillicon 버전으로 설치 3. GO environment 설정 export GOPATH=[[ my go project path ]] export GOBIN=$GOPATH/bin export PATH=$PATH:$GOBIN:$GOROOT/bin 4. delve download readme가 아주 친절하게 나와있기 때문에 직접 참고하는 것이 좋다. https://github.com/go-delve/delve/blob/master/Documentation/installation/README.md $ git clone https://github.com/go-..
Go
2022. 5. 27. 03:43