Pārlūkot izejas kodu

go-test: update documentation link (#14595)

Nelson Figueroa 4 mēneÅ”i atpakaļ
vecāks
revīzija
21b9281be7
3 mainÄ«tis faili ar 3 papildinājumiem un 3 dzÄ“Å”anām
  1. 1 1
      pages.ko/common/go-test.md
  2. 1 1
      pages.tr/common/go-test.md
  3. 1 1
      pages/common/go-test.md

+ 1 - 1
pages.ko/common/go-test.md

@@ -1,7 +1,7 @@
 # go test
 
 > Go ķŒØķ‚¤ģ§€ė„¼ ķ…ŒģŠ¤ķŠøķ•©ė‹ˆė‹¤ (`_test.go`ė”œ ėė‚˜ėŠ” ķŒŒģ¼ģ“ģ–“ģ•¼ ķ•Ø).
-> ė” ė§Žģ€ ģ •ė³“: <https://golang.org/cmd/go/#hdr-Testing_flags>.
+> ė” ė§Žģ€ ģ •ė³“: <https://pkg.go.dev/cmd/go#hdr-Testing_flags>.
 
 - ķ˜„ģž¬ ė””ė ‰ķ„°ė¦¬ģ— ģžˆėŠ” ķŒØķ‚¤ģ§€ ķ…ŒģŠ¤ķŠø:
 

+ 1 - 1
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: <https://golang.org/cmd/go/#hdr-Testing_flags>.
+> Daha fazla bilgi iƧin: <https://pkg.go.dev/cmd/go#hdr-Testing_flags>.
 
 - Mevcut dizinde bulunan paketleri test et:
 

+ 1 - 1
pages/common/go-test.md

@@ -1,7 +1,7 @@
 # go test
 
 > Tests Go packages (files have to end with `_test.go`).
-> More information: <https://golang.org/cmd/go/#hdr-Testing_flags>.
+> More information: <https://pkg.go.dev/cmd/go#hdr-Testing_flags>.
 
 - Test the package found in the current directory: