mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
extend stdlib to allow import of more packages (#1099)
* stdlib: extend stdlib to allow import of more packages
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package os
|
||||
|
||||
func Hostname() (name string, err error) {
|
||||
return "", ErrNotImplemented
|
||||
}
|
||||
Reference in New Issue
Block a user