File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "fmt"
77 "os"
88
9- "github.com/swichupcb /xstruct/cli/config"
10- "github.com/swichupcb /xstruct/cli/generator"
11- "github.com/swichupcb /xstruct/cli/parser"
9+ "github.com/switchupcb /xstruct/cli/config"
10+ "github.com/switchupcb /xstruct/cli/generator"
11+ "github.com/switchupcb /xstruct/cli/parser"
1212)
1313
1414// Environment represents the xstruct environment.
Original file line number Diff line number Diff line change 55 "io/fs"
66 "path/filepath"
77
8- "github.com/swichupcb /xstruct/cli/models"
8+ "github.com/switchupcb /xstruct/cli/models"
99)
1010
1111const (
Original file line number Diff line number Diff line change 66 "sort"
77
88 "github.com/dave/dst"
9- "github.com/swichupcb /xstruct/cli/models"
9+ "github.com/switchupcb /xstruct/cli/models"
1010 "golang.org/x/tools/imports"
1111)
1212
Original file line number Diff line number Diff line change 77
88 "github.com/dave/dst"
99 "github.com/dave/dst/decorator"
10- "github.com/swichupcb /xstruct/cli/models"
10+ "github.com/switchupcb /xstruct/cli/models"
1111)
1212
1313// Parse parses structs from .go files.
Original file line number Diff line number Diff line change 1- module github.com/swichupcb /xstruct
1+ module github.com/switchupcb /xstruct
22
33go 1.23.0
44
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "os"
55
6- "github.com/swichupcb /xstruct/cli"
6+ "github.com/switchupcb /xstruct/cli"
77)
88
99func main () {
You can’t perform that action at this time.
0 commit comments