pkg/namesgenerator: add a 'names-generator' binary
Signed-off-by: Manfred Touron <m@42.am> Upstream-commit: 08006506651498cd8647123daadc7abde37ecb7d Component: engine
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/docker/docker/pkg/namesgenerator"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println(namesgenerator.GetRandomName(0))
|
||||
}
|
||||
Reference in New Issue
Block a user