fix: Forgot to update the include source locations.

This commit is contained in:
James Wells 2021-09-24 10:37:32 -07:00
parent a7747040ce
commit e61e6d2994
Signed by: jwells
GPG key ID: 73196D10B8E65666
4 changed files with 8 additions and 8 deletions

View file

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