aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/net/http/cgi/ya.make
blob: 9ec9ddbccb955d5371fc3aed3f41d115f070e721 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GO_LIBRARY()

SRCS(
    child.go
    host.go
)

GO_TEST_SRCS(
    child_test.go
    host_test.go
    integration_test.go
    posix_test.go
)

END()

RECURSE(
)