Larry GUO

Results 6 comments of 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. ![image](https://user-images.githubusercontent.com/24711429/204965513-3f8ed023-7f3e-4ea3-9334-4b6cc79a3df1.png)

@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...