mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 19:27:58 +08:00
9 lines
76 B
Go
9 lines
76 B
Go
package shell
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func handleSignal(os.Signal, *os.File) {
|
|
}
|