blob: 4cc4450518aa4f7f1a8087136e02bdac083be79d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
GO_LIBRARY()
SRCS(
io.go
multi.go
pipe.go
)
GO_TEST_SRCS(export_test.go)
GO_XTEST_SRCS(
example_test.go
io_test.go
multi_test.go
pipe_test.go
)
END()
RECURSE(
fs
ioutil
)
|