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 check
import (
"alrm/check/ping"
"fmt"
"git.binarythought.com/cdramey/alrm/check/ping"
"strconv"
"strings"
"time"