Kifflom!
This commit is contained in:
parent
93023774d2
commit
f15ee2d6d7
|
@ -6,7 +6,7 @@ package lexer
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/localhots/punk/buffer"
|
||||
"github.com/localhots/kifflom/buffer"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"runtime"
|
||||
"testing"
|
||||
|
||||
"github.com/localhots/punk/buffer"
|
||||
"github.com/localhots/kifflom/buffer"
|
||||
)
|
||||
|
||||
func BenchmarkRun(t *testing.B) {
|
||||
|
|
4
main.go
4
main.go
|
@ -7,8 +7,8 @@ import (
|
|||
"strings"
|
||||
|
||||
"github.com/davecheney/profile"
|
||||
"github.com/localhots/punk/buffer"
|
||||
"github.com/localhots/punk/parser"
|
||||
"github.com/localhots/kifflom/buffer"
|
||||
"github.com/localhots/kifflom/parser"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -5,8 +5,8 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/localhots/punk/buffer"
|
||||
"github.com/localhots/punk/lexer"
|
||||
"github.com/localhots/kifflom/buffer"
|
||||
"github.com/localhots/kifflom/lexer"
|
||||
)
|
||||
|
||||
type (
|
||||
|
|
Loading…
Reference in New Issue