mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 14:33:41 +00:00
os: implement CreateTemp
Until tinygo implements fastrand(), use a placeholder RNG here.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user