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
- Host: GitHub
- URL: https://github.com/oleiade/go-dynamic-array
- Owner: oleiade
- Created: 2013-02-17T10:02:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T07:52:09.000Z (over 8 years ago)
- Last Synced: 2025-04-12T21:53:51.204Z (9 months ago)
- Language: Go
- Size: 109 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```