Linting #509
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/tech/sendico/pkg/server"
|
||||
)
|
||||
|
||||
// Create initialises the payment quotation server implementation
|
||||
// Create initialises the payment quotation server implementation.
|
||||
func Create(logger mlogger.Logger, file string, debug bool) (server.Application, error) {
|
||||
return serverimp.Create(logger, file, debug)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user