4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
DocumentationFeatureRequestNeedsInvestigationhelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Context: http://tour.golang.org/*
The tour is a good reference for quick examples, when you are not familiar with go yet. It would be useful to be able to search in the contents of the tour. At least in its table of contents.
Contributor guide
- Research direction
- Search the Go tour website's table of contents for implemented search functionality. Look at the tour's source code in the x/website/tour directory. Identify where the TOC is rendered and add an input field with filtering logic.
- Tech stack
- go
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- Git