We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdd5a0 commit 6b86181Copy full SHA for 6b86181
1 file changed
formatter_test.go
@@ -11,7 +11,7 @@ import (
11
12
const _address = "grpcs://127.0.0.1"
13
14
-type Example struct {
+type meteoData struct {
15
Int int
16
Str string
17
Double float64
@@ -104,7 +104,7 @@ func TestFormat(t *testing.T) {
104
"struct arg": {
105
template: "Example is: {0}",
106
args: []any{
107
- Example{
+ meteoData{
108
Int: 123,
109
Str: "This is a test str, nothing more special",
110
Double: -1.098743,
0 commit comments