go*: add Korean translation (#14414)

This commit is contained in:
HoJeong Im
2024-10-27 17:00:40 +09:00
committed by GitHub
parent 676f612bc1
commit 2d602e5b69
10 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# goreload
> Go 프로그램용 라이브 리로드 유틸리티.
> 더 많은 정보: <https://github.com/acoshift/goreload>.
- 바이너리 파일 보기 (기본값은 `.goreload`):
`goreload -b {{경로/대상/바이너리}} {{경로/대상/파일.go}}`
- 사용자 정의 로그 접두사를 설정 (기본값은 `goreload`):
`goreload --logPrefix {{prefix}} {{경로/대상/파일.go}}`
- 파일이 변경될 때마다 다시 로드:
`goreload --all`