Int returns a pointer to the given int value. Use for setting optional int parameters: MinLength: Int(1)
(v int)
| 210 | // Int returns a pointer to the given int value. |
| 211 | // Use for setting optional int parameters: MinLength: Int(1) |
| 212 | func Int(v int) *int { |
| 213 | return &v |
| 214 | } |
| 215 | |
| 216 | // Known system message section identifiers for the "customize" mode. |
| 217 | const ( |
no outgoing calls