aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/internal/pkgbits/ya.make
blob: 1f6a0d7a312a967b1424f2696a20e0e836957751 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()
IF (TRUE)
    SRCS(
        codes.go
        decoder.go
        doc.go
        encoder.go
        flags.go
        reloc.go
        support.go
        sync.go
        syncmarker_string.go
    )
ENDIF()
END()