time.Time.AddDate (method)
6 uses
time (current package)
time.go#L1258: func (t Time) AddDate(years int, months int, days int) Time {
encoding/asn1
asn1.go#L354: ret = ret.AddDate(-100, 0, 0)
github.com/robfig/cron/v3
spec.go#L104: t = t.AddDate(0, 1, 0)
spec.go#L122: t = t.AddDate(0, 0, 1)
go.pact.im/x/clock/fakeclock
fakeclock.go#L133: c.now = c.now.AddDate(years, months, days)
vendor/golang.org/x/crypto/cryptobyte
asn1.go#L542: res = res.AddDate(-100, 0, 0)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)