chore(lint): upgrade linter to v1.56.2
This commit is contained in:
8
internal/storage/helpers.go
Normal file
8
internal/storage/helpers.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package storage
|
||||
|
||||
import "fmt"
|
||||
|
||||
func panicOnProviderMissingHardcoded(provider string) {
|
||||
panic(fmt.Sprintf("provider %s not found in hardcoded servers map; "+
|
||||
"did you add the provider key in the embedded servers.json?", provider))
|
||||
}
|
||||
Reference in New Issue
Block a user