Disable seed obfuscator (#535)
The seed obfuscator uses a type declaration in order to declare a function, which returns a function with the same type. This breaks when obfuscating literals inside generic functions, because type declarations inside generic functions are not currently supported. Therefore the obfuscator gets disabled until https://github.com/golang/go/issues/47631 is fixed.pull/536/head
parent
14d3803a7b
commit
84ba444b7c
Loading…
Reference in New Issue