Fixed replace directive
This commit is contained in:
2
vendor/github.com/samedi/caldav-go/global/global.go
generated
vendored
2
vendor/github.com/samedi/caldav-go/global/global.go
generated
vendored
@ -14,4 +14,4 @@ var Storage data.Storage = new(data.FileStorage)
|
||||
var User *data.CalUser
|
||||
|
||||
// SupportedComponents contains all components which are supported by the current storage implementation
|
||||
var SupportedComponents = []string{lib.VCALENDAR, lib.VEVENT}
|
||||
var SupportedComponents = []string{lib.VCALENDAR, lib.VEVENT}
|
||||
|
Reference in New Issue
Block a user