aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/net/http/httptest/ya.make
blob: 1b030201584e3eab8fa48f02a3549796f08b093c (plain) (blame)
1
2
3
4
5
6
7
8
9
GO_LIBRARY()
IF (TRUE)
    SRCS(
		httptest.go
		recorder.go
		server.go
    )
ENDIF()
END()