Skip to content

Instantly share code, notes, and snippets.

@mrtc0
Created April 11, 2017 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrtc0/fea9a4f6fa797f2bbe731ca14af06684 to your computer and use it in GitHub Desktop.
Save mrtc0/fea9a4f6fa797f2bbe731ca14af06684 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"github.com/dotcloud/docker/pkg/namesgenerator"
)
func main() {
fmt.Println(namesgenerator.GetRandomName(0))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment