type myStruct struct { ID int } func Do() { d := new(myStruct) Add(d) }BenchmarkDo-4 1000000000 0.573 ns/op 0 B/op 0 allocs/op?_?
댓글 0