(reason string)
| 1607 | } |
| 1608 | |
| 1609 | func deprecationDescription(reason string) string { |
| 1610 | return fmt.Sprintf("DEPRECATED: %s", reason) |
| 1611 | } |
| 1612 | |
| 1613 | func experimentalDescription(reason string) string { |
| 1614 | return fmt.Sprintf("EXPERIMENTAL: %s", reason) |
no outgoing calls
no test coverage detected