File: nilIntefacesInStructs.dump

package info (click to toggle)
golang-github-sanity-io-litter 1.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
[]*litter_test.InterfaceStruct{
  &litter_test.InterfaceStruct{ // p0
    Ifc: nil,
  },
  &litter_test.InterfaceStruct{
    Ifc: p0,
  },
  p0,
  nil,
}