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
- 도커
- Ruby on Rails
- mac
- 루비
- 우분투 24
- 정규식
- docker
- 주차장 시스템
- Orange Pi 3B
- Java
- docket
- ubuntu
- 오랜지파이
- after_update
- 사용중인포트검색
- 쿠버네티스
- 코틀린
- Visual Studio Code
- 우분투
- 레일즈
- 차량번호찾기
- RUBY
- MySQL
- Time.znoe.now
- after_save
- Rails
- Kotlin
- install
- 설치
- Migrate
Archives
- Today
- Total
목록Code Language/Go Lang (1)
중고 신입이 개발해보기..

mac에 go를 설치 https://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 로 들어가면 .. https://golang.org/dl/ 알맞는거 받아서 설치하면된다. $ go version go version g..
Code Language/Go Lang
2020. 7. 28. 15:18