Larry GUO
Larry GUO
Thanks for sharing. I'd like to share a copy of my change based on latest master branch. It reference a private change for go-admin-core and gorm-adapter. https://github.com/guo1017138/go-admin With the change,...
Hi @insomniacslk , you are correct, my solution just hide the error instead of fix it. To reproduce it, just replace the end of main function of file https://github.com/coredhcp/coredhcp/blob/master/cmds/coredhcp/main.go to...
I have the same issue. My camera returns response with tt prefix and the response struct in Golang can't get any value which key has prefix with tt. 
@wfotiuk Thanks for the nice suggestion/solution. My private change solution is almost the same with you, especially for item 2. I will apply item 1 also to make it more...