mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 16:55:25 +02:00
go*: update documentation links for translations (#17034)
This commit is contained in:
parent
992546aa35
commit
a138d21f1c
34 changed files with 34 additions and 34 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> إدارة كود مصدر Go.
|
||||
> بعض الأوامر الفرعية مثل `build` تحتوي على توثيق استخدام خاص بها.
|
||||
> لمزيد من التفاصيل: <https://golang.org>.
|
||||
> لمزيد من التفاصيل: <https://go.dev/>.
|
||||
|
||||
- تنزيل وتثبيت حزمة محددة بالمسار الخاص بها:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Outil de gestion du code source Go.
|
||||
> Certaines sous-commandes telles que `build` ont leur propre documentation d'utilisation.
|
||||
> Plus d'informations : <https://golang.org>.
|
||||
> Plus d'informations : <https://go.dev/>.
|
||||
|
||||
- Télécharger et installer un paquet, spécifié par son chemin d'importation :
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Go のソースコードを管理します。
|
||||
> `build` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
|
||||
> もっと詳しく: <https://golang.org>。
|
||||
> もっと詳しく: <https://go.dev/>。
|
||||
|
||||
- インポートパスで指定されたパッケージを、ダウンロードしてインストール:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go bug
|
||||
|
||||
> 버그 보고.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-Start_a_bug_report>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-Start_a_bug_report>.
|
||||
|
||||
- 버그 보고를 시작하기 위해 웹 페이지 열기:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go build
|
||||
|
||||
> Go 소스 컴파일.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies>.
|
||||
|
||||
- 'package main' 파일 컴파일 (출력은 확장자가 없는 파일 이름):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go clean
|
||||
|
||||
> 오브젝트 파일과 캐시 파일 제거.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-Remove_object_files_and_cached_files>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-Remove_object_files_and_cached_files>.
|
||||
|
||||
- 실제로 제거하지 않고 제거 명령 출력:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go doc
|
||||
|
||||
> 패키지나 심볼에 대한 문서 보기.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-Show_documentation_for_package_or_symbol>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-Show_documentation_for_package_or_symbol>.
|
||||
|
||||
- 현재 패키지에 대한 문서 보기:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go env
|
||||
|
||||
> Go 툴체인이 사용하는 환경 변수를 관리합니다.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-Print_Go_environment_information>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-Print_Go_environment_information>.
|
||||
|
||||
- 모든 환경 변수 표시:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go fix
|
||||
|
||||
> 패키지를 새로운 API를 사용하도록 업데이트.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-Update_packages_to_use_new_APIs>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-Update_packages_to_use_new_APIs>.
|
||||
|
||||
- 패키지를 새로운 API를 사용하도록 업데이트:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go generate
|
||||
|
||||
> 소스 파일 내에서 명령을 실행하여 Go 파일 생성.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source>.
|
||||
|
||||
- 소스 파일 내에서 명령을 실행하여 Go 파일 생성:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go list
|
||||
|
||||
> 패키지 또는 모듈 나열.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-List_packages_or_modules>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-List_packages_or_modules>.
|
||||
|
||||
- 패키지 나열:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go mod
|
||||
|
||||
> 모듈 유지 관리.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-Module_maintenance>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-Module_maintenance>.
|
||||
|
||||
- 현재 디렉터리에 새 모듈 초기화:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go version
|
||||
|
||||
> Go 버전을 표시.
|
||||
> 더 많은 정보: <https://golang.org/cmd/go/#hdr-Print_Go_version>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/go#hdr-Print_Go_version>.
|
||||
|
||||
- 버전 표시:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Go 소스 코드를 관리.
|
||||
> `build`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
|
||||
> 더 많은 정보: <https://golang.org>.
|
||||
> 더 많은 정보: <https://go.dev/>.
|
||||
|
||||
- 패키지 다운로드 및 설치 (import 경로로 지정):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# gofmt
|
||||
|
||||
> Go 소스 코드를 포맷합니다.
|
||||
> 더 많은 정보: <https://golang.org/cmd/gofmt/>.
|
||||
> 더 많은 정보: <https://pkg.go.dev/cmd/gofmt>.
|
||||
|
||||
- 파일을 포맷하고 결과를 콘솔에 표시:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go bug
|
||||
|
||||
> Rapportera en bugg.
|
||||
> Mer information: <https://golang.org/cmd/go/#hdr-Start_a_bug_report>.
|
||||
> Mer information: <https://pkg.go.dev/cmd/go#hdr-Start_a_bug_report>.
|
||||
|
||||
- Öppna en webbsida för att starta en felrapport:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go fix
|
||||
|
||||
> Uppdatera paketen för att använda nya API.
|
||||
> Mer information: <https://golang.org/cmd/go/#hdr-Update_packages_to_use_new_APIs>.
|
||||
> Mer information: <https://pkg.go.dev/cmd/go#hdr-Update_packages_to_use_new_APIs>.
|
||||
|
||||
- Uppdatera paketen för att använda nya API:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go bug
|
||||
|
||||
> Bug bildir.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Start_a_bug_report>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Start_a_bug_report>.
|
||||
|
||||
- Bug bildirisini başlatmak için bir website aç:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go build
|
||||
|
||||
> Go kaynaklarını derle.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies>.
|
||||
|
||||
- Bir 'package main' dosyasını derle (çıktı uzantısız bir dosya ismi olacak):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go clean
|
||||
|
||||
> Obje ve önbellek dosyalarını sil.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Remove_object_files_and_cached_files>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Remove_object_files_and_cached_files>.
|
||||
|
||||
- Hiçbir şeyi silmeden silme komutlarını yazdır:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go doc
|
||||
|
||||
> Bir paket veya sembolün dokümentasyonunu göster.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Show_documentation_for_package_or_symbol>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Show_documentation_for_package_or_symbol>.
|
||||
|
||||
- Mevcut paket için dokümentasyonu göster:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go env
|
||||
|
||||
> Go toolchain'in kullandığı ortam değişkenlerini yönet.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Print_Go_environment_information>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Print_Go_environment_information>.
|
||||
|
||||
- Tüm ortam değişkenlerini göster:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go fix
|
||||
|
||||
> Yeni API'ler kullanmak için paketleri güncelle.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Update_packages_to_use_new_APIs>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Update_packages_to_use_new_APIs>.
|
||||
|
||||
- Paketleri yeni API'ler kullanmak için güncelle:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go generate
|
||||
|
||||
> Kaynak dosyaları içinde komut çalıştırarak Go dosyaları oluştur.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source>.
|
||||
|
||||
- Kaynak dosyaları içinde komut çalıştırarak Go dosyaları oluştur:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go list
|
||||
|
||||
> Paket ve modülleri sırala.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-List_packages_or_modules>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-List_packages_or_modules>.
|
||||
|
||||
- Paketleri sırala:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go mod
|
||||
|
||||
> Modül yönetimi.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Module_maintenance>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Module_maintenance>.
|
||||
|
||||
- Mevcut dizinde yeni modül başlat:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go version
|
||||
|
||||
> Go sürümünü yazdır.
|
||||
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Print_Go_version>.
|
||||
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Print_Go_version>.
|
||||
|
||||
- Go sürümünü yazdır:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Go kaynak kodunu yönetmeye yarayan bir araç.
|
||||
> `build` gibi bazı alt komutların kendı kullanım dokümentasyonları mevcut.
|
||||
> Daha fazla bilgi için: <https://golang.org>.
|
||||
> Daha fazla bilgi için: <https://go.dev/>.
|
||||
|
||||
- İçe aktarım yolunda belirtilen şekilde bir paketi indir ve yükle:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go bug
|
||||
|
||||
> 报告一个错误。
|
||||
> 更多信息:<https://golang.org/cmd/go/#hdr-Start_a_bug_report>.
|
||||
> 更多信息:<https://pkg.go.dev/cmd/go#hdr-Start_a_bug_report>.
|
||||
|
||||
- 打开一个网页并开始报告错误:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go build
|
||||
|
||||
> 编译 Go 源代码。
|
||||
> 更多信息:<https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies>.
|
||||
> 更多信息:<https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies>.
|
||||
|
||||
- 编译 ‘package main’ 文件(输出为不带扩展名的文件名):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go clean
|
||||
|
||||
> 移除目标文件和缓存文件。
|
||||
> 更多信息:<https://golang.org/cmd/go/#hdr-Remove_object_files_and_cached_files>.
|
||||
> 更多信息:<https://pkg.go.dev/cmd/go#hdr-Remove_object_files_and_cached_files>.
|
||||
|
||||
- 只打印移除命令,而不会真正移除任何东西:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go doc
|
||||
|
||||
> 显示包或符号的文档。
|
||||
> 更多信息:<https://golang.org/cmd/go/#hdr-Show_documentation_for_package_or_symbol>.
|
||||
> 更多信息:<https://pkg.go.dev/cmd/go#hdr-Show_documentation_for_package_or_symbol>.
|
||||
|
||||
- 显示当前包的文档:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# go env
|
||||
|
||||
> 管理 Go 工具链使用的环境变量。
|
||||
> 更多信息:<https://golang.org/cmd/go/#hdr-Print_Go_environment_information>.
|
||||
> 更多信息:<https://pkg.go.dev/cmd/go#hdr-Print_Go_environment_information>.
|
||||
|
||||
- 显示所有环境变量:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> 管理 Go 源代码的工具。
|
||||
> 此命令也有关于其子命令的文件,例如:`build`.
|
||||
> 更多信息:<https://golang.org>.
|
||||
> 更多信息:<https://go.dev/>.
|
||||
|
||||
- 下载并安装由其路径指定的包:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue