|
1 | 1 | [ |
2 | 2 | { |
3 | | - "url": "https://golang.org/ref/spec#Assignments", |
4 | | - "description": "assignment" |
| 3 | + "url": "https://tour.golang.org/basics/1", |
| 4 | + "description": "Tour of Go: Packages" |
5 | 5 | }, |
6 | 6 | { |
7 | | - "url": "https://golang.org/ref/spec#Assignments", |
8 | | - "description": "assignment" |
| 7 | + "url": "https://tour.golang.org/basics/2", |
| 8 | + "description": "Tour of Go: Imports" |
9 | 9 | }, |
10 | 10 | { |
11 | | - "url": "https://golang.org/ref/spec#Operators", |
12 | | - "description": "operators" |
| 11 | + "url": "https://golang.org/ref/spec#Import_declarations", |
| 12 | + "description": "import-declaration-spec" |
13 | 13 | }, |
14 | 14 | { |
15 | | - "url": "https://golang.org/ref/spec#Exported_identifiers", |
16 | | - "description": "public-vs-private" |
17 | | - }, |
18 | | - { |
19 | | - "url": "https://golang.org/ref/spec#Method_declarations", |
20 | | - "description": "methods" |
21 | | - }, |
22 | | - { |
23 | | - "url": "https://golang.org/ref/spec#Exported_identifiers", |
24 | | - "description": "public-vs-private" |
25 | | - }, |
26 | | - { |
27 | | - "url": "https://golang.org/ref/spec#Return_statements", |
28 | | - "description": "return" |
29 | | - }, |
30 | | - { |
31 | | - "url": "https://golang.org/ref/spec#Exported_identifiers", |
32 | | - "description": "public-vs-private" |
33 | | - }, |
34 | | - { "url": "https://golang.org/ref/spec#Comments", "description": "comments" } |
| 15 | + "url": "https://golang.org/ref/spec#Package_clause", |
| 16 | + "description": "package-spec" |
| 17 | + } |
35 | 18 | ] |
0 commit comments