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

@ -2,7 +2,6 @@ package data
import (
"fmt"
"github.com/laurent22/ical-go/ical"
"io/ioutil"
"log"
"os"
@ -10,6 +9,8 @@ import (
"strings"
"time"
"github.com/laurent22/ical-go"
"github.com/samedi/caldav-go/files"
"github.com/samedi/caldav-go/lib"
)