diff --git a/name.go b/name.go index 91ab6ef..b0d971a 100644 --- a/name.go +++ b/name.go @@ -146,4 +146,4 @@ func (n *name) short() string { // This uses the short method underneath but is visible outside the package. func (n *name) ShortName() string { return n.short() -} \ No newline at end of file +}