Google proto timestamps support #1374
Annotations
2 errors and 1 warning
Verify goimports:
pkg/json/json.go#L1
Please run goimports .
diff --git a/pkg/json/json.go b/pkg/json/json.go
index 30d5959..8b7791c 100644
--- a/pkg/json/json.go
+++ b/pkg/json/json.go
@@ -66,7 +66,7 @@ func (v *JSONValue) Type() JSONValueType {
}
func (v *JSONValue) resolveForSafe(jsonData string) interface{} {
- switch v.Type() {
+ switch v.Type() {
case JSONValueTypeTemplate:
return ReplaceJSONPlaceholders(v.Pattern, jsonData)
case JSONValueTypePattern:
|
Verify goimports
Process completed with exit code 1.
|
Set up Go 1.21.x
Restore cache failed: Dependencies file is not found in /home/runner/work/authorino/authorino. Supported file pattern: go.sum
|
Loading