Skip to content
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

Fix typo in import comment of json.go #486

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

nozzy123nozzy
Copy link
Contributor

@nozzy123nozzy nozzy123nozzy commented Jul 17, 2023

Hi,
I experienced a problem in which the go-list command couldn't find go.starlark.net/stalarkjson when making the Debian package of starlark-go.

The root cause is the typo in the import comments of starlarkjson/json.go file caused by #367. This typo makes the go-list command under GO111MODULE=off to give up finding go files of starlark-go. As a result, the packaging in Debian failed.

Would you please accept the PR to fix that typo?

…en making package for OS distribution.

Co-authored-by: Takahide Nojima <[email protected]>
@google-cla
Copy link

google-cla bot commented Jul 17, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Collaborator

@adonovan adonovan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted! Thanks for the fix.

@adonovan adonovan merged commit 8a33432 into google:master Jul 17, 2023
7 checks passed
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.

None yet

2 participants