1
0
Fork 0

[golang] updated go.mod

This commit is contained in:
Julien Dessaux 2025-02-12 23:22:24 +01:00
parent 5611f5b468
commit d16dd4f38e
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 13 additions and 10 deletions

View file

@ -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 {