1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-21 21:19:12 -04:00

test cases for json config

This commit is contained in:
V2Ray
2015-09-20 11:45:40 +02:00
parent a887fd01b8
commit 07d4495b27
6 changed files with 110 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ func ReaderToChan(stream chan<- []byte, reader io.Reader) error {
return err
}
}
return nil
}
func ChanToWriter(writer io.Writer, stream <-chan []byte) error {