Files
mostlymatter/store/sqlstore/store.go
2020-11-20 10:51:58 +01:00

10 строки
201 B
Go

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package sqlstore
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
)