package
module
Version:
v0.0.0-...-dc129f1
Opens a new window with list of versions in this module.
Published: May 5, 2019
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
FindStreakInPastYear returns the Current streak as the first return and the Longest streak in the second return as well as a potential error.
Client with http Client for dependency injection
type Streak struct {
From time.Time `json:"from"`
To time.Time `json:"to"`
Count int `json:"count"`
}
Streak with count and the dates of the streak
Source Files
¶
Click to show internal directories.
Click to hide internal directories.