app type transition (#7167)
Этот коммит содержится в:
@@ -4,8 +4,9 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"github.com/mattermost/platform/model"
|
||||
"testing"
|
||||
|
||||
"github.com/mattermost/platform/model"
|
||||
)
|
||||
|
||||
func TestSetLicense(t *testing.T) {
|
||||
|
||||
@@ -11,10 +11,11 @@ import (
|
||||
|
||||
l4g "github.com/alecthomas/log4go"
|
||||
|
||||
"strings"
|
||||
|
||||
"github.com/mattermost/platform/model"
|
||||
"github.com/mattermost/platform/utils"
|
||||
"github.com/pkg/errors"
|
||||
"strings"
|
||||
)
|
||||
|
||||
// this pattern allows us to "mock" the underlying l4g code when unit testing
|
||||
|
||||
@@ -13,10 +13,11 @@ import (
|
||||
|
||||
"gopkg.in/gomail.v2"
|
||||
|
||||
"net/http"
|
||||
|
||||
l4g "github.com/alecthomas/log4go"
|
||||
"github.com/mattermost/html2text"
|
||||
"github.com/mattermost/platform/model"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func encodeRFC2047Word(s string) string {
|
||||
|
||||
Ссылка в новой задаче
Block a user