aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/net/http/httputil/ya.make
blob: 782432467c01de1e2f8f874922fbad321f5fc92f (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()