rodrigocfd / windigo

Windows API and GUI in idiomatic Go.
https://pkg.go.dev/github.com/rodrigocfd/windigo
MIT License
417 stars 23 forks source link

Update README.md #1

Closed beikege closed 3 years ago

rodrigocfd commented 3 years ago

So, what's the change here?

beikege commented 3 years ago

Fix syntax errors

.\main.go:34:5: syntax error: unexpected }, expecting expression
.\main.go:55:38: method has no receiver
.\main.go:55:38: syntax error: unexpected {, expecting name or (
rodrigocfd commented 3 years ago

Oh I see it. I changed the API and I forgot to delete the }, my bad.

Do you mind to change only the affected lines, though? The whole code is being modified.

beikege commented 3 years ago

Sorry, I don't know how to do it, I don't know how to use git, you already know the syntax error, my purpose is achieved.

rodrigocfd commented 3 years ago

No problem, it's fixed now.

Thank you.