Fix import paths for zig
This commit is contained in:
parent
b66d908b23
commit
4751a786b9
@ -26,7 +26,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/FooSoft/zero-epwing-go/zig"
|
||||
zig "github.com/FooSoft/zero-epwing-go"
|
||||
)
|
||||
|
||||
type daijirinExtractor struct {
|
||||
|
@ -26,7 +26,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/FooSoft/zero-epwing-go/zig"
|
||||
zig "github.com/FooSoft/zero-epwing-go"
|
||||
)
|
||||
|
||||
type daijisenExtractor struct {
|
||||
|
@ -29,7 +29,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/FooSoft/zero-epwing-go/zig"
|
||||
zig "github.com/FooSoft/zero-epwing-go"
|
||||
)
|
||||
|
||||
type epwingExtractor interface {
|
||||
|
@ -26,7 +26,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/FooSoft/zero-epwing-go/zig"
|
||||
zig "github.com/FooSoft/zero-epwing-go"
|
||||
)
|
||||
|
||||
type gakkenExtractor struct {
|
||||
|
@ -26,7 +26,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/FooSoft/zero-epwing-go/zig"
|
||||
zig "github.com/FooSoft/zero-epwing-go"
|
||||
)
|
||||
|
||||
type kotowazaExtractor struct {
|
||||
|
@ -26,7 +26,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/FooSoft/zero-epwing-go/zig"
|
||||
zig "github.com/FooSoft/zero-epwing-go"
|
||||
)
|
||||
|
||||
type koujienExtractor struct {
|
||||
|
@ -26,7 +26,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/FooSoft/zero-epwing-go/zig"
|
||||
zig "github.com/FooSoft/zero-epwing-go"
|
||||
)
|
||||
|
||||
type meikyouExtractor struct {
|
||||
|
Loading…
Reference in New Issue
Block a user