blob: 48ea1f39872ba812793b6b6f86bd090477b0cc0c [file] [log] [blame]
Jiri Simsad7616c92015-03-24 23:44:30 -07001// 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 Caprita2f5585b2014-11-21 17:32:21 -08005package modules
6
7import "io"
8
9// NewRW exposes newRW for unit tests.
10func NewRW() io.ReadWriteCloser {
11 return newRW()
12}