diff --git a/generators.go b/generators.go index 3431b53..9486adc 100644 --- a/generators.go +++ b/generators.go @@ -24,7 +24,8 @@ func GenerateNewSHA256Sum() string { []string{ fmt.Sprintf("%d", prime), GenerateNewUUID(), - timestamp}, + timestamp, + }, "|", ), )