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

SRCS(
    codes.go
    decoder.go
    doc.go
    encoder.go
    flags.go
    reloc.go
    support.go
    sync.go
    syncmarker_string.go
)

END()