aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/net/textproto/ya.make
blob: 9e2b5bee4a328b485069f1a46c282617f77edd8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()
IF (TRUE)
    SRCS(
		header.go
		pipeline.go
		reader.go
		textproto.go
		writer.go
    )
ENDIF()
END()