Skip to content

Commit ac05a38

Browse files
authored
Technical/Change package namespace (#189)
1 parent 0e8ca30 commit ac05a38

36 files changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"strings"
1111
"syscall"
1212

13-
smtpmock "github.com/mocktools/go-smtp-mock/v2"
1413
version "github.com/mocktools/go-smtp-mock/v2/cmd/version"
14+
smtpmock "github.com/mocktools/go-smtp-mock/v2/pkg/smtpmock"
1515
)
1616

1717
const (
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)