aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/protobuf/internal/encoding/json/ya.make
blob: 7c858fb5a93a325fdaa79a40929cfbf9fdf2c6eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(
    decode.go
    decode_number.go
    decode_string.go
    decode_token.go
    encode.go
)

GO_XTEST_SRCS(
    bench_test.go
    decode_test.go
    encode_test.go
)

END()

RECURSE(gotest)