mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
Implement os.RemoveAll()
TODO: enable test on windows once Readdir is implemented there
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build !baremetal && !js && !wasi
|
||||
// +build !baremetal,!js,!wasi
|
||||
|
||||
package os_test
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user