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