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 | 31 |
Tags
- git
- 알고리즘
- broadcastreceiver
- vscode
- Java
- Jenknis
- 두 동전
- github
- goland
- 16197
- 데이터전달
- intent
- ubuntu
- 안드로이드
- activity
- IntelliJ
- insert
- Android
- data
- 백준
- 제어반전
- 17837
- spring
- 큐빙
- service
- mysql
- 단축키
- 데이터
- 프로그래머스
- Algorithm
Archives
- Today
- Total
목록Go (3)
해보자
[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