Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate Time and Duration types #568

Open
nathanielc opened this issue Dec 19, 2018 · 1 comment
Open

Consolidate Time and Duration types #568

nathanielc opened this issue Dec 19, 2018 · 1 comment

Comments

@nathanielc
Copy link
Contributor

Currently we have multiple implementations of both Time and Duration types.

Specifically there are:

  • flux.Time
  • flux.Duration

and

  • values.Time
  • values.Duration

The flux package has some Time computation types and Marshaling behavior that we should move to the values package.
Then everything can use the values package versions and the flux package versions can be moved.

Copy link

This issue has had no recent activity and will be closed soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant