blob: 7ec4abff03401e4f13d223a3a71cd6842353217c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
glog.go
glog_file.go
glog_flags.go
)
GO_TEST_SRCS(
glog_bench_test.go
glog_test.go
glog_vmodule_test.go
)
END()
RECURSE(
gotest
internal
)
|