refactor: move packages to 'pkg' directory

This commit is contained in:
Cyrille Nofficial 2022-04-18 23:02:11 +02:00
parent d7191461eb
commit 3e545deb44
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package main
import (
"context"
"domogeek/calendar"
"domogeek/pkg/calendar"
"encoding/json"
"flag"
"fmt"