File tree Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,6 @@ sel.Resolve(m) // => 2
61
61
62
62
- Import dynamic values from dynamic data files.
63
63
64
- [ test-badge ] : https://github.com/Charliekenney23 /selectr/workflows/test/badge.svg
65
- [ godoc-badge ] : https://godoc.org/github.com/Charliekenney23 /selectr?status.svg
66
- [ godoc ] : https://godoc.org/github.com/Charliekenney23 /selectr
64
+ [ test-badge ] : https://github.com/0xch4z /selectr/workflows/test/badge.svg
65
+ [ godoc-badge ] : https://godoc.org/github.com/0xch4z /selectr?status.svg
66
+ [ godoc ] : https://godoc.org/github.com/0xch4z /selectr
Original file line number Diff line number Diff line change 1
- module github.com/Charliekenney23 /selectr
1
+ module github.com/0xch4z /selectr
2
2
3
3
go 1.14
4
4
Original file line number Diff line number Diff line change 1
1
package ast
2
2
3
- import "github.com/Charliekenney23 /selectr/internal/parser/token"
3
+ import "github.com/0xch4z /selectr/internal/parser/token"
4
4
5
5
// Node represents an abstract syntax Node.
6
6
type Node struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package parser
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/Charliekenney23 /selectr/internal/parser/token"
6
+ "github.com/0xch4z /selectr/internal/parser/token"
7
7
)
8
8
9
9
// Error represents a parser error.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package parser
3
3
import (
4
4
"io"
5
5
6
- "github.com/Charliekenney23 /selectr/internal/parser/ast"
7
- "github.com/Charliekenney23 /selectr/internal/parser/token"
6
+ "github.com/0xch4z /selectr/internal/parser/ast"
7
+ "github.com/0xch4z /selectr/internal/parser/token"
8
8
)
9
9
10
10
// EOF signals the end of a file.
Original file line number Diff line number Diff line change 5
5
"strings"
6
6
"testing"
7
7
8
- "github.com/Charliekenney23 /selectr/internal/parser/ast"
9
- "github.com/Charliekenney23 /selectr/internal/parser/token"
8
+ "github.com/0xch4z /selectr/internal/parser/ast"
9
+ "github.com/0xch4z /selectr/internal/parser/token"
10
10
"github.com/google/go-cmp/cmp"
11
11
)
12
12
Original file line number Diff line number Diff line change 5
5
"bytes"
6
6
"io"
7
7
8
- "github.com/Charliekenney23 /selectr/internal/parser/ast"
9
- "github.com/Charliekenney23 /selectr/internal/parser/token"
8
+ "github.com/0xch4z /selectr/internal/parser/ast"
9
+ "github.com/0xch4z /selectr/internal/parser/token"
10
10
)
11
11
12
12
// Scanner represents a lexical scanner.
Original file line number Diff line number Diff line change 4
4
"strings"
5
5
"testing"
6
6
7
- "github.com/Charliekenney23 /selectr/internal/parser/ast"
8
- "github.com/Charliekenney23 /selectr/internal/parser/token"
7
+ "github.com/0xch4z /selectr/internal/parser/ast"
8
+ "github.com/0xch4z /selectr/internal/parser/token"
9
9
"github.com/google/go-cmp/cmp"
10
10
)
11
11
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"strings"
6
6
7
- "github.com/Charliekenney23 /selectr/internal/parser"
8
- "github.com/Charliekenney23 /selectr/internal/parser/ast"
7
+ "github.com/0xch4z /selectr/internal/parser"
8
+ "github.com/0xch4z /selectr/internal/parser/ast"
9
9
)
10
10
11
11
// ResolveError represents an error that occured while resolving a
Original file line number Diff line number Diff line change 4
4
"regexp"
5
5
"testing"
6
6
7
- "github.com/Charliekenney23 /selectr/internal/parser"
7
+ "github.com/0xch4z /selectr/internal/parser"
8
8
"github.com/google/go-cmp/cmp"
9
9
"github.com/google/go-cmp/cmp/cmpopts"
10
10
)
You can’t perform that action at this time.
0 commit comments