This commit is contained in:
2015-02-26 18:02:50 +07:00
parent 93023774d2
commit f15ee2d6d7
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ package lexer
import (
"fmt"
"github.com/localhots/punk/buffer"
"github.com/localhots/kifflom/buffer"
)
type (
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"runtime"
"testing"
"github.com/localhots/punk/buffer"
"github.com/localhots/kifflom/buffer"
)
func BenchmarkRun(t *testing.B) {
+2 -2
View File
@@ -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() {
+2 -2
View File
@@ -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 (