mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #43211 from thaJeztah/remove_names_generator_binary
pkg/namesgenerator: remove names-generator binary
This commit is contained in:
commit
f0e057f0e5
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…
Reference in a new issue