Skip to content

fix assignment missmatch and run go fmt#344

Open
P4sca1 wants to merge 1 commit intoShuffle:mainfrom
PROCYDE:assignment-missmatch-gofmt
Open

fix assignment missmatch and run go fmt#344
P4sca1 wants to merge 1 commit 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  

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.

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