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

declared but not used error in miti/src/record/record.go #18

Open
shakfu opened this issue Dec 3, 2022 · 0 comments
Open

declared but not used error in miti/src/record/record.go #18

shakfu opened this issue Dec 3, 2022 · 0 comments

Comments

@shakfu
Copy link

shakfu commented Dec 3, 2022

Incidentally, just tried to compile current master using latest golang 1.19.3 and I get 'declared but not used error' on line 36 of miti/src/record/record.go:

patterns := 0
currentPattern := ""
currentState := ""
previousNote := music.NewNote("C", 4) // <--- here
go func() {
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

No branches or pull requests

1 participant