time.Time.AddDate (method)
4 uses
time (current package)
time.go#L1262: func (t Time) AddDate(years int, months int, days int) Time {
encoding/asn1
asn1.go#L355: ret = ret.AddDate(-100, 0, 0)
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.8.4. (GOOS=linux GOARCH=amd64)