Skip to content

Commit

Permalink
go-test: update documentation link (tldr-pages#14595)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonfigueroa authored Nov 3, 2024
1 parent f3e5ef5 commit 21b9281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages.ko/common/go-test.md
Original file line number Diff line number Diff line change
@@ -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>.
- ํ˜„์žฌ ๋””๋ ‰ํ„ฐ๋ฆฌ์— ์žˆ๋Š” ํŒจํ‚ค์ง€ ํ…Œ์ŠคํŠธ:

Expand Down
2 changes: 1 addition & 1 deletion pages.tr/common/go-test.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/go-test.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 21b9281

Please sign in to comment.