We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Several of our projects have unique duration parsing, we should incorporate that into fisk, see for example the code below.
https://github.com/choria-io/go-choria/blob/24d7039bf1fce23aba292fc0e69b713f53e3dd77/internal/util/util.go#L450-L502
The text was updated successfully, but these errors were encountered:
(#14) Expand duration handling
d53154c
Also use new boolean type for internal usage and help Signed-off-by: R.I.Pienaar <rip@devco.net>
Merge pull request #15 from choria-io/14
0da4d16
No branches or pull requests
Several of our projects have unique duration parsing, we should incorporate that into fisk, see for example the code below.
https://github.com/choria-io/go-choria/blob/24d7039bf1fce23aba292fc0e69b713f53e3dd77/internal/util/util.go#L450-L502
The text was updated successfully, but these errors were encountered: