mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
server, examples, extensions lint compliant (#1109)
these are all automated changes suggested by golint
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
// defaultexts are the extensions that are auto-loaded in to the default fnserver binary
|
||||
// included here as a package to simplify inclusion in testing
|
||||
// Package defaultexts are the extensions that are auto-loaded in to the
|
||||
// default fnserver binary included here as a package to simplify inclusion in
|
||||
// testing
|
||||
package defaultexts
|
||||
|
||||
import (
|
||||
// import all datastore/log/mq modules for runtime config
|
||||
_ "github.com/fnproject/fn/api/datastore/sql"
|
||||
_ "github.com/fnproject/fn/api/datastore/sql/mysql"
|
||||
_ "github.com/fnproject/fn/api/datastore/sql/postgres"
|
||||
|
||||
Reference in New Issue
Block a user