Renamed package 'greg' to 'regex'
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package greg
|
package regex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
@@ -1,4 +1,4 @@
|
|||||||
package greg
|
package regex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
@@ -1,4 +1,4 @@
|
|||||||
package greg
|
package regex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"slices"
|
"slices"
|
@@ -1,4 +1,4 @@
|
|||||||
package greg
|
package regex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
@@ -1,4 +1,4 @@
|
|||||||
package greg
|
package regex
|
||||||
|
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
package greg
|
package regex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
@@ -1,4 +1,4 @@
|
|||||||
package greg
|
package regex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
@@ -1,4 +1,4 @@
|
|||||||
package greg
|
package regex
|
||||||
|
|
||||||
import "errors"
|
import "errors"
|
||||||
|
|
@@ -1,4 +1,4 @@
|
|||||||
package greg
|
package regex
|
||||||
|
|
||||||
type stateContents []int // Represents the contents of the current state - character classes can have multiple contents, which is why it is represented as a slice
|
type stateContents []int // Represents the contents of the current state - character classes can have multiple contents, which is why it is represented as a slice
|
||||||
|
|
Reference in New Issue
Block a user