Nikita Orlov
Nikita Orlov
**V version:** **OS:** **What did you do?** https://devbits.app/play/GGmC8FzzOxSI ``` module main fn test() { println('test') } fn test2() { println('test2') } fn main() { t1 := test t2 := test2...
**V version:** **OS:** **What did you do?** https://devbits.app/play/GsQqm5mK2sn6 ``` module main struct Test { mut: val T tk string } struct Test1{ f fn(Test) } fn(t Test) val() T{ return...
**V version:** **OS:** **What did you do?** ```v module main interface Test { test(fn(Test)) } struct Test1 { } fn (t Test1) test(f fn(Test)) { f(Test(t)) } fn main() {...
**V version:** **OS:** **What did you do?** ``` module main import time fn main() { v := chan int{} select { _ :=
**V version:** **OS:** **What did you do?** https://devbits.app/play/bYZPuLU5abFe ```module main import context fn main() { mut ctx := context.todo() select { _ :=
**V version:** **OS:** **What did you do?** https://devbits.app/play/bV1PfVfIYbx5 **What did you expect to see?** working struct with included interface **What did you see instead?** error that interface not struct
**V version:** V 0.3.0 d6de533.f1ebfb2 **OS:** macos, macOS, 12.4, 21F79 **What did you do?** ``` module main interface ITest { test() int } struct Test { f fn (ITest) }...
**V version:** 0.3.0 d6de533.f1ebfb2 **OS:** macos, macOS, 12.4, 21F79 **What did you do?** ``` module main import context struct Ctx { ctx context.Context } fn smth_with_ctx(ctx context.Context) Ctx { println('$ctx')...
**OS:** macos 12.4 **V version:** 0.3.0 d8b0df1 **Processor:** 8 core intel **What did you do?** ``` v := r.read_reply() or { if err is RedisError { if err == proto.nil_value...
I believe that developer will see my post, pls add remote server, and ur Go IDE will be best in the world