mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
os: implement os.(*File).WriteAt (#3697)
os: implement os.(*File).WriteAt Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
This commit is contained in:
@@ -6,4 +6,5 @@ package os
|
||||
|
||||
// Export for testing.
|
||||
|
||||
var ErrWriteAtInAppendMode = errWriteAtInAppendMode
|
||||
var ErrPatternHasSeparator = errPatternHasSeparator
|
||||
|
||||
Reference in New Issue
Block a user