Blaz Smehov
8e7689328d
chore: modify project structure, move types into internal package, define main package boilerplate
1 kuukausi sitten
Blaz Smehov
495baa41c9
chore: clean unused doc files
1 kuukausi sitten
Alamgir Hosain
2523880930
Added README_bn.md for Bangla translation ( #276 )
* Add Bangla translation for README.md
* Added README_bn.md for Bangla translation
1 kuukausi sitten
George Rodrigues
89dfdf01f6
Fix typo in README_ptBR.md ( #277 )
1 kuukausi sitten
Alexey Lindin
aa203318ea
use correct ISO code for Belarusian language ( #265 )
10 kuukautta sitten
Nguyen The Phuc Hiep
e0cefe8768
Update README.md ( #262 )
Co-authored-by: Nguyen The Phuc Hiep <99666324+ntphiep-amable@users.noreply.github.com>
1 vuosi sitten
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 vuosi sitten
Shurco
608700a5b7
add belarusian ( #261 )
1 vuosi sitten
Danny Ra
ff8f8a6dbf
fa: fix typo ( #260 )
* add Farsi
* fa : fix typo
1 vuosi sitten
Danny Ra
789fdd2841
add Farsi ( #259 )
1 vuosi sitten
Kyle Quest
aba985fe87
Merge pull request #230 from anazibinurasheed/anazibinurasheed/README.md-update
anazibinurasheed/README.md - update
1 vuosi sitten
Kyle Quest
086ccb1b38
Merge pull request #239 from highpon/fix/typo
README_ja: fix typo
1 vuosi sitten
Kyle Quest
fcf6acb91e
Merge pull request #249 from ardrabczyk/add-missing-newlines
Add missing newlines
1 vuosi sitten
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 vuosi sitten
Kyle Quest
17ea4464cb
Merge pull request #243 from harshrathod50/master
Added Hindi translation of README.md file
1 vuosi sitten
Kyle Quest
03ca3071ff
Update README_hi.md
replaced the old Go wiki links with the new ones
1 vuosi sitten
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 vuosi sitten
Kyle Quest
68af5a70d5
Merge pull request #248 from ardrabczyk/chmod-x-README_ru.md
Remove an executable bit from README_ru.md
1 vuosi sitten
Arkadiusz Drabczyk
8fb2e2bfe0
Remove an executable bit from README_ru.md
Accidentally added in 52e269a .
1 vuosi sitten
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 vuosi sitten
Harsh Rathod
46871d3a73
Added Hindi translation of README.md file
1 vuosi sitten
Kyle Quest
ae58eb192d
Update README.md
1 vuosi sitten
Kyle Quest
c874164eb8
Merge pull request #201 from dairidong/patch-1
Translation polishing
1 vuosi sitten
Kyle Quest
d9b3609cfc
Merge pull request #205 from nikpivkin/patch-1
fix typo
1 vuosi sitten
Kyle Quest
9b253ad196
Merge branch 'master' into patch-1
1 vuosi sitten
Kyle Quest
7c4a421316
Update README.md
removed minio
1 vuosi sitten
Kyle Quest
864bb33659
Update README.md
1 vuosi sitten
Kyle Quest
ff7fb82581
Update README.md
1 vuosi sitten
Kyle Quest
a177066853
Update README.md
1 vuosi sitten
Kyle Quest
9450d27c24
Update README.md
linked the `Organizing a Go module` doc page with the relevant project layout info
1 vuosi sitten
Kyle Quest
3cbb23ba17
Merge pull request #240 from barockok/patch-1
Update /vendor/README.md
1 vuosi sitten
Kyle Quest
4c9184a207
Update README.md
1 vuosi sitten
Kyle Quest
6a5696718b
Update README.md
1 vuosi sitten
Kyle Quest
fc69065944
Merge pull request #228 from aqyuki/fix-recommend-tool
docs : Change recommended linter
1 vuosi sitten
Kyle Quest
197a17dee1
Merge pull request #229 from nemre/patch-1
Create .gitattributes
1 vuosi sitten
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 vuotta sitten
HighPon
fcd48f18af
README_ja: fix typo
2 vuotta sitten
anazibinurasheed
0bfa73e2ba
Updated the README.md file by adding a paragraph that provides further clarification on the purpose of the 'internal' directory.
2 vuotta sitten
anazibinurasheed
2d1e32a7e0
Updated the README.md file by adding a paragraph that provides further clarification on the purpose of the 'internal' directory.
2 vuotta sitten
Emre Önal
6c0ad2ad87
Create .gitattributes
https://github.com/golang/go/blob/master/.gitattributes
golang.org/issue/9281
2 vuotta sitten
Kyle Quest
8ce8aefe00
Update README.md - more examples with 'pkg' dir
2 vuotta sitten
yksk171118@gmail.com
b97f92fb16
fix : fix URL
2 vuotta sitten
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 vuotta sitten
Kyle Quest
d0cc0aa496
Merge pull request #226 from synhi/patch-1
Update README_zh-CN.md
2 vuotta sitten
Kyle Quest
fab83df06e
Merge pull request #225 from sula7/remove_new_word_in_readme_ru
README_ru: remove unknown word
2 vuotta sitten
Sunman
55786bec54
Update README_zh-CN.md
2 vuotta sitten
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 vuotta sitten
Kyle Quest
9efeddcf5f
Merge pull request #217 from 3139487747/patch-1
Fix errors in Chinese grammar
2 vuotta sitten
Kyle Quest
32c7f56213
Merge branch 'master' into patch-1
2 vuotta sitten
Kyle Quest
b4438395b3
Merge pull request #210 from rakovets/master
refactor: update russian translation
2 vuotta sitten