정말 좋다고 소문으로만 듣던 Go 언어를 시작해보기위해서 먼저 저의 맥에 Go 를 설치하기로 했습니다.
Downloads - The Go Programming Language
Downloads After downloading a binary release suitable for your system, please follow the installation instructions. If you are building from source, follow the source installation instructions. See the release history for more information about Go releases
golang.org
위의 링크에서 해당 OS에 맞는 언어를 다운로드를 받아서 설치를 하시면 됩니다.
go를 인스톨하고 버전까지 확인하면 설치가 된것을 확인하실수 있습니다.
Go pointer 출력하기 (0) | 2020.12.24 |
---|---|
Go command 창에서 입력값 받아서 출력하기 (0) | 2020.12.22 |
Go 변수 선언 및 반복문 사용방법 (0) | 2020.12.17 |
Hello.go 컴파일 하기 (0) | 2020.12.17 |
IntelliJ Go Lang setting 하는 방법 (2) | 2020.12.08 |