time.Month.String (method, view implemented interface methods)

3 uses

	time (current package)
		format.go#L693: 			b = append(b, month.String()[:3]...)
		format.go#L695: 			m := month.String()
		time.go#L321: func (m Month) String() string {