Dean Karn

Results 186 comments of Dean Karn

Hey @drsect0r This library is more geared towards the stats of the Go program/process rather than the host system itself, I am however ok with also adding disk, net and...

@coolerfall Currently there is no way to pull the error message from the tags, and not sure if/when I might add that. The error message itself has all the information...

@kenny26 @tawoli The reason the field is skipped is because it's unexposed `debug` vs `Debug`

@Jwata A package can only view the unexported fields of types within its own package and so they must be ignored or there will be an exception; this is true...

@fuintis thanks for the link, I could have sworn this was not possible but I’ll take another look! love to support unexported fields if I can

Hey @sharpner I did use to have code generated that would accept the local string eg. `en_US` I did end up removing it however as having all the locales imported...

Hey @jayd3e Glad you're enjoying [validator](https://github.com/go-playground/validator) and interested in this project also :) I'll try to answer your questions and give a little history, sorry if this is long-winded. Yes...

Thanks @jayd3e for the feedback, perhaps I will focus on the file import and export 1st.

Hey @jayd3e thanks for all your feedback, so I've done a preliminary file import/export in this [branch](https://github.com/go-playground/universal-translator/tree/file-import-export) and would love your input if you have some time :) if it...

Update: I have added a file Import & Export logic in [release 0.15.0](https://github.com/go-playground/universal-translator/releases/tag/v0.15.0) see README for more.