mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
Add os stubs required for net/http
This commit is contained in:
committed by
Ayke
parent
62f9f61664
commit
78d030aa7a
@@ -0,0 +1,5 @@
|
||||
package os
|
||||
|
||||
func CreateTemp(dir, pattern string) (*File, error) {
|
||||
return nil, &PathError{"createtemp", pattern, ErrNotImplemented}
|
||||
}
|
||||
Reference in New Issue
Block a user