package
2.4.1+incompatible
Repository: https://github.com/exercism/go-exercism.git
Documentation: pkg.go.dev
# Functions
NewCurriculum returns a collection of language tracks.
NewHomework decorates a problem set with some additional data based on the user's system.
# Constants
HWAll represents all items in the collection.
HWNew represents newly fetched problems.
HWNotSubmitted represents problems that have not yet been submitted for review.
HWUpdated represents problems where files have been added.
TrackActive represents an active track.
TrackInactive represents an inactive track.
# Structs
Curriculum is a collection of language tracks.
Homework is a collection of problems that were fetched from the APIs.
Item is a problem that has been fetched from the APIs.
# Type aliases
HWFilter is used to categorize homework items.
Status is the status of a track (active/inactive).
SummaryOption allows selective display of summary items.