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
Mark McGranaghan
ecc0c66006
Link to everyx as well, ref #74
2014-05-03 07:49:22 -07:00
Mark McGranaghan
370a81f53a
Add Translations index to Readme, ref #74
2014-05-03 07:40:28 -07:00
Jay Graves
572d7e3791
Fix Gopher icon attribution
...
According to http://blog.golang.org/gopher , Renée French should be attributed for the mascot.
2014-03-24 22:20:27 -05:00
Mark McGranaghan
780888b845
Add explicit go get for blackfriday lib, closes #64
2014-01-16 08:08:51 -08:00
Mark McGranaghan
96e55fd1ba
use the gopher logo
2013-10-06 09:03:31 -07:00
Alexandr
d0d1449c17
Update README.md
2013-03-05 01:18:04 +04:00
Mark McGranaghan
6d10dc9701
how to get the bundle
2013-02-13 14:43:09 -08:00
Mark McGranaghan
fae2b18dd7
revert due to anvil flakiness
2012-11-18 16:02:00 -08:00
Mark McGranaghan
b8840aa19d
i wish ):
2012-11-18 11:32:42 -08:00
Mark McGranaghan
50715dfbd2
take advantage of normalization
2012-11-18 10:00:55 -08:00
Mark McGranaghan
2806e3d23c
another try
2012-11-18 09:43:37 -08:00
Mark McGranaghan
b164bdb9ae
update readme for vendored pygments
2012-11-17 08:23:23 -08:00
Mark McGranaghan
e62bfad247
use mmcgrana buildpack for now
2012-11-17 07:21:22 -08:00
Mark McGranaghan
d5490fb52b
update readme
2012-11-17 07:10:20 -08:00
Mark McGranaghan
72b227694f
first pass at import
2012-11-17 07:08:12 -08:00