aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/davecgh/go-spew/spew/ya.make
blob: c0c86547de7bd8cbf8235681e98f1ed3acc933e1 (plain) (blame)
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
GO_LIBRARY()

LICENSE(ISC)

SRCS(
    bypass.go
    common.go
    config.go
    doc.go
    dump.go
    format.go
    spew.go
)

GO_TEST_SRCS(
    internal_test.go
    internalunsafe_test.go
)

GO_XTEST_SRCS(
    common_test.go
    dump_test.go
    dumpnocgo_test.go
    example_test.go
    format_test.go
    spew_test.go
)

END()

RECURSE(gotest)