aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.21/src/internal/unsafeheader/ya.make
blob: 268e61003dad2177626a65a02c9b6c66eae58840 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    unsafeheader.go
)

GO_XTEST_SRCS(unsafeheader_test.go)

END()

RECURSE(
)