Skip to content

Commit

Permalink
change sep to dash for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Jan 12, 2019
1 parent f90198a commit efac59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
const (
begin = "("
end = ")"
sep = "/"
sep = "-"
)

type Stringable interface {
Expand Down

0 comments on commit efac59f

Please sign in to comment.