Renamed package 'greg' to 'regex'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"slices"
|
@@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import "fmt"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user