aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/encoding/xml/ya.make
blob: 03d6e0045f391cc5979321cb177977ac1473e40d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
GO_LIBRARY()
IF (TRUE)
    SRCS(
        marshal.go
        read.go
        typeinfo.go
        xml.go
    )
ENDIF()
END()