Kyle Quest
fcf6acb91e
Merge pull request #249 from ardrabczyk/add-missing-newlines
Add missing newlines
há 1 ano
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 {} \;
há 1 ano
Kyle Quest
17ea4464cb
Merge pull request #243 from harshrathod50/master
Added Hindi translation of README.md file
há 1 ano
Kyle Quest
03ca3071ff
Update README_hi.md
replaced the old Go wiki links with the new ones
há 1 ano
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
há 1 ano
Kyle Quest
68af5a70d5
Merge pull request #248 from ardrabczyk/chmod-x-README_ru.md
Remove an executable bit from README_ru.md
há 1 ano
Arkadiusz Drabczyk
8fb2e2bfe0
Remove an executable bit from README_ru.md
Accidentally added in 52e269a .
há 1 ano
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
há 1 ano
Harsh Rathod
46871d3a73
Added Hindi translation of README.md file
há 1 ano
Kyle Quest
ae58eb192d
Update README.md
há 1 ano
Kyle Quest
c874164eb8
Merge pull request #201 from dairidong/patch-1
Translation polishing
há 1 ano
Kyle Quest
d9b3609cfc
Merge pull request #205 from nikpivkin/patch-1
fix typo
há 1 ano
Kyle Quest
9b253ad196
Merge branch 'master' into patch-1
há 1 ano
Kyle Quest
7c4a421316
Update README.md
removed minio
há 1 ano
Kyle Quest
864bb33659
Update README.md
há 1 ano
Kyle Quest
ff7fb82581
Update README.md
há 1 ano
Kyle Quest
a177066853
Update README.md
há 1 ano
Kyle Quest
9450d27c24
Update README.md
linked the `Organizing a Go module` doc page with the relevant project layout info
há 1 ano
Kyle Quest
3cbb23ba17
Merge pull request #240 from barockok/patch-1
Update /vendor/README.md
há 1 ano
Kyle Quest
4c9184a207
Update README.md
há 1 ano
Kyle Quest
6a5696718b
Update README.md
há 1 ano
Kyle Quest
fc69065944
Merge pull request #228 from aqyuki/fix-recommend-tool
docs : Change recommended linter
há 1 ano
Kyle Quest
197a17dee1
Merge pull request #229 from nemre/patch-1
Create .gitattributes
há 1 ano
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.
há 2 anos
Emre Önal
6c0ad2ad87
Create .gitattributes
https://github.com/golang/go/blob/master/.gitattributes
golang.org/issue/9281
há 2 anos
Kyle Quest
8ce8aefe00
Update README.md - more examples with 'pkg' dir
há 2 anos
yksk171118@gmail.com
b97f92fb16
fix : fix URL
há 2 anos
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.
há 2 anos
Kyle Quest
d0cc0aa496
Merge pull request #226 from synhi/patch-1
Update README_zh-CN.md
há 2 anos
Kyle Quest
fab83df06e
Merge pull request #225 from sula7/remove_new_word_in_readme_ru
README_ru: remove unknown word
há 2 anos
Sunman
55786bec54
Update README_zh-CN.md
há 2 anos
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.
há 2 anos
Kyle Quest
9efeddcf5f
Merge pull request #217 from 3139487747/patch-1
Fix errors in Chinese grammar
há 2 anos
Kyle Quest
32c7f56213
Merge branch 'master' into patch-1
há 2 anos
Kyle Quest
b4438395b3
Merge pull request #210 from rakovets/master
refactor: update russian translation
há 2 anos
Kyle Quest
403c1d7d3c
Merge branch 'master' into master
há 2 anos
Kyle Quest
a185f00eba
Merge pull request #118 from junjieyuan/fix-typo
fix typo and markdown style
há 2 anos
Kyle Quest
25bf6c72cc
Update README_zh-CN.md
updated the `master` branch back to `main`
há 2 anos
Kyle Quest
88dbea1f09
Merge branch 'master' into fix-typo
há 2 anos
Kyle Quest
d115cd45ae
Merge pull request #171 from alepdev/doc/adds-links-it-translation
doc: adds missing "it" translation links
há 2 anos
Kyle Quest
761f7a9f8b
Merge branch 'master' into doc/adds-links-it-translation
há 2 anos
Kyle Quest
b7920c8486
Merge pull request #138 from japananh/master
Add Vietnamese translation for README.md
há 2 anos
Kyle Quest
f25c8b05e1
Merge branch 'master' into master
há 2 anos
Kyle Quest
db82c4d282
Merge pull request #155 from mboldt/terraform-main
Update link to Terraform example
há 2 anos
Kyle Quest
649d258966
Merge pull request #159 from xpzouying/patch-1
fix typo
há 2 anos
Kyle Quest
6b6fc13b68
Merge pull request #180 from guettli/patch-1
removed mesos and bosh
há 2 anos
Kyle Quest
3c4d14af62
Merge pull request #203 from arialdomartini/review-it
Review of the Italian translation
há 2 anos
Kyle Quest
46cf4e1f54
Merge pull request #212 from rolancia/patch-1
fix typo in README.md
há 2 anos
Kyle Quest
6ac2380ca2
Merge pull request #213 from jcambrosi/patch-1
Update README.md
há 2 anos
Kyle Quest
8168d1c60e
Merge pull request #207 from kta/update-go-version
update go.mod to the latest go version
há 2 anos