Skip to content

Instantly share code, notes, and snippets.

@riza
Last active January 1, 2017 22:17
Show Gist options
  • Save riza/20498eee0c360e8be251cf580c2cc688 to your computer and use it in GitHub Desktop.
Save riza/20498eee0c360e8be251cf580c2cc688 to your computer and use it in GitHub Desktop.
testDuration := duration.Duration{
Years: 1,
Weeks: 2,
Days: 3,
Hours: 4,
Minutes: 5,
Seconds: 6
}
fmt.Printf("Duration: %v",testDuration.ToDuration()) // Duration: 9172h5m6s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment