package
Version:
v0.0.0-...-bc789a4
Opens a new window with list of versions in this module.
Published: Apr 13, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Clock type defines a clock structure
func New(hours, minutes int) Clock
New function creates a clock
func (c Clock) Add(minutes int) Clock
Add method adds minutes to the clock time
func (c Clock) String() string
String method generates the textual representation of the clock
func (c Clock) Subtract(minutes int) Clock
Subtract method subtracts minutes to the clock time
Source Files
¶
Click to show internal directories.
Click to hide internal directories.