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

3 uses

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