aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/xcoff/ya.make
blob: f7a02ac3f8efffd4e8eac6290e2e920cbb75cb67 (plain) (blame)
1
2
3
4
5
6
7
8
9
GO_LIBRARY()
IF (TRUE)
    SRCS(
		ar.go
		file.go
		xcoff.go
    )
ENDIF()
END()