This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
packages
/
reflect2
Seguir
0
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o 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
%!s(int64=5) %!d(string=hai) anos
pai
94122c33ed
achega
ce5cf29be3
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
type_map.go
+ 2
- 0
type_map.go
Ver ficheiro
@@ -1,3 +1,5 @@
+// +build !gccgo
+
package reflect2
import (