This website works better with JavaScript
首頁
探索
說明
註冊
登入
packages
/
reflect2
關注
0
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
瀏覽代碼
#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 年之前
父節點
94122c33ed
當前提交
ce5cf29be3
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
顯示文件統計
2
0
type_map.go
+ 2
- 0
type_map.go
查看文件
@@ -1,3 +1,5 @@
+// +build !gccgo
+
package reflect2
import (