From 21b9281be7af37745eef866c4c847b52048aafad Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:18:25 -0800 Subject: [PATCH] go-test: update documentation link (#14595) --- pages.ko/common/go-test.md | 2 +- pages.tr/common/go-test.md | 2 +- pages/common/go-test.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.ko/common/go-test.md b/pages.ko/common/go-test.md index e389550f59..9b85d12dda 100644 --- a/pages.ko/common/go-test.md +++ b/pages.ko/common/go-test.md @@ -1,7 +1,7 @@ # go test > Go 패키지를 테스트합니다 (`_test.go`로 끝나는 파일이어야 함). -> 더 많은 정보: . +> 더 많은 정보: . - 현재 디렉터리에 있는 패키지 테스트: diff --git a/pages.tr/common/go-test.md b/pages.tr/common/go-test.md index 5e75a8eaf4..5426423a72 100644 --- a/pages.tr/common/go-test.md +++ b/pages.tr/common/go-test.md @@ -1,7 +1,7 @@ # go test > Go paketlerini test et (dosyalar `_test.go` ifadesiyle bitmeli). -> Daha fazla bilgi için: . +> Daha fazla bilgi için: . - Mevcut dizinde bulunan paketleri test et: diff --git a/pages/common/go-test.md b/pages/common/go-test.md index b647f17e4b..f3399aa4b5 100644 --- a/pages/common/go-test.md +++ b/pages/common/go-test.md @@ -1,7 +1,7 @@ # go test > Tests Go packages (files have to end with `_test.go`). -> More information: . +> More information: . - Test the package found in the current directory: