mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00:00
pkg/namesgenerator: add a 'names-generator' binary
Signed-off-by: Manfred Touron <m@42.am>
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