Eli Bendersky
4b9ed3f43a
Remove dead links to translations in README
2023-04-03 05:51:01 -07:00
Eli Bendersky
ea61a8431a
Revert "Added Brazilian portuguese (PT-BR) to translations list. ( #467 )"
...
The link to the translation is dead
This reverts commit 4280f948d30b29e11487590feeff16ebfb83464e.
2023-04-03 05:41:00 -07:00
Lucas
4280f948d3
Added Brazilian portuguese (PT-BR) to translations list. ( #467 )
2023-03-27 12:51:05 -07:00
Eli Bendersky
b6baa3bb25
Minor README tweaks
2023-01-09 05:58:04 -08:00
Eli Bendersky
abfc2c2cad
Remove superfluous punctuation
2022-08-22 05:58:44 -07:00
Eli Bendersky
279163e3b0
Update README.md
2022-08-22 05:58:10 -07:00
Andreas Deininger
da13e2fbe7
Improving links (http -> https) ( #425 )
2022-06-06 11:31:46 -07:00
Eli Bendersky
e6da67918c
Update GH actions workflow badge in README
2022-03-17 13:58:27 -07:00
Eli Bendersky
35018ab3c9
Update README.md
2022-02-05 07:20:06 -08:00
Eli Bendersky
57ac312e30
Update README.md
2022-01-10 05:52:57 -08:00
Eli Bendersky
668ecb9732
Add brief FAQ section in the README to clarify common questions
2021-12-16 20:16:44 -08:00
Adrien Lacquemant
dad9113134
Fix incorrect link in README.md ( #404 )
2021-12-01 14:52:32 -08:00
Eli Bendersky
2570a9c136
Remove old Ruby-based upload script
...
The new Go-based code works fine and has successfully uploaded the site
several times now. This removes a dependency on a non-Go flow which
should make development easier.
2021-09-08 05:49:47 -07:00
Eli Bendersky
5525fed5ae
Remove Travis and fix badge link in README
2021-08-31 06:28:21 -07:00
Mark McGranaghan
952453859f
Update Travis badge Markdown per Travis app ( #388 )
2021-08-27 17:48:41 -07:00
Blake Bourque
58e66a8103
Use chroma ( #346 )
...
Use Chroma for syntax highlighting and remove vendor'd Pygments
2021-02-27 06:30:00 -08:00
Hana
e39e6f194c
remove unnecessary go get
2021-02-19 13:41:18 -05:00
Hana
9e216da9ef
go.mod: add go.mod and move pygments to third_party
...
After go1.16, go will use module mode by default,
even when the repository is checked out under GOPATH
or in a one-off directory. Add go.mod, go.sum to keep
this repo buildable without opting out of the module
mode.
> go mod init github.com/mmcgrana/gobyexample
> go mod tidy
> go mod vendor
In module mode, the 'vendor' directory is special
and its contents will be actively maintained by the
go command. pygments aren't the dependency the go will
know about, so it will delete the contents from vendor
directory. Move it to `third_party` directory now.
And, vendor the blackfriday package.
Note: the tutorial contents are not affected by the
change in go1.16 because all the examples in this
tutorial ask users to run the go command with the
explicit list of files to be compiled (e.g.
`go run hello-world.go` or `go build command-line-arguments.go`).
When the source list is provided, the go command does
not have to compute the build list and whether it's
running in GOPATH mode or module mode becomes irrelevant.
2021-02-15 16:45:26 -05:00
Mark McGranaghan
1315f3803e
Alphabetize
2020-01-09 11:37:27 -08:00
badkaktus
77651fdd3a
Update README.md
2020-01-09 12:33:44 +03:00
Mark McGranaghan
6f7aa08f84
Use backpacks so GitHub doesn't auto-link this
2020-01-06 10:35:25 -08:00
Mark McGranaghan
ec08fcd2ca
More portable local instructions
...
Ref #305 .
2020-01-06 10:34:57 -08:00
Eli Bendersky
bf18f092fe
Fix formatting in README
2020-01-06 10:27:31 -08:00
Mark McGranaghan
d6b866d2a1
Show how to use tools/serve
2020-01-04 10:43:39 -08:00
Mark McGranaghan
32bf0d7705
Merge pull request #293 from butuzov/ukrainian-translation-url
...
Ukrainian Translation URL changes
2020-01-04 10:27:09 -08:00
gorda
ed06d3779b
Change chinese translator
2019-12-12 21:52:55 +08:00
Oleg Butuzov
50f8ce8382
Ukrainian Translation URL changes
...
As gobyexample.com.ua going to be dropped soon,
translation moving to github pages hosting.
2019-10-22 13:48:43 +03:00
Mark McGranaghan
8d0a0e06d2
Add Czech translation, closes #275
2019-09-10 14:50:40 -04:00
Eli Bendersky
09dec4f4fc
Reformat the travis link to render properly
2019-06-05 10:27:39 -07:00
Eli Bendersky
2438aea95f
Move the travis link / build status around
2019-06-05 10:25:14 -07:00
Eli Bendersky
82699a6deb
Add Travis link to README
2019-06-05 09:57:37 -07:00
Mark McGranaghan
8631e99ffd
Update Readme to reflect tools/upload
2019-05-30 12:50:28 -07:00
spinute
501b8104ee
add a link to Japanese translation in README.md
2019-01-06 09:36:29 +08:00
Oleg Butuzov
bf6d887170
Ukrainian translation added.
2018-06-19 09:41:04 +03:00
oohira
e8d3222b8a
Fix typo in README
2018-02-10 10:24:08 +09:00
Mark McGranaghan
7b40dae0a4
Merge pull request #175 from xg-wang/master
...
update Chinese version info
2018-02-01 14:37:38 -08:00
Mark McGranaghan
c3884e7329
Link Korean translation. Closes #155
2018-02-01 16:47:23 -05:00
Mark McGranaghan
39e7009dfe
Remind myself how to publish the site
2018-02-01 16:18:25 -05:00
Xingan Wang
c99a949b23
update Chinese version info
2017-11-18 00:18:14 -08:00
Mark McGranaghan
4b1f74ba28
Order translations alphabetically
2016-12-27 07:10:53 -08:00
Mark McGranaghan
96ca88863b
Make 'Go' consistent in translation section
2016-12-27 07:10:30 -08:00
clement
009a8ae942
Added link to the french translation
2016-09-01 22:05:51 +02:00
Nicola Corti
6bf518a30a
Added Italian translation in README
2016-05-07 20:59:09 +02:00
Mark McGranaghan
d3d265b3e4
Fix typo in README
2016-01-05 18:44:30 -08:00
Mark McGranaghan
1a871c98a1
Suppose a static system
2016-01-02 16:10:00 -08:00
Gokul Srinivas
2810a20a96
Fix Typo in README
2015-09-29 22:18:03 +05:30
Mark McGranaghan
d9e992f89d
Normalize translation link style
2015-07-15 19:11:22 -07:00
David Padilla
dc554ef5f0
Add the spanish version reference to README
2015-07-13 11:23:20 -05:00
jjchern
2a88bccee0
Update README.md
...
Update url to the Chinese version.
2015-05-25 14:25:56 -05:00
Mark McGranaghan
4d13040b16
Be more explicit about setup
2015-05-22 19:42:01 -07:00