StrategyType controls the update strategy to use when the local package has been modifed from its original remote source.
| 76 | // StrategyType controls the update strategy to use when the local package |
| 77 | // has been modifed from its original remote source. |
| 78 | type StrategyType string |
| 79 | |
| 80 | const ( |
| 81 | // FastForward will fail the package update if the local |
no outgoing calls
no test coverage detected