File: primitives.dump

package info (click to toggle)
golang-github-sanity-io-litter 1.1.0%2Bgit20171129.f8fd6a5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 152 kB
  • sloc: makefile: 2
file content (33 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[]interface {}{
  false,
  true,
  7,
  10,
  10,
  10,
  10,
  10,
  10,
  10,
  10,
  10,
  12.3,
  12.3,
  complex64(12+10.5i),
  complex128(-1.2-0.1i),
  "string with \"quote\"",
  []int{
    1,
    2,
    3,
  },
  "hello from interface",
  litter_test.BlankStruct{},
  &litter_test.BlankStruct{},
  litter_test.BasicStruct{
    Public: 1,
    private: 2,
  },
  nil,
  nil,
}