reconcilerio / dies

immutable, fluent, builders for Kubernetes resources
Apache License 2.0
8 stars 4 forks source link

Rename go package to reconciler.io/dies #134

Closed scothis closed 6 months ago

scothis commented 7 months ago

Users will need to update their go imports.

Before:

import diecorev1 "dies.dev/apis/core/v1"

After:

import diecorev1 "reconciler.io/dies/apis/core/v1"

Refs #133

scothis commented 7 months ago

I'm not sold on this change, but this is what it would look like.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 10.31%. Comparing base (f095b78) to head (4276a6c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #134 +/- ## ======================================= Coverage 10.31% 10.31% ======================================= Files 63 63 Lines 2890 2890 ======================================= Hits 298 298 Misses 2589 2589 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.