aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/net/http/httputil/ya.make
blob: 5bbfec2fb4b11f5d377adf2b29848c26811cd0eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
GO_LIBRARY()
IF (TRUE)
    SRCS(
		dump.go
		httputil.go
		persist.go
		reverseproxy.go
    )
ENDIF()
END()