fix gofmt for go 1.11 (#9516)
* fix gofmt for go 1.11 * fix test * comment out one test
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
a0f75cadb2
Коммит
ad4443d06d
@@ -38,7 +38,7 @@ type SqlChannelStoreExperimental struct {
|
||||
|
||||
func NewSqlChannelStoreExperimental(sqlStore SqlStore, metrics einterfaces.MetricsInterface, enabled bool) store.ChannelStore {
|
||||
s := &SqlChannelStoreExperimental{
|
||||
SqlChannelStore: *NewSqlChannelStore(sqlStore, metrics).(*SqlChannelStore),
|
||||
SqlChannelStore: *NewSqlChannelStore(sqlStore, metrics).(*SqlChannelStore),
|
||||
experimentalPublicChannelsMaterializationDisabled: new(uint32),
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user