Minor change to standardize third-part dependency usage.

This commit is contained in:
James Wells 2021-05-23 08:42:29 -07:00
parent be82ec83fd
commit 0266d9ee8a
Signed by: jwells
GPG key ID: 73196D10B8E65666
3 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,7 @@ import (
"time"
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
zmq "github.com/pebbe/zmq4"
)

View file

@ -5,6 +5,7 @@ import (
"log"
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
// picol "git.dragonheim.net/dragonheim/gagent/src/picol"
zmq "github.com/pebbe/zmq4"
)