mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-08 14:43:23 +00:00
fix: import gopher-lua in other rl impls
This commit is contained in:
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…
x
Reference in New Issue
Block a user