mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
602f35a5ca
os: implement os.(*File).WriteAt Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
11 lines
300 B
Go
11 lines
300 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 ErrWriteAtInAppendMode = errWriteAtInAppendMode
|
|
var ErrPatternHasSeparator = errPatternHasSeparator
|