Commit Graph

3 Commits

Author SHA1 Message Date
Marc Vertes
6a397e2294 Fix golint warnings 2018-12-07 17:37:58 +01:00
Marc Vertes
c280611fb4 Fix call expressions involving functions from stdlib, update to go-1.11 2018-08-29 14:35:44 +02:00
Marc Vertes
25adc35a3c Change representation of stdlib from interface{} to reflect.Value
This fixes problems due to storing binary symbols as interfaces{}
instead of concrete type, which confuses lookup functions to retrieve
methods etc. in reflect.
2018-08-28 03:12:28 +02:00