mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 00:44:09 -04:00
Rename all the packages
This commit is contained in:
4
main.go
4
main.go
@@ -3,12 +3,12 @@ package main
|
||||
import (
|
||||
"log"
|
||||
|
||||
"github.com/davidnewhall/unifi-poller/pollerunifi"
|
||||
"github.com/davidnewhall/unifi-poller/poller"
|
||||
)
|
||||
|
||||
// Keep it simple.
|
||||
func main() {
|
||||
if err := pollerunifi.Start(); err != nil {
|
||||
if err := poller.Start(); err != nil {
|
||||
log.Fatalln("[ERROR]", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user