mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-24 18:15:28 +07:00
Added 'go' keyword to code snippet in 2022 ko day08
This commit is contained in:
parent
137866df49
commit
5e358e7345
@ -64,7 +64,7 @@ Go 설치와 마찬가지로, 기본값으로 다운로드하여 설치합니다
|
||||
|
||||
이제 Hello World 앱을 실행하고 다음 코드를 새 `main.go` 파일에 복사하여 저장해 보겠습니다.
|
||||
|
||||
```
|
||||
```go
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
Loading…
Reference in New Issue
Block a user