Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 706 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 706 Bytes

collection

An attempt to implement a comprehensive list of data structures and algorithms in Go inspired by the Java Collection Framework using proposed design of Go generics.

WARNING

This is an experimental package and is not ready to be used in production environment.

Build

  • Install go2 in your system if it is not installed already.
cd ~/
git clone https://go.googlesource.com/go go2
cd go2
git checkout dev.go2go
cd src
./all.bash
  • Move to this project and set the GOROOT to go2
export GOROOT=~/go2/
  • Build the app
go tool go2go build