From 624b3cfbe8dc2abfa7f1c44298b4dc184010764f Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 3 Feb 2022 11:18:40 -0800 Subject: [PATCH] Freeze the namesgenerator package against new additions See the added comment/documentation within the package for more details. Signed-off-by: Tianon Gravi --- pkg/namesgenerator/names-generator.go | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pkg/namesgenerator/names-generator.go b/pkg/namesgenerator/names-generator.go index 93c0d75719..b33400e81b 100644 --- a/pkg/namesgenerator/names-generator.go +++ b/pkg/namesgenerator/names-generator.go @@ -1,3 +1,14 @@ +// Package namesgenerator generates random names. +// +// This package is officially "frozen" - no new additions will be accepted. +// +// For a long time, this package provided a lot of joy within the project, but +// at some point the conflicts of opinion became greater than the added joy. +// +// At some future time, this may be replaced with something that sparks less +// controversy, but for now it will remain as-is. +// +// See also https://github.com/moby/moby/pull/43210#issuecomment-1029934277 package namesgenerator // import "github.com/docker/docker/pkg/namesgenerator" import (