aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/expvar/ya.make
blob: 06dfbfc8bcfbcc70cb040233b412d8084776beb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    expvar.go
)

GO_TEST_SRCS(expvar_test.go)

END()

RECURSE(
)