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(
4343func docFilesForPkgs (pkgs []string ) []string {
4444 files := make ([]string , len (pkgs ))
4545 for i , p := range pkgs {
46- docFile := filepath .Join (data .PkgForPattern (p ), FileName )
46+ docFile := filepath .Join (analdata .PkgForPattern (p ), FileName )
4747 files [i ] = docFile
4848 }
4949 return files
Original file line number Diff line number Diff line change 55 "path/filepath"
66 "testing"
77
8- "github.com/flowdev/spaghetti-cutter/x/ config"
8+ "github.com/flowdev/spaghetti-cutter/config"
99)
1010
1111func 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
22## explicit
3+ github.com/flowdev/spaghetti-cutter/config
34github.com/flowdev/spaghetti-cutter/data
4- github.com/flowdev/spaghetti-cutter/x/config
55# github.com/hjson/hjson-go v3.0.1+incompatible
6- ## explicit
76github.com/hjson/hjson-go
87# golang.org/x/tools v0.0.0-20200417140056-c07e33ef3290
98## explicit
You can’t perform that action at this time.
0 commit comments