File tree 7 files changed +5
-7
lines changed
7 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"text/tabwriter"
14
14
15
15
"github.com/bengarrett/zipcmt/internal/misc"
16
- zipcmt "github.com/bengarrett/zipcmt/lib "
16
+ zipcmt "github.com/bengarrett/zipcmt/pkg "
17
17
"github.com/gookit/color"
18
18
)
19
19
Original file line number Diff line number Diff line change 1
1
//go:build !windows
2
- // +build !windows
3
2
4
3
// © Ben Garrett https://github.com/bengarrett/zipcmt
5
4
9
8
"fmt"
10
9
"log"
11
10
12
- zipcmt "github.com/bengarrett/zipcmt/lib "
11
+ zipcmt "github.com/bengarrett/zipcmt/pkg "
13
12
)
14
13
15
14
func ExampleConfig_Clean () {
Original file line number Diff line number Diff line change 6
6
"fmt"
7
7
"log"
8
8
9
- zipcmt "github.com/bengarrett/zipcmt/lib "
9
+ zipcmt "github.com/bengarrett/zipcmt/pkg "
10
10
"github.com/gookit/color"
11
11
)
12
12
Original file line number Diff line number Diff line change 1
1
//go:build windows
2
- // +build windows
3
2
4
3
// © Ben Garrett https://github.com/bengarrett/zipcmt
5
4
9
8
"fmt"
10
9
"log"
11
10
12
- zipcmt "github.com/bengarrett/zipcmt/lib "
11
+ zipcmt "github.com/bengarrett/zipcmt/pkg "
13
12
)
14
13
15
14
func ExampleConfig_clean () {
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"testing"
9
9
10
- zipcmt "github.com/bengarrett/zipcmt/lib "
10
+ zipcmt "github.com/bengarrett/zipcmt/pkg "
11
11
"github.com/gookit/color"
12
12
)
13
13
You can’t perform that action at this time.
0 commit comments