Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
-
A golang linter for ensuring structs with json tags have valid types for json serialization
Go
-
-
Forked from golang/groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
Go
16 contributions in the last year
Contribution activity
October 2020
Created an issue in teambition/rrule-go that received 2 comments
Behavior change in rrule.Set.Between from v1.5.0 to v1.6.0
Go Version: 1.15.2
Test Case:
s := []string{"DTSTART;20100123T100000Z", "RRULE:FREQ=YEARLY"}
set, err := rrule.StrSliceToRRuleSet(s)
if err != nil …