1
0
mirror of https://github.com/drakkan/sftpgo.git synced 2025-11-29 22:08:10 +02:00

Improve documentation

This commit is contained in:
Nicola Murino
2019-07-30 20:51:29 +02:00
parent 8dbcac15f3
commit 8058178ea0
19 changed files with 264 additions and 147 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/drakkan/sftpgo/logger"
)
// SQLiteProvider auth provider for sqlite database
// SQLiteProvider auth provider for SQLite database
type SQLiteProvider struct {
}