go*: add Turkish translation (#9447)
This commit is contained in:
20
pages.tr/common/go-env.md
Normal file
20
pages.tr/common/go-env.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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>.
|
||||
|
||||
- Tüm ortam değişkenlerini göster:
|
||||
|
||||
`go env`
|
||||
|
||||
- Belirtilen ortam değişkenlerini göster:
|
||||
|
||||
`go env {{GOPATH}}`
|
||||
|
||||
- Bir değere ortam değişkeni ata:
|
||||
|
||||
`go env -w {{GOBIN}}={{örnek/konum/dizin}}`
|
||||
|
||||
- Ortam değişkeninin değerini sıfırla:
|
||||
|
||||
`go env -u {{GOBIN}}`
|
Reference in New Issue
Block a user