Results 4 issues of tiendc

I'm trying to create en edge gateway with passing external network as the only argument (others are default). The call to vdc.create_gateway_api_version_32() throws OperationNotSupportedException. Debug the code, it seems the...

I have an issue with rounding numbers. ```go d, _ := decimal.New(0, 0).SetString("1.45") fmt.Println(d.Round(2)) -> Expect: 1.5 actual: 1.4 d, _ := decimal.New(0, 0).SetString("1.5") fmt.Println(d.Round(1)) -> Expect: 2 actual: 2...

Add go-csvlib Please provide package links to: repo link (github.com, gitlab.com, etc): https://github.com/tiendc/go-csvlib pkg.go.dev: https://pkg.go.dev/github.com/tiendc/go-csvlib goreportcard.com: https://goreportcard.com/report/github.com/tiendc/go-csvlib coverage service link ([codecov](https://codecov.io/), [coveralls](https://coveralls.io/), [gocover](http://gocover.io/) etc.): https://codecov.io/gh/tiendc/go-csvlib - [x] The package has...

Add go-deepcopy Please provide package links to: - repo link (github.com, gitlab.com, etc): https://github.com/tiendc/go-deepcopy - pkg.go.dev: https://pkg.go.dev/github.com/tiendc/go-deepcopy - goreportcard.com: https://goreportcard.com/report/github.com/tiendc/go-deepcopy - coverage service link ([codecov](https://codecov.io/), [coveralls](https://coveralls.io/), etc.): https://codecov.io/gh/tiendc/go-deepcopy Checklist: -...