Alexey Lindin
aa203318ea
use correct ISO code for Belarusian language ( #265 )
10ヶ月前
Nguyen The Phuc Hiep
e0cefe8768
Update README.md ( #262 )
Co-authored-by: Nguyen The Phuc Hiep <99666324+ntphiep-amable@users.noreply.github.com>
1年前
Edvin Dulko
20f4258478
improve Belarusian translation from machine-generated to human-readable ( #263 )
* improve Belarusian translation from machine-generated to human-readable
* use more consistent vocabulary
1年前
Shurco
608700a5b7
add belarusian ( #261 )
1年前
Danny Ra
ff8f8a6dbf
fa: fix typo ( #260 )
* add Farsi
* fa : fix typo
1年前
Danny Ra
789fdd2841
add Farsi ( #259 )
1年前
Kyle Quest
aba985fe87
Merge pull request #230 from anazibinurasheed/anazibinurasheed/README.md-update
anazibinurasheed/README.md - update
1年前
Kyle Quest
086ccb1b38
Merge pull request #239 from highpon/fix/typo
README_ja: fix typo
1年前
Kyle Quest
fcf6acb91e
Merge pull request #249 from ardrabczyk/add-missing-newlines
Add missing newlines
1年前
Arkadiusz Drabczyk
9afa0ed288
Add missing newlines
On *nix systems it's a common convention to end a file with an empty
newline. It also helps if the newline is present if user wants to
simply cat a file in the command line.
I used the following one-liner to automatically add newlines in all
files that don't have it:
$ find . -path ./.git -prune -o -type f -a ! -name .keep -exec sh -c '[[ $(tail -c1 "$1" | wc -l) -gt 0 ]] || echo >> "$1"' sh {} \;
1年前
Kyle Quest
17ea4464cb
Merge pull request #243 from harshrathod50/master
Added Hindi translation of README.md file
1年前
Kyle Quest
03ca3071ff
Update README_hi.md
replaced the old Go wiki links with the new ones
1年前
Kyle Quest
716d82ea3a
Merge pull request #247 from ardrabczyk/github-wiki-to-go.dev-wiki
Convert github.com/golang/go/wiki links to go.dev/wiki
1年前
Kyle Quest
68af5a70d5
Merge pull request #248 from ardrabczyk/chmod-x-README_ru.md
Remove an executable bit from README_ru.md
1年前
Arkadiusz Drabczyk
8fb2e2bfe0
Remove an executable bit from README_ru.md
Accidentally added in 52e269a .
1年前
Arkadiusz Drabczyk
13f3654146
Convert github.com/golang/go/wiki links to go.dev/wiki
Go wiki has moved https://github.com/golang/go/issues/61940 . Wiki at
github.com/golang/go/wiki does not automatically move to go.dev/wiki
but says that wiki has moved.
I used the following shell one-liner to convert all links:
$ find . -type f -print0 | xargs -0 sed -i 's,github.com/golang/go/wiki,go.dev/wiki,g'
To verify if they return 200:
$ ag -a --nofilename -o 'https?.+wiki/.+?\b' | sort | uniq | xargs curl -sI
HTTP/2 200
(...)
HTTP/2 200
1年前
Harsh Rathod
46871d3a73
Added Hindi translation of README.md file
1年前
Kyle Quest
ae58eb192d
Update README.md
1年前
Kyle Quest
c874164eb8
Merge pull request #201 from dairidong/patch-1
Translation polishing
1年前
Kyle Quest
d9b3609cfc
Merge pull request #205 from nikpivkin/patch-1
fix typo
1年前
Kyle Quest
9b253ad196
Merge branch 'master' into patch-1
1年前
Kyle Quest
7c4a421316
Update README.md
removed minio
1年前
Kyle Quest
864bb33659
Update README.md
1年前
Kyle Quest
ff7fb82581
Update README.md
1年前
Kyle Quest
a177066853
Update README.md
1年前
Kyle Quest
9450d27c24
Update README.md
linked the `Organizing a Go module` doc page with the relevant project layout info
1年前
Kyle Quest
3cbb23ba17
Merge pull request #240 from barockok/patch-1
Update /vendor/README.md
1年前
Kyle Quest
4c9184a207
Update README.md
1年前
Kyle Quest
6a5696718b
Update README.md
1年前
Kyle Quest
fc69065944
Merge pull request #228 from aqyuki/fix-recommend-tool
docs : Change recommended linter
1年前
Kyle Quest
197a17dee1
Merge pull request #229 from nemre/patch-1
Create .gitattributes
1年前
Zidni Mubarok
a156be9f5c
Update /vendor/README.md
since the vendor already stable since 1.5, update the doc to remove the note on vendor still experiment.
2年前
HighPon
fcd48f18af
README_ja: fix typo
2年前
anazibinurasheed
0bfa73e2ba
Updated the README.md file by adding a paragraph that provides further clarification on the purpose of the 'internal' directory.
2年前
anazibinurasheed
2d1e32a7e0
Updated the README.md file by adding a paragraph that provides further clarification on the purpose of the 'internal' directory.
2年前
Emre Önal
6c0ad2ad87
Create .gitattributes
https://github.com/golang/go/blob/master/.gitattributes
golang.org/issue/9281
2年前
Kyle Quest
8ce8aefe00
Update README.md - more examples with 'pkg' dir
2年前
yksk171118@gmail.com
b97f92fb16
fix : fix URL
2年前
yksk171118@gmail.com
787081390a
docs : Change recommended linter
Changed to use staticcheck since it is currently not maintained and golint was recommended. Also added that golint is currently deprecated and not maintained.
2年前
Kyle Quest
d0cc0aa496
Merge pull request #226 from synhi/patch-1
Update README_zh-CN.md
2年前
Kyle Quest
fab83df06e
Merge pull request #225 from sula7/remove_new_word_in_readme_ru
README_ru: remove unknown word
2年前
Sunman
55786bec54
Update README_zh-CN.md
2年前
Sultan Moldobaev
e1b0e3f400
README_ru: remove unknown word
This word meant "new Go Modules", but "new" in russian was written with typo and was unrecognizable.
Go Module isn't new as well.
2年前
Kyle Quest
9efeddcf5f
Merge pull request #217 from 3139487747/patch-1
Fix errors in Chinese grammar
2年前
Kyle Quest
32c7f56213
Merge branch 'master' into patch-1
2年前
Kyle Quest
b4438395b3
Merge pull request #210 from rakovets/master
refactor: update russian translation
2年前
Kyle Quest
403c1d7d3c
Merge branch 'master' into master
2年前
Kyle Quest
a185f00eba
Merge pull request #118 from junjieyuan/fix-typo
fix typo and markdown style
2年前
Kyle Quest
25bf6c72cc
Update README_zh-CN.md
updated the `master` branch back to `main`
2年前
Kyle Quest
88dbea1f09
Merge branch 'master' into fix-typo
2年前