Commit Graph

316 Commits

Author SHA1 Message Date
Nguyen The Phuc Hiep
e0cefe8768
Update README.md (#262)
Co-authored-by: Nguyen The Phuc Hiep <99666324+ntphiep-amable@users.noreply.github.com>
2024-11-06 14:49:44 -08:00
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
2024-11-06 14:46:11 -08:00
Shurco
608700a5b7
add belarusian (#261) 2024-10-17 22:41:39 -07:00
Danny Ra
ff8f8a6dbf
fa: fix typo (#260)
* add Farsi

* fa : fix typo
2024-10-17 22:37:08 -07:00
Danny Ra
789fdd2841
add Farsi (#259) 2024-10-12 14:27:19 -07:00
Kyle Quest
aba985fe87
Merge pull request #230 from anazibinurasheed/anazibinurasheed/README.md-update
anazibinurasheed/README.md - update
2024-06-28 22:58:45 -07:00
Kyle Quest
086ccb1b38
Merge pull request #239 from highpon/fix/typo
README_ja: fix typo
2024-06-28 22:51:31 -07:00
Kyle Quest
fcf6acb91e
Merge pull request #249 from ardrabczyk/add-missing-newlines
Add missing newlines
2024-06-28 22:50:28 -07:00
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 {} \;
2024-06-25 20:25:38 +02:00
Kyle Quest
17ea4464cb
Merge pull request #243 from harshrathod50/master
Added Hindi translation of README.md file
2024-06-24 23:05:14 -07:00
Kyle Quest
03ca3071ff
Update README_hi.md
replaced the old Go wiki links with the new ones
2024-06-24 23:04:18 -07:00
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
2024-06-24 22:59:51 -07:00
Kyle Quest
68af5a70d5
Merge pull request #248 from ardrabczyk/chmod-x-README_ru.md
Remove an executable bit from README_ru.md
2024-06-24 22:45:36 -07:00
Arkadiusz Drabczyk
8fb2e2bfe0 Remove an executable bit from README_ru.md
Accidentally added in 52e269a.
2024-06-24 16:03:09 +02:00
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
2024-06-23 22:16:17 +02:00
Harsh Rathod
46871d3a73 Added Hindi translation of README.md file 2024-02-10 17:28:51 +05:30
Kyle Quest
ae58eb192d
Update README.md 2024-01-24 23:35:09 -08:00
Kyle Quest
c874164eb8
Merge pull request #201 from dairidong/patch-1
Translation polishing
2024-01-24 23:32:32 -08:00
Kyle Quest
d9b3609cfc
Merge pull request #205 from nikpivkin/patch-1
fix typo
2024-01-24 23:30:48 -08:00
Kyle Quest
9b253ad196
Merge branch 'master' into patch-1 2024-01-24 23:30:08 -08:00
Kyle Quest
7c4a421316
Update README.md
removed minio
2024-01-24 20:32:06 -08:00
Kyle Quest
864bb33659
Update README.md 2024-01-24 20:30:20 -08:00
Kyle Quest
ff7fb82581
Update README.md 2024-01-24 20:26:54 -08:00
Kyle Quest
a177066853
Update README.md 2024-01-24 20:26:13 -08:00
Kyle Quest
9450d27c24
Update README.md
linked the `Organizing a Go module` doc page with the relevant project layout info
2024-01-24 20:24:11 -08:00
Kyle Quest
3cbb23ba17
Merge pull request #240 from barockok/patch-1
Update /vendor/README.md
2024-01-24 18:19:10 -08:00
Kyle Quest
4c9184a207
Update README.md 2024-01-24 18:18:33 -08:00
Kyle Quest
6a5696718b
Update README.md 2024-01-24 18:17:25 -08:00
Kyle Quest
fc69065944
Merge pull request #228 from aqyuki/fix-recommend-tool
docs : Change recommended linter
2024-01-24 18:15:23 -08:00
Kyle Quest
197a17dee1
Merge pull request #229 from nemre/patch-1
Create .gitattributes
2024-01-24 18:10:51 -08:00
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.
2023-11-09 20:03:33 +07:00
HighPon
fcd48f18af
README_ja: fix typo 2023-11-05 15:54:16 +09:00
anazibinurasheed
0bfa73e2ba Updated the README.md file by adding a paragraph that provides further clarification on the purpose of the 'internal' directory. 2023-09-06 13:35:43 +05:30
anazibinurasheed
2d1e32a7e0 Updated the README.md file by adding a paragraph that provides further clarification on the purpose of the 'internal' directory. 2023-09-06 13:19:34 +05:30
Emre Önal
6c0ad2ad87
Create .gitattributes
https://github.com/golang/go/blob/master/.gitattributes
golang.org/issue/9281
2023-09-01 19:31:34 +03:00
Kyle Quest
8ce8aefe00
Update README.md - more examples with 'pkg' dir 2023-08-23 23:32:38 -07:00
yksk171118@gmail.com
b97f92fb16 fix : fix URL 2023-08-22 17:58:58 +09:00
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.
2023-08-22 17:55:06 +09:00
Kyle Quest
d0cc0aa496
Merge pull request #226 from synhi/patch-1
Update README_zh-CN.md
2023-08-19 01:07:21 -07:00
Kyle Quest
fab83df06e
Merge pull request #225 from sula7/remove_new_word_in_readme_ru
README_ru: remove unknown word
2023-08-19 01:04:34 -07:00
Sunman
55786bec54
Update README_zh-CN.md 2023-07-27 00:07:39 +08:00
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.
2023-07-19 09:07:19 +02:00
Kyle Quest
9efeddcf5f
Merge pull request #217 from 3139487747/patch-1
Fix errors in Chinese grammar
2023-07-09 09:31:56 -07:00
Kyle Quest
32c7f56213
Merge branch 'master' into patch-1 2023-07-09 09:30:39 -07:00
Kyle Quest
b4438395b3
Merge pull request #210 from rakovets/master
refactor: update russian translation
2023-06-29 22:14:45 -07:00
Kyle Quest
403c1d7d3c
Merge branch 'master' into master 2023-06-29 22:14:37 -07:00
Kyle Quest
a185f00eba
Merge pull request #118 from junjieyuan/fix-typo
fix typo and markdown style
2023-06-29 22:08:24 -07:00
Kyle Quest
25bf6c72cc
Update README_zh-CN.md
updated the `master` branch back to `main`
2023-06-29 22:08:09 -07:00
Kyle Quest
88dbea1f09
Merge branch 'master' into fix-typo 2023-06-29 22:04:24 -07:00
Kyle Quest
d115cd45ae
Merge pull request #171 from alepdev/doc/adds-links-it-translation
doc: adds missing "it" translation links
2023-06-29 22:01:14 -07:00