-
-
Notifications
You must be signed in to change notification settings - Fork 687
Implement new Concept Exercise: time-duration #1391
Copy link
Copy link
Open
Labels
x:action/createWork on something from scratchWork on something from scratchx:knowledge/intermediateQuite a bit of Exercism knowledge requiredQuite a bit of Exercism knowledge requiredx:module/concept-exerciseWork on Concept ExercisesWork on Concept Exercisesx:size/largeLarge amount of workLarge amount of workx:status/claimedSomeone is working on this issueSomeone is working on this issuex:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)
Metadata
Metadata
Assignees
Labels
x:action/createWork on something from scratchWork on something from scratchx:knowledge/intermediateQuite a bit of Exercism knowledge requiredQuite a bit of Exercism knowledge requiredx:module/concept-exerciseWork on Concept ExercisesWork on Concept Exercisesx:size/largeLarge amount of workLarge amount of workx:status/claimedSomeone is working on this issueSomeone is working on this issuex:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)
This issue describes how to implement the
time-durationconcept exercise for the Go track.Getting started
The docs can be found here
Goal
The goal of this exercise is to teach the student how concept time and duration is implemented in Go.
Learning objectives
defer!) .time.Addandtime.SubOut of scope
deferConcepts
time-durationPrerequisites
timeResources to refer to
Story Idea
There is already a possible story including tasks in the story list: https://exercism.org/docs/building/tracks/stories/datetimes-time-keeper
This might be helpful as a template.
Help
If you have any questions while implementing the exercise, please post the questions as comments in this issue.