summaryrefslogtreecommitdiff
path: root/golang/pkg/api/ships.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--golang/pkg/api/ships.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/golang/pkg/api/ships.go b/golang/pkg/api/ships.go
index dc6a27c..9e9797a 100644
--- a/golang/pkg/api/ships.go
+++ b/golang/pkg/api/ships.go
@@ -5,7 +5,7 @@ import (
"net/url"
"path"
- "git.adyxax.org/adyxax/spacetraders/v2/pkg/model"
+ "git.adyxax.org/adyxax/spacetraders/golang/pkg/model"
)
func (c *Client) Dock(s *model.Ship) error {