time.Time.Weekday (method)

3 uses

	time (current package)
		time.go#L505: func (t Time) Weekday() Weekday {

	github.com/robfig/cron/v3
		spec.go#L182: 		dowMatch bool = 1<<uint(t.Weekday())&s.Dow > 0

	net/http
		server.go#L942: 	day := days[3*t.Weekday():]