aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/flatbuffers/go/ya.make
blob: 51edd77a3be94862017aadf945a10c4233512638 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    builder.go
    doc.go
    encode.go
    grpc.go
    lib.go
    sizes.go
    struct.go
    table.go
)

END()