Skip to content
Snippets Groups Projects
Select Git revision
0 results

persist.go

Forked from NebulousLabs / Sia
Source project has a limited visibility.
  • Luke Champine's avatar
    6f01e59d
    add logger dependency and remove initPersist · 6f01e59d
    Luke Champine authored
    I'm wondering if it would be saner to have persist.NewLogger take
    an io.Writer (like the standard log package does). Might be less
    convenient, but as it stands we need to work around the fact that
    persist.NewLogger performs I/O.
    6f01e59d
    History
    add logger dependency and remove initPersist
    Luke Champine authored
    I'm wondering if it would be saner to have persist.NewLogger take
    an io.Writer (like the standard log package does). Might be less
    convenient, but as it stands we need to work around the fact that
    persist.NewLogger performs I/O.