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
- boj
- BFS
- Back tracking
- Vue.js
- programmers
- SWEA
- Algorithm
- Data Structure
- GitHub
- 알고리듬
- aws
- SQL
- DFS
- 구현
- Priority Queue
- spring boot
- Linked list
- JavaScript
- 모의SW역량테스트
- Bruth Force
- CSV
- 시뮬레이션
- 알고리즘
- gpdb
- hash table
- 코테
- Trie
- django
- 코딩테스트
- Python
Archives
- Today
- Total
목록Install Go (1)
hotamul의 개발 이야기
[Golang] How to setup Go in mac
Installation ❯ brew intstall go When installed, run go version to see the installed version of Go. ❯ go version go version go1.17.6 darwin/arm64 Setup worksapce The GOPATH environment variable specifies the location of your workspace. It defaults to a directory named go inside your home directory. ❯ go env GOPATH $HOME/go add GOPATH to your shell/bash/zsh initialization file .bash_profile, .bash..
Dev./Golang
2022. 11. 18. 00:20