blob: 89781b439f42328915480b55c1de9e0ffb65ddea [file] [log] [blame]
Dave Cheney787976c2013-05-31 23:03:22 +10001// Copyright 2013 The Go 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
5package testing
6
Dave Cheneya28609d2013-06-02 09:13:12 +10007var (
8 RoundDown10 = roundDown10
9 RoundUp = roundUp
10)