()
| 89 | } |
| 90 | |
| 91 | func ExampleCanUpdate() { |
| 92 | fmt.Println(defaults.CanUpdate(0), defaults.CanUpdate(123)) |
| 93 | fmt.Println(defaults.CanUpdate(""), defaults.CanUpdate("hello")) |
| 94 | // Output: |
| 95 | // true false |
| 96 | // true false |
| 97 | } |
nothing calls this directly
no test coverage detected