gobuster, gocr, gocryptfs, godoc, godot: add Korean translation (#14392)
This commit is contained in:
24
pages.ko/common/godoc.md
Normal file
24
pages.ko/common/godoc.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# godoc
|
||||
|
||||
> Go 패키지에 대한 문서를 확인.
|
||||
> 더 많은 정보: <https://godoc.org/>.
|
||||
|
||||
- 특정 패키지에 대한 도움말 표시:
|
||||
|
||||
`godoc {{fmt}}`
|
||||
|
||||
- "fmt" 패키지의 "Printf" 함수에 대한 도움말 표시:
|
||||
|
||||
`godoc {{fmt}} {{Printf}}`
|
||||
|
||||
- 포트 6060에서 웹 서버로 문서 제공:
|
||||
|
||||
`godoc -http=:{{6060}}`
|
||||
|
||||
- 인덱스 파일을 생성:
|
||||
|
||||
`godoc -write_index -index_files={{경로/대상/파일}}`
|
||||
|
||||
- 주어진 색인 파일을 사용하여 문서를 검색:
|
||||
|
||||
`godoc -http=:{{6060}} -index -index_files={{경로/대상/파일}}`
|
Reference in New Issue
Block a user