Jiri Simsa | d7616c9 | 2015-03-24 23:44:30 -0700 | [diff] [blame] | 1 | // Copyright 2015 The Vanadium Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style | ||||
3 | // license that can be found in the LICENSE file. | ||||
4 | |||||
Bogdan Caprita | 2f5585b | 2014-11-21 17:32:21 -0800 | [diff] [blame] | 5 | package modules |
6 | |||||
7 | import "io" | ||||
8 | |||||
9 | // NewRW exposes newRW for unit tests. | ||||
10 | func NewRW() io.ReadWriteCloser { | ||||
11 | return newRW() | ||||
12 | } |