1
0

Fixed replace directive

This commit is contained in:
kolaente
2019-05-24 11:57:18 +02:00
parent 3356a691f7
commit a7bbaf7c5f
10 changed files with 29 additions and 26 deletions

View File

@ -21,4 +21,4 @@ func SetupUser(username string) {
// SetupSupportedComponents sets all components which are supported by this storage implementation.
func SetupSupportedComponents(components []string) {
global.SupportedComponents = components
}
}