1
0
Fork 0
This commit is contained in:
Gregory Eremin 2015-02-26 18:02:50 +07:00
parent 93023774d2
commit f15ee2d6d7
4 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ package lexer
import ( import (
"fmt" "fmt"
"github.com/localhots/punk/buffer" "github.com/localhots/kifflom/buffer"
) )
type ( type (

View File

@ -7,7 +7,7 @@ import (
"runtime" "runtime"
"testing" "testing"
"github.com/localhots/punk/buffer" "github.com/localhots/kifflom/buffer"
) )
func BenchmarkRun(t *testing.B) { func BenchmarkRun(t *testing.B) {

View File

@ -7,8 +7,8 @@ import (
"strings" "strings"
"github.com/davecheney/profile" "github.com/davecheney/profile"
"github.com/localhots/punk/buffer" "github.com/localhots/kifflom/buffer"
"github.com/localhots/punk/parser" "github.com/localhots/kifflom/parser"
) )
func main() { func main() {

View File

@ -5,8 +5,8 @@ import (
"strconv" "strconv"
"strings" "strings"
"github.com/localhots/punk/buffer" "github.com/localhots/kifflom/buffer"
"github.com/localhots/punk/lexer" "github.com/localhots/kifflom/lexer"
) )
type ( type (