mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 21:43:32 +02:00
update for github.com/AlecAivazis/survey => gopkg.in/AlecAivazis/survey.v1 package
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// +build !windows
|
||||
|
||||
package terminal
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func EraseLine(mode EraseLineMode) {
|
||||
fmt.Printf("\x1b[%dK", mode)
|
||||
}
|
||||
Reference in New Issue
Block a user