mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-11 16:22:26 +08:00
doc: update go playground demo
This commit is contained in:
@@ -757,7 +757,11 @@ func main() {
|
||||
|
||||
indicatorVO := IndicatorVO{}
|
||||
|
||||
CopyProperties(&indicatorVO, indicator)
|
||||
err := convertor.CopyProperties(&indicatorVO, indicator)
|
||||
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Println(indicatorVO.Id)
|
||||
fmt.Println(indicatorVO.Ip)
|
||||
|
||||
Reference in New Issue
Block a user