4 lines
169 B
Go
4 lines
169 B
Go
// Package timeproxy contains functions and data types for working with time.
|
|
// The package exists so that time functionality can be mocked in tests.
|
|
package timeproxy
|