package nomino import "fmt" func ExampleMake_basic() { // Use default config out, _ := Make(NewConfig()) fmt.Println(out) }