浏览代码

Merge pull request #43210 from tianon/frozen-names-generator

Freeze the namesgenerator package against new additions
Sebastiaan van Stijn 3 年之前
父节点
当前提交
5c8d50a132
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      pkg/namesgenerator/names-generator.go

+ 11 - 0
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"
 package namesgenerator // import "github.com/docker/docker/pkg/namesgenerator"
 
 
 import (
 import (