mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
720a54a0fe
* stdlib: extend stdlib to allow import of more packages
6 lines
87 B
Go
6 lines
87 B
Go
package os
|
|
|
|
func Hostname() (name string, err error) {
|
|
return "", ErrNotImplemented
|
|
}
|