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

SRCS(
    scanner.go
)

GO_TEST_SRCS(scanner_test.go)

GO_XTEST_SRCS(example_test.go)

END()

RECURSE(
)