mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-18 21:11:03 +01:00
added
This commit is contained in:
11
vendor/github.com/glycerine/liner/signal_legacy.go
generated
vendored
Normal file
11
vendor/github.com/glycerine/liner/signal_legacy.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !go1.1,!windows
|
||||
|
||||
package liner
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func stopSignal(c chan<- os.Signal) {
|
||||
// signal.Stop does not exist before Go 1.1
|
||||
}
|
||||
Reference in New Issue
Block a user