The example in README.md gives following error:
panic: unexpected reflect.Kind: uintptr [recovered]
panic: unexpected reflect.Kind: uintptr
Same example but saving to ´yaml´ gives the following error:
panic: reflect.Value.Interface: cannot return value obtained from unexported field or method [recovered]
panic: reflect.Value.Interface: cannot return value obtained from unexported field or method
Saving to json seems to work however. All of this is on Windows 10 go1.10.2 windows/amd64
The example in README.md gives following error:
Same example but saving to ´yaml´ gives the following error:
Saving to
jsonseems to work however. All of this is on Windows 10go1.10.2 windows/amd64