blob: d82b94641a083e7d2a506ebf7e7e268318c2d479 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
GO_LIBRARY()
LICENSE(MIT)
SRCS(
diff.go
formatter.go
pretty.go
zero.go
)
GO_TEST_SRCS(
diff_test.go
formatter_test.go
)
GO_XTEST_SRCS(example_test.go)
END()
RECURSE(gotest)
|