mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:15:23 +02:00
go-test: update documentation link (#14595)
This commit is contained in:
parent
f3e5ef5a9b
commit
21b9281be7
3 changed files with 3 additions and 3 deletions
|
@ -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,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,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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue