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

4 uses

	time (current package)
		format.go#L535: 		buf = append(buf, t.Month().String()...)
		format.go#L647: 			b = append(b, month.String()[:3]...)
		format.go#L649: 			m := month.String()
		time.go#L298: func (m Month) String() string {