github.com/quay/claircore@v1.5.28/internal/wart/wart.go (about) 1 // Package wart is a parking lot for miscellaneous shims while doing any 2 // internal refactoring. 3 // 4 // "Wart" is slightly more descriptive than "misc" or "util". This package isn't 5 // actually deprecated per-se, but adding the annotation makes some editors 6 // display a nice note near the import. 7 // 8 // The API for this package is *not* stable; ideally it's empty and unused. 9 // 10 // Deprecated: importing "wart" means there refactoring work to be done here. 11 package wart