switched to proper package names

This commit is contained in:
2021-02-03 05:59:31 -09:00
parent dbd74982ff
commit aadd46ae1b
8 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
package main
import (
"alrm/check"
"alrm/config"
"fmt"
"git.binarythought.com/cdramey/alrm/check"
"git.binarythought.com/cdramey/alrm/config"
"time"
)