mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
b123ffcea4
Until tinygo implements fastrand(), use a placeholder RNG here.
10 lines
248 B
Go
10 lines
248 B
Go
// Copyright 2011 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package os
|
|
|
|
// Export for testing.
|
|
|
|
var ErrPatternHasSeparator = errPatternHasSeparator
|