blob: 881ac7cc3a487a6becbb6edc0b89468265e0eed2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
GO_LIBRARY()
LICENSE(BSD-3-Clause)
# https://st.yandex-team.ru/DEVTOOLS-5045
#GO_TEST_SRCS(floats_test.go)
SRCS(
doc.go
floats.go
)
END()
RECURSE(scalar)
|