You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the example we have the setValue function [1], this concept could be extended.
The library should provide a general purpose text unmarshalling function that could handle any type much like encoding/json.
Currently in the example we have the
setValue
function [1], this concept could be extended.The library should provide a general purpose text unmarshalling function that could handle any type much like
encoding/json
.[1] https://github.com/scylladb/go-reflectx/blob/master/example_test.go#L75
The text was updated successfully, but these errors were encountered: