mirror of https://github.com/Hilbis/Hilbish
fix: import gopher-lua in other rl impls
parent
2bc75c8130
commit
5d3c129e80
|
@ -6,7 +6,10 @@ package main
|
|||
// making them interchangable during build time
|
||||
// this is hilbiline's, as is obvious by the filename
|
||||
|
||||
import "github.com/Rosettea/Hilbiline"
|
||||
import (
|
||||
"github.com/Rosettea/Hilbiline"
|
||||
"github.com/yuin/gopher-lua"
|
||||
)
|
||||
|
||||
type lineReader struct {
|
||||
hl *hilbiline.HilbilineState
|
||||
|
|
|
@ -12,6 +12,7 @@ import (
|
|||
"fmt"
|
||||
|
||||
"github.com/maxlandon/readline"
|
||||
"github.com/yuin/gopher-lua"
|
||||
)
|
||||
|
||||
type lineReader struct {
|
||||
|
|
Loading…
Reference in New Issue