Sign in
go
/
tour
/
09117631137a3fa40cb8194e349620b2c77a1ff0
0911763
tour: uniform the use of bold for Notes
by Alberto Donizetti
· 7 years ago
8bf7e08
tour: fix bad backticks with space in it
by Alberto Donizetti
· 7 years ago
984ce39
tour: update commits feed link in the TRANSLATE document
by Alberto Donizetti
· 7 years ago
48b8174
tour: use better wording to explain run/format keyboard shortcuts
by Alberto Donizetti
· 7 years ago
cc4a29f
content: fix typo in concurrency article
by Alberto Donizetti
· 7 years ago
03133cc
content: add a link to previous exercise in methods/25
by Tejasvi Nareddy
· 7 years ago
ced884f
Range continued (17): Fix formatting
by Jan Pilzer
· 7 years ago
daf29d8
CONTRIBUTING.md: remove note about not accepting Pull Requests
by Andrew Bonventre
· 7 years ago
057704a
tour: kill running code snippets when changing page
by David Url
· 7 years ago
dacd8d8
content: sort tour translations links
by Alberto Donizetti
· 7 years ago
76c2b83
content: add Thai translation of the tour.
by pallat
· 8 years ago
785f680
content: fix wording for indonesian translation link
by Alberto Donizetti
· 7 years ago
8e3b0c2
tour: check if file content is set before storing in localStorage
by Yamagishi Kazutoshi
· 7 years ago
8d672c9
all: Replace URL of golang.org with using HTTPS
by Yamagishi Kazutoshi
· 7 years ago
65fff99
tour: make Sqrt exercise more accessible
by Russ Cox
· 7 years ago
279fc85
content: clarify that tree.New returns sorted trees
by Alberto Donizetti
· 8 years ago
6fbb011
tour: Add instructions to manually install and run gotour
by Tao Wang
· 8 years ago
4469170
content: change examples order to match text order
by Alberto Donizetti
· 8 years ago
0a50b6a
content: capitalise the script in JavaScript
by Rob Phoenix
· 8 years ago
d1a15fa
content: add explanation of slice expression syntax
by Rob Phoenix
· 8 years ago
d844dc7
content: add note about using rand.Seed with the time
by Rob Phoenix
· 8 years ago
624453e
tour: make Fibonacci solution start from 0
by Henry Chang
· 8 years ago
cbbf25e
gotour: update CodeMirror editor to 5.25.2
by Dmitri Shuralyov
· 8 years ago
97f0ee8
tour: method call not correct
by Trung Nguyen
· 8 years ago
cd978b7
content: add Russian translation of the tour.
by Alexander Guz
· 8 years ago
53949f8
tour: make Newton's method example more straightforward
by Josh Deprez
· 8 years ago
c373014
content: remove line that doesn't add and is confusing
by Jaana Burcu Dogan
· 8 years ago
d153aa6
solutions: Add solution for Readers exercise
by Antoine Martin
· 8 years ago
f6d699b
x/tools/tour: support for golang.org/x/tools/imports.
by Lev Shamardin
· 8 years ago
3641cf0
tour: update index template favicon url
by molivier
· 9 years ago
c9941e5
content: say that a a pointer points to a 'value', not 'variable'
by Andrew Gerrand
· 9 years ago
4044bee
content: simplify introduction of basic types
by Andrew Gerrand
· 9 years ago
7671a9e
doc: update README to recommend a binary install
by Andrew Gerrand
· 9 years ago
c2b2054
content: update location of Turkish translation
by Andrew Gerrand
· 9 years ago
98461c8
gotour: set Strict-Transport-Security header on App Engine
by Andrew Gerrand
· 9 years ago
ad2a543
gotour: redirect from HTTP to HTTPS on App Engine
by Andrew Gerrand
· 9 years ago
b9da173
content: fix formatting issue
by Andrew Gerrand
· 9 years ago
629c1b9
tour: create bugs on tour repo
by Francesc Campoy
· 9 years ago
41d86d5
content: rewrite slices section
by Andrew Gerrand
· 9 years ago
9b24cf3
content: fix grammar in nil maps slide
by Andrew Gerrand
· 9 years ago
3a15bec
content: revise description of map creation
by Andrew Gerrand
· 9 years ago
3010115
content: clarify that make is just one way of creating a map
by Andrew Gerrand
· 9 years ago
a8d6545
content: use Pizza/pizza as an example of exported names
by Chris Broadfoot
· 9 years ago
c4165d7
content: make slice of slice example (tic tac toe) less ambiguous
by Chris Broadfoot
· 9 years ago
a4d6804
content: fix typo
by Chris Broadfoot
· 9 years ago
a5983ab
moretypes: fixed minor typo
by Emmanuel Odeke
· 9 years ago
1e3079b
moretypes: explain pointer indirection
by Andrew Gerrand
· 9 years ago
9616eac
content: remove unnecessary ampersand
by Andrew Gerrand
· 9 years ago
2c088b3
content: change variable name in channels example
by Katrina Owen
· 9 years ago
28487fb
content: rename variable names stringer exercise
by Katrina Owen
· 9 years ago
6b2e5b3
content: clarify append code example
by Katrina Owen
· 9 years ago
4f4c90a
content: rename variable in nil slices example
by Katrina Owen
· 9 years ago
cff7eec
content: clarify slices code example
by Katrina Owen
· 9 years ago
c899dcd
content: tweak making-slices example for readability
by Katrina Owen
· 9 years ago
1631c20
content: clean up slice of slices code example
by Katrina Owen
· 9 years ago
7cfcba1
content: explain shift operator in constants example
by Katrina Owen
· 9 years ago
cf672f1
content: show actual value of numeric constants
by Katrina Owen
· 9 years ago
910feba
content: explain the example in the channels slide
by Katrina Owen
· 9 years ago
ef6b8ec
content: fix awkward phrasing on welcome slide
by Katrina Owen
· 9 years ago
840f2c2
content: add comment about << in range example
by Katrina Owen
· 9 years ago
ce4a1af
content: change variable names in exported names article
by Katrina Owen
· 9 years ago
d117a43
content: fix typo in strings.Reader slide
by Andrew Gerrand
· 9 years ago
e9f50ad
content: link to and describe the fibonacci sequence
by Andrew Gerrand
· 9 years ago
5cf06de
content: clarify newton formula and remove unused image
by Alberto Donizetti
· 9 years ago
3146c77
tour: add link to documentation of Tree type
by Francesc Campoy
· 9 years ago
bb6ca5f
tour: fix typo
by Francesc Campoy
· 9 years ago
c8a14fd
content: add a test for code snippets
by Andrew Gerrand
· 9 years ago
b43285f
content: expand discussion of interfaces
by Andrew Gerrand
· 9 years ago
f38e95a
content: direct users to 'go tool tour'
by Andrew Gerrand
· 9 years ago
fe12a66
content: expand discussion of methods
by Andrew Gerrand
· 9 years ago
4e6c47c
tour: show editor after closing TOC
by Francesc Campoy
· 9 years ago
fc5a653
tour: improve local storage handling of files
by Francesc Campoy
· 9 years ago
ee3e019
tour: add explanation of sync.Mutex
by Francesc Campoy
· 9 years ago
ec19277
tour: use uint in example code to avoid amiguity with inline code
by Francesc Campoy
· 9 years ago
9715ca6
tour: change color on links to make them visible
by Francesc Campoy
· 9 years ago
cbf17a5
tour: improve explanation of for loops
by Francesc Campoy
· 9 years ago
14acca9
content: fix URLs in web service exercise
by Andrew Gerrand
· 9 years ago
d6cf783
content: make urls explicit in web server exercise
by Katrina Owen
· 9 years ago
a7cbed8
content: update code in imports example
by Katrina Owen
· 9 years ago
1c790b9
tour: fix CSS for next/previous buttons
by Francesc Campoy
· 9 years ago
f77713e
tour: swap content and code
by Francesc Campoy
· 9 years ago
8640b97
Revert "reader: move error check in validate"
by Katrina Owen
· 9 years ago
b9bdbaa
content: add an extra slide for slices of slice
by Katrina Owen
· 9 years ago
53c398b
reader: give slice a larger capacity than size
by Katrina Owen
· 9 years ago
bcf61da
doc: clarify how to verify changes locally
by Katrina Owen
· 9 years ago
23d7fec
reader: move error check in validate
by Katrina Owen
· 9 years ago
60d2240
content: fix confusing control flow in errors slide
by Katrina Owen
· 9 years ago
148e778
content: use HTTPS links where possible, link to download page
by Andrew Gerrand
· 9 years ago
64f07e5
content: fix typo on function values slide
by Katrina Owen
· 9 years ago
500288f
content: elaborate on function values
by Katrina Owen
· 9 years ago
6a3e29c
doc: explain how to run App Engine version locally
by Katrina Owen
· 9 years ago
2448609
content: remove reference to new keyword
by Katrina Owen
· 9 years ago
bf1c16d
content: reinstate instructions for running locally
by Katrina Owen
· 9 years ago
932aeed
content: explain evaluation order
by Katrina Owen
· 9 years ago
6cb86ee
content: elaborate on ranging over a slice
by Katrina Owen
· 9 years ago
2582700
content: remove echo in mutating maps slide
by Katrina Owen
· 9 years ago
459d92e
content: explain why Big cannot be cast to an int
by Katrina Owen
· 9 years ago
9d789a4
content: describe len() when introducing slices
by Katrina Owen
· 9 years ago
c8734ef
content: clarify meaning of 'export'
by Katrina Owen
· 9 years ago
a2f217e
content: make description about rand.Intn less ambiguous
by Katrina Owen
· 9 years ago
Next »