File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ func WriteDocs(
43
43
func docFilesForPkgs (pkgs []string ) []string {
44
44
files := make ([]string , len (pkgs ))
45
45
for i , p := range pkgs {
46
- docFile := filepath .Join (data .PkgForPattern (p ), FileName )
46
+ docFile := filepath .Join (analdata .PkgForPattern (p ), FileName )
47
47
files [i ] = docFile
48
48
}
49
49
return files
Original file line number Diff line number Diff line change 5
5
"path/filepath"
6
6
"testing"
7
7
8
- "github.com/flowdev/spaghetti-cutter/x/ config"
8
+ "github.com/flowdev/spaghetti-cutter/config"
9
9
)
10
10
11
11
func TestCut (t * testing.T ) {
Original file line number Diff line number Diff line change 1
- # github.com/flowdev/spaghetti-cutter v0.9.7
1
+ # github.com/flowdev/spaghetti-cutter v0.9.8
2
2
## explicit
3
+ github.com/flowdev/spaghetti-cutter/config
3
4
github.com/flowdev/spaghetti-cutter/data
4
- github.com/flowdev/spaghetti-cutter/x/config
5
5
# github.com/hjson/hjson-go v3.0.1+incompatible
6
- ## explicit
7
6
github.com/hjson/hjson-go
8
7
# golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290
9
8
## explicit
You can’t perform that action at this time.
0 commit comments