1
0
Fork 0
master
Philip O'Toole 8 months ago committed by GitHub
parent e9eeb94158
commit d9d9717cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,8 +34,8 @@ func (p *Provider) LastModified() (time.Time, error) {
return p.str.db.LastModified()
}
// Provider writes the SQLite database to the given path, ensuring the database
// is in DELETE mode. If path exists, it will be overwritten.
// Provider writes the SQLite database to the given path. If path exists,
// it will be overwritten.
func (p *Provider) Provide(path string) (t time.Time, retErr error) {
stats.Add(numProviderProvides, 1)
defer func() {

Loading…
Cancel
Save