package
0.0.0-20240804170337-980aa1ed5770
Repository: https://github.com/xanish/gophercises.git
Documentation: pkg.go.dev

# Functions

NewTask creates a new Task instance with the provided title and description.
NewTaskFromJSON attempts to unmarshal a Task object from a JSON byte slice.

# Constants

No description provided by the author
No description provided by the author

# Structs

Task represents a single task with its title, description, status, and creation timestamp.