aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/net/netip/ya.make
blob: 2a78b8e5dd377b31c445188035c25cd9de68f99d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
GO_LIBRARY()

SRCS(
    leaf_alts.go
    netip.go
    uint128.go
)

GO_TEST_SRCS(
    export_test.go
    inlining_test.go
    netip_pkg_test.go
    uint128_test.go
)

GO_XTEST_SRCS(
    fuzz_test.go
    netip_test.go
    slow_test.go
)

END()

RECURSE(
)