Skip to content

Commit

Permalink
Make roadmap available on the website (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
junedev authored Dec 15, 2021
1 parent 30b6ce3 commit 22c17a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/roadmap.md → docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ This document provides an overview of the main topics that contributors and main
- `time-duration`
- `integer-types`
- `panic-recover`
- `error-wrapping` (errors.Is, errors.As)
- `variadic-functions` (introduces `...`)

### Potential Future Concepts

Expand All @@ -59,15 +61,13 @@ This document provides an overview of the main topics that contributors and main
- `mutexes`
- `channels` and `select`
- `closures`/`anonymous-functions`/`higher-order-functions`
- `rest-and-spread` (introduces the `...` operator)
- `JSON`
- `defer`
- `randomness`
- `regular-expressions`
- `stringers`
- `Buffer`, `io.Reader`/`io.Writer`
- error wrapping (errors.Is, errors.As) and custom errors
- `generics` (once they become available)
- `typed-parameters` (generics)
- `context`
- time helpers (ticket, sleep, etc.)
- `reflection`
Expand Down
7 changes: 7 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"path": "docs/RESOURCES.md",
"title": "Useful Go resources",
"blurb": "A collection of useful resources to help you master Go"
},
{
"uuid": "5fe99fb7-b45b-472c-a275-d216f11406f2",
"slug": "roadmap",
"path": "docs/ROADMAP.md",
"title": "Roadmap & Concept List",
"blurb": "Priorities for future development of the Go track"
}
]
}

0 comments on commit 22c17a4

Please sign in to comment.