Skip to content

fix assignment missmatch and run go fmt#344

Open
P4sca1 wants to merge 3 commits intoShuffle:mainfrom
PROCYDE:assignment-missmatch-gofmt
Open

fix assignment missmatch and run go fmt#344
P4sca1 wants to merge 3 commits intoShuffle:mainfrom
PROCYDE:assignment-missmatch-gofmt

Conversation

@P4sca1
Copy link
Contributor

@P4sca1 P4sca1 commented Mar 13, 2026

Fixes the following issue:

# github.com/shuffle/shuffle-shared
ai.go:432:30: assignment mismatch: 3 variables but schemaless.Translate returns 2 values  

This issue was fixed by @0x0elliot in the meantime.

Also formats all go files using go fmt ./..., to ensure a consistent code style and easier to review pull requests in the future (because changes do not contain a bunch of unrelated formatting changes).

I recommend checking formatting in a CI pipeline to avoid unformatted code from being checked in.

@frikky Could you have a look?

P4sca1 added 2 commits March 17, 2026 09:27
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
@P4sca1 P4sca1 force-pushed the assignment-missmatch-gofmt branch from e65d22e to ec2f7a0 Compare March 17, 2026 08:27
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
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