summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/spf13/pflag/ya.make
blob: bac951ed7b5623be1793b5d66742d93e3fd788e1 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
GO_LIBRARY()

LICENSE(BSD-3-Clause)

VERSION(v1.0.10)

SRCS(
    bool.go
    bool_func.go
    bool_slice.go
    bytes.go
    count.go
    duration.go
    duration_slice.go
    errors.go
    flag.go
    float32.go
    float32_slice.go
    float64.go
    float64_slice.go
    func.go
    golangflag.go
    int.go
    int16.go
    int32.go
    int32_slice.go
    int64.go
    int64_slice.go
    int8.go
    int_slice.go
    ip.go
    ip_slice.go
    ipmask.go
    ipnet.go
    ipnet_slice.go
    string.go
    string_array.go
    string_slice.go
    string_to_int.go
    string_to_int64.go
    string_to_string.go
    text.go
    time.go
    uint.go
    uint16.go
    uint32.go
    uint64.go
    uint8.go
    uint_slice.go
)

GO_TEST_SRCS(
    bool_func_go1.21_test.go
    bool_func_test.go
    bool_slice_test.go
    bool_test.go
    bytes_test.go
    count_test.go
    duration_slice_test.go
    errors_test.go
    export_test.go
    flag_test.go
    float32_slice_test.go
    float64_slice_test.go
    func_go1.21_test.go
    func_test.go
    golangflag_test.go
    int32_slice_test.go
    int64_slice_test.go
    int_slice_test.go
    ip_slice_test.go
    ip_test.go
    ipnet_slice_test.go
    ipnet_test.go
    printusage_test.go
    string_array_test.go
    string_slice_test.go
    string_to_int64_test.go
    string_to_int_test.go
    string_to_string_test.go
    text_test.go
    time_test.go
    uint_slice_test.go
)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
    gotest
)