mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
pkg/namesgenerator: remove names-generator binary
This binary was added in0800650665
, but no motivation, other than "this could be nice". Searching if it's used by anyone, I found only two occurrences, both of which were just examples, or indexing results; -eae845e40e/tree-examples/docker.txt (L1229)
-8b1e0b89c7/sync/cache/librariesioGoGo.json (L2200)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
21981800a2
commit
347a85787b
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"time"
|
||||
|
||||
"github.com/docker/docker/pkg/namesgenerator"
|
||||
)
|
||||
|
||||
func main() {
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
fmt.Println(namesgenerator.GetRandomName(0))
|
||||
}
|
Loading…
Add table
Reference in a new issue