Skip to content

Add new go.mod file #874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Add new go.mod file #874

wants to merge 1 commit into from

Conversation

dkotik
Copy link
Contributor

@dkotik dkotik commented Apr 30, 2025

Go module path is moving to a new path. At this time, it is best to create a new go.mod file. This also removes the need to provide alternative name for import.

Related:

@dkotik
Copy link
Contributor Author

dkotik commented Apr 30, 2025

this will only get fixed after a tagged version is released, so module can be installed from the new path:

site/smoketests/merge_options_test.go:7:2: no required module provides package github.com/starfederation/datastar/sdk/go/datastar; to add it:
	go get github.com/starfederation/datastar/sdk/go/datastar

@bencroker bencroker changed the title add new go.mod file after the go module path was changed Add new go.mod file Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant