aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/profile/ya.make
blob: 9eca6a0cefa94649cbf251a2e2ecd636708ee87f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GO_LIBRARY()

SRCS(
    encode.go
    filter.go
    legacy_profile.go
    merge.go
    profile.go
    proto.go
    prune.go
)

GO_TEST_SRCS(
    profile_test.go
    proto_test.go
)

END()

RECURSE(
)