浏览代码

#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 年之前
父节点
当前提交
ce5cf29be3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      type_map.go

+ 2 - 0
type_map.go

@@ -1,3 +1,5 @@
+// +build !gccgo
+
 package reflect2
 
 import (