aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/hash/maphash/ya.make
blob: e923b35d407b759c07c654b306f24fd00abb8ee1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SUBSCRIBER(g:contrib)

GO_LIBRARY()
IF (TRUE)
    SRCS(
        maphash.go
        maphash_runtime.go
    )
ENDIF()
END()