We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v fmt -w .
1 parent 82699e5 commit 55d09a0Copy full SHA for 55d09a0
examples/basic.v
@@ -4,8 +4,8 @@ import msgpack
4
import time
5
6
pub struct TestStructA {
7
- field_a int @[codec: 'codecdata1']
8
- field_b string @[codec: 'codecdata2']
+ field_a int @[codec: 'codecdata1']
+ field_b string @[codec: 'codecdata2']
9
field_c TestStructB
10
field_d []string
11
// TODO: fix compiler (comptime generic infer)
0 commit comments