Try importing types
This commit is contained in:
parent
3e2fa3b7de
commit
85e37af28d
@ -2,8 +2,10 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"git.fjla.uk/owlboard/mq-client/helpers"
|
"git.fjla.uk/owlboard/mq-client/helpers"
|
||||||
|
"git.fjla.uk/owlboard/go-types/pkg/database"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
helpers.Out("Initialised OwlBoard MQ Client " + helpers.Version, 0)
|
helpers.Out("Initialised OwlBoard MQ Client " + helpers.Version, 0)
|
||||||
|
var stop := database.Stop
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user