mirror of
https://github.com/kairos-io/tpm-helpers.git
synced 2025-09-17 15:19:38 +00:00
Merge pull request #4 from fgiudici/lint_add_comment
Make the linter happy (add a comment)
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user