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
- Kotlin
- RUBY
- 사용중인포트검색
- 오랜지파이
- ubuntu
- Orange Pi 3B
- Ruby on Rails
- mac
- 우분투
- after_save
- 설치
- Java
- 우분투 24
- change_column_null
- 도커
- docker
- ruby #string #strip #split #gsub
- Visual Studio Code
- 이것이 자바다
- Time.znoe.now
- Rails
- MySQL
- Migrate
- install
- docket
- 쿠버네티스
- 주차장 시스템
- after_update
- change_column
- with_indifferent_access
Archives
- Today
- Total
중고 신입이 개발해보기..
Go lang을 설치해보자 본문
mac에 go를 설치
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

로 들어가면 .. https://golang.org/dl/

알맞는거 받아서 설치하면된다.
$ go version
go version go1.14.6 darwin/amd64
설치 완료~!! 쉽네. ㅎㅎㅎㅎ