go2cs icon indicating copy to clipboard operation
go2cs copied to clipboard

Golang to C# Converter

Results 11 go2cs issues
Sort by recently updated
recently updated
newest added

Currently the `performVariableAnalysis` method operates in advance of actual conversion steps to know which variables are captured in a lambda expression. This is done because Go semantics make a "copy"...

challenge