mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-09 23:37:06 +00:00
readme: update google/uuid module (#7310)
update uuid.New().String() to uuid.NewString()
This commit is contained in:
committed by
GitHub
parent
84b3e07f1b
commit
597072ef1b
@@ -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())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user