Skip to content

Commit

Permalink
Add korean translate in Installation section (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
thor-son committed Nov 13, 2022
1 parent 5cac575 commit 2010992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README_ko.md
Expand Up @@ -113,7 +113,7 @@ func main() {

Go가 설치되어 있는 것을 확인해 주세요 ([download](https://go.dev/dl/)). 버전 1.14 또는 그 이상이어야 합니다.

Initialize your project by creating a folder and then running `go mod init github.com/your/repo` ([learn more](https://go.dev/blog/using-go-modules)) inside the folder. Then install Fiber with the [`go get`](https://pkg.go.dev/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) command:
폴더를 생성하여 당신의 프로젝트를 초기화하고, 폴더 안에서 `go mod init github.com/your/repo` ([learn more](https://go.dev/blog/using-go-modules)) 를 실행하세요. 그리고 [`go get`](https://pkg.go.dev/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) 명령어로 Fiber를 설치하세요:

```bash
go get -u github.com/gofiber/fiber/v2
Expand Down

1 comment on commit 2010992

@ReneWerner87
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 2010992 Previous: 5cac575 Ratio
Benchmark_AcquireCtx 1300 ns/op 1568 B/op 5 allocs/op 615.4 ns/op 1568 B/op 5 allocs/op 2.11

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.