go-prompt/info_window.go
2019-05-20 01:58:32 +02:00

6 lines
70 B
Go

package prompt
type InfoWindow interface {
GetLines(int) []string
}