자 일단 Go를 다운 받아보자!
일단 필자의 OS는 Mac 이다!
Go Lang 설치하는 방법
1. 구글에 golang 검색하기
2. golang.org 사이트로 접속!
The Go Programming Language
Download Go Binary distributions available for Linux, macOS, Windows, and more. // You can edit this code! // Click here and start typing. package main import "fmt" func main() { fmt.Println("Hello, 世界") } Hello, World! Conway's Game of Life Fibonacci
golang.org
3. 메인 페이지에 귀여운 마스코트와 download go 버튼이 존재한다!
4. 자신의 OS에 맞는 버전을 다운로드 해보자
필자는 ide(개발환경, 프로그래밍 툴) 로 vscode 를 사용할 예정이다. VS Code 도 설치해보자!
VS Code 설치하는 방법
1. VS Code site로 접속하기
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
2. OS에 맞는 버전 선택 후 Download
'Go(go lang) 기본' 카테고리의 다른 글
go lang : naked retrun, 네이키드 리턴, func return 방법 (0) | 2021.07.15 |
---|---|
go lang : 명명 규칙 내 대소문자 의미 (private, public) (0) | 2021.06.23 |
go lang : 상수 선언, 축약선언 방법 (0) | 2021.04.14 |
go lang : Mac os에 Go lang 설치 시 user 경로에 go 폴더 없을 때 (0) | 2021.03.02 |
공부하 Go! 언어를 배워보장... (0) | 2021.02.27 |