aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/kr/text/ya.make
blob: e831e9d31f1341c137ba8a4578517c95914434b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    doc.go
    indent.go
    wrap.go
)

GO_TEST_SRCS(
    indent_test.go
    wrap_test.go
)

END()

RECURSE(gotest)