style: goimports

This commit is contained in:
Nao YONASHIRO 2018-02-17 00:52:33 +09:00
parent 99a5f4d459
commit a10e8264b9

View File

@ -1,6 +1,8 @@
package prompt
import "runtime"
import (
"runtime"
)
// Render to render prompt information from state of Buffer.
type Render struct {