NO-TCIKET fix bad smells - error strings should not be capitalized (#16930)
Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
30b0523983
Коммит
e44190f4cc
@@ -153,7 +153,7 @@ func extractStoreMetadata() (*storeMetadata, error) {
|
||||
|
||||
file, err := os.Open("store.go")
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Unable to open store/store.go file: %w", err)
|
||||
return nil, fmt.Errorf("unable to open store/store.go file: %w", err)
|
||||
}
|
||||
src, err := ioutil.ReadAll(file)
|
||||
if err != nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user