목록GoLand설치 (1)
오늘도 한 뼘 더

1. Go 언어 설치하기 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 Go 언어 페이지로 접속하게 되면 다음과 같은 이미지가 띄게 됩니다. Go 언어를 사용하기 위한 환경을 만들어주는 작업이 완료되게 됩니다. 2. ..
Study/Go
2020. 12. 17. 14:55