ByteSliceNormal struct
| 972 | |
| 973 | // ByteSliceNormal struct |
| 974 | type ByteSliceNormal struct { |
| 975 | X []byte |
| 976 | } |
| 977 | |
| 978 | // ByteSliceRenamed stuct |
| 979 | type ByteSliceRenamed struct { |
nothing calls this directly
no outgoing calls
no test coverage detected