This website works better with JavaScript
Home
Explore
Help
Register
Sign In
packages
/
reflect2
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
#6, #9: TypeByName/TypeByPackageName use a hack that only works with gcgo and doesn't work with gccgo. Disabling compilation of type_map.go for gccgo.
Aaron Simmons
5 years ago
parent
94122c33ed
commit
ce5cf29be3
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
type_map.go
+ 2
- 0
type_map.go
View File
@@ -1,3 +1,5 @@
+// +build !gccgo
+
package reflect2
package reflect2
import (
import (