Unverified Commit 597072ef authored by Mikel Olasagasti Uranga's avatar Mikel Olasagasti Uranga Committed by GitHub
Browse files

readme: update google/uuid module (#7310)

update uuid.New().String() to uuid.NewString()
parent 84b3e07f
......@@ -64,7 +64,7 @@ func initStore() {
slog.Debug(fmt.Sprintf("unexpected error searching for store: %s", err))
}
slog.Debug("initializing new store")
store.ID = uuid.New().String()
store.ID = uuid.NewString()
writeStore(getStorePath())
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment