You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting other values when passing bools to C. I showed the blokes on #go-nuts and
multiple people confirmed that it's some sort of alignment or padding issue.
What steps will reproduce the problem?
http://play.golang.org/p/8mdSR5CVrsi
What is the expected output?
0 or 1
What do you see instead?
171
Which compiler are you using (5g, 6g, 8g, gccgo)?
Which operating system are you using?
linux (mint) amd64
Which version are you using? (run 'go version')
go1.0.3
Please provide any additional information below.
If you stick another argument after the bool you get the other argument.
http://play.golang.org/p/chEi4dC37m
The text was updated successfully, but these errors were encountered:
by shane.hanna:
The text was updated successfully, but these errors were encountered: