Add a package docstring to core/equivalence.

pull/8/head
Jonathan Basseri 2018-05-29 12:11:23 -07:00
parent b571065bc4
commit c24842d806
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Package equivalence defines Pod equivalence classes and the equivalence class
// cache.
package equivalence
import (