Files
tinygo/src/os/exec.go
T
Cornel 720a54a0fe extend stdlib to allow import of more packages (#1099)
* stdlib: extend stdlib to allow import of more packages
2020-06-23 11:56:28 +02:00

7 lines
104 B
Go

package os
type Signal interface {
String() string
Signal() // to distinguish from other Stringers
}