переезд неймспейса
This commit is contained in:
parent
9489f783e5
commit
4ab27afa07
5 changed files with 7 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build ignore
|
||||||
// +build ignore
|
// +build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
@ -5,7 +6,7 @@ package main
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/neonxp/unilex"
|
"go.neonxp.ru/unilex"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -3,7 +3,7 @@ package main
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/neonxp/unilex"
|
"go.neonxp.ru/unilex"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
"github.com/neonxp/unilex"
|
"go.neonxp.ru/unilex"
|
||||||
)
|
)
|
||||||
|
|
||||||
var opPriority = map[string]int{
|
var opPriority = map[string]int{
|
||||||
|
|
|
@ -2,7 +2,7 @@ package main
|
||||||
|
|
||||||
// Simple lexem stack implementation.
|
// Simple lexem stack implementation.
|
||||||
|
|
||||||
import "github.com/neonxp/unilex"
|
import "go.neonxp.ru/unilex"
|
||||||
|
|
||||||
type lexemStack []unilex.Lexem
|
type lexemStack []unilex.Lexem
|
||||||
|
|
||||||
|
|
4
go.mod
4
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module github.com/neonxp/unilex
|
module go.neonxp.ru/unilex
|
||||||
|
|
||||||
go 1.16
|
go 1.20
|
||||||
|
|
Loading…
Reference in a new issue