aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/maxprocs/ya.make
blob: eaaa397a9b583b95e8a935c4bfdd5756c254ebe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

SRCS(
    cgroups.go
    doc.go
    helpers.go
    maxprocs.go
)

GO_XTEST_SRCS(
    example_test.go
    maxprocs_test.go
)

END()

RECURSE(
    example
    gotest
)