diff options
Diffstat (limited to 'golang/pkg/api/agents.go')
-rw-r--r-- | golang/pkg/api/agents.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/golang/pkg/api/agents.go b/golang/pkg/api/agents.go index a2d5b6a..5ac61c4 100644 --- a/golang/pkg/api/agents.go +++ b/golang/pkg/api/agents.go @@ -3,7 +3,7 @@ package api import ( "net/url" - "git.adyxax.org/adyxax/spacetraders/v2/pkg/model" + "git.adyxax.org/adyxax/spacetraders/golang/pkg/model" ) func (c *Client) MyAgent() (*model.Agent, error) { |