File: recursive_maps.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 (12 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
map[*litter_test.RecursiveStruct]*litter_test.RecursiveStruct{
  &litter_test.RecursiveStruct{ // p0
    Ptr: p0,
  }: &litter_test.RecursiveStruct{ // p1
    Ptr: p1,
  },
  &litter_test.RecursiveStruct{ // p2
    Ptr: p2,
  }: &litter_test.RecursiveStruct{ // p3
    Ptr: p3,
  },
}