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