1

Fix import paths for zig

This commit is contained in:
Alex Yatskov 2021-01-01 11:46:11 -08:00
parent b66d908b23
commit 4751a786b9
8 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/FooSoft/zero-epwing-go/zig" zig "github.com/FooSoft/zero-epwing-go"
) )
type daijirinExtractor struct { type daijirinExtractor struct {

View File

@ -26,7 +26,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/FooSoft/zero-epwing-go/zig" zig "github.com/FooSoft/zero-epwing-go"
) )
type daijisenExtractor struct { type daijisenExtractor struct {

View File

@ -29,7 +29,7 @@ import (
"strconv" "strconv"
"strings" "strings"
"github.com/FooSoft/zero-epwing-go/zig" zig "github.com/FooSoft/zero-epwing-go"
) )
type epwingExtractor interface { type epwingExtractor interface {

View File

@ -26,7 +26,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/FooSoft/zero-epwing-go/zig" zig "github.com/FooSoft/zero-epwing-go"
) )
type gakkenExtractor struct { type gakkenExtractor struct {

View File

@ -26,7 +26,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/FooSoft/zero-epwing-go/zig" zig "github.com/FooSoft/zero-epwing-go"
) )
type kotowazaExtractor struct { type kotowazaExtractor struct {

View File

@ -26,7 +26,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/FooSoft/zero-epwing-go/zig" zig "github.com/FooSoft/zero-epwing-go"
) )
type koujienExtractor struct { type koujienExtractor struct {

View File

@ -26,7 +26,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/FooSoft/zero-epwing-go/zig" zig "github.com/FooSoft/zero-epwing-go"
) )
type meikyouExtractor struct { type meikyouExtractor struct {

View File

@ -26,7 +26,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/FooSoft/zero-epwing-go/zig" zig "github.com/FooSoft/zero-epwing-go"
) )
type wadaiExtractor struct { type wadaiExtractor struct {