Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
struct_init_field_result_err.out
6
lines
·
6
sloc
·
327 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/v/checker/tests/struct_init_field_result_err.vv:14:12: error: time.parse() returns `!time.Time`, so it should have either an `or {}` block, or `!` at the end
2
12 | _ := Payload{
3
13 | sub: '1234567890'
4
14 | exp: time.parse('2019-01-01 00:00:00')
5
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
15 | }
7