An open API service indexing awesome lists of open source software.

https://github.com/oleiade/go-dynamic-array

Dynamic arrays Go lang implementation
https://github.com/oleiade/go-dynamic-array

Last synced: 9 months ago
JSON representation

Dynamic arrays Go lang implementation

Awesome Lists containing this project

README

          

go-dynamic-array
================

[Dynamic array](http://en.wikipedia.org/wiki/Dynamic_array) Go lang implementation.
Reproduces the [GLib api](http://www.gtk.org/api/2.6/glib/glib-Arrays.html)

Before you ask, it's under MIT license.

## Installation

```shell
go get github.com/oleiade/go-dynamic-array
```