Skip to content

Commit

Permalink
Initial version, probably final
Browse files Browse the repository at this point in the history
  • Loading branch information
Martyn Ranyard committed May 7, 2020
1 parent 2cd71d4 commit 728bbe7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package main

import (
"fmt"

"github.com/technosophos/moniker"
)

func main() {
n := moniker.New()
fmt.Printf("%s\n", n.NameSep("-"))
}

0 comments on commit 728bbe7

Please sign in to comment.