packer-cn/packer/tty.go

6 lines
69 B
Go

package packer
type TTY interface {
ReadString() (string, error)
}