Merge pull request #4 from fgiudici/lint_add_comment

Make the linter happy (add a comment)
This commit is contained in:
Francesco Giudici
2022-08-10 18:00:53 +02:00
committed by GitHub

View File

@@ -83,6 +83,7 @@ func tokenize() int64 {
return int64(hashit(hostname)) return int64(hashit(hostname))
} }
// EmulatedHostSeed generates a seed based on the hostname
var EmulatedHostSeed = func() Option { var EmulatedHostSeed = func() Option {
return func(c *config) error { return func(c *config) error {
c.seed = tokenize() c.seed = tokenize()