This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
packages
/
reflect2
Segui
0
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
#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
6 anni fa
parent
94122c33ed
commit
ce5cf29be3
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
type_map.go
+ 2
- 0
type_map.go
Vedi File
@@ -1,3 +1,5 @@
+// +build !gccgo
+
package reflect2
import (