This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
packages
/
reflect2
Seguir
0
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
#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
hace 6 años
padre
94122c33ed
commit
ce5cf29be3
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
type_map.go
+ 2
- 0
type_map.go
Ver fichero
@@ -1,3 +1,5 @@
+// +build !gccgo
+
package reflect2
import (