File: config_HidePrivateFields.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 (18 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[]interface {}{
  litter_test.options{
    Compact: false,
    StripPackageNames: false,
    HidePrivateFields: true,
    HomePackage: "",
    Separator: " ",
    StrictGo: false,
  },
  &litter_test.BasicStruct{
    Public: 1,
  },
  litter_test.Function,
  &20,
  &20,
  litter.Dump,
  func(string, int) (bool, error),
}