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

Add Duration type support #108

Closed
bigBron opened this issue Nov 11, 2022 · 2 comments
Closed

Add Duration type support #108

bigBron opened this issue Nov 11, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@bigBron
Copy link

bigBron commented Nov 11, 2022

conf.Duration(key) = time.Duration
---
Save Stepstimeout := time.Duration(Conf.Int64("timeout"))
  timeoutDuration := time.Second * timeout 
@inhere inhere added the enhancement New feature or request label Nov 11, 2022
@inhere
Copy link
Member

inhere commented Nov 11, 2022

hi @bigBron, welcome to send a PR for this feature. :)

@inhere
Copy link
Member

inhere commented Nov 16, 2022

hi @bigBron The feature released on https://github.com/gookit/config/releases/tag/v2.1.8

@inhere inhere closed this as completed Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants