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
Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
http://golang.org/doc/devel/release.html If a newer version of Go exists,
install it and retry what you did to reproduce the problem.
Thanks.
What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. export go function to c, fuction likes this:
func TSlice(s []interface{}) {}
What is the expected output?
go build success
What do you see instead?
go build error
in _cgo_export.h, "extern void TSlice(GoSlice po);" is generated, but GoSlice
not defined.
Which compiler are you using (5g, 6g, 8g, gccgo)?
go build
Which operating system are you using?
linux 64
Which version are you using? (run 'go version')
go1.0.2
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
by wangxuefu:
The text was updated successfully, but these errors were encountered: