Is there a way I could apply all non zero values of struct?

后端 未结 0 892
谎友^
谎友^ 2021-01-15 15:56

I have the following code

package main

type SomeStruct struct{
    Name string
    Age int
    Height float64
}

func main(){
    old := SomeStruct{
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题