File: 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 (15 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[]interface {}{
  map[string]string{
    "another string": "indeed",
    "hello": "there",
    "something": "something something",
  },
  map[int]string{
    1: "one",
    2: "two",
    3: "three",
  },
  map[int]*litter_test.BlankStruct{
    2: &litter_test.BlankStruct{},
  },
}