aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/text/tabwriter/ya.make
blob: 591521852af1b055cdae94fbc7714f722508d49e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()

SRCS(
    tabwriter.go
)

GO_XTEST_SRCS(
    example_test.go
    tabwriter_test.go
)

END()

RECURSE(
)