/goflatten

A simple POC to flatten a slice in GO Lang

Primary LanguageGo

goflatten

This is a simple project used to learn GOLang capacity.

Since this language adopt the "Less is More" philosophy, there is no method to flatten a slice in GOLang.

Here it is implemented the method to flatten a slice of integers, hoping that generics will be supported soon.

Project status

Build Status Coverage Status

Test and Code Coverage

You could find details on test executed and code coverage on CoverAlls.