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,8 +1,8 @@
package alarm
import (
"alrm/alarm/email"
"fmt"
"git.binarythought.com/cdramey/alrm/alarm/email"
)
type Alarm interface {